summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-12-01mm/mempool: fix poisoning order>0 pages with HIGHMEMVlastimil Babka1-6/+26
2025-12-01mm/mempool: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco1-4/+4
2025-12-01shmem: fix tmpfs reconfiguration (remount) when noswap is setMike Yuan1-8/+7
2025-11-24memcg: fix data-race KCSAN bug in rstatsBreno Leitao1-5/+7
2025-11-24mm: memcg: optimize parent iteration in memcg_rstat_updated()Yosry Ahmed1-21/+35
2025-11-24memory tiers: use default_dram_perf_ref_source in log messageYing Huang1-3/+3
2025-11-24cachestat: do not flush stats in recency checkNhat Pham2-4/+15
2025-11-24mm/secretmem: fix use-after-free race in fault handlerLance Yang1-1/+1
2025-11-24mm/truncate: unmap large folio on split failureKiryl Shutsemau1-1/+26
2025-11-24mm/memory: do not populate page table entries beyond i_sizeKiryl Shutsemau2-6/+38
2025-11-24filemap: cap PTE range to be created to allowed zero fill in folio_map_range()Pankaj Raghav1-1/+6
2025-11-24mm: memcg: restore subtree stats flushingYosry Ahmed3-33/+47
2025-11-24mm: workingset: move the stats flush into workingset_test_recent()Yosry Ahmed1-12/+24
2025-11-24mm: memcg: make stats flushing threshold per-memcgYosry Ahmed1-16/+34
2025-11-24mm: memcg: move vmstats structs definition above flushing codeYosry Ahmed1-74/+74
2025-11-24mm: memcg: change flush_next_time to flush_last_timeYosry Ahmed1-3/+4
2025-11-24mm: memcg: add per-memcg zswap writeback statDomenico Cerasuolo3-0/+6
2025-11-24mm: memcg: add THP swap out info for anonymous reclaimXin Hao3-4/+7
2025-11-24mm, percpu: do not consider sleepable allocations atomicMichal Hocko1-1/+7
2025-11-24mm/mm_init: fix hash table order logging in alloc_large_system_hash()Isaac J. Manjarres1-1/+1
2025-11-24base/node / acpi: Change 'node_hmem_attrs' to 'access_coordinates'Dave Jiang1-6/+6
2025-11-24acpi, hmat: calculate abstract distance with HMATHuang Ying1-1/+102
2025-11-24memory tiering: add abstract distance calculation algorithms managementHuang Ying1-0/+59
2025-10-23quota: remove unneeded return value of register_quota_formatKemeng Shi1-6/+1
2025-10-19mm/damon/vaddr: do not repeat pte_offset_map_lock() until successSeongJae Park1-6/+2
2025-10-19mm/hugetlb: early exit from hugetlb_pages_alloc_boot() when max_huge_pages=0Li RongQing1-0/+3
2025-10-19mm/page_alloc: only set ALLOC_HIGHATOMIC for __GPF_HIGH allocationsThadeu Lima de Souza Cascardo1-1/+1
2025-10-15mm: hugetlb: avoid soft lockup when mprotect to large memory areaYang Shi1-0/+2
2025-10-02minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-2/+0
2025-10-02mm/migrate_device: don't add folio to be freed to LRU in migrate_device_final...David Hildenbrand1-9/+4
2025-10-02mm: migrate_device: use more folio in migrate_device_finalize()Kefeng Wang1-19/+22
2025-10-02kmsan: fix out-of-bounds access to shadow memoryEric Biggers2-3/+23
2025-10-02mm: folio_may_be_lru_cached() unless folio_test_large()Hugh Dickins3-7/+7
2025-10-02mm/gup: local lru_add_drain() to avoid lru_add_drain_all()Hugh Dickins1-4/+11
2025-10-02mm/gup: check ref_count instead of lru before migrationHugh Dickins1-1/+2
2025-10-02mm/gup: revert "mm: gup: fix infinite loop within __get_longterm_locked"David Hildenbrand1-4/+10
2025-09-19Disable SLUB_TINY for build testingLinus Torvalds1-1/+1
2025-09-19mm/khugepaged: fix the address passed to notifier on testing youngWei Yang1-2/+2
2025-09-19mm/khugepaged: convert hpage_collapse_scan_pmd() to use foliosVishal Moola (Oracle)1-10/+10
2025-09-19mm/damon/lru_sort: avoid divide-by-zero in damon_lru_sort_apply_parameters()Quanmin Yan1-0/+3
2025-09-19mm/damon/reclaim: avoid divide-by-zero in damon_reclaim_apply_parameters()Quanmin Yan1-0/+3
2025-09-19mm/damon/sysfs: fix use-after-free in state_show()Stanislav Fort1-5/+9
2025-09-19mm/damon/core: set quota->charged_from to jiffies at first charge windowSang-Heon Jeon1-0/+4
2025-09-19mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memoryMiaohe Lin1-4/+3
2025-09-19mm: introduce and use {pgd,p4d}_populate_kernel()Harry Yoo3-12/+12
2025-09-19kunit: kasan_test: disable fortify string checker on kasan_strings() testYeoreum Yun1-0/+1
2025-09-09mm: slub: avoid wake up kswapd in set_track_prepareyangshiguang1-10/+20
2025-09-09slub: Reflow ___slab_alloc()Chengming Zhou1-16/+15
2025-09-09mm/slub: avoid accessing metadata when pointer is invalid in object_err()Li Qiong1-1/+6
2025-08-28mm/memory-failure: fix infinite UCE for VM_PFNMAP pfnJinjiang Tu1-0/+8