aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-03-16mm/damon: handle device-exclusive entries correctly in damon_folio_young_one()David Hildenbrand1-1/+9
2025-03-16mm/page_idle: handle device-exclusive entries correctly in page_idle_clear_pte_refs_one()David Hildenbrand1-2/+7
2025-03-16mm/rmap: handle device-exclusive entries correctly in page_vma_mkclean_one()David Hildenbrand1-0/+8
2025-03-16mm/rmap: handle device-exclusive entries correctly in try_to_migrate_one()David Hildenbrand1-73/+51
2025-03-16mm/rmap: handle device-exclusive entries correctly in try_to_unmap_one()David Hildenbrand1-13/+39
2025-03-16mm/ksm: handle device-exclusive entries correctly in write_protect_page()David Hildenbrand1-1/+8
2025-03-16mm/page_vma_mapped: device-exclusive entries are not migration entriesDavid Hildenbrand1-2/+1
2025-03-16mm: use single SWP_DEVICE_EXCLUSIVE entry typeDavid Hildenbrand3-12/+3
2025-03-16mm/memory: detect writability in restore_exclusive_pte() through can_change_pte_writable()David Hildenbrand1-4/+7
2025-03-16mm/rmap: implement make_device_exclusive() using folio_walk instead of rmap walkDavid Hildenbrand1-133/+67
2025-03-16mm/rmap: convert make_device_exclusive_range() to make_device_exclusive()David Hildenbrand1-41/+60
2025-03-16mm/rmap: reject hugetlb folios in folio_make_device_exclusive()David Hildenbrand1-1/+1
2025-03-16mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAsDavid Hildenbrand1-0/+3
2025-03-16mm/huge_memory: allow split shmem large folio to any lower orderZi Yan1-7/+1
2025-03-16mm/oom_kill: fix trivial typo in commentCarlos Llamas1-1/+1
2025-03-16mm: memcontrol: move memsw charge callbacks to v1Johannes Weiner8-119/+115
2025-03-16mm: memcontrol: move stray ratelimit bits to v1Johannes Weiner2-12/+13
2025-03-16mm: memcontrol: unshare v2-only charge API bits againJohannes Weiner2-19/+13
2025-03-16memcg: add CONFIG_MEMCG_V1 for 'local' functionsChen Ridong2-3/+9
2025-03-16memcg: factor out the replace_stock_objcg functionChen Ridong1-10/+16
2025-03-16memcg: call the free function when allocation of pn failsChen Ridong1-15/+12
2025-03-16memcg: use OFP_PEAK_UNSET instead of -1Chen Ridong1-1/+1
2025-03-16mm/page_alloc: fix memory accept before watermarks gets initializedKirill A. Shutemov1-2/+12
2025-03-16memcg: drain obj stock on cpu hotplug teardownShakeel Butt1-0/+9
2025-03-16mm/huge_memory: drop beyond-EOF folios with the right number of refsZi Yan1-1/+1
2025-03-16mm: fix error handling in __filemap_get_folio() with FGP_NOWAITRaphael S. Carvalho1-1/+12
2025-03-16mm: memcontrol: fix swap counter leak from offline cgroupMuchun Song2-5/+6
2025-03-16mm/vma: do not register private-anon mappings with khugepaged during mmapDev Jain1-1/+2
2025-03-16mm/migrate: fix shmem xarray update during migrationZi Yan1-6/+4
2025-03-16mm/hugetlb: fix surplus pages in dissolve_free_huge_page()Jinjiang Tu1-2/+6
2025-03-16mm/damon/core: initialize damos->walk_completed in damon_new_scheme()SeongJae Park1-0/+1
2025-03-16mm/damon: respect core layer filters' allowance decision on ops layerSeongJae Park2-1/+8
2025-03-16filemap: move prefaulting out of hot write pathDave Hansen1-11/+16
2025-03-13Revert "fanotify: disable readahead if we have pre-content watches"Amir Goldstein2-26/+0
2025-03-13Revert "mm: don't allow huge faults for files with pre content watches"Amir Goldstein1-19/+0
2025-03-13Revert "fsnotify: generate pre-content permission event on page fault"Amir Goldstein2-81/+0
2025-03-12fsnotify: add pre-content hooks on mmap()Amir Goldstein1-0/+3
2025-03-11mm: Fix a build breakage in memcontrol-v1.cTejun Heo1-1/+1
2025-03-12Backmerge tag 'v6.14-rc6' into drm-nextDave Airlie18-104/+242
2025-03-11mm: Add transformation message for per-memcg swappinessMichal Koutný1-2/+4
2025-03-08Merge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds15-88/+223
2025-03-08Merge branch 'locking/urgent' into locking/core, to pick up locking fixesIngo Molnar11-50/+98
2025-03-07Merge tag 'slab-for-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds1-4/+10
2025-03-06fs/pipe: add simpler helpers for common casesLinus Torvalds2-7/+6
2025-03-06mm/migrate: Trylock device page in do_swap_pageMatthew Brost2-22/+55
2025-03-06mm/migrate: Add migrate_device_pfnsMatthew Brost1-15/+37
2025-03-06slub: Handle freelist cycle in on_freelist()Lilith Gkini1-4/+12
2025-03-05mm/page_alloc: fix uninitialized variableHao Zhang1-0/+1
2025-03-05Revert "mm/page_alloc.c: don't show protection in zone's ->lowmem_reserve[] for empty zone"Gabriel Krisman Bertazi1-2/+1
2025-03-05mm: fix finish_fault() handling for large foliosBrian Geffon1-5/+10