summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-2/+2
|\
| * dma-mapping: always use VM_DMA_COHERENT for generic DMA remapChristoph Hellwig2019-09-041-2/+2
* | xtensa: add support for call0 ABI in userspaceMax Filippov2019-09-014-8/+61
* | xtensa: clean up PS_WOE_BIT usageMax Filippov2019-09-012-5/+5
* | xtensa: remove free_initrd_memMike Rapoport2019-08-261-6/+3
|/
* xtensa: add missing isync to the cpu_reset TLB codeMax Filippov2019-08-121-0/+1
* xtensa: fix build for cores with coprocessorsMax Filippov2019-07-241-0/+1
* Merge tag 'xtensa-20190715' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2019-07-166-142/+17
|\
| * 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-161-32/+0
| * xtensa: drop dead PCI support codeMax Filippov2019-06-163-97/+0
| * xtensa/PCI: Remove unused variableGuenter Roeck2019-06-161-1/+0
* | Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-121-7/+1
|\ \
| * | dma-direct: handle DMA_ATTR_NO_KERNEL_MAPPING in common codeChristoph Hellwig2019-06-251-7/+1
* | | 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-101-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-082-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/+1
| |/ |/|
* | 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/+2
|/
* 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-141-1/+1
* | xtensa: add exclusive atomics supportMax Filippov2019-05-071-0/+3
* | xtensa: replace variant/core.h with asm/core.hMax Filippov2019-05-062-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-031-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/+2
| * xtensa: drop unused definitionsMax Filippov2019-02-071-2/+0
| * xtensa: fix get_wchanMax Filippov2019-02-071-2/+2
| * xtensa: clean up arch/xtensa/kernel/time.cMax Filippov2019-02-071-28/+25
| * 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