aboutsummaryrefslogtreecommitdiff
path: root/arch/xtensa
AgeCommit message (Expand)AuthorFilesLines
2019-03-28KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedGravatar Masahiro Yamada 2-1/+1
2019-03-17kbuild: force all architectures except um to include mandatory-yGravatar Masahiro Yamada 1-2/+0
2019-03-17kbuild: warn redundant generic-yGravatar Masahiro Yamada 2-2/+0
2019-03-12treewide: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 2-0/+7
2019-03-12memblock: memblock_phys_alloc(): don't panicGravatar Mike Rapoport 1-0/+3
2019-03-12memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_allocGravatar Mike Rapoport 1-2/+1
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-1/+0
2019-03-07Merge tag 'xtensa-20190307' of git://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 10-257/+94
2019-03-06Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+1
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-41/+52
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 3-122/+2
2019-03-04get rid of legacy 'get_ds()' functionGravatar Linus Torvalds 2-3/+0
2019-02-27Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Thomas Gleixner 1-0/+1
2019-02-1932-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionGravatar Yury Norov 1-0/+1
2019-02-18arch: move common mmap flags to linux/mman.hGravatar Michael S. Tsirkin 1-3/+1
2019-02-13of: select OF_RESERVED_MEM automaticallyGravatar Christoph Hellwig 1-1/+0
2019-02-10Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Gravatar Thomas Gleixner 2-26/+47
2019-02-10Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kern...Gravatar Thomas Gleixner 2-15/+4
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 10-26/+43
2019-02-07xtensa: simplify trap_initGravatar Max Filippov 1-3/+2
2019-02-07xtensa: drop unused definitionsGravatar Max Filippov 2-11/+0
2019-02-07xtensa: fix get_wchanGravatar Max Filippov 1-2/+2
2019-02-07xtensa: use generic spinlock/rwlock implementationGravatar Max Filippov 4-194/+10
2019-02-07xtensa: provide xchg for sizes 1 and 2Gravatar Max Filippov 1-4/+32
2019-02-07xtensa: clean up arch/xtensa/kernel/time.cGravatar Max Filippov 1-28/+25
2019-02-07xtensa: SMP: rework IPI processingGravatar Max Filippov 1-15/+23
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesGravatar Arnd Bergmann 1-0/+21
2019-02-07y2038: rename old time and utime syscallsGravatar Arnd Bergmann 2-4/+4
2019-02-07y2038: use time32 syscall names on 32-bitGravatar Arnd Bergmann 1-22/+22
2019-02-07syscalls: remove obsolete __IGNORE_ macrosGravatar Arnd Bergmann 1-12/+0
2019-02-03arch: Use asm-generic/socket.h when possibleGravatar Deepa Dinamani 3-124/+2
2019-01-27xtensa: SMP: limit number of possible CPUs by NR_CPUSGravatar Max Filippov 1-0/+5
2019-01-26xtensa: rename BUILTIN_DTB to BUILTIN_DTB_SOURCEGravatar Corentin Labbe 7-9/+9
2019-01-26xtensa: Fix typo use space=>user spaceGravatar Corentin Labbe 1-1/+1
2019-01-26xtensa: SMP: mark each possible CPU as presentGravatar Max Filippov 1-1/+1
2019-01-26xtensa: smp_lx200_defconfig: fix vectors clashGravatar Max Filippov 1-0/+1
2019-01-26xtensa: SMP: fix secondary CPU initializationGravatar Max Filippov 2-14/+25
2019-01-25arch: add pkey and rseq syscall numbers everywhereGravatar Arnd Bergmann 1-0/+1
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsGravatar Arnd Bergmann 1-3/+3
2019-01-24xtensa: SMP: fix ccount_timer_shutdownGravatar Max Filippov 1-1/+1
2019-01-17net: introduce SO_BINDTOIFINDEX sockoptGravatar David Herrmann 1-0/+2
2019-01-06arch: remove redundant UAPI generic-y definesGravatar Masahiro Yamada 1-9/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Gravatar Masahiro Yamada 1-1/+0
2019-01-06jump_label: move 'asm goto' support test to KconfigGravatar Masahiro Yamada 1-4/+0
2019-01-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-5/+3
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsGravatar Joel Fernandes (Google) 1-5/+3
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 5-10/+10
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-17/+2
2018-12-29Merge tag 'xtensa-20181228' of git://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 39-1246/+1105
2018-12-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-7/+11