summaryrefslogtreecommitdiffstats
path: root/kernel/uid16.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-27parisc: remove mmap linked list from cache handlingMatthew Wilcox (Oracle)1-2/+7
2022-09-27arm64: Change elfcore for_each_mte_vma() to use VMA iteratorLiam R. Howlett1-6/+10
2022-09-27arm64: remove mmap linked list from vdsoMatthew Wilcox (Oracle)1-1/+2
2022-09-27mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()Liam R. Howlett1-1/+1
2022-09-27mm/mmap: reorganize munmap to use maple statesLiam R. Howlett3-92/+158
2022-09-27mm/mmap: move mmap_region() below do_munmap()Liam R. Howlett1-245/+245
2022-09-27mm: convert vma_lookup() to use mtree_load()Liam R. Howlett1-6/+1
2022-09-27mm: remove vmacacheLiam R. Howlett17-267/+9
2022-09-27mm/mmap: use advanced maple tree API for mmap_region()Liam R. Howlett1-48/+203
2022-09-27mm: use maple tree operations for find_vma_intersection()Liam R. Howlett3-18/+44
2022-09-27mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()Liam R. Howlett1-60/+177
2022-09-27mm/khugepaged: optimize collapse_pte_mapped_thp() by using vma_lookup()Liam R. Howlett1-1/+1
2022-09-27mm: optimize find_exact_vma() to use vma_lookup()Liam R. Howlett1-1/+1
2022-09-27xen: use vma_lookup() in privcmd_ioctl_mmap()Liam R. Howlett1-1/+1
2022-09-27mmap: change zeroing of maple tree in __vma_adjust()Liam R. Howlett1-8/+22
2022-09-27mm: remove rb tree.Liam R. Howlett9-487/+144
2022-09-27proc: remove VMA rbtree use from nommuMatthew Wilcox (Oracle)1-24/+21
2022-09-27damon: convert __damon_va_three_regions to use the VMA iteratorLiam R. Howlett2-50/+39
2022-09-27kernel/fork: use maple tree for dup_mmap() during forkingLiam R. Howlett2-4/+13
2022-09-27mm/mmap: use maple tree for unmapped_area{_topdown}Liam R. Howlett1-221/+34
2022-09-27mm/mmap: use the maple tree for find_vma_prev() instead of the rbtreeLiam R. Howlett1-10/+17
2022-09-27mm/mmap: use the maple tree in find_vma() instead of the rbtree.Liam R. Howlett1-18/+10
2022-09-27mmap: use the VMA iterator in count_vma_pages_range()Matthew Wilcox (Oracle)1-17/+7
2022-09-27mm: add VMA iteratorMatthew Wilcox (Oracle)3-5/+58
2022-09-27mm: start tracking VMAs with maple treeLiam R. Howlett9-36/+435
2022-09-27lib/test_maple_tree: add testing for maple treeLiam R. Howlett2-2/+38314
2022-09-27radix tree test suite: add lockdep_is_held to headerLiam R. Howlett1-0/+2
2022-09-27radix tree test suite: add support for slab bulk APIsLiam R. Howlett2-2/+120
2022-09-27radix tree test suite: add allocation counts and size to kmem_cacheLiam R. Howlett1-1/+27
2022-09-27radix tree test suite: add kmem_cache_set_non_kernel()Liam R. Howlett1-2/+14
2022-09-27radix tree test suite: add pr_err defineLiam R. Howlett1-0/+1
2022-09-27Maple Tree: add new data structureLiam R. Howlett14-1/+8260
2022-09-27mm/demotion: expose memory tier details via sysfsAneesh Kumar K.V2-22/+112
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.V8-5/+63
2022-09-27mm/demotion: demote pages according to allocation fallback orderJagdish Gediya3-18/+103
2022-09-27mm/demotion: drop memtier from memtypeAneesh Kumar K.V2-8/+9
2022-09-27mm/demotion: add pg_data_t member to track node memory tier detailsAneesh Kumar K.V2-5/+38
2022-09-27mm/demotion: build demotion targets based on explicit memory tiersAneesh Kumar K.V5-423/+239
2022-09-27mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADI...Aneesh Kumar K.V3-27/+171
2022-09-27mm/demotion: add hotplug callbacks to handle new numa node onlinedAneesh Kumar K.V2-0/+69
2022-09-27mm/demotion: move memory demotion related codeAneesh Kumar K.V5-61/+74
2022-09-27mm/demotion: add support for explicit memory tiersAneesh Kumar K.V3-0/+148
2022-09-27mm: multi-gen LRU: design docYu Zhao2-0/+160
2022-09-27mm: multi-gen LRU: admin guideYu Zhao4-1/+169
2022-09-27mm: multi-gen LRU: debugfs interfaceYu Zhao2-10/+402
2022-09-27mm: multi-gen LRU: thrashing preventionYu Zhao2-3/+73
2022-09-27mm: multi-gen LRU: kill switchYu Zhao6-9/+265
2022-09-27mm: multi-gen LRU: optimize multiple memcgsYu Zhao1-9/+96
2022-09-27mm: multi-gen LRU: support page table walksYu Zhao10-17/+1172