summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-03-17mm/damon/sysfs: remove damon_sysfs_cmd_request_callback() and its callersSeongJae Park1-62/+0
2025-03-17mm/damon/sysfs: remove damon_sysfs_cmd_request code from damon_sysfs_handle_c...SeongJae Park1-32/+0
2025-03-17mm/damon/sysfs: handle commit command using damon_call()SeongJae Park1-11/+6
2025-03-17mm/damon/core: make damon_set_attrs() be safe to be called from damon_call()SeongJae Park2-14/+48
2025-03-17mm/damon/core: invoke kdamond_call() after merging is done if possibleSeongJae Park1-3/+3
2025-03-17mm/damon/sysfs: validate user inputs from damon_sysfs_commit_input()SeongJae Park1-2/+10
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)2-1/+7
2025-03-17arch, mm: introduce arch_mm_preinitMike Rapoport (Microsoft)1-0/+5
2025-03-17arch, mm: streamline HIGHMEM freeingMike Rapoport (Microsoft)1-2/+1
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)3-10/+30
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)3-20/+17
2025-03-17page_io: zswap: do not crash the kernel on decompression failureNhat Pham2-40/+85
2025-03-17mm/hugetlb: update nr_huge_pages and surplus_huge_pages togetherLiu Shixin1-1/+10
2025-03-17mm/damon/sysfs-schemes: return error when for attempts to install filters on ...SeongJae Park1-0/+20
2025-03-17mm/damon/sysfs-schemes: record filters of which layer should be added to the ...SeongJae Park1-10/+36
2025-03-17mm/damon/core: expose damos_filter_for_ops() to DAMON kernel API callersSeongJae Park1-1/+8
2025-03-17mm/damon/sysfs-schemes: commit filters in {core,ops}_filters directoriesSeongJae Park1-3/+11
2025-03-17mm/damon/sysfs-schemes: implement core_filters and ops_filters directoriesSeongJae Park1-2/+38
2025-03-17mm/damon/sysfs-schemes: let damon_sysfs_scheme_set_filters() be used for diff...SeongJae Park1-4/+7
2025-03-17mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MA...David Hildenbrand3-10/+78
2025-03-17mm: CONFIG_NO_PAGE_MAPCOUNT to prepare for not maintain per-page mapcounts in...David Hildenbrand1-0/+17
2025-03-17mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()David Hildenbrand8-20/+17
2025-03-17mm: Copy-on-Write (COW) reuse support for PTE-mapped THPDavid Hildenbrand1-8/+75
2025-03-17mm/rmap: basic MM owner tracking for large folios (!hugetlb)David Hildenbrand3-0/+19
2025-03-17mm/rmap: use folio_large_nr_pages() in add/remove functionsDavid Hildenbrand1-6/+8
2025-03-17mm/rmap: abstract large mapcount operations for large folios (!hugetlb)David Hildenbrand1-8/+6
2025-03-17mm/rmap: pass vma to __folio_add_rmap()David Hildenbrand1-4/+4
2025-03-17mm/rmap: pass dst_vma to folio_dup_file_rmap_pte() and friendsDavid Hildenbrand2-6/+6
2025-03-17mm: move _entire_mapcount in folio to page[2] on 32bitDavid Hildenbrand2-6/+11
2025-03-17mm: move _pincount in folio to page[2] on 32bitDavid Hildenbrand4-9/+26
2025-03-17mm: move hugetlb specific things in folio to page[3]David Hildenbrand2-1/+5
2025-03-17mm: let _folio_nr_pages overlay memcg_data in first tail pageDavid Hildenbrand4-4/+16
2025-03-17mm/mremap: thread state through move page table operationLorenzo Stoakes2-83/+116
2025-03-17mm/mremap: refactor move_page_tables(), abstracting stateLorenzo Stoakes3-52/+168
2025-03-17mm/mremap: complete refactor of move_vma()Lorenzo Stoakes1-89/+204
2025-03-17mm/mremap: initial refactor of move_vma()Lorenzo Stoakes1-64/+122
2025-03-17mm/mremap: introduce and use vma_remap_struct threaded stateLorenzo Stoakes1-207/+363
2025-03-17mm/mremap: refactor mremap() system call implementationLorenzo Stoakes1-154/+251
2025-03-17mm/mremap: correctly handle partial mremap() of VMA starting at 0Lorenzo Stoakes1-5/+5
2025-03-17device/dax: properly refcount device dax pages when mappingAlistair Popple1-7/+7
2025-03-17fs/dax: properly refcount fs dax pagesAlistair Popple8-47/+40
2025-03-17mm/huge_memory: add vmf_insert_folio_pmd()Alistair Popple1-12/+53
2025-03-17mm/huge_memory: add vmf_insert_folio_pud()Alistair Popple1-12/+87
2025-03-17mm/rmap: add support for PUD sized mappings to rmapAlistair Popple1-4/+63
2025-03-17mm/memory: add vmf_insert_page_mkwrite()Alistair Popple1-0/+20
2025-03-17mm/memory: enhance insert_page_into_pte_locked() to create writable mappingsAlistair Popple1-9/+30
2025-03-17mm: allow compound zone device pagesAlistair Popple6-16/+26
2025-03-17mm/mm_init: move p2pdma page refcount initialisation to p2pdmaAlistair Popple2-8/+31
2025-03-17mm/gup: remove redundant check for PCI P2PDMA pageAlistair Popple1-5/+0
2025-03-17fs/dax: always remove DAX page-cache entries when breaking layoutsAlistair Popple1-1/+15