summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mm: remove rb tree.Liam R. Howlett2022-09-262-16/+0
* kernel/fork: use maple tree for dup_mmap() during forkingLiam R. Howlett2022-09-261-2/+0
* mm: add VMA iteratorMatthew Wilcox (Oracle)2022-09-262-0/+53
* mm: start tracking VMAs with maple treeLiam R. Howlett2022-09-263-0/+81
* Maple Tree: add new data structureLiam R. Howlett2022-09-262-0/+808
* lib/nodemask: optimize node_random for nodemask with single NUMA nodeAneesh Kumar K.V2022-09-261-3/+12
* mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V2022-09-262-5/+11
* mm/demotion: demote pages according to allocation fallback orderJagdish Gediya2022-09-261-0/+12
* mm/demotion: drop memtier from memtypeAneesh Kumar K.V2022-09-261-1/+0
* mm/demotion: add pg_data_t member to track node memory tier detailsAneesh Kumar K.V2022-09-261-0/+3
* mm/demotion: build demotion targets based on explicit memory tiersAneesh Kumar K.V2022-09-262-13/+13
* mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADI...Aneesh Kumar K.V2022-09-261-1/+41
* mm/demotion: add hotplug callbacks to handle new numa node onlinedAneesh Kumar K.V2022-09-261-0/+1
* mm/demotion: move memory demotion related codeAneesh Kumar K.V2022-09-262-2/+8
* mm/demotion: add support for explicit memory tiersAneesh Kumar K.V2022-09-261-0/+18
* mm: multi-gen LRU: debugfs interfaceYu Zhao2022-09-261-0/+1
* mm: multi-gen LRU: thrashing preventionYu Zhao2022-09-261-0/+2
* mm: multi-gen LRU: kill switchYu Zhao2022-09-263-3/+36
* mm: multi-gen LRU: support page table walksYu Zhao2022-09-264-1/+140
* mm: multi-gen LRU: exploit locality in rmapYu Zhao2022-09-263-0/+42
* mm: multi-gen LRU: minimal implementationYu Zhao2022-09-263-1/+81
* mm: multi-gen LRU: groundworkYu Zhao2022-09-265-7/+291
* Revert "include/linux/mm_inline.h: fold __update_lru_size() into its sole cal...Yu Zhao2022-09-261-1/+8
* mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNGYu Zhao2022-09-261-2/+2
* mm: x86, arm64: add arch_has_hw_pte_young()Yu Zhao2022-09-261-0/+13
* delayacct: support re-entrance detection of thrashing accountingYang Yang2022-09-262-8/+12
* mm/swap: cache swap migration A/D bits supportPeter Xu2022-09-262-6/+3
* mm/swap: cache maximum swapfile size when init swapPeter Xu2022-09-262-2/+5
* mm: remember young/dirty bit for page migrationsPeter Xu2022-09-261-0/+99
* mm/swap: add swp_offset_pfn() to fetch PFN from swap entryPeter Xu2022-09-261-6/+29
* mm/swap: comment all the ifdef in swapops.hPeter Xu2022-09-261-8/+8
* mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pagesMiaohe Lin2022-09-261-5/+0
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-09-261-0/+5
|\
| * mm/memory-failure: fix detection of memory_failure() handlersDan Williams2022-09-111-0/+5
* | mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fastDavid Hildenbrand2022-09-112-7/+68
* | hugetlb: make hugetlb_cma_check() staticMiaohe Lin2022-09-111-4/+0
* | fs/buffer: remove bh_submit_read() helperZhang Yi2022-09-111-1/+0
* | fs/buffer: remove ll_rw_block() helperZhang Yi2022-09-111-1/+0
* | fs/buffer: add some new buffer read helpersZhang Yi2022-09-111-0/+38
* | fs/buffer: remove __breadahead_gfp()Zhang Yi2022-09-111-8/+0
* | mm/thp: remove redundant CONFIG_TRANSPARENT_HUGEPAGELiu Shixin2022-09-111-2/+1
* | mm/thp: simplify has_transparent_hugepage by using IS_BUILTINLiu Shixin2022-09-111-5/+1
* | mm: fix null-ptr-deref in kswapd_is_running()Kefeng Wang2022-09-112-2/+24
* | mm: kill is_memblock_offlined()Kefeng Wang2022-09-111-2/+0
* | filemap: remove find_get_pages_contig()Vishal Moola (Oracle)2022-09-111-2/+0
* | filemap: add filemap_get_folios_contig()Vishal Moola (Oracle)2022-09-111-0/+2
* | page_ext: introduce boot parameter 'early_page_ext'Li Zhe2022-09-111-0/+11
* | memcg: increase MEMCG_CHARGE_BATCH to 64Shakeel Butt2022-09-111-3/+4
* | mm: page_counter: rearrange struct page_counter fieldsShakeel Butt2022-09-111-12/+23
* | mm: pagewalk: fix documentation of PTE hole handlingRolf Eike Beer2022-09-111-5/+5