summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2026-05-28mm/filemap: count only the faulting address as a mmap hitfujunjie
2026-05-28mm: use zone lock guard in __offline_isolated_pages()Dmitry Ilvokhin
2026-05-28mm: use zone lock guard in free_pcppages_bulk()Dmitry Ilvokhin
2026-05-28mm: use zone lock guard in put_page_back_buddy()Dmitry Ilvokhin
2026-05-28mm: use zone lock guard in take_page_off_buddy()Dmitry Ilvokhin
2026-05-28mm: use zone lock guard in set_migratetype_isolate()Dmitry Ilvokhin
2026-05-28mm: use zone lock guard in unreserve_highatomic_pageblock()Dmitry Ilvokhin
2026-05-28mm: use zone lock guard in unset_migratetype_isolate()Dmitry Ilvokhin
2026-05-28mm: use zone lock guard in reserve_highatomic_pageblock()Dmitry Ilvokhin
2026-05-28mm/khugepaged: return -EAGAIN for SCAN_PAGE_HAS_PRIVATE in MADV_COLLAPSEVineet Agarwal
2026-05-28mm/damon/stat: use damon_set_region_system_rams_default()SeongJae Park
2026-05-28mm/damon/core: remove damon_set_region_biggest_system_ram_default()SeongJae Park
2026-05-28mm/damon/lru_sort: cover all system ramsSeongJae Park
2026-05-28mm/damon/reclaim: cover all system ramsSeongJae Park
2026-05-28mm/damon: introduce damon_set_region_system_rams_default()SeongJae Park
2026-05-28vmalloc: add __GFP_SKIP_KASAN supportMuhammad Usama Anjum
2026-05-28mm/memcontrol: hoist pstatc_pcpu assignment out of CPU loopHui Zhu
2026-05-28mm/migrate: rename PAGE_ migration flags to FOLIO_Shivank Garg
2026-05-28mm/damon/tests/core-kunit: test pause commitmentSeongJae Park
2026-05-28mm/damon/sysfs: add pause file under context dirSeongJae Park
2026-05-28mm/damon/core: introduce damon_ctx->pausedSeongJae Park
2026-05-28mm: limit filemap_fault readahead to VMA boundariesFrederick Mayle
2026-05-28mm/madvise: reject invalid process_madvise() advice for zero-length vectorsfujunjie
2026-05-28mm: remove page_mapped()David Hildenbrand (Arm)
2026-05-28mm/damon: support MADV_COLLAPSE via DAMOS_COLLAPSE scheme actionAsier Gutierrez
2026-05-28mm/damon: add synchronous commit for commit_inputsLiew Rui Yan
2026-05-28mm/damon/ops-common: optimize damon_hot_score() using ilog2()Liew Rui Yan
2026-05-28mm/mm_init: fix uninitialized struct pages for ZONE_DEVICEMuchun Song
2026-05-28mm/mm_init: fix pageblock migratetype for ZONE_DEVICE compound pagesMuchun Song
2026-05-28mm/sparse-vmemmap: fix DAX vmemmap accounting with optimizationMuchun Song
2026-05-28mm/sparse-vmemmap: pass @pgmap argument to memory deactivation pathsMuchun Song
2026-05-28mm/memory_hotplug: fix incorrect altmap passing in error pathMuchun Song
2026-05-28mm/sparse-vmemmap: fix vmemmap accounting underflowMuchun Song
2026-05-28mm/kfence: use special gfp_t format specifierBrendan Jackman
2026-05-28mm/hugetlb: fix hugetlb cgroup rsvd charge/uncharge mismatchDeepanshu Kartikey
2026-05-28mm/lruvec: preemptively free dead folios during lru_add drainJP Kobryn (Meta)
2026-05-28mm, page_alloc: reintroduce page allocation stall warningDavid Rientjes
2026-05-28mm/thp: dead code cleanup in KconfigJulian Braha
2026-05-28mm/page_alloc: cleanup flag vars in alloc_pages_bulk_noprof()Brendan Jackman
2026-05-28mm/memory-failure: replace magic number 3 with GET_PAGE_MAX_RETRY_NUMwangxuewen
2026-05-28mm/page_io: rename swap_iocb fields for clarityDavid Carlier
2026-05-28mm/vmpressure: skip socket pressure for costly order reclaimJP Kobryn (Meta)
2026-05-28mm: huge_memory: refactor defrag_show() to use defrag_flags[]Breno Leitao
2026-05-28mm: huge_memory: use sysfs_match_string() in defrag_store()Breno Leitao
2026-05-28mm/khugepaged: use ALIGN helpers for PMD alignmentYe Liu
2026-05-28mm/memory-failure: use bool for forcekill stateYe Liu
2026-05-28mm/sparse: remove sparse buffer pre-allocation mechanismMuchun Song
2026-05-28mm/page_owner: fix %pGp format specifier argument typeZhen Ni
2026-05-28mm: fix mmap errno value when MAP_DROPPABLE is not supportedAnthony Yznaga
2026-05-28mm/vmscan: fix typos in commentsXiang Gao