aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-03-17mm: shmem: factor out the within_size logic into a new helperBaolin Wang1-26/+27
2025-03-17mm: shmem: change the return value of shmem_find_swap_entries()Baolin Wang1-6/+6
2025-03-17mm: shmem: remove duplicate error validationBaolin Wang1-3/+3
2025-03-17mm: shmem: remove 'fadvise()' commentsBaolin Wang1-2/+2
2025-03-17mm: shmem: drop the unused macroBaolin Wang1-1/+0
2025-03-17mm: zpool: remove zpool_malloc_support_movable()Yosry Ahmed3-20/+1
2025-03-17mm: zsmalloc: remove object mapping APIs and per-CPU map areasYosry Ahmed1-225/+1
2025-03-17mm: zpool: remove object mapping APIsYosry Ahmed2-88/+0
2025-03-17mm: zswap: use object read/write APIs instead of object mapping APIsYosry Ahmed1-20/+13
2025-03-17mm: zpool: add interfaces for object read/write APIsYosry Ahmed2-0/+69
2025-03-17mm/shrinker: fix name consistency issue in shrinker_debugfs_rename()Liu Ye1-2/+6
2025-03-17mm/damon/paddr: respect ops_filters_default_rejectSeongJae Park1-1/+1
2025-03-17mm/damon/core: set damos_filter default allowance behavior based on installed filtersSeongJae Park1-5/+36
2025-03-17mm/damon/paddr: support only damos->ops_filtersSeongJae Park1-12/+0
2025-03-17mm/damon/core: put ops-handled filters to damos->ops_filtersSeongJae Park1-1/+16
2025-03-17mm/damon/core: support committing ops_filtersSeongJae Park1-1/+39
2025-03-17mm/damon/paddr: support ops_filtersSeongJae Park1-0/+12
2025-03-17mm/damon/core: introduce damos->ops_filtersSeongJae Park1-0/+1
2025-03-17writeback: fix calculations in trace_balance_dirty_pages() for cgwbTang Yizhou1-1/+1
2025-03-17writeback: let trace_balance_dirty_pages() take struct dtc as parameterTang Yizhou1-33/+2
2025-03-17mm: hugetlb: log time needed to allocate hugepagesThomas Prescher1-0/+10
2025-03-17mm: hugetlb: add hugetlb_alloc_threads cmdline optionThomas Prescher1-4/+29
2025-03-17mm: hugetlb: improve parallel huge page allocation timeThomas Prescher1-16/+18
2025-03-17memcg: bypass root memcg check for skmem chargingShakeel Butt1-1/+1
2025-03-17page_counter: track failcnt only for legacy cgroupsShakeel Butt3-20/+27
2025-03-17memcg: don't call propagate_protected_usage() for v1Shakeel Butt1-2/+3
2025-03-17mm/page_alloc: clarify should_claim_block() commentaryBrendan Jackman1-20/+26
2025-03-17mm/page_alloc: clarify terminology in migratetype fallback codeBrendan Jackman3-39/+39
2025-03-17mm/damon/sysfs: implement a command to update auto-tuned monitoring intervalsSeongJae Park1-0/+20
2025-03-17mm/damon/sysfs: commit intervals tuning goalSeongJae Park1-0/+7
2025-03-17mm/damon/sysfs: implement intervals tuning goal directorySeongJae Park1-0/+189
2025-03-17mm/damon/core: implement intervals auto-tuningSeongJae Park1-0/+76
2025-03-17mm/damon: add data structure for monitoring intervals auto-tuningSeongJae Park1-0/+22
2025-03-17mm/list_lru: make the case where mlru is NULL as unlikelyZeng Jingxiang1-6/+9
2025-03-17mm: rename GENERIC_PTDUMP and PTDUMP_COREAnshuman Khandual2-7/+7
2025-03-17mm: make DEBUG_WX depdendent on GENERIC_PTDUMPAnshuman Khandual1-0/+1
2025-03-17mm/mmu_notifier: use MMU_NOTIFY_CLEAR in remove_device_exclusive_entry()David Hildenbrand1-1/+1
2025-03-17mm/memory: document restore_exclusive_pte()David Hildenbrand1-0/+26
2025-03-17mm/memory: pass folio and pte to restore_exclusive_pte()David Hildenbrand1-15/+14
2025-03-17mm/memory: remove PageAnonExclusive sanity-check in restore_exclusive_pte()David Hildenbrand1-3/+0
2025-03-17mm: assert the folio is locked in folio_start_writeback()Matthew Wilcox (Oracle)1-0/+1
2025-03-16mm/page_alloc: warn on nr_reserved_highatomic underflowBrendan Jackman1-2/+3
2025-03-16mm, swap: simplify folio swap allocationKairui Song5-119/+92
2025-03-16mm, swap: remove swap slot cacheKairui Song4-432/+67
2025-03-16mm, swap: use percpu cluster as allocation fast pathKairui Song1-41/+117
2025-03-16mm, swap: don't update the counter up-frontKairui Song1-16/+2
2025-03-16mm, swap: avoid redundant swap device pinningKairui Song2-7/+15
2025-03-16mm, swap: drop the flag TTRS_DIRECTKairui Song1-20/+3
2025-03-16mm, swap: avoid reclaiming irrelevant swap cacheKairui Song1-1/+10
2025-03-16mm: make page_mapped_in_vma() hugetlb walk awareJane Chu1-4/+9