summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-08-21mm/damon/sysfs: implement a command for updating only schemes tried total bytesSeongJae Park3-8/+27
2023-08-21mm/damon/sysfs-schemes: implement DAMOS tried total bytes fileSeongJae Park1-0/+17
2023-08-21Multi-gen LRU: fix can_swap in lru_gen_look_around()Kalesh Singh1-1/+2
2023-08-21Multi-gen LRU: avoid race in inc_min_seq()Kalesh Singh1-6/+7
2023-08-21Multi-gen LRU: fix per-zone reclaimKalesh Singh1-4/+14
2023-08-21mm:vmscan: fix inaccurate reclaim during proactive reclaimEfly Young1-2/+2
2023-08-21mm/damon/core-test: add a test for damos_new_filter()SeongJae Park1-0/+13
2023-08-21mm/page_alloc: avoid unneeded alike_pages calculationMiaohe Lin1-6/+5
2023-08-21mm/vmstat: remove unused page_ext.h from vmstatKemeng Shi1-1/+0
2023-08-21mm/page_poison: remove unused page_ext.h from page_poisonKemeng Shi1-1/+0
2023-08-21damon: use pmdp_get instead of drectly dereferencing pmdLevi Yun3-10/+17
2023-08-21mm: improve the comment in isolate_migratepages_block()Matthew Wilcox1-7/+7
2023-08-21mm: kmsan: use helper macros PAGE_ALIGN and PAGE_ALIGN_DOWNZhangPeng1-2/+2
2023-08-21mm: kmsan: use helper macro offset_in_page()ZhangPeng2-2/+2
2023-08-21mm: kmsan: use helper function page_size()ZhangPeng2-2/+2
2023-08-21mm/memory.c: fix some kernel-doc commentsYang Li1-1/+2
2023-08-21mm: zswap: kill zswap_get_swap_cache_page()Johannes Weiner1-89/+53
2023-08-21mm: zswap: tighten up entry invalidationJohannes Weiner1-2/+2
2023-08-21mm: zswap: use zswap_invalidate_entry() for duplicatesJohannes Weiner1-3/+1
2023-08-21mm/page_ext: use page_ext_data helper in page_ownerKemeng Shi1-1/+1
2023-08-21mm/page_ext: use page_ext_data helper in page_table_checkKemeng Shi1-1/+1
2023-08-21zswap: make zswap_load() take a folioMatthew Wilcox (Oracle)2-5/+6
2023-08-21swap: remove some calls to compound_head() in swap_readpage()Matthew Wilcox (Oracle)1-6/+7
2023-08-21memcg: convert get_obj_cgroup_from_page to get_obj_cgroup_from_folioMatthew Wilcox (Oracle)2-5/+5
2023-08-21zswap: make zswap_store() take a folioMatthew Wilcox (Oracle)2-7/+8
2023-08-21mm: kill frontswapJohannes Weiner6-410/+76
2023-08-21mm: zswap: multiple zpools supportYosry Ahmed1-27/+54
2023-08-18mm/vmemmap optimization: split hugetlb and devdax vmemmap optimizationAneesh Kumar K.V1-1/+4
2023-08-18mm/huge pud: use transparent huge pud helpers only with CONFIG_TRANSPARENT_HU...Aneesh Kumar K.V1-1/+1
2023-08-18mm/vmemmap: allow architectures to override how vmemmap optimization worksAneesh Kumar K.V1-0/+3
2023-08-18mm/vmemmap: improve vmemmap_can_optimize and allow architectures to overrideAneesh Kumar K.V1-1/+1
2023-08-18mm: change pudp_huge_get_and_clear_full take vm_area_struct as argAneesh Kumar K.V2-2/+2
2023-08-18mm/hugepage pud: allow arch-specific helper function to check huge page pud s...Aneesh Kumar K.V1-9/+7
2023-08-18mm: handle faults that merely update the accessed bit under the VMA lockMatthew Wilcox (Oracle)1-6/+17
2023-08-18mm: handle swap and NUMA PTE faults under the VMA lockMatthew Wilcox (Oracle)1-6/+6
2023-08-18mm: run the fault-around code under the VMA lockMatthew Wilcox (Oracle)1-5/+5
2023-08-18mm: move FAULT_FLAG_VMA_LOCK check down from do_fault()Matthew Wilcox (Oracle)1-5/+15
2023-08-18mm: move FAULT_FLAG_VMA_LOCK check down in handle_pte_fault()Matthew Wilcox (Oracle)1-5/+11
2023-08-18mm: handle some PMD faults under the VMA lockMatthew Wilcox (Oracle)1-14/+25
2023-08-18mm: handle PUD faults under the VMA lockMatthew Wilcox (Oracle)1-13/+24
2023-08-18mm: move FAULT_FLAG_VMA_LOCK check from handle_mm_fault()Matthew Wilcox (Oracle)2-9/+15
2023-08-18mm: allow per-VMA locks on file-backed VMAsMatthew Wilcox (Oracle)1-5/+5
2023-08-18mm/mmap: change vma iteration order in do_vmi_align_munmap()Liam R. Howlett1-14/+13
2023-08-18mm: set up vma iterator for vma_iter_prealloc() callsLiam R. Howlett3-57/+63
2023-08-18mm: use vma_iter_clear_gfp() in nommuLiam R. Howlett3-20/+16
2023-08-18maple_tree: re-introduce entry to mas_preallocate() argumentsLiam R. Howlett2-3/+3
2023-08-18mm: remove re-walk from mmap_region()Liam R. Howlett2-5/+18
2023-08-18mm: remove prev check from do_vmi_align_munmap()Liam R. Howlett1-2/+0
2023-08-18mm: change do_vmi_align_munmap() tracking of VMAs to removeLiam R. Howlett3-27/+32
2023-08-18mm: don't drop VMA locks in mm_drop_all_locks()Jann Horn1-1/+6