index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-05
mm/oom_kill.c: simpilfy rcu call with guard(rcu)
Maninder Singh
1
-6
/
+3
2026-04-05
mm/page_reporting: change page_reporting_order to PAGE_REPORTING_ORDER_UNSPEC...
Yuvraj Sakshith
1
-2
/
+2
2026-04-05
mm/page_reporting: add PAGE_REPORTING_ORDER_UNSPECIFIED
Yuvraj Sakshith
1
-1
/
+2
2026-04-05
mm: memcg: separate slab stat accounting from objcg charge cache
Johannes Weiner
1
-39
/
+61
2026-04-05
mm: memcontrol: use __account_obj_stock() in the !locked path
Johannes Weiner
1
-1
/
+5
2026-04-05
mm: memcontrol: split out __obj_cgroup_charge()
Johannes Weiner
1
-5
/
+16
2026-04-05
mm: memcg: simplify objcg charge size and stock remainder math
Johannes Weiner
1
-10
/
+6
2026-04-05
mm: memcg: factor out trylock_stock() and unlock_stock()
Johannes Weiner
1
-6
/
+19
2026-04-05
mm: support batched checking of the young flag for MGLRU
Baolin Wang
3
-31
/
+46
2026-04-05
mm: add a batched helper to clear the young flag for large folios
Baolin Wang
1
-5
/
+11
2026-04-05
mm: rmap: add a ZONE_DEVICE folio warning in folio_referenced()
Baolin Wang
1
-0
/
+1
2026-04-05
mm: rename ptep/pmdp_clear_young_notify() to ptep/pmdp_test_and_clear_young_n...
Baolin Wang
2
-8
/
+8
2026-04-05
mm: use inline helper functions instead of ugly macros
Baolin Wang
1
-0
/
+52
2026-04-05
mm/memory: support VM_MIXEDMAP in zap_special_vma_range()
David Hildenbrand (Arm)
1
-2
/
+2
2026-04-05
mm: rename zap_vma_ptes() to zap_special_vma_range()
David Hildenbrand (Arm)
1
-9
/
+7
2026-04-05
mm: rename zap_page_range_single() to zap_vma_range()
David Hildenbrand (Arm)
2
-9
/
+9
2026-04-05
mm: rename zap_page_range_single_batched() to zap_vma_range_batched()
David Hildenbrand (Arm)
3
-14
/
+16
2026-04-05
mm: rename zap_vma_pages() to zap_vma()
David Hildenbrand (Arm)
1
-1
/
+1
2026-04-05
mm/memory: inline unmap_page_range() into __zap_vma_range()
David Hildenbrand (Arm)
1
-20
/
+12
2026-04-05
mm/memory: use __zap_vma_range() in zap_vma_for_reaping()
David Hildenbrand (Arm)
1
-4
/
+9
2026-04-05
mm/memory: convert details->even_cows into details->skip_cows
David Hildenbrand (Arm)
2
-7
/
+6
2026-04-05
mm/memory: move adjusting of address range to unmap_vmas()
David Hildenbrand (Arm)
1
-35
/
+23
2026-04-05
mm/memory: rename unmap_single_vma() to __zap_vma_range()
David Hildenbrand (Arm)
1
-3
/
+3
2026-04-05
mm/oom_kill: factor out zapping of VMA into zap_vma_for_reaping()
David Hildenbrand (Arm)
3
-22
/
+34
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
[prev]
[next]