summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-192-4/+5
|\
| * xtensa: Implement copy_thread_tlsAmanieu d'Antras2020-01-072-4/+5
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* arch: sembuf.h: make uapi asm/sembuf.h self-containedMasahiro Yamada2019-12-041-0/+1
* arch: msgbuf.h: make uapi asm/msgbuf.h self-containedMasahiro Yamada2019-12-041-0/+2
* arch: ipcbuf.h: make uapi asm/ipcbuf.h self-containedMasahiro Yamada2019-12-041-0/+2
* Merge tag 'xtensa-20191201' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2019-12-0336-662/+771
|\
| * xtensa: clean up system_call/xtensa_rt_sigreturn interactionMax Filippov2019-11-293-10/+6
| * xtensa: fix system_call interaction with ptraceMax Filippov2019-11-292-4/+18
| * xtensa: rearrange syscall tracingMax Filippov2019-11-293-7/+4
| * xtensa: fix syscall_set_return_valueMax Filippov2019-11-261-1/+1
| * 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: use MEMBLOCK_ALLOC_ANYWHERE for KASAN shadow mapMax Filippov2019-11-261-1/+3
| * xtensa: fix TLB sanity checkerMax Filippov2019-11-261-2/+2
| * xtensa: get rid of __ARCH_USE_5LEVEL_HACKMike Rapoport2019-11-266-10/+24
| * xtensa: mm: fix PMD folding implementationMike Rapoport2019-11-265-9/+19
| * xtensa: make stack dump size configurableMax Filippov2019-11-262-1/+8
| * xtensa: improve stack dumpingMax Filippov2019-11-261-16/+11
| * xtensa: use "m" constraint instead of "r" in futex.h assemblyMax Filippov2019-11-261-5/+5
| * xtensa: use "m" constraint instead of "a" in cmpxchg.h assemblyMax Filippov2019-11-261-15/+16
| * xtensa: use named assembly arguments in cmpxchg.hMax Filippov2019-11-261-35/+35
| * xtensa: use "m" constraint instead of "a" in atomic.h assemblyMax Filippov2019-11-261-24/+28
| * xtensa: use named assembly arguments in atomic.hMax Filippov2019-11-261-60/+60
| * xtensa: use "m" constraint instead of "a" in bitops.h assemblyMax Filippov2019-11-261-8/+10
| * xtensa: use named assembly arguments in bitops.hMax Filippov2019-11-261-28/+28
| * xtensa: use macros to generate *_bit and test_and_*_bit functionsMax Filippov2019-11-261-229/+92
| * xtensa: use "m" constraint instead of "a" in uaccess.h assemblyMax Filippov2019-11-261-8/+8
| * xtensa: merge .fixup with .textMax Filippov2019-11-261-5/+1
| * xtensa: add XIP kernel supportMax Filippov2019-11-2610-5/+257
| * xtensa: move kernel memory layout to platform optionsMax Filippov2019-10-201-173/+175
| * xtensa: use correct symbol for the end of .rodataMax Filippov2019-10-201-2/+2
| * xtensa: fix section name for start_infoMax Filippov2019-10-201-3/+3
| * xtensa: move MPU constants from .data to .ref.rodataMax Filippov2019-10-201-1/+2
| * xtensa: move XCHAL_KIO_* definitions to kmem_layout.hMax Filippov2019-10-202-39/+32
| * xtensa: clean up empty include filesMax Filippov2019-10-203-34/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2019-12-017-7/+0
|\ \
| * | sysctl: Remove the sysctl system callEric W. Biederman2019-11-267-7/+0
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-284-143/+22
|\ \ \
| * | | 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-114-139/+18
| | |/ | |/|
* | | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-281-11/+1
|\ \ \
| * | | arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig2019-11-111-4/+0
| * | | xtensa: clean up ioremapChristoph Hellwig2019-11-111-10/+4
| |/ /
* | | 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: fix change_bit in exclusive access optionMax Filippov2019-10-161-1/+1