summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-10-04mm/damon/core: iterate the regions list from current point in damon_set_regio...Kaixu Xia1-0/+8
2022-10-04kasan: only define kasan_cache_create for Generic modeAndrey Konovalov2-13/+7
2022-10-04kasan: only define metadata offsets for Generic modeAndrey Konovalov1-0/+2
2022-10-04kasan: only define kasan_never_merge for Generic modeAndrey Konovalov1-12/+6
2022-10-04kasan: only define kasan_metadata_size for Generic modeAndrey Konovalov1-9/+8
2022-10-04mm: convert lock_page_or_retry() to folio_lock_or_retry()Matthew Wilcox (Oracle)1-6/+3
2022-10-04rmap: remove page_unlock_anon_vma_read()Matthew Wilcox (Oracle)1-5/+0
2022-10-04mm: convert page_get_anon_vma() to folio_get_anon_vma()Matthew Wilcox (Oracle)1-1/+1
2022-10-04mm: remove try_to_free_swap()Matthew Wilcox (Oracle)1-6/+0
2022-10-04memcg: convert mem_cgroup_swap_full() to take a folioMatthew Wilcox (Oracle)1-2/+2
2022-10-04shmem: remove shmem_getpage()Matthew Wilcox (Oracle)1-3/+1
2022-10-04shmem: add shmem_get_folio()Matthew Wilcox (Oracle)1-0/+2
2022-10-04memcg: convert mem_cgroup_swapin_charge_page() to mem_cgroup_swapin_charge_fo...Matthew Wilcox (Oracle)1-2/+2
2022-10-04mm/swap: convert put_swap_page() to put_swap_folio()Matthew Wilcox (Oracle)1-2/+2
2022-10-04mm/swapfile: convert try_to_free_swap() to folio_free_swap()Matthew Wilcox (Oracle)1-0/+6
2022-10-04shmem: convert shmem_replace_page() to use folios throughoutMatthew Wilcox (Oracle)1-0/+5
2022-10-04mm: add folio_add_lru_vma()Matthew Wilcox (Oracle)1-5/+5
2022-10-04mm: add split_folio()Matthew Wilcox (Oracle)1-0/+5
2022-10-04mm: reimplement folio_order() and folio_nr_pages()Matthew Wilcox (Oracle)1-2/+10
2022-10-04mm: add the first tail page to struct folioMatthew Wilcox (Oracle)1-1/+29
2022-10-04ksm: remove redundant declarations in ksm.hQi Zheng1-3/+0
2022-09-27ksm: count allocated ksm rmap_items for each processxu xin1-0/+5
2022-09-27mm: deduplicate cacheline padding codeShakeel Butt4-41/+22
2022-09-27mm: reduce noise in show_mem for lowmem allocationsMichal Hocko1-2/+11
2022-09-27mm: fixup documentation regarding pte_numa() and PROT_NUMADavid Hildenbrand1-6/+6
2022-09-27mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()David Hildenbrand1-1/+15
2022-09-27mm: delete unused MMF_OOM_VICTIM flagSuren Baghdasaryan2-13/+3
2022-09-27mm: drop oom code from exit_mmapSuren Baghdasaryan1-2/+0
2022-09-27mm: remove the vma linked listLiam R. Howlett2-6/+3
2022-09-27userfaultfd: use maple tree iterator to iterate VMAsLiam R. Howlett1-4/+3
2022-09-27mm/mmap: reorganize munmap to use maple statesLiam R. Howlett1-2/+3
2022-09-27mm: convert vma_lookup() to use mtree_load()Liam R. Howlett1-6/+1
2022-09-27mm: remove vmacacheLiam R. Howlett6-52/+0
2022-09-27mm: use maple tree operations for find_vma_intersection()Liam R. Howlett1-18/+4
2022-09-27mm: optimize find_exact_vma() to use vma_lookup()Liam R. Howlett1-1/+1
2022-09-27mm: remove rb tree.Liam R. Howlett2-16/+0
2022-09-27kernel/fork: use maple tree for dup_mmap() during forkingLiam R. Howlett1-2/+0
2022-09-27mm: add VMA iteratorMatthew Wilcox (Oracle)2-0/+53
2022-09-27mm: start tracking VMAs with maple treeLiam R. Howlett2-0/+8
2022-09-27Maple Tree: add new data structureLiam R. Howlett1-0/+685
2022-09-27lib/nodemask: optimize node_random for nodemask with single NUMA nodeAneesh Kumar K.V1-3/+12
2022-09-27mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V2-5/+11
2022-09-27mm/demotion: demote pages according to allocation fallback orderJagdish Gediya1-0/+12
2022-09-27mm/demotion: drop memtier from memtypeAneesh Kumar K.V1-1/+0
2022-09-27mm/demotion: add pg_data_t member to track node memory tier detailsAneesh Kumar K.V1-0/+3
2022-09-27mm/demotion: build demotion targets based on explicit memory tiersAneesh Kumar K.V2-13/+13
2022-09-27mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADI...Aneesh Kumar K.V1-1/+41
2022-09-27mm/demotion: add hotplug callbacks to handle new numa node onlinedAneesh Kumar K.V1-0/+1
2022-09-27mm/demotion: move memory demotion related codeAneesh Kumar K.V2-2/+8
2022-09-27mm/demotion: add support for explicit memory tiersAneesh Kumar K.V1-0/+18