| Age | Commit message (Expand) | Author | Lines |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | -3/+3 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | -6/+6 |
| 2026-02-20 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux | Linus Torvalds | -1/+1 |
| 2026-01-31 | ARM: 9467/1: mm: Don't use %pK through printk | Thomas Weissschuh | -1/+1 |
| 2026-01-26 | arch, mm: consolidate initialization of SPARSE memory model | Mike Rapoport (Microsoft) | -6/+0 |
| 2026-01-26 | arch, mm: consolidate initialization of nodes, zones and memory map | Mike Rapoport (Microsoft) | -16/+0 |
| 2026-01-26 | arm: make initialization of zero page independent of the memory map | Klara Modin | -18/+2 |
| 2026-01-26 | arm: introduce arch_zone_limits_init() | Mike Rapoport (Microsoft) | -7/+12 |
| 2025-12-11 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux | Linus Torvalds | -26/+80 |
| 2025-12-10 | ARM: fix branch predictor hardening | Russell King (Oracle) | -14/+31 |
| 2025-12-10 | ARM: fix hash_name() fault | Russell King (Oracle) | -0/+35 |
| 2025-12-10 | ARM: allow __do_kernel_fault() to report execution of memory faults | Russell King (Oracle) | -0/+2 |
| 2025-12-09 | ARM: group is_permission_fault() with is_translation_fault() | Russell King (Oracle) | -13/+13 |
| 2025-12-06 | Merge tag 'dma-mapping-6.19-2025-12-05' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | -127/+53 |
| 2025-11-14 | syscore: Pass context data to callbacks | Thierry Reding | -4/+8 |
| 2025-10-29 | ARM: dma-mapping: Switch to physical address mapping callbacks | Leon Romanovsky | -77/+23 |
| 2025-10-29 | ARM: dma-mapping: Reduce struct page exposure in arch_sync_dma*() | Leon Romanovsky | -51/+31 |
| 2025-10-07 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux | Linus Torvalds | -5/+5 |
| 2025-10-02 | Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | -12/+12 |
| 2025-10-02 | ARM: 9456/1: mm: fault: use string choices helper | Kuninori Morimoto | -2/+1 |
| 2025-10-02 | ARM: 9451/1: mm: l2x0: use string choices helper | Kuninori Morimoto | -3/+4 |
| 2025-09-30 | Merge tag 'timers-vdso-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | -2/+0 |
| 2025-09-24 | kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFI | Kees Cook | -23/+23 |
| 2025-09-21 | ptdesc: remove ptdesc_to_virt() | Matthew Wilcox (Oracle) | -1/+1 |
| 2025-09-21 | kasan: call kasan_init_generic in kasan_init | Sabyrzhan Tasbolatov | -1/+1 |
| 2025-09-13 | mm: introduce memdesc_flags_t | Matthew Wilcox (Oracle) | -10/+10 |
| 2025-09-04 | vdso: Drop Kconfig GENERIC_VDSO_DATA_STORE | Thomas Weißschuh | -1/+0 |
| 2025-09-04 | vdso: Drop kconfig GENERIC_VDSO_32 | Thomas Weißschuh | -1/+0 |
| 2025-07-31 | Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | -1/+1 |
| 2025-07-21 | arm: Handle KCOV __init vs inline mismatches | Kees Cook | -2/+2 |
| 2025-07-09 | mm: update architecture and driver code to use vm_flags_t | Lorenzo Stoakes | -1/+1 |
| 2025-06-05 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux | Linus Torvalds | -3/+1 |
| 2025-05-31 | mm: rename page->index to page->__folio_index | Matthew Wilcox (Oracle) | -2/+2 |
| 2025-05-11 | mm: pass mm down to pagetable_{pte,pmd}_ctor | Kevin Brodsky | -1/+1 |
| 2025-04-16 | ARM: 9447/1: arm/memremap: fix arch_memremap_can_ram_remap() | Ross Stutterheim | -3/+1 |
| 2025-04-01 | Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | -41/+2 |
| 2025-03-25 | Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | -0/+1 |
| 2025-03-25 | Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | -2/+1 |
| 2025-03-19 | Merge tag 'v6.14-rc7' into x86/core, to pick up fixes | Ingo Molnar | -12/+25 |
| 2025-03-17 | arch, mm: make releasing of memory to page allocator more explicit | Mike Rapoport (Microsoft) | -11/+0 |
| 2025-03-17 | arch, mm: introduce arch_mm_preinit | Mike Rapoport (Microsoft) | -9/+12 |
| 2025-03-17 | arch, mm: streamline HIGHMEM freeing | Mike Rapoport (Microsoft) | -29/+0 |
| 2025-03-17 | arch, mm: set max_mapnr when allocating memory map for FLATMEM | Mike Rapoport (Microsoft) | -2/+0 |
| 2025-03-17 | arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111 | Mike Rapoport (Microsoft) | -4/+4 |
| 2025-03-05 | arm: pgtable: fix NULL pointer dereference issue | Qi Zheng | -12/+25 |
| 2025-02-21 | mm/memremap: Pass down MEMREMAP_* flags to arch_memremap_wb() | Kirill A. Shutemov | -2/+2 |
| 2025-02-21 | arm: vdso: Switch to generic storage implementation | Thomas Weißschuh | -0/+1 |
| 2025-02-18 | ARM: 8611/1: l2x0: Switch to use hrtimer_setup() | Nam Cao | -2/+1 |
| 2025-01-25 | mm/memblock: add memblock_alloc_or_panic interface | Guo Weikang | -18/+4 |
| 2025-01-25 | asm-generic: pgalloc: provide generic __pgd_{alloc,free} | Kevin Brodsky | -5/+3 |