Age | Commit message (Expand) | Author | Files | Lines |
2020-02-07 | fs_parser: remove fs_parameter_description name field | Eric Sandeen | 3 | -3/+0 |
2020-01-14 | Merge branch 'parisc-5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -3/+3 |
2020-01-14 | Merge tag 'asm-generic-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -5/+8 |
2020-01-14 | parisc: fix map_pages() to actually populate upper directory | Mike Rapoport | 1 | -1/+1 |
2020-01-14 | parisc: Use proper printk format for resource_size_t | Krzysztof Kozlowski | 1 | -2/+2 |
2020-01-13 | Merge tag 'riscv/for-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -17/+1 |
2020-01-12 | riscv: Fixup obvious bug for fp-regs reset | Guo Ren | 1 | -1/+1 |
2020-01-12 | riscv: move sifive_l2_cache.h to include/soc | Yash Shah | 1 | -16/+0 |
2020-01-12 | Merge tag 'clone3-tls-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 17 | -32/+35 |
2020-01-07 | um: Implement copy_thread_tls | Amanieu d'Antras | 5 | -12/+10 |
2020-01-07 | xtensa: Implement copy_thread_tls | Amanieu d'Antras | 2 | -4/+5 |
2020-01-07 | riscv: Implement copy_thread_tls | Amanieu d'Antras | 2 | -3/+4 |
2020-01-07 | parisc: Implement copy_thread_tls | Amanieu d'Antras | 2 | -4/+5 |
2020-01-07 | arm: Implement copy_thread_tls | Amanieu d'Antras | 2 | -3/+4 |
2020-01-07 | arm64: Implement copy_thread_tls | Amanieu d'Antras | 2 | -5/+6 |
2020-01-07 | arm64: Move __ARCH_WANT_SYS_CLONE3 definition to uapi headers | Amanieu d'Antras | 2 | -1/+1 |
2020-01-06 | Merge tag 'arc-5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup... | Linus Torvalds | 4 | -7/+14 |
2020-01-06 | arm64: Revert support for execute-only user mappings | Catalin Marinas | 3 | -11/+6 |
2020-01-05 | Merge tag 'riscv/for-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 6 | -19/+35 |
2020-01-05 | riscv: prefix IRQ_ macro names with an RV_ namespace | Paul Walmsley | 2 | -12/+12 |
2020-01-05 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 15 | -46/+32 |
2020-01-05 | Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 8 | -18/+72 |
2020-01-05 | hexagon: define ioremap_uc | Nick Desaulniers | 1 | -0/+1 |
2020-01-05 | hexagon: work around compiler crash | Nick Desaulniers | 1 | -3/+1 |
2020-01-05 | hexagon: parenthesize registers in asm predicates | Nick Desaulniers | 6 | -23/+23 |
2020-01-05 | mm/memory_hotplug: shrink zones when offlining memory | David Hildenbrand | 7 | -20/+7 |
2020-01-03 | Merge tag 'powerpc-5.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2 | -2/+3 |
2020-01-03 | riscv: ftrace: correct the condition logic in function graph tracer | Zong Li | 1 | -1/+1 |
2020-01-03 | riscv: dts: Add DT support for SiFive L2 cache controller | Yash Shah | 1 | -0/+15 |
2020-01-03 | riscv: gcov: enable gcov for RISC-V | Zong Li | 1 | -0/+1 |
2020-01-03 | riscv: mm: use __pa_symbol for kernel symbols | Zong Li | 1 | -6/+6 |
2020-01-03 | MIPS: Avoid VDSO ABI breakage due to global register variable | Paul Burton | 1 | -1/+19 |
2019-12-30 | powerpc/spinlocks: Include correct header for static key | Jason A. Donenfeld | 1 | -0/+1 |
2019-12-30 | nds32: fix build failure caused by page table folding updates | Mike Rapoport | 1 | -1/+1 |
2019-12-30 | asm-generic/nds32: don't redefine cacheflush primitives | Mike Rapoport | 1 | -4/+7 |
2019-12-29 | ARC: pt_regs: remove hardcoded registers offset | Eugeniy Paltsev | 2 | -4/+13 |
2019-12-28 | riscv: export flush_icache_all to modules | Olof Johansson | 1 | -0/+1 |
2019-12-28 | riscv: reject invalid syscalls below -1 | David Abdurachmanov | 1 | -0/+1 |
2019-12-28 | riscv: fix compile failure with EXPORT_SYMBOL() & !MMU | Luc Van Oostenryck | 2 | -3/+4 |
2019-12-23 | powerpc/mm: Mark get_slice_psize() & slice_addr_is_low() as notrace | Michael Ellerman | 1 | -2/+2 |
2019-12-22 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 4 | -12/+39 |
2019-12-22 | Merge tag 'riscv/for-v5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -198/+23 |
2019-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2 | -6/+7 |
2019-12-22 | Merge tag 'kvm-ppc-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini | 55 | -640/+2421 |
2019-12-21 | Merge tag 's390-5.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 6 | -11/+32 |
2019-12-21 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -9/+26 |
2019-12-21 | Merge tag 'kbuild-fixes-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2019-12-21 | Merge branch 'parisc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 5 | -10/+11 |
2019-12-21 | Merge tag 'powerpc-5.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 10 | -20/+47 |
2019-12-21 | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -3/+3 |