aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Merge tag 'xtensa-20200206' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds6-63/+85
2020-02-04xtensa: reorganize vectors placementMax Filippov2-9/+16
2020-02-04xtensa: separate SMP and XIP supportMax Filippov1-34/+34
2020-02-04xtensa: move fast exception handlers close to vectorsMax Filippov5-13/+36
2020-02-01xtensa: drop unused function fast_coprocessor_doubleMax Filippov1-7/+0
2020-01-31xtensa: drop empty platform_* functions from platformsMax Filippov1-0/+1
2020-01-31xtensa: clean up platform headersMax Filippov1-3/+1
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+1
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-2/+0
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+6
2020-01-18open: introduce openat2(2) syscallAleksa Sarai1-0/+1
2020-01-14arch/xtensa/setup: Drop dummy_con initializationArvind Sankar1-2/+0
2020-01-13arch: wire up pidfd_getfd syscallSargun Dhillon1-0/+1
2020-01-07xtensa: Implement copy_thread_tlsAmanieu d'Antras1-4/+4
2019-12-08sched/rt, xtensa: Use CONFIG_PREEMPTIONThomas Gleixner2-3/+6
2019-12-03Merge tag 'xtensa-20191201' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds9-55/+106
2019-11-29xtensa: clean up system_call/xtensa_rt_sigreturn interactionMax Filippov2-9/+5
2019-11-29xtensa: fix system_call interaction with ptraceMax Filippov2-4/+18
2019-11-29xtensa: rearrange syscall tracingMax Filippov2-6/+2
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-114/+18
2019-11-26xtensa: drop unneeded headers from coprocessor.SMax Filippov1-9/+1
2019-11-26xtensa: entry: Remove unneeded need_resched() loopValentin Schneider1-1/+1
2019-11-26xtensa: make stack dump size configurableMax Filippov1-1/+1
2019-11-26xtensa: improve stack dumpingMax Filippov1-16/+11
2019-11-26xtensa: merge .fixup with .textMax Filippov1-5/+1
2019-11-26xtensa: add XIP kernel supportMax Filippov3-2/+64
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig1-4/+4
2019-11-11xtensa: use the generic uncached segment supportChristoph Hellwig2-110/+14
2019-11-04xtensa: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook1-1/+2
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook1-1/+1
2019-11-04vmlinux.lds.h: Replace RODATA with RO_DATAKees Cook1-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook1-1/+0
2019-10-20xtensa: fix section name for start_infoMax Filippov1-3/+3
2019-10-14xtensa: drop EXPORT_SYMBOL for outs*/ins*Max Filippov1-7/+0
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+2
2019-09-04dma-mapping: always use VM_DMA_COHERENT for generic DMA remapChristoph Hellwig1-2/+2
2019-09-01xtensa: add support for call0 ABI in userspaceMax Filippov4-8/+61
2019-09-01xtensa: clean up PS_WOE_BIT usageMax Filippov2-5/+5
2019-08-26xtensa: remove free_initrd_memMike Rapoport1-6/+3
2019-08-12xtensa: add missing isync to the cpu_reset TLB codeMax Filippov1-0/+1
2019-07-24xtensa: fix build for cores with coprocessorsMax Filippov1-0/+1
2019-07-16Merge tag 'xtensa-20190715' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds6-142/+17
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-7/+1
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+1
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-5/+5
2019-07-08xtensa: abstract 'entry' and 'retw' in assembly codeMax Filippov3-12/+17
2019-06-28arch: wire-up pidfd_open()Christian Brauner1-0/+1