aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-10-03kasan: only define kasan_cache_create for Generic modeAndrey Konovalov
2022-10-03kasan: only define metadata offsets for Generic modeAndrey Konovalov
2022-10-03kasan: only define kasan_never_merge for Generic modeAndrey Konovalov
2022-10-03kasan: only define kasan_metadata_size for Generic modeAndrey Konovalov
2022-10-03hugetlb_encode.h: fix undefined behaviour (34 << 26)Matthias Goergens
2022-10-03mm: convert lock_page_or_retry() to folio_lock_or_retry()Matthew Wilcox (Oracle)
2022-10-03rmap: remove page_unlock_anon_vma_read()Matthew Wilcox (Oracle)
2022-10-03mm: convert page_get_anon_vma() to folio_get_anon_vma()Matthew Wilcox (Oracle)
2022-10-03mm: remove try_to_free_swap()Matthew Wilcox (Oracle)
2022-10-03memcg: convert mem_cgroup_swap_full() to take a folioMatthew Wilcox (Oracle)
2022-10-03shmem: remove shmem_getpage()Matthew Wilcox (Oracle)
2022-10-03shmem: add shmem_get_folio()Matthew Wilcox (Oracle)
2022-10-03memcg: convert mem_cgroup_swapin_charge_page() to mem_cgroup_swapin_charge_fo...Matthew Wilcox (Oracle)
2022-10-03mm/swap: convert put_swap_page() to put_swap_folio()Matthew Wilcox (Oracle)
2022-10-03mm/swapfile: convert try_to_free_swap() to folio_free_swap()Matthew Wilcox (Oracle)
2022-10-03shmem: convert shmem_replace_page() to use folios throughoutMatthew Wilcox (Oracle)
2022-10-03mm: add folio_add_lru_vma()Matthew Wilcox (Oracle)
2022-10-03mm: add split_folio()Matthew Wilcox (Oracle)
2022-10-03mm: reimplement folio_order() and folio_nr_pages()Matthew Wilcox (Oracle)
2022-10-03mm: add the first tail page to struct folioMatthew Wilcox (Oracle)
2022-10-03ksm: remove redundant declarations in ksm.hQi Zheng
2022-09-26ksm: count allocated ksm rmap_items for each processxu xin
2022-09-26mm: deduplicate cacheline padding codeShakeel Butt
2022-09-26mm: reduce noise in show_mem for lowmem allocationsMichal Hocko
2022-09-26mm: fixup documentation regarding pte_numa() and PROT_NUMADavid Hildenbrand
2022-09-26mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()David Hildenbrand
2022-09-26mm: delete unused MMF_OOM_VICTIM flagSuren Baghdasaryan
2022-09-26mm: drop oom code from exit_mmapSuren Baghdasaryan
2022-09-26mm: remove the vma linked listLiam R. Howlett
2022-09-26userfaultfd: use maple tree iterator to iterate VMAsLiam R. Howlett
2022-09-26mm/mmap: reorganize munmap to use maple statesLiam R. Howlett
2022-09-26mm: convert vma_lookup() to use mtree_load()Liam R. Howlett
2022-09-26mm: remove vmacacheLiam R. Howlett
2022-09-26mm: use maple tree operations for find_vma_intersection()Liam R. Howlett
2022-09-26mm: optimize find_exact_vma() to use vma_lookup()Liam R. Howlett
2022-09-26mm: remove rb tree.Liam R. Howlett
2022-09-26kernel/fork: use maple tree for dup_mmap() during forkingLiam R. Howlett
2022-09-26mm: add VMA iteratorMatthew Wilcox (Oracle)
2022-09-26mm: start tracking VMAs with maple treeLiam R. Howlett
2022-09-26Maple Tree: add new data structureLiam R. Howlett
2022-09-26lib/nodemask: optimize node_random for nodemask with single NUMA nodeAneesh Kumar K.V
2022-09-26mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V
2022-09-26mm/demotion: demote pages according to allocation fallback orderJagdish Gediya
2022-09-26mm/demotion: drop memtier from memtypeAneesh Kumar K.V
2022-09-26mm/demotion: add pg_data_t member to track node memory tier detailsAneesh Kumar K.V
2022-09-26mm/demotion: build demotion targets based on explicit memory tiersAneesh Kumar K.V
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