summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-25mm: switch mm->get_unmapped_area() to a flagRick Edgecombe
2024-04-25proc: refactor pde_get_unmapped_area as prepRick Edgecombe
2024-04-25userfaultfd: early return in dup_userfaultfd()ZhangPeng
2024-04-25mm: remove __set_page_dirty_nobuffers()Kefeng Wang
2024-04-25mm: remove "prot" parameter from move_pte()David Hildenbrand
2024-04-25mm: optimize CONFIG_PER_VMA_LOCK member placement in vm_area_structDavid Hildenbrand
2024-04-25filemap: remove __set_page_dirty()Matthew Wilcox (Oracle)
2024-04-25mm: use rwsem assertion macros for mmap_lockMatthew Wilcox (Oracle)
2024-04-25mm: allow anon exclusive check over hugetlb tail pagesPeter Xu
2024-04-25mm/gup: handle hugetlb in the generic follow_page_mask codePeter Xu
2024-04-25mm/gup: handle hugepd for follow_page()Peter Xu
2024-04-25mm/gup: handle huge pmd for follow_pmd_mask()Peter Xu
2024-04-25mm/gup: handle huge pud for follow_pud_mask()Peter Xu
2024-04-25mm/gup: cache *pudp in follow_pud_mask()Peter Xu
2024-04-25mm/gup: handle hugetlb for no_page_table()Peter Xu
2024-04-25mm/gup: refactor record_subpages() to find 1st small pagePeter Xu
2024-04-25mm/gup: drop gup_fast_folio_allowed() in hugepd processingPeter Xu
2024-04-25mm/arch: provide pud_pfn() fallbackPeter Xu
2024-04-25mm: introduce vma_pgtable_walk_{begin|end}()Peter Xu
2024-04-25mm: make HPAGE_PXD_* macros even if !THPPeter Xu
2024-04-25mm/hugetlb: declare hugetlbfs_pagecache_present() non-staticPeter Xu
2024-04-25mm/Kconfig: CONFIG_PGTABLE_HAS_HUGE_LEAVESPeter Xu
2024-04-25mm: rename mm_put_huge_zero_page to mm_put_huge_zero_folioMatthew Wilcox (Oracle)
2024-04-25dax: use huge_zero_folioMatthew Wilcox (Oracle)
2024-04-25mm: convert do_huge_pmd_anonymous_page to huge_zero_folioMatthew Wilcox (Oracle)
2024-04-25mm: convert huge_zero_page to huge_zero_folioMatthew Wilcox (Oracle)
2024-04-25mm: convert migrate_vma_collect_pmd to use a folioMatthew Wilcox (Oracle)
2024-04-25mm: add pmd_folio()Matthew Wilcox (Oracle)
2024-04-25mm: add is_huge_zero_folio()Matthew Wilcox (Oracle)
2024-04-25sparc: use is_huge_zero_pmd()Matthew Wilcox (Oracle)
2024-04-25zswap: replace RB tree with xarrayChris Li
2024-04-25mm/page_alloc.c: change the array-length to MIGRATE_PCPTYPESBaoquan He
2024-04-25mm/page_alloc.c: don't show protection in zone's ->lowmem_reserve[] for empty...Baoquan He
2024-04-25mm/mm_init.c: remove the outdated code comment above deferred_grow_zone()Baoquan He
2024-04-25mm/page_alloc.c: remove unneeded codes in !NUMA version of build_zonelists()Baoquan He
2024-04-25mm: make __absent_pages_in_range() as staticBaoquan He
2024-04-25mm/init: remove the unnecessary special treatment for memory-less nodeBaoquan He
2024-04-25mm: move array mem_section init code out of memory_present()Baoquan He
2024-04-25mm, slab: move slab_memcg hooks to mm/memcontrol.cVlastimil Babka
2024-04-25mm, slab: move memcg charging to post-alloc hookVlastimil Babka
2024-04-25proc: rewrite stable_page_flags()Matthew Wilcox (Oracle)
2024-04-25remove references to page->flags in documentationMatthew Wilcox (Oracle)
2024-04-25slub: remove use of page->flagsMatthew Wilcox (Oracle)
2024-04-25mm: convert arch_clear_hugepage_flags to take a folioMatthew Wilcox (Oracle)
2024-04-25mm: make page_mapped() take a const argumentMatthew Wilcox (Oracle)
2024-04-25mm: make is_free_buddy_page() take a const argumentMatthew Wilcox (Oracle)
2024-04-25mm: make folio_test_idle and folio_test_young take a const argumentMatthew Wilcox (Oracle)
2024-04-25mm: make page_ext_get() take a const argumentMatthew Wilcox (Oracle)
2024-04-25xtensa: remove uses of PG_arch_1 on individual pagesMatthew Wilcox (Oracle)
2024-04-25sh: remove use of PG_arch_1 on individual pagesMatthew Wilcox (Oracle)