summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-08-21mm/damon/core: implement target type damos filterSeongJae Park1-0/+6
2023-08-21mm/damon/core: introduce address range type damos filterSeongJae Park1-6/+16
2023-08-21mm/memcg: update obsolete comment above parent_mem_cgroup()Miaohe Lin1-2/+1
2023-08-21mm: factor out VMA stack and heap checksKefeng Wang1-0/+25
2023-08-21mm/page_ext: move page_ext_operations definition under CONFIG_PAGE_EXTENSIONKemeng Shi1-2/+1
2023-08-21mm/memcg: fix obsolete function name in mem_cgroup_protection()Miaohe Lin1-1/+1
2023-08-21mm/page_ext: add common function to get client data from page_extKemeng Shi1-0/+6
2023-08-21zswap: make zswap_load() take a folioMatthew Wilcox (Oracle)1-2/+2
2023-08-21memcg: convert get_obj_cgroup_from_page to get_obj_cgroup_from_folioMatthew Wilcox (Oracle)1-2/+2
2023-08-21zswap: make zswap_store() take a folioMatthew Wilcox (Oracle)1-2/+2
2023-08-21mm: kill frontswapJohannes Weiner4-105/+37
2023-08-18powerpc/book3s64/mm: enable transparent pud hugepageAneesh Kumar K.V1-0/+10
2023-08-18powerpc/mm/trace: convert trace event to trace event classAneesh Kumar K.V1-7/+16
2023-08-18mm/vmemmap optimization: split hugetlb and devdax vmemmap optimizationAneesh Kumar K.V1-1/+1
2023-08-18mm/huge pud: use transparent huge pud helpers only with CONFIG_TRANSPARENT_HU...Aneesh Kumar K.V1-0/+2
2023-08-18mm: add pud_same similar to __HAVE_ARCH_P4D_SAMEAneesh Kumar K.V1-0/+3
2023-08-18mm/vmemmap: improve vmemmap_can_optimize and allow architectures to overrideAneesh Kumar K.V1-4/+23
2023-08-18mm: change pudp_huge_get_and_clear_full take vm_area_struct as argAneesh Kumar K.V1-2/+2
2023-08-18mm/hugepage pud: allow arch-specific helper function to check huge page pud s...Aneesh Kumar K.V1-0/+3
2023-08-18mm: allow per-VMA locks on file-backed VMAsMatthew Wilcox (Oracle)2-18/+0
2023-08-18mm: remove CONFIG_PER_VMA_LOCK ifdefsMatthew Wilcox (Oracle)1-0/+6
2023-08-18maple_tree: re-introduce entry to mas_preallocate() argumentsLiam R. Howlett1-1/+1
2023-08-18maple_tree: introduce __mas_set_range()Liam R. Howlett1-3/+18
2023-08-18mm: change do_vmi_align_munmap() tracking of VMAs to removeLiam R. Howlett1-2/+2
2023-08-18mm: don't drop VMA locks in mm_drop_all_locks()Jann Horn2-0/+13
2023-08-18mm/page_io: introduce bio_first_folio_all()ZhangPeng1-0/+5
2023-08-18mm: fix obsolete function name above debug_pagealloc_enabled_static()Miaohe Lin1-2/+2
2023-08-18mmu_notifiers: rename invalidate_range notifierAlistair Popple1-24/+24
2023-08-18mmu_notifiers: don't invalidate secondary TLBs as part of mmu_notifier_invali...Alistair Popple1-54/+2
2023-08-18mmu_notifiers: call invalidate_range() when invalidating TLBsAlistair Popple1-1/+0
2023-08-18maple_tree: Be more strict about lockingLiam R. Howlett1-1/+6
2023-08-18mm/mmap: change detached vma locking schemeLiam R. Howlett1-0/+3
2023-08-18maple_tree: relax lockdep checks for on-stack treesLiam R. Howlett1-1/+3
2023-08-18mm/hugetlb: get rid of page_hstate()Sidhartha Kumar1-10/+0
2023-08-18mm: kfence: allocate kfence_metadata at runtimePeng Zhang1-5/+6
2023-08-18fs/address_space: add alignment padding for i_map and i_mmap_rwsem to mitigat...Zhu, Lipeng1-1/+1
2023-08-18mm/tlbbatch: rename and extend some functionsBarry Song1-2/+2
2023-08-18mm: ioremap: remove unneeded ioremap_allowed and iounmap_allowedBaoquan He1-26/+0
2023-08-18mm: move is_ioremap_addr() into new header fileBaoquan He2-5/+30
2023-08-18mm: ioremap: allow ARCH to have its own ioremap method definitionBaoquan He1-0/+3
2023-08-18mm/ioremap: define generic_ioremap_prot() and generic_iounmap()Christophe Leroy1-0/+4
2023-08-18asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He1-3/+3
2023-08-18buffer: remove set_bh_page()Matthew Wilcox (Oracle)1-2/+0
2023-08-18highmem: add memcpy_to_folio() and memcpy_from_folio()Matthew Wilcox (Oracle)1-0/+44
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pud_setKemeng Shi1-7/+4
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_setKemeng Shi1-7/+4
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_setKemeng Shi1-7/+4
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pud_clearKemeng Shi2-8/+5
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clearKemeng Shi2-8/+5
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clearKemeng Shi2-8/+5