summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-04Docs/damon: document damos_migrate_{hot,cold}Honggyu Kim2-3/+11
2024-07-04mm/damon/paddr: introduce DAMOS_MIGRATE_HOT action for promotionHyeongtak Ji3-0/+6
2024-07-04mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotionHonggyu Kim3-0/+157
2024-07-04mm/migrate: add MR_DAMON to migrate_reasonHonggyu Kim2-1/+3
2024-07-04mm/damon/sysfs-schemes: add target_nid on sysfs-schemesHyeongtak Ji7-6/+57
2024-07-04mm: rename alloc_demote_folio to alloc_migrate_folioHonggyu Kim2-3/+3
2024-07-04mm: make alloc_demote_folio externally invokable for migrationHonggyu Kim2-2/+2
2024-07-04mm/mm_init.c: simplify logic of deferred_[init|free]_pagesWei Yang1-56/+8
2024-07-04mm/memory-failure: correct comment in me_swapcache_dirtyMiaohe Lin1-1/+1
2024-07-04mm/memory-failure: remove obsolete comment in kill_proc()Miaohe Lin1-2/+0
2024-07-04mm/memory-failure: fix comment of get_hwpoison_page()Miaohe Lin1-1/+1
2024-07-04mm/memory-failure: move some function declarations into internal.hMiaohe Lin4-14/+10
2024-07-04mm/memory-failure: remove obsolete comment in unpoison_memory()Miaohe Lin1-4/+0
2024-07-04mm/memory-failure: use helper macro task_pid_nr()Miaohe Lin1-4/+4
2024-07-04mm/memory-failure: don't export hwpoison_filter() when !CONFIG_HWPOISON_INJECTMiaohe Lin1-2/+1
2024-07-04mm/memory-failure: remove confusing initialization to countMiaohe Lin1-1/+1
2024-07-04mm/memory-failure: remove unneeded empty stringMiaohe Lin1-1/+1
2024-07-04mm/memory-failure: save some page_folio() callsMiaohe Lin1-3/+3
2024-07-04mm/memory-failure: add macro GET_PAGE_MAX_RETRY_NUMMiaohe Lin1-3/+5
2024-07-04mm/memory-failure: remove MF_MSG_SLABMiaohe Lin3-3/+0
2024-07-04mm/memory-failure: simplify put_ref_page()Miaohe Lin1-5/+1
2024-07-04mm/hugetlb: guard dequeue_hugetlb_folio_nodemask against NUMA_NO_NODE usesOscar Salvador1-0/+4
2024-07-04mm/hugetlb_cgroup: switch to the new cftypesXiu Jianfeng2-151/+17
2024-07-04mm/hugetlb_cgroup: prepare cftypes based on templateXiu Jianfeng2-2/+158
2024-07-04mm/hugetlb_cgroup: identify the legacy using cgroup_subsys_on_dfl()Xiu Jianfeng1-2/+2
2024-07-04mm: report per-page metadata informationSourav Panda9-15/+85
2024-07-04selftests/mm: guard defines from shmEdward Liaw1-0/+8
2024-07-04selftests/mm: include linux/mman.hEdward Liaw1-4/+1
2024-07-04mm/memory_hotplug: prevent accessing by index=-1Anastasia Belova1-1/+2
2024-07-04mm/mlock: implement folio_mlock_step() using folio_pte_batch()Lance Yang1-15/+4
2024-07-04mm: zswap: handle incorrect attempts to load large foliosYosry Ahmed2-1/+12
2024-07-04mm: zswap: add zswap_never_enabled()Yosry Ahmed2-0/+16
2024-07-04mm: zswap: rename is_zswap_enabled() to zswap_is_enabled()Yosry Ahmed3-4/+4
2024-07-04mm/mm_init.c: print mem_init info after defer_init is doneWei Yang1-1/+3
2024-07-04mm/sparse: use MEMBLOCK_ALLOC_ACCESSIBLE enum instead of 0Leesoo Ahn1-1/+1
2024-07-04mm/vmscan: avoid split lazyfree THP during shrink_folio_list()Lance Yang3-10/+91
2024-07-04mm/rmap: integrate PMD-mapped folio splitting into pagewalk loopLance Yang4-26/+67
2024-07-04mm/rmap: remove duplicated exit code in pagewalk loopLance Yang1-25/+15
2024-07-04mm: do not start/end writeback for pages stored in zswapUsama Arif1-2/+0
2024-07-04selftests/mm: use asm volatile to not optimize mmap read variablePankaj Raghav1-1/+2
2024-07-04mm: set pte writable while pte_soft_dirty() is true in do_swap_page()Barry Song1-1/+1
2024-07-04mm: introduce pmd|pte_needs_soft_dirty_wp helpers for softdirty write-protectBarry Song4-4/+14
2024-07-04selftests/mm: kvm, mdwe fixes to avoid requiring "make headers"John Hubbard1-0/+331
2024-07-04selftests/mm: fix vm_util.c build failures: add snapshot of fs.hJohn Hubbard1-0/+392
2024-07-04selftests/mm: mseal, self_elf: rename TEST_END_CHECK to REPORT_TEST_PASSJohn Hubbard3-48/+48
2024-07-04selftests/mm: mseal, self_elf: factor out test macros and other duplicated itemsJohn Hubbard4-80/+44
2024-07-04selftests/mm: mseal, self_elf: fix missing __NR_msealJohn Hubbard2-2/+2
2024-07-04mm: swap: remove 'synchronous' argument to swap_read_folio()Yosry Ahmed4-13/+11
2024-07-04mm/highmem: make nr_free_highpages() return "unsigned long"David Hildenbrand3-7/+7
2024-07-04mm/highmem: reimplement totalhigh_pages() by walking zonesDavid Hildenbrand3-14/+16