summaryrefslogtreecommitdiffstats
path: root/arch/xtensa (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-301-0/+1
|\
| * arch: wire up pidfd_getfd syscallSargun Dhillon2020-01-131-0/+1
* | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds2020-01-291-2/+2
|\ \
| * | xtensa: ISS: avoid struct timevalArnd Bergmann2019-12-181-2/+2
| |/
* | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-291-0/+1
|\ \
| * | open: introduce openat2(2) syscallAleksa Sarai2020-01-181-0/+1
| |/
* | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-2/+0
|\ \
| * | arch/xtensa/setup: Drop dummy_con initializationArvind Sankar2020-01-141-2/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-291-1/+1
|\ \ \
| * | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-192-4/+5
| |\| |
| * | | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-131-1/+1
| | |/ | |/|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-282-3/+6
|\ \ \
| * | | Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-253-0/+5
| |\| |
| * | | sched/rt, xtensa: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-082-3/+6
* | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-0/+4
|\ \ \ \
| * \ \ \ Merge tag 'v5.5-rc7' into efi/core, to pick up fixesIngo Molnar2020-01-202-4/+5
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar2019-12-101-0/+4
| | |_|/ | |/| |
* | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-281-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | scripts/sorttable: Rename 'sortextable' to 'sorttable'Shile Zhang2019-12-131-1/+1
| |/ /
* / / xtensa: Implement copy_thread_tlsAmanieu d'Antras2020-01-072-4/+5
|/ /
* | arch: sembuf.h: make uapi asm/sembuf.h self-containedMasahiro Yamada2019-12-051-0/+1
* | arch: msgbuf.h: make uapi asm/msgbuf.h self-containedMasahiro Yamada2019-12-051-0/+2
* | arch: ipcbuf.h: make uapi asm/ipcbuf.h self-containedMasahiro Yamada2019-12-051-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-303-10/+6
| * xtensa: fix system_call interaction with ptraceMax Filippov2019-11-302-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-211-173/+175
| * xtensa: use correct symbol for the end of .rodataMax Filippov2019-10-211-2/+2
| * xtensa: fix section name for start_infoMax Filippov2019-10-211-3/+3