Age | Commit message (Expand) | Author | Files | Lines |
2019-12-05 | arch: sembuf.h: make uapi asm/sembuf.h self-contained | Masahiro Yamada | 1 | -0/+1 |
2019-12-05 | arch: msgbuf.h: make uapi asm/msgbuf.h self-contained | Masahiro Yamada | 1 | -0/+2 |
2019-12-05 | arch: ipcbuf.h: make uapi asm/ipcbuf.h self-contained | Masahiro Yamada | 1 | -0/+2 |
2019-12-03 | Merge tag 'xtensa-20191201' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 36 | -662/+771 |
2019-12-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 7 | -7/+0 |
2019-11-30 | xtensa: clean up system_call/xtensa_rt_sigreturn interaction | Max Filippov | 3 | -10/+6 |
2019-11-30 | xtensa: fix system_call interaction with ptrace | Max Filippov | 2 | -4/+18 |
2019-11-30 | xtensa: rearrange syscall tracing | Max Filippov | 3 | -7/+4 |
2019-11-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Linus Torvalds | 4 | -143/+22 |
2019-11-28 | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremap | Linus Torvalds | 1 | -11/+1 |
2019-11-26 | xtensa: fix syscall_set_return_value | Max Filippov | 1 | -1/+1 |
2019-11-26 | xtensa: drop unneeded headers from coprocessor.S | Max Filippov | 1 | -9/+1 |
2019-11-26 | xtensa: entry: Remove unneeded need_resched() loop | Valentin Schneider | 1 | -1/+1 |
2019-11-26 | xtensa: use MEMBLOCK_ALLOC_ANYWHERE for KASAN shadow map | Max Filippov | 1 | -1/+3 |
2019-11-26 | xtensa: fix TLB sanity checker | Max Filippov | 1 | -2/+2 |
2019-11-26 | xtensa: get rid of __ARCH_USE_5LEVEL_HACK | Mike Rapoport | 6 | -10/+24 |
2019-11-26 | xtensa: mm: fix PMD folding implementation | Mike Rapoport | 5 | -9/+19 |
2019-11-26 | xtensa: make stack dump size configurable | Max Filippov | 2 | -1/+8 |
2019-11-26 | xtensa: improve stack dumping | Max Filippov | 1 | -16/+11 |
2019-11-26 | xtensa: use "m" constraint instead of "r" in futex.h assembly | Max Filippov | 1 | -5/+5 |
2019-11-26 | xtensa: use "m" constraint instead of "a" in cmpxchg.h assembly | Max Filippov | 1 | -15/+16 |
2019-11-26 | xtensa: use named assembly arguments in cmpxchg.h | Max Filippov | 1 | -35/+35 |
2019-11-26 | xtensa: use "m" constraint instead of "a" in atomic.h assembly | Max Filippov | 1 | -24/+28 |
2019-11-26 | xtensa: use named assembly arguments in atomic.h | Max Filippov | 1 | -60/+60 |
2019-11-26 | xtensa: use "m" constraint instead of "a" in bitops.h assembly | Max Filippov | 1 | -8/+10 |
2019-11-26 | xtensa: use named assembly arguments in bitops.h | Max Filippov | 1 | -28/+28 |
2019-11-26 | xtensa: use macros to generate *_bit and test_and_*_bit functions | Max Filippov | 1 | -229/+92 |
2019-11-26 | xtensa: use "m" constraint instead of "a" in uaccess.h assembly | Max Filippov | 1 | -8/+8 |
2019-11-26 | xtensa: merge .fixup with .text | Max Filippov | 1 | -5/+1 |
2019-11-26 | xtensa: add XIP kernel support | Max Filippov | 10 | -5/+257 |
2019-11-26 | sysctl: Remove the sysctl system call | Eric W. Biederman | 7 | -7/+0 |
2019-11-26 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -4/+4 |
2019-11-20 | dma-mapping: drop the dev argument to arch_sync_dma_for_* | Christoph Hellwig | 1 | -4/+4 |
2019-11-11 | arch: rely on asm-generic/io.h for default ioremap_* definitions | Christoph Hellwig | 1 | -4/+0 |
2019-11-11 | xtensa: clean up ioremap | Christoph Hellwig | 1 | -10/+4 |
2019-11-11 | xtensa: use the generic uncached segment support | Christoph Hellwig | 4 | -139/+18 |
2019-11-04 | xtensa: Move EXCEPTION_TABLE to RO_DATA segment | Kees Cook | 1 | -1/+2 |
2019-11-04 | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA | Kees Cook | 1 | -1/+1 |
2019-11-04 | vmlinux.lds.h: Replace RODATA with RO_DATA | Kees Cook | 1 | -1/+1 |
2019-11-04 | vmlinux.lds.h: Move NOTES into RO_DATA | Kees Cook | 1 | -1/+0 |
2019-10-21 | xtensa: move kernel memory layout to platform options | Max Filippov | 1 | -173/+175 |
2019-10-21 | xtensa: use correct symbol for the end of .rodata | Max Filippov | 1 | -2/+2 |
2019-10-21 | xtensa: fix section name for start_info | Max Filippov | 1 | -3/+3 |
2019-10-21 | xtensa: move MPU constants from .data to .ref.rodata | Max Filippov | 1 | -1/+2 |
2019-10-21 | xtensa: move XCHAL_KIO_* definitions to kmem_layout.h | Max Filippov | 2 | -39/+32 |
2019-10-21 | xtensa: clean up empty include files | Max Filippov | 3 | -34/+2 |
2019-10-16 | xtensa: fix change_bit in exclusive access option | Max Filippov | 1 | -1/+1 |
2019-10-16 | xtensa: virt: fix PCI IO ports mapping | Max Filippov | 1 | -1/+1 |
2019-10-15 | xtensa: drop EXPORT_SYMBOL for outs*/ins* | Max Filippov | 1 | -7/+0 |
2019-10-15 | xtensa: fix type conversion in __get_user_[no]check | Max Filippov | 1 | -26/+29 |