summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-08-18mm: use vma_iter_clear_gfp() in nommuLiam R. Howlett3-20/+16
2023-08-18maple_tree: re-introduce entry to mas_preallocate() argumentsLiam R. Howlett2-3/+3
2023-08-18mm: remove re-walk from mmap_region()Liam R. Howlett2-5/+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. Howlett3-27/+32
2023-08-18mm: don't drop VMA locks in mm_drop_all_locks()Jann Horn1-1/+6
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: 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
2023-08-18mmu_notifiers: rename invalidate_range notifierAlistair Popple3-10/+22
2023-08-18mmu_notifiers: don't invalidate secondary TLBs as part of mmu_notifier_invali...Alistair Popple6-97/+11
2023-08-18mmu_notifiers: fixup comment in mmu_interval_read_begin()Alistair Popple1-2/+2
2023-08-18mm/mmap: change detached vma locking schemeLiam R. Howlett1-2/+2
2023-08-18mm/mmap: clean up validate_mm() callsLiam R. Howlett1-20/+4
2023-08-18mm/hugetlb: get rid of page_hstate()Sidhartha Kumar2-7/+7
2023-08-18mm/rmap: correct stale comment of rmap_walk_anon and rmap_walk_fileKemeng Shi1-5/+7
2023-08-18mm: kfence: allocate kfence_metadata at runtimePeng Zhang3-39/+91
2023-08-18memory tier: use helper macro __ATTR_RW()Miaohe Lin1-7/+6
2023-08-18mm/mm_init.c: drop node_start_pfn from adjust_zone_range_for_zone_movable()Haifeng Xu1-4/+2
2023-08-18mm/memcg: minor cleanup for mc_handle_present_pte()Miaohe Lin1-3/+2
2023-08-18mm/tlbbatch: introduce arch_flush_tlb_batched_pending()Yicong Yang1-1/+1
2023-08-18mm/tlbbatch: rename and extend some functionsBarry Song1-5/+7
2023-08-18mm/tlbbatch: introduce arch_tlbbatch_should_defer()Anshuman Khandual1-8/+1
2023-08-18mm: ioremap: remove unneeded ioremap_allowed and iounmap_allowedBaoquan He1-6/+0
2023-08-18mm: move is_ioremap_addr() into new header fileBaoquan He1-9/+1
2023-08-18mm/ioremap: consider IOREMAP space in generic ioremapChristophe Leroy1-3/+12
2023-08-18mm/ioremap: add slab availability checking in ioremap_protBaoquan He1-0/+4
2023-08-18mm: ioremap: allow ARCH to have its own ioremap method definitionBaoquan He1-0/+4
2023-08-18mm/ioremap: define generic_ioremap_prot() and generic_iounmap()Christophe Leroy1-6/+16
2023-08-18mm/page_ext: move functions around for minor cleanups to page_extKemeng Shi1-50/+46
2023-08-18mm/page_ext: remove rollback for untouched mem_section in online_page_extKemeng Shi1-0/+1
2023-08-18mm/page_ext: remove unused return value of offline_page_extKemeng Shi1-3/+1
2023-08-18migrate: use folio_set_bh() instead of set_bh_page()Matthew Wilcox (Oracle)1-1/+1
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pud_setKemeng Shi1-2/+1
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_setKemeng Shi1-2/+1
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_setKemeng Shi1-2/+1
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pud_clearKemeng Shi1-3/+2
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clearKemeng Shi1-3/+2
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clearKemeng Shi1-4/+3
2023-08-18mm/page_table_check: remove unused parameters in page_table_check_set()Kemeng Shi1-8/+4
2023-08-18mm/page_table_check: remove unused parameters in page_table_check_clear()Kemeng Shi1-8/+4