summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-07-03mm/damon/paddr: introduce DAMOS_MIGRATE_HOT action for promotionHyeongtak Ji
2024-07-03mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotionHonggyu Kim
2024-07-03mm/damon/sysfs-schemes: add target_nid on sysfs-schemesHyeongtak Ji
2024-07-03mm: rename alloc_demote_folio to alloc_migrate_folioHonggyu Kim
2024-07-03mm: make alloc_demote_folio externally invokable for migrationHonggyu Kim
2024-07-03mm/mm_init.c: simplify logic of deferred_[init|free]_pagesWei Yang
2024-07-03mm/memory-failure: correct comment in me_swapcache_dirtyMiaohe Lin
2024-07-03mm/memory-failure: remove obsolete comment in kill_proc()Miaohe Lin
2024-07-03mm/memory-failure: fix comment of get_hwpoison_page()Miaohe Lin
2024-07-03mm/memory-failure: move some function declarations into internal.hMiaohe Lin
2024-07-03mm/memory-failure: remove obsolete comment in unpoison_memory()Miaohe Lin
2024-07-03mm/memory-failure: use helper macro task_pid_nr()Miaohe Lin
2024-07-03mm/memory-failure: don't export hwpoison_filter() when !CONFIG_HWPOISON_INJECTMiaohe Lin
2024-07-03mm/memory-failure: remove confusing initialization to countMiaohe Lin
2024-07-03mm/memory-failure: remove unneeded empty stringMiaohe Lin
2024-07-03mm/memory-failure: save some page_folio() callsMiaohe Lin
2024-07-03mm/memory-failure: add macro GET_PAGE_MAX_RETRY_NUMMiaohe Lin
2024-07-03mm/memory-failure: remove MF_MSG_SLABMiaohe Lin
2024-07-03mm/memory-failure: simplify put_ref_page()Miaohe Lin
2024-07-03mm/hugetlb: guard dequeue_hugetlb_folio_nodemask against NUMA_NO_NODE usesOscar Salvador
2024-07-03mm/hugetlb_cgroup: switch to the new cftypesXiu Jianfeng
2024-07-03mm/hugetlb_cgroup: prepare cftypes based on templateXiu Jianfeng
2024-07-03mm/hugetlb_cgroup: identify the legacy using cgroup_subsys_on_dfl()Xiu Jianfeng
2024-07-03mm: report per-page metadata informationSourav Panda
2024-07-03mm/memory_hotplug: prevent accessing by index=-1Anastasia Belova
2024-07-03mm/mlock: implement folio_mlock_step() using folio_pte_batch()Lance Yang
2024-07-03mm: zswap: handle incorrect attempts to load large foliosYosry Ahmed
2024-07-03mm: zswap: add zswap_never_enabled()Yosry Ahmed
2024-07-03mm: zswap: rename is_zswap_enabled() to zswap_is_enabled()Yosry Ahmed
2024-07-03mm/mm_init.c: print mem_init info after defer_init is doneWei Yang
2024-07-03mm/sparse: use MEMBLOCK_ALLOC_ACCESSIBLE enum instead of 0Leesoo Ahn
2024-07-03mm/vmscan: avoid split lazyfree THP during shrink_folio_list()Lance Yang
2024-07-03mm/rmap: integrate PMD-mapped folio splitting into pagewalk loopLance Yang
2024-07-03mm/rmap: remove duplicated exit code in pagewalk loopLance Yang
2024-07-03mm: do not start/end writeback for pages stored in zswapUsama Arif
2024-07-03mm: set pte writable while pte_soft_dirty() is true in do_swap_page()Barry Song
2024-07-03mm: introduce pmd|pte_needs_soft_dirty_wp helpers for softdirty write-protectBarry Song
2024-07-03mm: swap: remove 'synchronous' argument to swap_read_folio()Yosry Ahmed
2024-07-03mm/highmem: make nr_free_highpages() return "unsigned long"David Hildenbrand
2024-07-03mm/highmem: reimplement totalhigh_pages() by walking zonesDavid Hildenbrand
2024-07-03mm: swap: reuse exclusive folio directly instead of wp page faultsBarry Song
2024-07-03mm/memory_hotplug: drop memblock_phys_free() call in try_remove_memory()Jonathan Cameron
2024-07-03mm: shmem: add mTHP counters for anonymous shmemBaolin Wang
2024-07-03mm: shmem: add mTHP size alignment in shmem_get_unmapped_areaBaolin Wang
2024-07-03mm: shmem: add mTHP support for anonymous shmemBaolin Wang
2024-07-03mm: shmem: add multi-size THP sysfs interface for anonymous shmemBaolin Wang
2024-07-03mm: shmem: add THP validation for PMD-mapped THP related statisticsBaolin Wang
2024-07-03mm: memory: extend finish_fault() to support large folioBaolin Wang
2024-07-03mm/memory-failure: stop setting the folio error flagMatthew Wilcox (Oracle)
2024-07-03mm,swap: simplify VMA based swap readahead window calculationHuang Ying