Age | Commit message (Expand) | Author | Files | Lines |
2021-09-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -6/+4 |
2021-09-03 | mm: wire up syscall process_mrelease | Suren Baghdasaryan | 1 | -0/+2 |
2021-09-03 | mm: remove flush_kernel_dcache_page | Christoph Hellwig | 1 | -6/+2 |
2021-09-01 | Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+0 |
2021-09-01 | Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
2021-08-29 | Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner | 3 | -3/+3 |
2021-08-12 | SH: Bulk conversion to generic_handle_domain_irq() | Marc Zyngier | 3 | -3/+3 |
2021-07-30 | Merge tag 'libata-5.14-2021-07-30' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+0 |
2021-07-30 | arch: Kconfig: clean up obsolete use of HAVE_IDE | Lukas Bulwahn | 1 | -1/+0 |
2021-07-30 | asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbols | Arnd Bergmann | 1 | -2/+0 |
2021-07-12 | exit/bdflush: Remove the deprecated bdflush system call | Eric W. Biederman | 1 | -1/+1 |
2021-07-10 | Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2 | -5/+4 |
2021-07-08 | mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t * | Aneesh Kumar K.V | 1 | -2/+2 |
2021-07-08 | sh: convert to setup_initial_init_mm() | Kefeng Wang | 1 | -4/+1 |
2021-07-02 | Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -212/+0 |
2021-07-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -3/+0 |
2021-07-01 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -1/+0 |
2021-07-01 | Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2021-07-01 | mm/thp: define default pmd_pgtable() | Anshuman Khandual | 1 | -1/+0 |
2021-07-01 | mm: define default value for FIRST_USER_ADDRESS | Anshuman Khandual | 1 | -2/+0 |
2021-06-29 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 4 | -5/+5 |
2021-06-29 | mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA | Mike Rapoport | 4 | -5/+5 |
2021-06-28 | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -3/+1 |
2021-06-28 | Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -17/+0 |
2021-06-28 | Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 5 | -15/+15 |
2021-06-18 | sched: Introduce task_is_running() | Peter Zijlstra | 1 | -1/+1 |
2021-06-08 | clkdev: remove CONFIG_CLKDEV_LOOKUP | Arnd Bergmann | 1 | -1/+0 |
2021-06-07 | quota: Wire up quotactl_fd syscall | Jan Kara | 1 | -1/+1 |
2021-06-03 | Merge branch 'sched/urgent' into sched/core, to pick up fixes | Ingo Molnar | 2 | -2/+1 |
2021-06-03 | kprobes: Do not increment probe miss count in the fault handler | Naveen N. Rao | 1 | -7/+0 |
2021-06-01 | kprobes: Remove kprobe::fault_handler | Peter Zijlstra | 1 | -10/+0 |
2021-05-26 | sh: move core-y in arch/sh/Makefile to arch/sh/Kbuild | Masahiro Yamada | 2 | -5/+3 |
2021-05-26 | kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild | Masahiro Yamada | 1 | -0/+1 |
2021-05-26 | locking/atomic: delete !ARCH_ATOMIC remnants | Mark Rutland | 1 | -1/+0 |
2021-05-26 | locking/atomic: sh: move to ARCH_ATOMIC | Mark Rutland | 6 | -15/+16 |
2021-05-20 | Merge tag 'quota_for_v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2021-05-17 | quota: Disable quotactl_path syscall | Jan Kara | 1 | -1/+1 |
2021-05-12 | sched/core: Initialize the idle task with preemption disabled | Valentin Schneider | 1 | -2/+0 |
2021-05-10 | sh: Remove unused variable | Eric Dumazet | 1 | -1/+0 |
2021-05-10 | sh: remove unaligned access for sh4a | Arnd Bergmann | 2 | -212/+0 |
2021-05-08 | Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 4 | -79/+5 |
2021-05-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 8 | -13/+3 |
2021-05-07 | mm: remove xlate_dev_kmem_ptr() | David Hildenbrand | 1 | -5/+0 |
2021-05-07 | drivers/char: remove /dev/kmem for good | David Hildenbrand | 6 | -6/+0 |
2021-05-06 | arch: rearrange headers inclusion order in asm/bitops for m68k, sh and h8300 | Yury Norov | 1 | -2/+3 |
2021-05-05 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 3 | -13/+4 |
2021-05-05 | mm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE] | Anshuman Khandual | 2 | -8/+2 |
2021-05-05 | mm: generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS) | Anshuman Khandual | 1 | -4/+1 |
2021-05-05 | hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share() | Peter Xu | 1 | -1/+1 |
2021-05-06 | arch: use cross_compiling to check whether it is a cross build or not | Masahiro Yamada | 1 | -1/+1 |