index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-05
mm/oom_kill: use MMU_NOTIFY_CLEAR in __oom_reap_task_mm()
David Hildenbrand (Arm)
1
-1
/
+1
2026-04-05
mm/memory: simplify calculation in unmap_mapping_range_tree()
David Hildenbrand (Arm)
2
-12
/
+5
2026-04-05
mm/memory: inline unmap_mapping_range_vma() into unmap_mapping_range_tree()
David Hildenbrand (Arm)
1
-16
/
+7
2026-04-05
mm/memory: remove "zap_details" parameter from zap_page_range_single()
David Hildenbrand (Arm)
2
-8
/
+11
2026-04-05
mm/madvise: drop range checks in madvise_free_single_vma()
David Hildenbrand (Arm)
1
-9
/
+4
2026-04-05
vmalloc: support __GFP_RETRY_MAYFAIL and __GFP_NORETRY
Michal Hocko
1
-5
/
+12
2026-04-05
mm/vmalloc: fix incorrect size reporting on allocation failure
Uladzislau Rezki (Sony)
1
-1
/
+1
2026-04-05
mm/page_alloc: remove pcpu_spin_* wrappers
Vlastimil Babka
1
-15
/
+9
2026-04-05
mm/page_alloc: remove IRQ saving/restoring from pcp locking
Vlastimil Babka
1
-30
/
+16
2026-04-05
mm/page_alloc: effectively disable pcp with CONFIG_SMP=n
Vlastimil Babka
1
-58
/
+34
2026-04-05
mm/damon/test/core-kunit: add damon_apply_min_nr_regions() test
SeongJae Park
1
-0
/
+52
2026-04-05
mm/damon/vaddr: do not split regions for min_nr_regions
SeongJae Park
2
-144
/
+2
2026-04-05
mm/damon/core: split regions for min_nr_regions
SeongJae Park
1
-6
/
+39
2026-04-05
mm/kasan: fix double free for kasan pXds
Ritesh Harjani (IBM)
1
-4
/
+4
2026-04-05
mm/debug_vm_pgtable: replace WRITE_ONCE() with pxd_clear()
Anshuman Khandual
1
-2
/
+2
2026-04-05
mm/pagewalk: drop FW_MIGRATION
David Hildenbrand (Arm)
1
-32
/
+8
2026-04-05
khugepaged: remove redundant index check for pmd-folios
Dev Jain
1
-10
/
+4
2026-04-05
mm/damon/core: do non-safe region walk on kdamond_apply_schemes()
SeongJae Park
1
-11
/
+11
2026-04-05
mm/damon/core: set quota-score histogram with core filters
SeongJae Park
1
-0
/
+2
2026-04-05
mm/slab: use compound_head() in page_slab()
Kiryl Shutsemau
1
-13
/
+1
2026-04-05
mm/hugetlb: remove hugetlb_optimize_vmemmap_key static key
Kiryl Shutsemau
1
-12
/
+2
2026-04-05
hugetlb: remove VMEMMAP_SYNCHRONIZE_RCU
Kiryl Shutsemau
1
-16
/
+4
2026-04-05
mm/hugetlb: remove fake head pages
Kiryl Shutsemau
3
-11
/
+126
2026-04-05
mm/hugetlb: refactor code around vmemmap_walk
Kiryl Shutsemau
1
-135
/
+89
2026-04-05
mm/hugetlb: defer vmemmap population for bootmem hugepages
Kiryl Shutsemau (Meta)
2
-72
/
+18
2026-04-05
mm/sparse: check memmap alignment for compound_info_has_mask()
Kiryl Shutsemau
1
-0
/
+5
2026-04-05
mm: rework compound_head() for power-of-2 sizeof(struct page)
Kiryl Shutsemau
2
-8
/
+24
2026-04-05
mm: rename the 'compound_head' field in the 'struct page' to 'compound_info'
Kiryl Shutsemau
3
-3
/
+3
2026-04-05
mm: change the interface of prep_compound_tail()
Kiryl Shutsemau
4
-11
/
+12
2026-04-05
folio_batch: rename PAGEVEC_SIZE to FOLIO_BATCH_SIZE
Tal Zussman
4
-7
/
+7
2026-04-05
folio_batch: rename pagevec.h to folio_batch.h
Tal Zussman
11
-11
/
+11
2026-04-05
mm/vmalloc: export clear_vm_uninitialized_flag()
Pasha Tatashin
2
-1
/
+3
2026-04-05
kfence: add kfence.fault parameter
Marco Elver
3
-12
/
+76
2026-04-05
mm: do not map the shadow stack as THP
Catalin Marinas
1
-1
/
+5
2026-04-05
mm: introduce vm_mmap_shadow_stack() as a helper for VM_SHADOW_STACK mappings
Catalin Marinas
1
-0
/
+25
2026-04-05
mm: do not allocate shrinker info with cgroup.memory=nokmem
Michal Koutný
1
-0
/
+3
2026-04-05
mm/mmu_gather: replace IPI with synchronize_rcu() when batch allocation fails
Lance Yang
1
-1
/
+20
2026-04-05
mm: vmscan: add cgroup IDs to vmscan tracepoints
Thomas Ballasi
2
-10
/
+13
2026-04-05
mm: memcontrol: switch to native NR_VMALLOC vmstat counter
Johannes Weiner
2
-14
/
+6
2026-04-05
mm: vmalloc: streamline vmalloc memory accounting
Johannes Weiner
2
-9
/
+11
2026-04-05
mm: centralize+fix comments about compound_mapcount() in new sync_with_folio_pmd_zap()
David Hildenbrand (Arm)
3
-16
/
+22
2026-04-05
mm: khugepaged: skip lazy-free folios
Vernon Yang
1
-0
/
+21
2026-04-05
mm: add folio_test_lazyfree helper
Vernon Yang
2
-4
/
+3
2026-04-05
mm-khugepaged-refine-scan-progress-number-fix
Vernon Yang
1
-43
/
+35
2026-04-05
mm: khugepaged: refine scan progress number
Vernon Yang
1
-10
/
+32
2026-04-05
mm: khugepaged: add trace_mm_khugepaged_scan event
Vernon Yang
1
-0
/
+2
2026-04-05
mm/kmemleak: use PF_KTHREAD flag to detect kernel threads
Zhongqiu Han
1
-3
/
+3
2026-04-05
mm/kmemleak: remove unreachable return statement in scan_should_stop()
Zhongqiu Han
1
-3
/
+1
2026-04-05
mm/zswap: remove SWP_SYNCHRONOUS_IO swapcache bypass workaround
Kairui Song
1
-13
/
+6
2026-04-05
mm/page_idle.c: remove redundant mmu notifier in aging code
qinyu
1
-1
/
+1
[prev]
[next]