aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-10Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038Thomas Gleixner2-15/+4
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-26/+43
2019-02-07xtensa: simplify trap_initMax Filippov1-3/+2
2019-02-07xtensa: drop unused definitionsMax Filippov2-11/+0
2019-02-07xtensa: fix get_wchanMax Filippov1-2/+2
2019-02-07xtensa: use generic spinlock/rwlock implementationMax Filippov4-194/+10
2019-02-07xtensa: provide xchg for sizes 1 and 2Max Filippov1-4/+32
2019-02-07xtensa: clean up arch/xtensa/kernel/time.cMax Filippov1-28/+25
2019-02-07xtensa: SMP: rework IPI processingMax Filippov1-15/+23
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann1-0/+21
2019-02-07y2038: rename old time and utime syscallsArnd Bergmann2-4/+4
2019-02-07y2038: use time32 syscall names on 32-bitArnd Bergmann1-22/+22
2019-02-07syscalls: remove obsolete __IGNORE_ macrosArnd Bergmann1-12/+0
2019-02-03arch: Use asm-generic/socket.h when possibleDeepa Dinamani3-124/+2
2019-01-27xtensa: SMP: limit number of possible CPUs by NR_CPUSMax Filippov1-0/+5
2019-01-26xtensa: rename BUILTIN_DTB to BUILTIN_DTB_SOURCECorentin Labbe7-9/+9
2019-01-26xtensa: Fix typo use space=>user spaceCorentin Labbe1-1/+1
2019-01-26xtensa: SMP: mark each possible CPU as presentMax Filippov1-1/+1
2019-01-26xtensa: smp_lx200_defconfig: fix vectors clashMax Filippov1-0/+1
2019-01-26xtensa: SMP: fix secondary CPU initializationMax Filippov2-14/+25
2019-01-25arch: add pkey and rseq syscall numbers everywhereArnd Bergmann1-0/+1
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann1-3/+3
2019-01-24xtensa: SMP: fix ccount_timer_shutdownMax Filippov1-1/+1
2019-01-17net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann1-0/+2
2019-01-06arch: remove redundant UAPI generic-y definesMasahiro Yamada1-9/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Masahiro Yamada1-1/+0
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-4/+0
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+3
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-5/+3
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds5-10/+10
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-17/+2
2018-12-29Merge tag 'xtensa-20181228' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds39-1246/+1105
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+11
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-3/+2
2018-12-28kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov1-7/+11
2018-12-20xtensa: implement jump_label supportMax Filippov4-0/+166
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig1-1/+1
2018-12-17xtensa: implement syscall tracepointsMax Filippov7-3/+23
2018-12-17xtensa: implement tracehook functions and enable HAVE_ARCH_TRACEHOOKMax Filippov2-1/+80
2018-12-17xtensa: enable CORE_DUMP_USE_REGSETMax Filippov2-51/+1
2018-12-17xtensa: implement TIE regsetMax Filippov1-78/+87
2018-12-17xtensa: implement task_user_regset_viewMax Filippov3-80/+129
2018-12-17xtensa: call do_syscall_trace_{enter,leave} selectivelyMax Filippov3-12/+20
2018-12-17xtensa: use NO_SYSCALL instead of -1Max Filippov4-6/+8
2018-12-17xtensa: define syscall_get_arch()Dmitry V. Levin1-0/+7
2018-12-17Move EM_XTENSA to uapi/linux/elf-em.hDmitry V. Levin1-1/+1
2018-12-17xtensa: support memtestMax Filippov1-0/+3
2018-12-13dma-mapping: always build the direct mapping codeChristoph Hellwig1-1/+0
2018-12-06arch: switch the default on ARCH_HAS_SG_CHAINChristoph Hellwig1-1/+0
2018-12-05xtensa: don't use l32r opcode directlyMax Filippov4-31/+24