summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
...
| * | | xtensa: add exclusive atomics supportMax Filippov2019-05-077-6/+267
| * | | xtensa: clean up inline assembly in futex.hMax Filippov2019-05-071-38/+42
| * | | xtensa: replace variant/core.h with asm/core.hMax Filippov2019-05-0721-23/+32
| * | | xtensa: drop ifdef __KERNEL__ from kernel-only headersMax Filippov2019-05-077-24/+0Star
| * | | xtensa: set proper error code for simdisk_setup()Chengguang Xu2019-05-061-1/+1
| * | | xtensa: fix incorrect fd close in error case of simdisk_setup()Chengguang Xu2019-05-061-1/+0Star
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-081-2/+2
|\ \ \
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-261-0/+4
| |\| |
| * | | net: socket: implement 64-bit timestampsArnd Bergmann2019-04-191-2/+2
* | | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-081-1/+1
|\ \ \ \
| * | | | syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-211-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-071-0/+1
|\ \ \ \
| * | | | arch: Use asm-generic header for asm/mmiowb.hWill Deacon2019-04-081-0/+1
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-062-4/+0Star
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-04-105-38/+30Star
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long2019-04-031-3/+0Star
| * | | | | locking/rwsem: Remove arch specific rwsem filesWaiman Long2019-04-031-1/+0Star
| | |/ / / | |/| | |
* | | | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-26/+0Star
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | arch/tlb: Clean up simple architecturesPeter Zijlstra2019-04-031-17/+0Star
| * | | | asm-generic/tlb, arch: Provide generic VIPT cache flushPeter Zijlstra2019-04-031-9/+0Star
| |/ / /
* | | | Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2019-04-231-0/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | arch: add pidfd and io_uring syscalls everywhereArnd Bergmann2019-04-151-0/+4
| | |/ | |/|
* | | Merge tag 'xtensa-20190408' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2019-04-094-11/+24
|\ \ \
| * | | xtensa: fix format string warning in init_pmdMax Filippov2019-04-051-1/+1
| * | | xtensa: fix return_addressMax Filippov2019-04-041-1/+5
| * | | xtensa: fix initialization of pt_regs::syscall in start_threadMax Filippov2019-04-041-9/+12
| * | | xtensa: use actual syscall number in do_syscall_trace_leaveMax Filippov2019-04-041-0/+6
| | |/ | |/|
* | | syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2019-04-051-14/+3Star
* | | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-13/+3Star
|/ /
* / KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada2019-03-282-1/+1
|/
* kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-2/+0Star
* kbuild: warn redundant generic-yMasahiro Yamada2019-03-172-2/+0Star
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-122-0/+7
* memblock: memblock_phys_alloc(): don't panicMike Rapoport2019-03-121-0/+3
* memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_allocMike Rapoport2019-03-121-2/+1Star
* Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-101-1/+0Star
|\
| * of: select OF_RESERVED_MEM automaticallyChristoph Hellwig2019-02-131-1/+0Star
* | Merge tag 'xtensa-20190307' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2019-03-0710-257/+94Star
|\ \
| * | xtensa: simplify trap_initMax Filippov2019-02-071-3/+2Star
| * | xtensa: drop unused definitionsMax Filippov2019-02-072-11/+0Star
| * | xtensa: fix get_wchanMax Filippov2019-02-071-2/+2
| * | xtensa: use generic spinlock/rwlock implementationMax Filippov2019-02-074-194/+10Star
| * | xtensa: provide xchg for sizes 1 and 2Max Filippov2019-02-071-4/+32
| * | xtensa: clean up arch/xtensa/kernel/time.cMax Filippov2019-02-071-28/+25Star
| * | xtensa: SMP: rework IPI processingMax Filippov2019-02-071-15/+23
* | | Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-061-3/+1Star
|\ \ \
| * | | arch: move common mmap flags to linux/mman.hMichael S. Tsirkin2019-02-181-3/+1Star
| | |/ | |/|
* | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-053-41/+52
|\ \ \
| * \ \ Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2019-02-271-0/+1
| |\ \ \
| | * | | 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov2019-02-191-0/+1