summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xtensa-20191201' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2019-12-039-55/+106
|\
| * xtensa: clean up system_call/xtensa_rt_sigreturn interactionMax Filippov2019-11-302-9/+5
| * xtensa: fix system_call interaction with ptraceMax Filippov2019-11-302-4/+18
| * xtensa: rearrange syscall tracingMax Filippov2019-11-292-6/+2
| * xtensa: drop unneeded headers from coprocessor.SMax Filippov2019-11-261-9/+1
| * xtensa: entry: Remove unneeded need_resched() loopValentin Schneider2019-11-261-1/+1
| * xtensa: make stack dump size configurableMax Filippov2019-11-261-1/+1
| * xtensa: improve stack dumpingMax Filippov2019-11-261-16/+11
| * xtensa: merge .fixup with .textMax Filippov2019-11-261-5/+1
| * xtensa: add XIP kernel supportMax Filippov2019-11-263-2/+64
| * xtensa: fix section name for start_infoMax Filippov2019-10-211-3/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-282-114/+18
|\ \
| * | dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-4/+4
| * | xtensa: use the generic uncached segment supportChristoph Hellwig2019-11-112-110/+14
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-4/+4
|\ \ | |/ |/|
| * xtensa: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook2019-11-041-1/+2
| * vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook2019-11-041-1/+1
| * vmlinux.lds.h: Replace RODATA with RO_DATAKees Cook2019-11-041-1/+1
| * vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-1/+0
* | xtensa: drop EXPORT_SYMBOL for outs*/ins*Max Filippov2019-10-151-7/+0
|/
* 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-271-6/+3
|/
* 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/+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-171-32/+0
| * xtensa: drop dead PCI support codeMax Filippov2019-06-173-97/+0
| * xtensa/PCI: Remove unused variableGuenter Roeck2019-06-171-1/+0
* | Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-131-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-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/+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-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
|/