summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
* 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-084-11/+24
|\ \
| * | xtensa: fix format string warning in init_pmdMax Filippov2019-04-041-1/+1
| * | xtensa: fix return_addressMax Filippov2019-04-041-1/+5
| * | xtensa: fix initialization of pt_regs::syscall in start_threadMax Filippov2019-04-031-9/+12
| * | xtensa: use actual syscall number in do_syscall_trace_leaveMax Filippov2019-04-031-0/+6
* | | syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2019-04-051-14/+3
* | | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-13/+3
|/ /
* / 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/+0
* kbuild: warn redundant generic-yMasahiro Yamada2019-03-172-2/+0
* 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/+1
* Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-101-1/+0
|\
| * of: select OF_RESERVED_MEM automaticallyChristoph Hellwig2019-02-131-1/+0
* | Merge tag 'xtensa-20190307' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2019-03-0710-257/+94
|\ \
| * | xtensa: simplify trap_initMax Filippov2019-02-071-3/+2
| * | xtensa: drop unused definitionsMax Filippov2019-02-072-11/+0
| * | xtensa: fix get_wchanMax Filippov2019-02-071-2/+2
| * | xtensa: use generic spinlock/rwlock implementationMax Filippov2019-02-074-194/+10
| * | 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/+25
| * | 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/+1
|\ \ \
| * | | arch: move common mmap flags to linux/mman.hMichael S. Tsirkin2019-02-181-3/+1
| | |/ | |/|
* | | 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
| * | | | Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-102-26/+47
| |\| | |
| | * | | y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann2019-02-071-0/+21
| | * | | y2038: rename old time and utime syscallsArnd Bergmann2019-02-072-4/+4
| | * | | y2038: use time32 syscall names on 32-bitArnd Bergmann2019-02-071-22/+22
| * | | | Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kern...Thomas Gleixner2019-02-102-15/+4
| |\| | | | | |_|/ | |/| |
| | * | syscalls: remove obsolete __IGNORE_ macrosArnd Bergmann2019-02-071-12/+0
| | * | arch: add pkey and rseq syscall numbers everywhereArnd Bergmann2019-01-251-0/+1
| | * | ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann2019-01-251-3/+3
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-03-053-122/+2
|\ \ \
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-0810-26/+43
| |\| |
| * | | arch: Use asm-generic/socket.h when possibleDeepa Dinamani2019-02-033-124/+2
| * | | net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann2019-01-171-0/+2
| | |/ | |/|
* | | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-042-3/+0
| |/ |/|
* | xtensa: SMP: limit number of possible CPUs by NR_CPUSMax Filippov2019-01-271-0/+5
* | xtensa: rename BUILTIN_DTB to BUILTIN_DTB_SOURCECorentin Labbe2019-01-267-9/+9
* | xtensa: Fix typo use space=>user spaceCorentin Labbe2019-01-261-1/+1
* | xtensa: SMP: mark each possible CPU as presentMax Filippov2019-01-261-1/+1
* | xtensa: smp_lx200_defconfig: fix vectors clashMax Filippov2019-01-261-0/+1
* | xtensa: SMP: fix secondary CPU initializationMax Filippov2019-01-262-14/+25
* | xtensa: SMP: fix ccount_timer_shutdownMax Filippov2019-01-241-1/+1
|/