summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-09-26mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADI...Aneesh Kumar K.V
2022-09-26mm/demotion: add hotplug callbacks to handle new numa node onlinedAneesh Kumar K.V
2022-09-26mm/demotion: move memory demotion related codeAneesh Kumar K.V
2022-09-26mm/demotion: add support for explicit memory tiersAneesh Kumar K.V
2022-09-26mm: multi-gen LRU: debugfs interfaceYu Zhao
2022-09-26mm: multi-gen LRU: thrashing preventionYu Zhao
2022-09-26mm: multi-gen LRU: kill switchYu Zhao
2022-09-26mm: multi-gen LRU: support page table walksYu Zhao
2022-09-26mm: multi-gen LRU: exploit locality in rmapYu Zhao
2022-09-26mm: multi-gen LRU: minimal implementationYu Zhao
2022-09-26mm: multi-gen LRU: groundworkYu Zhao
2022-09-26Revert "include/linux/mm_inline.h: fold __update_lru_size() into its sole cal...Yu Zhao
2022-09-26mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNGYu Zhao
2022-09-26mm: x86, arm64: add arch_has_hw_pte_young()Yu Zhao
2022-09-26delayacct: support re-entrance detection of thrashing accountingYang Yang
2022-09-26mm/swap: cache swap migration A/D bits supportPeter Xu
2022-09-26mm/swap: cache maximum swapfile size when init swapPeter Xu
2022-09-26mm: remember young/dirty bit for page migrationsPeter Xu
2022-09-26mm/swap: add swp_offset_pfn() to fetch PFN from swap entryPeter Xu
2022-09-26mm/swap: comment all the ifdef in swapops.hPeter Xu
2022-09-26mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pagesMiaohe Lin
2022-09-26Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2022-09-11mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fastDavid Hildenbrand
2022-09-11hugetlb: make hugetlb_cma_check() staticMiaohe Lin
2022-09-11fs/buffer: remove bh_submit_read() helperZhang Yi
2022-09-11fs/buffer: remove ll_rw_block() helperZhang Yi
2022-09-11fs/buffer: add some new buffer read helpersZhang Yi
2022-09-11fs/buffer: remove __breadahead_gfp()Zhang Yi
2022-09-11mm/thp: remove redundant CONFIG_TRANSPARENT_HUGEPAGELiu Shixin
2022-09-11mm/thp: simplify has_transparent_hugepage by using IS_BUILTINLiu Shixin
2022-09-11mm: fix null-ptr-deref in kswapd_is_running()Kefeng Wang
2022-09-11mm: kill is_memblock_offlined()Kefeng Wang
2022-09-11filemap: remove find_get_pages_contig()Vishal Moola (Oracle)
2022-09-11filemap: add filemap_get_folios_contig()Vishal Moola (Oracle)
2022-09-11page_ext: introduce boot parameter 'early_page_ext'Li Zhe
2022-09-11memcg: increase MEMCG_CHARGE_BATCH to 64Shakeel Butt
2022-09-11mm: page_counter: rearrange struct page_counter fieldsShakeel Butt
2022-09-11mm: pagewalk: fix documentation of PTE hole handlingRolf Eike Beer
2022-09-11mm: fix use-after free of page_ext after race with memory-offlineCharan Teja Kalla
2022-09-11mm: kill find_min_pfn_with_active_regions()Kefeng Wang
2022-09-11arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan
2022-09-11memory tiering: adjust hot threshold automaticallyHuang Ying
2022-09-11memory tiering: rate limit NUMA migration throughputHuang Ying
2022-09-11memory tiering: hot page selection with hint page fault latencyHuang Ying
2022-09-11mm: add more BUILD_BUG_ONs to gfp_migratetype()Peter Collingbourne
2022-09-11hugetlb_cgroup: remove unneeded return valueMiaohe Lin
2022-09-11kfence: add sysfs interface to disable kfence for selected slabs.Imran Khan
2022-09-11mm/hugetlb: add dedicated func to get 'allowed' nodemask for current processFeng Tang
2022-09-11mm/vmscan: define macros for refaults in struct lruvecYang Yang
2022-09-11userfaultfd: add /dev/userfaultfd for fine grained access controlAxel Rasmussen