summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-03-17mm/hugetlb: update nr_huge_pages and surplus_huge_pages togetherLiu Shixin
2025-03-17mm/damon/sysfs-schemes: return error when for attempts to install filters on ...SeongJae Park
2025-03-17mm/damon/sysfs-schemes: record filters of which layer should be added to the ...SeongJae Park
2025-03-17mm/damon/core: expose damos_filter_for_ops() to DAMON kernel API callersSeongJae Park
2025-03-17mm/damon/sysfs-schemes: commit filters in {core,ops}_filters directoriesSeongJae Park
2025-03-17mm/damon/sysfs-schemes: implement core_filters and ops_filters directoriesSeongJae Park
2025-03-17mm/damon/sysfs-schemes: let damon_sysfs_scheme_set_filters() be used for diff...SeongJae Park
2025-03-17mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MA...David Hildenbrand
2025-03-17mm: CONFIG_NO_PAGE_MAPCOUNT to prepare for not maintain per-page mapcounts in...David Hildenbrand
2025-03-17mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()David Hildenbrand
2025-03-17mm: Copy-on-Write (COW) reuse support for PTE-mapped THPDavid Hildenbrand
2025-03-17mm/rmap: basic MM owner tracking for large folios (!hugetlb)David Hildenbrand
2025-03-17mm/rmap: use folio_large_nr_pages() in add/remove functionsDavid Hildenbrand
2025-03-17mm/rmap: abstract large mapcount operations for large folios (!hugetlb)David Hildenbrand
2025-03-17mm/rmap: pass vma to __folio_add_rmap()David Hildenbrand
2025-03-17mm/rmap: pass dst_vma to folio_dup_file_rmap_pte() and friendsDavid Hildenbrand
2025-03-17mm: move _entire_mapcount in folio to page[2] on 32bitDavid Hildenbrand
2025-03-17mm: move _pincount in folio to page[2] on 32bitDavid Hildenbrand
2025-03-17mm: move hugetlb specific things in folio to page[3]David Hildenbrand
2025-03-17mm: let _folio_nr_pages overlay memcg_data in first tail pageDavid Hildenbrand
2025-03-17mm/mremap: thread state through move page table operationLorenzo Stoakes
2025-03-17mm/mremap: refactor move_page_tables(), abstracting stateLorenzo Stoakes
2025-03-17mm/mremap: complete refactor of move_vma()Lorenzo Stoakes
2025-03-17mm/mremap: initial refactor of move_vma()Lorenzo Stoakes
2025-03-17mm/mremap: introduce and use vma_remap_struct threaded stateLorenzo Stoakes
2025-03-17mm/mremap: refactor mremap() system call implementationLorenzo Stoakes
2025-03-17mm/mremap: correctly handle partial mremap() of VMA starting at 0Lorenzo Stoakes
2025-03-17device/dax: properly refcount device dax pages when mappingAlistair Popple
2025-03-17fs/dax: properly refcount fs dax pagesAlistair Popple
2025-03-17mm/huge_memory: add vmf_insert_folio_pmd()Alistair Popple
2025-03-17mm/huge_memory: add vmf_insert_folio_pud()Alistair Popple
2025-03-17mm/rmap: add support for PUD sized mappings to rmapAlistair Popple
2025-03-17mm/memory: add vmf_insert_page_mkwrite()Alistair Popple
2025-03-17mm/memory: enhance insert_page_into_pte_locked() to create writable mappingsAlistair Popple
2025-03-17mm: allow compound zone device pagesAlistair Popple
2025-03-17mm/mm_init: move p2pdma page refcount initialisation to p2pdmaAlistair Popple
2025-03-17mm/gup: remove redundant check for PCI P2PDMA pageAlistair Popple
2025-03-17fs/dax: always remove DAX page-cache entries when breaking layoutsAlistair Popple
2025-03-17mm: shmem: factor out the within_size logic into a new helperBaolin Wang
2025-03-17mm: shmem: change the return value of shmem_find_swap_entries()Baolin Wang
2025-03-17mm: shmem: remove duplicate error validationBaolin Wang
2025-03-17mm: shmem: remove 'fadvise()' commentsBaolin Wang
2025-03-17mm: shmem: drop the unused macroBaolin Wang
2025-03-17mm: zpool: remove zpool_malloc_support_movable()Yosry Ahmed
2025-03-17mm: zsmalloc: remove object mapping APIs and per-CPU map areasYosry Ahmed
2025-03-17mm: zpool: remove object mapping APIsYosry Ahmed
2025-03-17mm: zswap: use object read/write APIs instead of object mapping APIsYosry Ahmed
2025-03-17mm: zpool: add interfaces for object read/write APIsYosry Ahmed
2025-03-17mm/shrinker: fix name consistency issue in shrinker_debugfs_rename()Liu Ye
2025-03-17mm/damon/paddr: respect ops_filters_default_rejectSeongJae Park