summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-05mm: introduce a new page type for page pool in page typeByungchul Park
2026-04-05sparc: use vmemmap_populate_hugepages for vmemmap_populateChengkaitao
2026-04-05MAINTAINERS: add mm-related procfs files to MM sectionsVlastimil Babka (SUSE)
2026-04-05tools/testing/vma: add test for vma_flags_test(), vma_desc_test()Lorenzo Stoakes (Oracle)
2026-04-05mm: reintroduce vma_desc_test() as a singular flag testLorenzo Stoakes (Oracle)
2026-04-05mm: reintroduce vma_flags_test() as a singular flag testLorenzo Stoakes (Oracle)
2026-04-05mm: always inline __mk_vma_flags() and invoked functionsLorenzo Stoakes (Oracle)
2026-04-05mm: add vma_desc_test_all() and use itLorenzo Stoakes (Oracle)
2026-04-05mm: rename VMA flag helpers to be more readableLorenzo Stoakes (Oracle)
2026-04-05kasan: fix bug type classification for SW_TAGS modeAndrey Ryabinin
2026-04-05mm/vmscan: fix unintended mtc->nmask mutation in alloc_demote_folio()Bing Jiao
2026-04-05mm/oom_kill.c: simpilfy rcu call with guard(rcu)Maninder Singh
2026-04-05mm/page_reporting: change page_reporting_order to PAGE_REPORTING_ORDER_UNSPEC...Yuvraj Sakshith
2026-04-05mm/page_reporting: change PAGE_REPORTING_ORDER_UNSPECIFIED to -1Yuvraj Sakshith
2026-04-05hv_balloon: set unspecified page reporting orderYuvraj Sakshith
2026-04-05virtio_balloon: set unspecified page reporting orderYuvraj Sakshith
2026-04-05mm/page_reporting: add PAGE_REPORTING_ORDER_UNSPECIFIEDYuvraj Sakshith
2026-04-05mm: memcg: separate slab stat accounting from objcg charge cacheJohannes Weiner
2026-04-05mm: memcontrol: use __account_obj_stock() in the !locked pathJohannes Weiner
2026-04-05mm: memcontrol: split out __obj_cgroup_charge()Johannes Weiner
2026-04-05mm: memcg: simplify objcg charge size and stock remainder mathJohannes Weiner
2026-04-05mm: memcg: factor out trylock_stock() and unlock_stock()Johannes Weiner
2026-04-05arm64: mm: implement the architecture-specific test_and_clear_young_ptes()Baolin Wang
2026-04-05mm: support batched checking of the young flag for MGLRUBaolin Wang
2026-04-05mm: add a batched helper to clear the young flag for large foliosBaolin Wang
2026-04-05mm: rmap: add a ZONE_DEVICE folio warning in folio_referenced()Baolin Wang
2026-04-05mm: rename ptep/pmdp_clear_young_notify() to ptep/pmdp_test_and_clear_young_n...Baolin Wang
2026-04-05mm: use inline helper functions instead of ugly macrosBaolin Wang
2026-04-05mm/memory: support VM_MIXEDMAP in zap_special_vma_range()David Hildenbrand (Arm)
2026-04-05mm: rename zap_vma_ptes() to zap_special_vma_range()David Hildenbrand (Arm)
2026-04-05mm: rename zap_page_range_single() to zap_vma_range()David Hildenbrand (Arm)
2026-04-05mm: rename zap_page_range_single_batched() to zap_vma_range_batched()David Hildenbrand (Arm)
2026-04-05mm: rename zap_vma_pages() to zap_vma()David Hildenbrand (Arm)
2026-04-05mm/memory: inline unmap_page_range() into __zap_vma_range()David Hildenbrand (Arm)
2026-04-05mm/memory: use __zap_vma_range() in zap_vma_for_reaping()David Hildenbrand (Arm)
2026-04-05mm/memory: convert details->even_cows into details->skip_cowsDavid Hildenbrand (Arm)
2026-04-05mm/memory: move adjusting of address range to unmap_vmas()David Hildenbrand (Arm)
2026-04-05mm/memory: rename unmap_single_vma() to __zap_vma_range()David Hildenbrand (Arm)
2026-04-05mm/oom_kill: factor out zapping of VMA into zap_vma_for_reaping()David Hildenbrand (Arm)
2026-04-05mm/oom_kill: use MMU_NOTIFY_CLEAR in __oom_reap_task_mm()David Hildenbrand (Arm)
2026-04-05mm/memory: simplify calculation in unmap_mapping_range_tree()David Hildenbrand (Arm)
2026-04-05mm/memory: inline unmap_mapping_range_vma() into unmap_mapping_range_tree()David Hildenbrand (Arm)
2026-04-05mm/memory: remove "zap_details" parameter from zap_page_range_single()David Hildenbrand (Arm)
2026-04-05mm/madvise: drop range checks in madvise_free_single_vma()David Hildenbrand (Arm)
2026-04-05kasan: docs: SLUB is the only remaining slab implementationDavid Hildenbrand (Arm)
2026-04-05vmalloc: support __GFP_RETRY_MAYFAIL and __GFP_NORETRYMichal Hocko
2026-04-05mm/vmalloc: fix incorrect size reporting on allocation failureUladzislau Rezki (Sony)
2026-04-05Documentation: fix a hugetlbfs reservation statementJane Chu
2026-04-05mm: make ref_unless functions unless_zero onlyGladyshev Ilya
2026-04-05mm/page_alloc: remove pcpu_spin_* wrappersVlastimil Babka