aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+6
2019-05-16uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells1-0/+6
2019-05-14xtensa: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya1-1/+1
2019-05-07xtensa: add exclusive atomics supportMax Filippov1-0/+3
2019-05-06xtensa: replace variant/core.h with asm/core.hMax Filippov2-2/+2
2019-04-23Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-0/+4
2019-04-15arch: add pidfd and io_uring syscalls everywhereArnd Bergmann1-0/+4
2019-04-04xtensa: fix return_addressMax Filippov1-1/+5
2019-04-03xtensa: use actual syscall number in do_syscall_trace_leaveMax Filippov1-0/+6
2019-03-07Merge tag 'xtensa-20190307' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds4-50/+52
2019-02-10Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038Thomas Gleixner1-25/+46
2019-02-10Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038Thomas Gleixner1-3/+4
2019-02-07xtensa: simplify trap_initMax Filippov1-3/+2
2019-02-07xtensa: drop unused definitionsMax Filippov1-2/+0
2019-02-07xtensa: fix get_wchanMax Filippov1-2/+2
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 Bergmann1-3/+3
2019-02-07y2038: use time32 syscall names on 32-bitArnd Bergmann1-22/+22
2019-01-27xtensa: SMP: limit number of possible CPUs by NR_CPUSMax Filippov1-0/+5
2019-01-26xtensa: SMP: mark each possible CPU as presentMax Filippov1-1/+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-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-4/+0
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds2-3/+3
2018-12-29Merge tag 'xtensa-20181228' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds17-348/+855
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2018-12-20xtensa: implement jump_label supportMax Filippov2-0/+100
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig1-1/+1
2018-12-17xtensa: implement syscall tracepointsMax Filippov2-2/+8
2018-12-17xtensa: enable CORE_DUMP_USE_REGSETMax Filippov1-46/+0
2018-12-17xtensa: implement TIE regsetMax Filippov1-78/+87
2018-12-17xtensa: implement task_user_regset_viewMax Filippov1-66/+109
2018-12-17xtensa: call do_syscall_trace_{enter,leave} selectivelyMax Filippov2-8/+19
2018-12-17xtensa: use NO_SYSCALL instead of -1Max Filippov3-6/+6
2018-12-05xtensa: don't use l32r opcode directlyMax Filippov1-6/+2
2018-12-04xtensa: don't clear cpenable unconditionally on releaseMax Filippov1-1/+2
2018-12-04xtensa: simplify coprocessor.SMax Filippov1-18/+18
2018-12-04xtensa: clean up WSR*/RSR*/get_sr/set_srMax Filippov4-22/+23
2018-12-03xtensa: drop unused coprocessor helper functionsMax Filippov1-65/+3
2018-12-03xtensa: drop custom PTRACE_{PEEK,POKE}{TEXT,DATA}Max Filippov1-10/+0
2018-12-03xtensa: drop unused field from the struct exc_tableMax Filippov1-2/+0
2018-12-03xtensa: drop fast_syscall_kernelMax Filippov2-21/+0
2018-12-02xtensa: generate uapi header and syscall table header filesFiroz Khan1-2/+3
2018-12-02xtensa: add system call table generation supportFiroz Khan4-0/+480
2018-12-02xtensa: add __NR_syscalls along with __NR_syscall_countFiroz Khan2-3/+3
2018-11-26xtensa: fix coprocessor part of ptrace_{get,set}xregsMax Filippov1-4/+38