summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel
Commit message (Expand)AuthorAgeFilesLines
* xtensa: add missing isync to the cpu_reset TLB codeMax Filippov2019-08-131-0/+1
* xtensa: fix build for cores with coprocessorsMax Filippov2019-07-251-0/+1
* Merge tag 'xtensa-20190715' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2019-07-166-142/+17Star
|\
| * xtensa: abstract 'entry' and 'retw' in assembly codeMax Filippov2019-07-083-12/+17
| * xtensa: use generic pcibios_set_master and pcibios_enable_deviceMax Filippov2019-06-171-32/+0Star
| * xtensa: drop dead PCI support codeMax Filippov2019-06-173-97/+0Star
| * xtensa/PCI: Remove unused variableGuenter Roeck2019-06-171-1/+0Star
* | Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-131-7/+1Star
|\ \
| * | dma-direct: handle DMA_ATTR_NO_KERNEL_MAPPING in common codeChristoph Hellwig2019-06-251-7/+1Star
* | | Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2019-07-111-0/+1
|\ \ \
| * | | arch: wire-up clone3() syscallChristian Brauner2019-06-091-0/+1
| |/ /
* | | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-111-0/+1
|\ \ \
| * | | arch: wire-up pidfd_open()Christian Brauner2019-06-281-0/+1
| |/ /
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-092-5/+5
|\ \ \
| * | | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-1/+1
| * | | signal: Remove task parameter from force_sigEric W. Biederman2019-05-272-4/+4
| |/ /
* | / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
| |/ |/|
* | Merge tag 'xtensa-20190607' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2019-06-071-1/+2
|\ \
| * | xtensa: Fix section mismatch between memblock_reserve and mem_reserveGuenter Roeck2019-05-301-1/+2
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-11/+2Star
|/
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-05-171-0/+6
|\
| * uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells2019-05-161-0/+6
* | xtensa: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya2019-05-151-1/+1
* | xtensa: add exclusive atomics supportMax Filippov2019-05-071-0/+3
* | xtensa: replace variant/core.h with asm/core.hMax Filippov2019-05-072-2/+2
|/
* 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
* | xtensa: fix return_addressMax Filippov2019-04-041-1/+5
* | xtensa: use actual syscall number in do_syscall_trace_leaveMax Filippov2019-04-041-0/+6
|/
* Merge tag 'xtensa-20190307' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2019-03-074-50/+52
|\
| * xtensa: simplify trap_initMax Filippov2019-02-071-3/+2Star
| * xtensa: drop unused definitionsMax Filippov2019-02-071-2/+0Star
| * xtensa: fix get_wchanMax Filippov2019-02-071-2/+2
| * xtensa: clean up arch/xtensa/kernel/time.cMax Filippov2019-02-071-28/+25Star
| * xtensa: SMP: rework IPI processingMax Filippov2019-02-071-15/+23
* | Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-101-25/+46
|\ \
| * | 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-071-3/+3
| * | 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-101-3/+4
|\| | | |/ |/|
| * 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
* | xtensa: SMP: limit number of possible CPUs by NR_CPUSMax Filippov2019-01-271-0/+5
* | xtensa: SMP: mark each possible CPU as presentMax Filippov2019-01-261-1/+1
* | xtensa: SMP: fix secondary CPU initializationMax Filippov2019-01-262-14/+25
* | xtensa: SMP: fix ccount_timer_shutdownMax Filippov2019-01-251-1/+1
|/
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-4/+0Star
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-042-3/+3
* Merge tag 'xtensa-20181228' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2018-12-2917-348/+855
|\
| * xtensa: implement jump_label supportMax Filippov2018-12-202-0/+100