summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-08-21mm/damon/core-test: add a unit test for __damos_filter_out()SeongJae Park-0/+61
2023-08-21mm/damon/sysfs-schemes: support address range type DAMOS filterSeongJae Park-0/+56
2023-08-21mm/damon/core: introduce address range type damos filterSeongJae Park-6/+68
2023-08-21Docs/admin-guide/mm/damon/usage: update for tried_regions/total_bytesSeongJae Park-15/+27
2023-08-21Docs/ABI/damon: update for tried_regions/total_bytesSeongJae Park-2/+11
2023-08-21selftests/damon/sysfs: test tried_regions/total_bytes fileSeongJae Park-0/+1
2023-08-21mm/damon/sysfs: implement a command for updating only schemes tried total bytesSeongJae Park-8/+27
2023-08-21mm/damon/sysfs-schemes: implement DAMOS tried total bytes fileSeongJae Park-0/+17
2023-08-21Multi-gen LRU: fix can_swap in lru_gen_look_around()Kalesh Singh-1/+2
2023-08-21Multi-gen LRU: avoid race in inc_min_seq()Kalesh Singh-6/+7
2023-08-21Multi-gen LRU: fix per-zone reclaimKalesh Singh-4/+14
2023-08-21mm:vmscan: fix inaccurate reclaim during proactive reclaimEfly Young-2/+2
2023-08-21mm/damon/core-test: add a test for damos_new_filter()SeongJae Park-0/+13
2023-08-21mm/memcg: update obsolete comment above parent_mem_cgroup()Miaohe Lin-2/+1
2023-08-21arm64: tlbflush: add some comments for TLB batched flushingYicong Yang-0/+15
2023-08-21mm/page_alloc: avoid unneeded alike_pages calculationMiaohe Lin-6/+5
2023-08-21perf/core: use vma_is_initial_stack() and vma_is_initial_heap()Kefeng Wang-22/+11
2023-08-21selinux: use vma_is_initial_stack() and vma_is_initial_heap()Kefeng Wang-5/+2
2023-08-21drm/amdkfd: use vma_is_initial_stack() and vma_is_initial_heap()Kefeng Wang-4/+1
2023-08-21mm: factor out VMA stack and heap checksKefeng Wang-34/+30
2023-08-21selftests: mm: add KSM_MERGE_TIME testsAyush Jain-0/+4
2023-08-21mm/page_ext: move page_ext_operations definition under CONFIG_PAGE_EXTENSIONKemeng Shi-2/+1
2023-08-21mm/vmstat: remove unused page_ext.h from vmstatKemeng Shi-1/+0
2023-08-21mm/page_poison: remove unused page_ext.h from page_poisonKemeng Shi-1/+0
2023-08-21damon: use pmdp_get instead of drectly dereferencing pmdLevi Yun-10/+17
2023-08-21mm: improve the comment in isolate_migratepages_block()Matthew Wilcox-7/+7
2023-08-21mm: kmsan: use helper macros PAGE_ALIGN and PAGE_ALIGN_DOWNZhangPeng-2/+2
2023-08-21mm: kmsan: use helper macro offset_in_page()ZhangPeng-2/+2
2023-08-21mm: kmsan: use helper function page_size()ZhangPeng-2/+2
2023-08-21mm/memory.c: fix some kernel-doc commentsYang Li-1/+2
2023-08-21mm/memcg: fix obsolete function name in mem_cgroup_protection()Miaohe Lin-1/+1
2023-08-21mm: zswap: kill zswap_get_swap_cache_page()Johannes Weiner-89/+53
2023-08-21mm: zswap: tighten up entry invalidationJohannes Weiner-2/+2
2023-08-21mm: zswap: use zswap_invalidate_entry() for duplicatesJohannes Weiner-3/+1
2023-08-21kernel/iomem.c: remove __weak ioremap_cache helperArnd Bergmann-8/+4
2023-08-21mm/page_ext: use page_ext_data helper in page_ownerKemeng Shi-1/+1
2023-08-21mm/page_ext: use page_ext_data helper in page_table_checkKemeng Shi-1/+1
2023-08-21mm/page_ext: add common function to get client data from page_extKemeng Shi-0/+6
2023-08-21zswap: make zswap_load() take a folioMatthew Wilcox (Oracle)-7/+8
2023-08-21swap: remove some calls to compound_head() in swap_readpage()Matthew Wilcox (Oracle)-6/+7
2023-08-21memcg: convert get_obj_cgroup_from_page to get_obj_cgroup_from_folioMatthew Wilcox (Oracle)-7/+7
2023-08-21zswap: make zswap_store() take a folioMatthew Wilcox (Oracle)-9/+10
2023-08-21mm: kill frontswapJohannes Weiner-991/+121
2023-08-21mm: zswap: multiple zpools supportYosry Ahmed-27/+54
2023-08-18powerpc/book3s64/radix: add debug message to give more details of vmemmap all...Aneesh Kumar K.V-0/+3
2023-08-18powerpc/book3s64/radix: remove mmu_vmemmap_psizeAneesh Kumar K.V-18/+14
2023-08-18powerpc/book3s64/radix: add support for vmemmap optimization for radixAneesh Kumar K.V-0/+318
2023-08-18powerpc/book3s64/vmemmap: switch radix to use a different vmemmap handling fu...Aneesh Kumar K.V-32/+329
2023-08-18powerpc/book3s64/mm: enable transparent pud hugepageAneesh Kumar K.V-11/+323
2023-08-18powerpc/mm/trace: convert trace event to trace event classAneesh Kumar K.V-9/+18