summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-04-05mm/damon/tests/.kunitconifg: enable DAMON_DEBUG_SANITYSeongJae Park-0/+3
2026-04-05mm/damon/core: add damon_reset_aggregated() debug_sanity checkSeongJae Park-0/+18
2026-04-05mm/damon/core: add damon_split_region_at() debug_sanity checkSeongJae Park-0/+16
2026-04-05mm/damon/core: add damon_merge_regions_of() debug_sanity checkSeongJae Park-0/+15
2026-04-05mm/damon/core: add damon_merge_two_regions() debug_sanity checkSeongJae Park-0/+16
2026-04-05mm/damon/core: add damon_nr_regions() debug_sanity checkSeongJae Park-0/+19
2026-04-05mm/damon/core: add damon_del_region() debug_sanity checkSeongJae Park-0/+13
2026-04-05mm/damon/core: add damon_new_region() debug_sanity checkSeongJae Park-0/+12
2026-04-05mm/damon: add CONFIG_DAMON_DEBUG_SANITYSeongJae Park-0/+11
2026-04-05mm/migrate_device: document folio_get requirement before frozen PMD splitUsama Arif-0/+4
2026-04-05ubsan: turn off kmsan inside of ubsan instrumentationArnd Bergmann-0/+1
2026-04-05mm: introduce a new page type for page pool in page typeByungchul Park-46/+64
2026-04-05sparc: use vmemmap_populate_hugepages for vmemmap_populateChengkaitao-31/+16
2026-04-05MAINTAINERS: add mm-related procfs files to MM sectionsVlastimil Babka (SUSE)-0/+3
2026-04-05tools/testing/vma: add test for vma_flags_test(), vma_desc_test()Lorenzo Stoakes (Oracle)-0/+36
2026-04-05mm: reintroduce vma_desc_test() as a singular flag testLorenzo Stoakes (Oracle)-12/+29
2026-04-05mm: reintroduce vma_flags_test() as a singular flag testLorenzo Stoakes (Oracle)-5/+26
2026-04-05mm: always inline __mk_vma_flags() and invoked functionsLorenzo Stoakes (Oracle)-8/+12
2026-04-05mm: add vma_desc_test_all() and use itLorenzo Stoakes (Oracle)-8/+31
2026-04-05mm: rename VMA flag helpers to be more readableLorenzo Stoakes (Oracle)-70/+72
2026-04-05kasan: fix bug type classification for SW_TAGS modeAndrey Ryabinin-4/+9
2026-04-05mm/vmscan: fix unintended mtc->nmask mutation in alloc_demote_folio()Bing Jiao-9/+5
2026-04-05mm/oom_kill.c: simpilfy rcu call with guard(rcu)Maninder Singh-6/+3
2026-04-05mm/page_reporting: change page_reporting_order to PAGE_REPORTING_ORDER_UNSPEC...Yuvraj Sakshith-2/+2
2026-04-05mm/page_reporting: change PAGE_REPORTING_ORDER_UNSPECIFIED to -1Yuvraj Sakshith-1/+1
2026-04-05hv_balloon: set unspecified page reporting orderYuvraj Sakshith-1/+1
2026-04-05virtio_balloon: set unspecified page reporting orderYuvraj Sakshith-0/+2
2026-04-05mm/page_reporting: add PAGE_REPORTING_ORDER_UNSPECIFIEDYuvraj Sakshith-1/+3
2026-04-05mm: memcg: separate slab stat accounting from objcg charge cacheJohannes Weiner-39/+61
2026-04-05mm: memcontrol: use __account_obj_stock() in the !locked pathJohannes Weiner-1/+5
2026-04-05mm: memcontrol: split out __obj_cgroup_charge()Johannes Weiner-5/+16
2026-04-05mm: memcg: simplify objcg charge size and stock remainder mathJohannes Weiner-10/+6
2026-04-05mm: memcg: factor out trylock_stock() and unlock_stock()Johannes Weiner-6/+19
2026-04-05arm64: mm: implement the architecture-specific test_and_clear_young_ptes()Baolin Wang-6/+12
2026-04-05mm: support batched checking of the young flag for MGLRUBaolin Wang-33/+49
2026-04-05mm: add a batched helper to clear the young flag for large foliosBaolin Wang-5/+48
2026-04-05mm: rmap: add a ZONE_DEVICE folio warning in folio_referenced()Baolin Wang-0/+1
2026-04-05mm: rename ptep/pmdp_clear_young_notify() to ptep/pmdp_test_and_clear_young_n...Baolin Wang-8/+8
2026-04-05mm: use inline helper functions instead of ugly macrosBaolin Wang-54/+52
2026-04-05mm/memory: support VM_MIXEDMAP in zap_special_vma_range()David Hildenbrand (Arm)-2/+2
2026-04-05mm: rename zap_vma_ptes() to zap_special_vma_range()David Hildenbrand (Arm)-18/+16
2026-04-05mm: rename zap_page_range_single() to zap_vma_range()David Hildenbrand (Arm)-22/+22
2026-04-05mm: rename zap_page_range_single_batched() to zap_vma_range_batched()David Hildenbrand (Arm)-14/+16
2026-04-05mm: rename zap_vma_pages() to zap_vma()David Hildenbrand (Arm)-5/+9
2026-04-05mm/memory: inline unmap_page_range() into __zap_vma_range()David Hildenbrand (Arm)-20/+12
2026-04-05mm/memory: use __zap_vma_range() in zap_vma_for_reaping()David Hildenbrand (Arm)-4/+10
2026-04-05mm/memory: convert details->even_cows into details->skip_cowsDavid Hildenbrand (Arm)-8/+7
2026-04-05mm/memory: move adjusting of address range to unmap_vmas()David Hildenbrand (Arm)-35/+23
2026-04-05mm/memory: rename unmap_single_vma() to __zap_vma_range()David Hildenbrand (Arm)-3/+3
2026-04-05mm/oom_kill: factor out zapping of VMA into zap_vma_for_reaping()David Hildenbrand (Arm)-22/+34