summaryrefslogtreecommitdiff
path: root/arch/xtensa
AgeCommit message (Expand)Author
2019-04-23Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds
2019-04-15arch: add pidfd and io_uring syscalls everywhereArnd Bergmann
2019-04-08Merge tag 'xtensa-20190408' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)
2019-04-04xtensa: fix format string warning in init_pmdMax Filippov
2019-04-04xtensa: fix return_addressMax Filippov
2019-04-03xtensa: fix initialization of pt_regs::syscall in start_threadMax Filippov
2019-04-03xtensa: use actual syscall number in do_syscall_trace_leaveMax Filippov
2019-03-28KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada
2019-03-17kbuild: warn redundant generic-yMasahiro Yamada
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-12memblock: memblock_phys_alloc(): don't panicMike Rapoport
2019-03-12memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_allocMike Rapoport
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-03-07Merge tag 'xtensa-20190307' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2019-03-06Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds
2019-02-27Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner
2019-02-1932-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov
2019-02-18arch: move common mmap flags to linux/mman.hMichael S. Tsirkin
2019-02-13of: select OF_RESERVED_MEM automaticallyChristoph Hellwig
2019-02-10Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner
2019-02-10Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kern...Thomas Gleixner
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-07xtensa: simplify trap_initMax Filippov
2019-02-07xtensa: drop unused definitionsMax Filippov
2019-02-07xtensa: fix get_wchanMax Filippov
2019-02-07xtensa: use generic spinlock/rwlock implementationMax Filippov
2019-02-07xtensa: provide xchg for sizes 1 and 2Max Filippov
2019-02-07xtensa: clean up arch/xtensa/kernel/time.cMax Filippov
2019-02-07xtensa: SMP: rework IPI processingMax Filippov
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann
2019-02-07y2038: rename old time and utime syscallsArnd Bergmann
2019-02-07y2038: use time32 syscall names on 32-bitArnd Bergmann
2019-02-07syscalls: remove obsolete __IGNORE_ macrosArnd Bergmann
2019-02-03arch: Use asm-generic/socket.h when possibleDeepa Dinamani
2019-01-27xtensa: SMP: limit number of possible CPUs by NR_CPUSMax Filippov
2019-01-26xtensa: rename BUILTIN_DTB to BUILTIN_DTB_SOURCECorentin Labbe
2019-01-26xtensa: Fix typo use space=>user spaceCorentin Labbe
2019-01-26xtensa: SMP: mark each possible CPU as presentMax Filippov
2019-01-26xtensa: smp_lx200_defconfig: fix vectors clashMax Filippov
2019-01-26xtensa: SMP: fix secondary CPU initializationMax Filippov
2019-01-25arch: add pkey and rseq syscall numbers everywhereArnd Bergmann
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann
2019-01-24xtensa: SMP: fix ccount_timer_shutdownMax Filippov
2019-01-17net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann