summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2026-06-02mm/filemap: fix page_cache_prev_miss() when no hole is foundTal Zussman
2026-06-02mm/shrinker: simplify shrinker_memcg_alloc() using guard()wangxuewen
2026-06-02mm, swap: avoid leaving unused extend table after alloc raceKairui Song
2026-06-02mm/readahead: no PG_readahead on EOFFrederick Mayle
2026-06-02mm/hugetlb_cma: restrict hugetlb_cma parameter to gigantic-page alignmentSang-Heon Jeon
2026-06-02mm/mseal: use min/max in mseal_applyThorsten Blum
2026-06-02mm/readahead: simplify page_cache_ra_unbounded loop counter resetFrederick Mayle
2026-06-02mm/readahead: add kerneldoc for read_pagesFrederick Mayle
2026-06-02mm/shrinker: avoid out-of-bounds read in set_shrinker_bit()David Carlier
2026-06-02mm/khugepaged: fix inconsistent MMF_VM_HUGEPAGE flag due to allocation failur...Ye Liu
2026-06-02mm/percpu-internal.h: optimise pcpu_chunk struct to save memoryzenghongling
2026-06-02mm/damon/reclaim: validate min_region_size to be power of 2Liew Rui Yan
2026-06-02mm/damon/lru_sort: validate min_region_size to be power of 2Liew Rui Yan
2026-06-02mm/damon/sysfs-schemes: fix double increment of nr_regionsVineet Agarwal
2026-06-02drivers/base/memory: make memory block get/put explicitMuchun Song
2026-06-02powerpc/mm: remove CONFIG_HAVE_BOOTMEM_INFO_NODEDavid Hildenbrand (Arm)
2026-06-02mm/bootmem_info: stop marking mem_section_usage as MIX_SECTION_INFODavid Hildenbrand (Arm)
2026-06-02mm/bootmem_info: stop marking the pgdat as NODE_INFODavid Hildenbrand (Arm)
2026-06-02mm/bootmem_info: remove call to kmemleak_free_part_phys()David Hildenbrand (Arm)
2026-06-02mm/bootmem_info: stop using PG_privateDavid Hildenbrand (Arm)
2026-06-02mm/bootmem_info: drop initialization of page->lruDavid Hildenbrand (Arm)
2026-06-02mm/memory_hotplug: factor out altmap freeing checksMuchun Song
2026-06-02mm/damon: replace damon_rand() with a per-ctx lockless PRNGJiayuan Chen
2026-06-02Merge branch 'mm-hotfixes-stable' into mm-stable to pick up the seriesAndrew Morton
2026-06-02Merge tag 'mm-hotfixes-stable-2026-06-01-20-58' of git://git.kernel.org/pub/s...Linus Torvalds
2026-06-02mm: Make empty_zero_page[] constArd Biesheuvel
2026-06-02mm: mm_init: use div64_ul() instead of do_div()Giorgi Tchankvetadze
2026-06-02mm/fake-numa: fix under-allocation detection in uniform splitSang-Heon Jeon
2026-06-01mm/slub: detach and reattach partial slabs in batchHao Li
2026-06-01mm/slub: introduce helpers for node partial slab stateHao Li
2026-06-01mm/slub: use empty sheaf helpers for oversized sheavesShengming Hu
2026-05-31userfaultfd: remove redundant check in vm_uffd_ops()Mike Rapoport (Microsoft)
2026-05-31userfaultfd: refuse to __mfill_atomic_pte() for unsupported VMAsMike Rapoport (Microsoft)
2026-05-31userfaultfd: verify VMA state across UFFDIO_COPY retryMike Rapoport (Microsoft)
2026-05-31mm/huge_memory: update file PMD counter before folio_put()Yin Tirui
2026-05-31mm/huge_memory: update file PUD counter before folio_put()Yin Tirui
2026-05-31mm/hugetlb_vmemmap: fix incorrect vmemmap restore in rollbackMuchun Song
2026-05-31mm/damon/ops-common: call folio_test_lru() after folio_get()SeongJae Park
2026-06-01kho: fix deferred initialization of scratch areasMichal Clapinski
2026-05-30Merge tag 'fixes-2026-05-30' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-05-29block: Add bvec_folio()Matthew Wilcox (Oracle)
2026-05-28kfence: fix KASAN HW tags bypass via runtime sample_interval changeAlexander Potapenko
2026-05-28treewide: fix indentation and whitespace in Kconfig filesAnand Moon
2026-05-28mm/kmemleak: dedupe verbose scan output by allocation backtraceBreno Leitao
2026-05-28mm/swap: add cond_resched() in swap_reclaim_full_clusters to prevent softlockupZijiang Huang
2026-05-28mm/damon/stat: add a parameter for reading kdamond pidSeongJae Park
2026-05-28mm/damon/reclaim: add autotune_monitoring_intervals parameterSeongJae Park
2026-05-28mm/filemap: do not count FAULT_FLAG_TRIED retries as mmap hitsfujunjie
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