summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-18powerpc/book3s64/radix: add support for vmemmap optimization for radixAneesh Kumar K.V6-0/+318
2023-08-18powerpc/book3s64/vmemmap: switch radix to use a different vmemmap handling fu...Aneesh Kumar K.V4-32/+329
2023-08-18powerpc/book3s64/mm: enable transparent pud hugepageAneesh Kumar K.V10-11/+323
2023-08-18powerpc/mm/trace: convert trace event to trace event classAneesh Kumar K.V3-9/+18
2023-08-18mm/vmemmap optimization: split hugetlb and devdax vmemmap optimizationAneesh Kumar K.V7-7/+11
2023-08-18mm/huge pud: use transparent huge pud helpers only with CONFIG_TRANSPARENT_HU...Aneesh Kumar K.V2-1/+3
2023-08-18mm: add pud_same similar to __HAVE_ARCH_P4D_SAMEAneesh Kumar K.V1-0/+3
2023-08-18mm/vmemmap: allow architectures to override how vmemmap optimization worksAneesh Kumar K.V1-0/+3
2023-08-18mm/vmemmap: improve vmemmap_can_optimize and allow architectures to overrideAneesh Kumar K.V2-5/+24
2023-08-18mm: change pudp_huge_get_and_clear_full take vm_area_struct as argAneesh Kumar K.V3-4/+4
2023-08-18mm/hugepage pud: allow arch-specific helper function to check huge page pud s...Aneesh Kumar K.V3-10/+11
2023-08-18mm: handle faults that merely update the accessed bit under the VMA lockMatthew Wilcox (Oracle)1-6/+17
2023-08-18mm: handle swap and NUMA PTE faults under the VMA lockMatthew Wilcox (Oracle)1-6/+6
2023-08-18mm: run the fault-around code under the VMA lockMatthew Wilcox (Oracle)1-5/+5
2023-08-18mm: move FAULT_FLAG_VMA_LOCK check down from do_fault()Matthew Wilcox (Oracle)1-5/+15
2023-08-18mm: move FAULT_FLAG_VMA_LOCK check down in handle_pte_fault()Matthew Wilcox (Oracle)1-5/+11
2023-08-18mm: handle some PMD faults under the VMA lockMatthew Wilcox (Oracle)1-14/+25
2023-08-18mm: handle PUD faults under the VMA lockMatthew Wilcox (Oracle)1-13/+24
2023-08-18mm: move FAULT_FLAG_VMA_LOCK check from handle_mm_fault()Matthew Wilcox (Oracle)2-9/+15
2023-08-18mm: allow per-VMA locks on file-backed VMAsMatthew Wilcox (Oracle)5-31/+9
2023-08-18mm: remove CONFIG_PER_VMA_LOCK ifdefsMatthew Wilcox (Oracle)6-16/+6
2023-08-18mm/mmap: change vma iteration order in do_vmi_align_munmap()Liam R. Howlett1-14/+13
2023-08-18maple_tree: reduce resets during store setupLiam R. Howlett1-11/+26
2023-08-18maple_tree: refine mas_preallocate() node calculationsLiam R. Howlett1-1/+43
2023-08-18maple_tree: update mas_preallocate() testingLiam R. Howlett1-11/+16
2023-08-18maple_tree: move mas_wr_end_piv() below mas_wr_extend_null()Liam R. Howlett1-16/+15
2023-08-18mm: set up vma iterator for vma_iter_prealloc() callsLiam R. Howlett4-57/+64
2023-08-18mm: use vma_iter_clear_gfp() in nommuLiam R. Howlett3-20/+16
2023-08-18maple_tree: adjust node allocation on mas_rebalance()Liam R. Howlett1-1/+1
2023-08-18maple_tree: re-introduce entry to mas_preallocate() argumentsLiam R. Howlett5-21/+22
2023-08-18mm: remove re-walk from mmap_region()Liam R. Howlett2-5/+18
2023-08-18maple_tree: introduce __mas_set_range()Liam R. Howlett1-3/+18
2023-08-18mm: remove prev check from do_vmi_align_munmap()Liam R. Howlett1-2/+0
2023-08-18mm: change do_vmi_align_munmap() tracking of VMAs to removeLiam R. Howlett4-29/+34
2023-08-18maple_tree: add benchmarking for mas_prev()Liam R. Howlett1-0/+37
2023-08-18maple_tree: add benchmarking for mas_for_eachLiam R. Howlett1-0/+39
2023-08-18mm: don't drop VMA locks in mm_drop_all_locks()Jann Horn3-1/+19
2023-08-18mm/page_io: convert bio_associate_blkg_from_page() to take in a folioZhangPeng1-5/+5
2023-08-18mm/page_io: convert count_swpout_vm_event() to take in a folioZhangPeng1-6/+6
2023-08-18mm/page_io: use a folio in swap_writepage_bdev_async()ZhangPeng1-2/+3
2023-08-18mm/page_io: use a folio in swap_writepage_bdev_sync()ZhangPeng1-2/+3
2023-08-18mm/page_io: use a folio in sio_read_complete()ZhangPeng1-5/+5
2023-08-18mm/page_io: use a folio in __end_swap_bio_read()ZhangPeng1-3/+3
2023-08-18mm/page_io: use a folio in __end_swap_bio_write()ZhangPeng1-4/+4
2023-08-18mm/page_io: introduce bio_first_folio_all()ZhangPeng2-0/+6
2023-08-18mm/page_io: remove unneeded SetPageError()ZhangPeng1-3/+0
2023-08-18mm/page_io: remove unneeded ClearPageUptodate()ZhangPeng1-2/+0
2023-08-18mm/compaction: avoid unneeded pageblock_end_pfn when no_set_skip_hint is setKemeng Shi1-2/+2
2023-08-18mm/compaction: correct comment of candidate pfn in fast_isolate_freepagesKemeng Shi1-1/+1
2023-08-18mm/mprotect: fix obsolete function name in change_pte_range()Miaohe Lin1-1/+1