summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-21mm: improve the comment in isolate_migratepages_block()Matthew Wilcox
2023-08-21mm: kmsan: use helper macros PAGE_ALIGN and PAGE_ALIGN_DOWNZhangPeng
2023-08-21mm: kmsan: use helper macro offset_in_page()ZhangPeng
2023-08-21mm: kmsan: use helper function page_size()ZhangPeng
2023-08-21mm/memory.c: fix some kernel-doc commentsYang Li
2023-08-21mm/memcg: fix obsolete function name in mem_cgroup_protection()Miaohe Lin
2023-08-21mm: zswap: kill zswap_get_swap_cache_page()Johannes Weiner
2023-08-21mm: zswap: tighten up entry invalidationJohannes Weiner
2023-08-21mm: zswap: use zswap_invalidate_entry() for duplicatesJohannes Weiner
2023-08-21kernel/iomem.c: remove __weak ioremap_cache helperArnd Bergmann
2023-08-21mm/page_ext: use page_ext_data helper in page_ownerKemeng Shi
2023-08-21mm/page_ext: use page_ext_data helper in page_table_checkKemeng Shi
2023-08-21mm/page_ext: add common function to get client data from page_extKemeng Shi
2023-08-21zswap: make zswap_load() take a folioMatthew Wilcox (Oracle)
2023-08-21swap: remove some calls to compound_head() in swap_readpage()Matthew Wilcox (Oracle)
2023-08-21memcg: convert get_obj_cgroup_from_page to get_obj_cgroup_from_folioMatthew Wilcox (Oracle)
2023-08-21zswap: make zswap_store() take a folioMatthew Wilcox (Oracle)
2023-08-21mm: kill frontswapJohannes Weiner
2023-08-21mm: zswap: multiple zpools supportYosry Ahmed
2023-08-18powerpc/book3s64/radix: add debug message to give more details of vmemmap all...Aneesh Kumar K.V
2023-08-18powerpc/book3s64/radix: remove mmu_vmemmap_psizeAneesh Kumar K.V
2023-08-18powerpc/book3s64/radix: add support for vmemmap optimization for radixAneesh Kumar K.V
2023-08-18powerpc/book3s64/vmemmap: switch radix to use a different vmemmap handling fu...Aneesh Kumar K.V
2023-08-18powerpc/book3s64/mm: enable transparent pud hugepageAneesh Kumar K.V
2023-08-18powerpc/mm/trace: convert trace event to trace event classAneesh Kumar K.V
2023-08-18mm/vmemmap optimization: split hugetlb and devdax vmemmap optimizationAneesh Kumar K.V
2023-08-18mm/huge pud: use transparent huge pud helpers only with CONFIG_TRANSPARENT_HU...Aneesh Kumar K.V
2023-08-18mm: add pud_same similar to __HAVE_ARCH_P4D_SAMEAneesh Kumar K.V
2023-08-18mm/vmemmap: allow architectures to override how vmemmap optimization worksAneesh Kumar K.V
2023-08-18mm/vmemmap: improve vmemmap_can_optimize and allow architectures to overrideAneesh Kumar K.V
2023-08-18mm: change pudp_huge_get_and_clear_full take vm_area_struct as argAneesh Kumar K.V
2023-08-18mm/hugepage pud: allow arch-specific helper function to check huge page pud s...Aneesh Kumar K.V
2023-08-18mm: handle faults that merely update the accessed bit under the VMA lockMatthew Wilcox (Oracle)
2023-08-18mm: handle swap and NUMA PTE faults under the VMA lockMatthew Wilcox (Oracle)
2023-08-18mm: run the fault-around code under the VMA lockMatthew Wilcox (Oracle)
2023-08-18mm: move FAULT_FLAG_VMA_LOCK check down from do_fault()Matthew Wilcox (Oracle)
2023-08-18mm: move FAULT_FLAG_VMA_LOCK check down in handle_pte_fault()Matthew Wilcox (Oracle)
2023-08-18mm: handle some PMD faults under the VMA lockMatthew Wilcox (Oracle)
2023-08-18mm: handle PUD faults under the VMA lockMatthew Wilcox (Oracle)
2023-08-18mm: move FAULT_FLAG_VMA_LOCK check from handle_mm_fault()Matthew Wilcox (Oracle)
2023-08-18mm: allow per-VMA locks on file-backed VMAsMatthew Wilcox (Oracle)
2023-08-18mm: remove CONFIG_PER_VMA_LOCK ifdefsMatthew Wilcox (Oracle)
2023-08-18mm/mmap: change vma iteration order in do_vmi_align_munmap()Liam R. Howlett
2023-08-18maple_tree: reduce resets during store setupLiam R. Howlett
2023-08-18maple_tree: refine mas_preallocate() node calculationsLiam R. Howlett
2023-08-18maple_tree: update mas_preallocate() testingLiam R. Howlett
2023-08-18maple_tree: move mas_wr_end_piv() below mas_wr_extend_null()Liam R. Howlett
2023-08-18mm: set up vma iterator for vma_iter_prealloc() callsLiam R. Howlett
2023-08-18mm: use vma_iter_clear_gfp() in nommuLiam R. Howlett
2023-08-18maple_tree: adjust node allocation on mas_rebalance()Liam R. Howlett