summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-02-13mm/mempolicy: convert queue_pages_pte_range() to queue_folios_pte_range()Vishal Moola (Oracle)
2023-02-13mm/mempolicy: convert queue_pages_pmd() to queue_folios_pmd()Vishal Moola (Oracle)
2023-02-13mm/hugetlb: convert hugetlb_wp() to take in a folioSidhartha Kumar
2023-02-13mm/hugetlb: convert hugetlb_add_to_page_cache to take in a folioSidhartha Kumar
2023-02-13mm/hugetlb: convert restore_reserve_on_error to take in a folioSidhartha Kumar
2023-02-13mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar
2023-02-13mm/hugetlb: convert putback_active_hugepage to take in a folioSidhartha Kumar
2023-02-13mm/hugetlb: convert hugetlbfs_pagecache_present() to foliosSidhartha Kumar
2023-02-13mm/hugetlb: convert hugetlb_install_page to foliosSidhartha Kumar
2023-02-13mm/hugetlb: convert demote_free_huge_page to foliosSidhartha Kumar
2023-02-13mm/hugetlb: convert restore_reserve_on_error() to foliosSidhartha Kumar
2023-02-13mm/hugetlb: convert alloc_migrate_huge_page to foliosSidhartha Kumar
2023-02-13mm/hugetlb: increase use of folios in alloc_huge_page()Sidhartha Kumar
2023-02-13mm/hugetlb: convert alloc_surplus_huge_page() to foliosSidhartha Kumar
2023-02-13mm/hugetlb: convert dequeue_hugetlb_page functions to foliosSidhartha Kumar
2023-02-13mm/hugetlb: convert __update_and_free_page() to foliosSidhartha Kumar
2023-02-13mm/hugetlb: convert isolate_hugetlb to foliosSidhartha Kumar
2023-02-13mm/khugepaged: fix invalid page access in release_pte_pages()Vishal Moola (Oracle)
2023-02-10Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2023-02-09mm/memremap.c: fix outdated comment in devm_memremap_pagesLi Zhijian
2023-02-09mm/damon/sysfs: make kobj_type structures constantThomas Weißschuh
2023-02-09mm/gup: move private gup FOLL_ flags to internal.hJason Gunthorpe
2023-02-09mm/gup: move gup_must_unshare() to mm/internal.hJason Gunthorpe
2023-02-09mm/gup: make get_user_pages_fast_only() return the common return valueJason Gunthorpe
2023-02-09mm/gup: remove pin_user_pages_fast_only()Jason Gunthorpe
2023-02-09mm/gup: make locked never NULL in the internal GUP functionsJason Gunthorpe
2023-02-09mm/gup: add FOLL_UNLOCKABLEJason Gunthorpe
2023-02-09mm/gup: remove locked being NULL from faultin_vma_page_range()Jason Gunthorpe
2023-02-09mm/gup: add an assertion that the mmap lock is lockedJason Gunthorpe
2023-02-09mm/gup: simplify the external interface functions and consolidate invariantsJason Gunthorpe
2023-02-09mm/gup: move try_grab_page() to mm/internal.hJason Gunthorpe
2023-02-09mm/gup: don't call __gup_longterm_locked() if FOLL_LONGTERM cannot be setJason Gunthorpe
2023-02-09mm/gup: have internal functions get the mmap_read_lock()Jason Gunthorpe
2023-02-09mm/vmalloc: skip the uninitilized vmalloc areasBaoquan He
2023-02-09mm/vmalloc: explicitly identify vm_map_ram area when shown in /proc/vmcoreinfoBaoquan He
2023-02-09mm/vmalloc.c: allow vread() to read out vm_map_ram areasBaoquan He
2023-02-09mm/vmalloc.c: add flags to mark vm_map_ram areaBaoquan He
2023-02-09mm/vmalloc.c: add used_map into vmap_block to track space of vmap_blockBaoquan He
2023-02-09shmem: fix W=1 build warnings with CONFIG_SHMEM=nMatthew Wilcox (Oracle)
2023-02-09shmem: add shmem_read_folio() and shmem_read_folio_gfp()Matthew Wilcox (Oracle)
2023-02-09filemap: add mapping_read_folio_gfp()Matthew Wilcox (Oracle)
2023-02-09mm/page_alloc: reduce fallbacks to (MIGRATE_PCPTYPES - 1)Yajun Deng
2023-02-09mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updatesSuren Baghdasaryan
2023-02-09mm/vmalloc: replace BUG_ON with a simple if statementHyunmin Lee
2023-02-09mm/swapfile: remove pr_debug in get_swap_pages()Longlong Xia
2023-02-09memory tier: release the new_memtier in find_create_memory_tier()Tong Tiangen
2023-02-09kasan: infer allocation size by scanning metadataKuan-Ying Lee
2023-02-09mm: export dump_mm()Suren Baghdasaryan
2023-02-09mm: introduce __vm_flags_mod and use it in untrack_pfnSuren Baghdasaryan
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan