aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-09-23mm/damon/sysfs: set damon_ctx->min_sz_region only for paddr use caseSeongJae Park1-1/+4
2025-09-23mm/vmalloc: move resched point into alloc_vmap_area()Uladzislau Rezki (Sony)1-2/+6
2025-09-23ksm: use a folio inside cmp_and_merge_page()Matthew Wilcox (Oracle)1-9/+6
2025-09-23mm: page_alloc: avoid kswapd thrashing due to NUMA restrictionsJohannes Weiner1-0/+24
2025-09-23mm/oom_kill.c: fix inverted checkLorenzo Stoakes1-1/+1
2025-09-23mm/khugepaged: do not fail collapse_pte_mapped_thp() on SCAN_PMD_NULLKiryl Shutsemau1-1/+19
2025-09-23filemap: Add a version of folio_end_writeback that ignores dropbehindTrond Myklebust1-6/+23
2025-09-23filemap: Add a helper for filesystems implementing dropbehindTrond Myklebust1-2/+3
2025-09-22mm: do not assume file == vma->vm_file in compat_vma_mmap_prepare()Lorenzo Stoakes1-23/+39
2025-09-22mm: specify separate file and vm_file params in vm_area_descLorenzo Stoakes5-31/+22
2025-09-21mm: drop all references of writable and SCAN_PAGE_RODev Jain1-11/+3
2025-09-21mm: enable khugepaged anonymous collapse on non-writable regionsDev Jain1-7/+2
2025-09-21mm/damon/stat: expose negative idle timeSeongJae Park1-5/+5
2025-09-21mm/damon/stat: expose the current tuned aggregation intervalSeongJae Park1-0/+6
2025-09-21mm/damon/lru_sort: use damon_initialized()SeongJae Park1-2/+7
2025-09-21mm/damon/reclaim: use damon_initialized()SeongJae Park1-2/+7
2025-09-21mm/damon/stat: use damon_initialized()SeongJae Park1-4/+6
2025-09-21mm/damon/core: implement damon_initialized() functionSeongJae Park1-0/+10
2025-09-21mm/damon/core: set effective quota on first charge windowSeongJae Park1-1/+3
2025-09-21mm/damon/core: reset age if nr_accesses changes between non-zero and zeroSeongJae Park1-0/+2
2025-09-21alloc_tag: mark inaccurate allocation counters in /proc/allocinfo outputSuren Baghdasaryan1-0/+2
2025-09-21mm/oom_kill: the OOM reaper traverses the VMA maple tree in reverse orderzhongjinji1-2/+8
2025-09-21mm/oom_kill: thaw the entire OOM victim processzhongjinji1-5/+5
2025-09-21mm/damon/lru_sort: use param_ctx for damon_attrs stagingSeongJae Park1-1/+1
2025-09-21mm/damon/reclaim: support addr_unit for DAMON_RECLAIMQuanmin Yan1-0/+40
2025-09-21mm/damon/lru_sort: support addr_unit for DAMON_LRU_SORTQuanmin Yan1-0/+40
2025-09-21mm: remove page->orderMatthew Wilcox (Oracle)1-2/+2
2025-09-21mm: remove redundant test in validate_page_before_insert()Matthew Wilcox (Oracle)1-2/+1
2025-09-21mm: lru_add_drain_all() do local lru_add_drain() firstHugh Dickins1-0/+3
2025-09-21alloc_tag: avoid warnings when freeing non-compound "tail" pagesSuren Baghdasaryan1-1/+8
2025-09-21mm/shmem: remove unused entry_order after large swapin reworkJackie Liu1-7/+4
2025-09-21mm: skip mlocked THPs that are underused early in deferred_split_scan()Lance Yang1-0/+7
2025-09-21mm/hmm: populate PFNs from PMD swap entryFrancois Dugast1-5/+65
2025-09-21mm/gup: fix handling of errors from arch_make_folio_accessible() in follow_page_pte()David Hildenbrand1-6/+3
2025-09-21mm: re-enable kswapd when memory pressure subsides or demotion is toggledChanwon Park5-16/+44
2025-09-21readahead: add trace pointsJan Kara1-0/+8
2025-09-21mm/memcg: v1: account event registrations and drop world-writable cgroup.event_controlStanislav Fort1-4/+4
2025-09-21mm, swap: use a single page for swap table when the size fitsKairui Song2-10/+43
2025-09-21mm, swap: implement dynamic allocation of swap tableKairui Song4-51/+194
2025-09-21mm, swap: remove contention workaround for swap cacheKairui Song3-30/+13
2025-09-21mm, swap: mark swap address space ro and add context debug checkKairui Song2-2/+13
2025-09-21mm, swap: use the swap table for the swap cache and switch APIKairui Song8-241/+453
2025-09-21mm, swap: wrap swap cache replacement with a helperKairui Song5-20/+44
2025-09-21mm/shmem, swap: remove redundant error handling for replacing folioKairui Song1-25/+7
2025-09-21mm, swap: cleanup swap cache API and add kerneldocKairui Song9-59/+103
2025-09-21mm, swap: tidy up swap device and cluster info helpersKairui Song4-31/+60
2025-09-21mm, swap: rename and move some swap cluster definition and helpersKairui Song2-68/+99
2025-09-21mm, swap: always lock and check the swap cache folio before useKairui Song4-6/+41
2025-09-21mm, swap: check page poison flag after locking itKairui Song1-11/+11
2025-09-21mm, swap: fix swap cache index error when retrying reclaimKairui Song1-4/+4