summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-04-20mm/hwpoison: introduce folio_contain_hwpoisoned_page() helperJinjiang Tu2-4/+2
2025-04-20mm/hugetlb: move hugetlb_sysctl_init() to the __init sectionMarc Herbert1-1/+1
2025-04-20mm/hwpoison: do not send SIGBUS to processes with recovered clean pagesShuai Xue1-3/+8
2025-04-20mm: add missing release barrier on PGDAT_RECLAIM_LOCKED unlockMathieu Desnoyers1-1/+1
2025-04-20mm/mremap: correctly handle partial mremap() of VMA starting at 0Lorenzo Stoakes1-5/+5
2025-04-20mm: make page_mapped_in_vma() hugetlb walk awareJane Chu1-4/+9
2025-04-20mm/rmap: reject hugetlb folios in folio_make_device_exclusive()David Hildenbrand1-1/+1
2025-04-20mm/damon: avoid applying DAMOS action to same entity multiple timesSeongJae Park2-12/+28
2025-04-20mm/damon/ops: have damon_get_folio return folio even for tail pagesUsama Arif2-7/+19
2025-04-10mm: zswap: fix crypto_free_acomp() deadlock in zswap_cpu_comp_dead()Yosry Ahmed1-8/+22
2025-04-10mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAsDavid Hildenbrand1-0/+3
2025-04-10writeback: fix calculations in trace_balance_dirty_pages() for cgwbTang Yizhou1-1/+1
2025-04-10writeback: let trace_balance_dirty_pages() take struct dtc as parameterTang Yizhou1-33/+2
2025-04-10x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()David Hildenbrand1-7/+4
2025-04-10lockdep/mm: Fix might_fault() lockdep check of current->mm->mmap_lockPeter Zijlstra1-2/+0
2025-03-18Merge tag 'mm-hotfixes-stable-2025-03-17-20-09' of git://git.kernel.org/pub/s...Linus Torvalds10-30/+77
2025-03-17mm/page_alloc: fix memory accept before watermarks gets initializedKirill A. Shutemov1-2/+12
2025-03-17memcg: drain obj stock on cpu hotplug teardownShakeel Butt1-0/+9
2025-03-17mm/huge_memory: drop beyond-EOF folios with the right number of refsZi Yan1-1/+1
2025-03-17mm: fix error handling in __filemap_get_folio() with FGP_NOWAITRaphael S. Carvalho1-1/+12
2025-03-17mm: memcontrol: fix swap counter leak from offline cgroupMuchun Song2-5/+6
2025-03-17mm/vma: do not register private-anon mappings with khugepaged during mmapDev Jain1-1/+2
2025-03-17mm/migrate: fix shmem xarray update during migrationZi Yan1-6/+4
2025-03-17mm/hugetlb: fix surplus pages in dissolve_free_huge_page()Jinjiang Tu1-2/+6
2025-03-17mm/damon/core: initialize damos->walk_completed in damon_new_scheme()SeongJae Park1-0/+1
2025-03-17mm/damon: respect core layer filters' allowance decision on ops layerSeongJae Park2-1/+8
2025-03-17filemap: 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-09Merge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/s...Linus Torvalds15-88/+223
2025-03-08Merge tag 'slab-for-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+10
2025-03-07fs/pipe: add simpler helpers for common casesLinus Torvalds2-7/+6
2025-03-06mm/page_alloc: fix uninitialized variableHao Zhang1-0/+1
2025-03-06Revert "mm/page_alloc.c: don't show protection in zone's ->lowmem_reserve[] f...Gabriel Krisman Bertazi1-2/+1
2025-03-06mm: fix finish_fault() handling for large foliosBrian Geffon1-5/+10
2025-03-06mm: don't skip arch_sync_kernel_mappings() in error pathsRyan Roberts2-4/+6
2025-03-06mm: shmem: remove unnecessary warning in shmem_writepage()Ricardo CaƱuelo Navarro1-1/+1
2025-03-06userfaultfd: fix PTE unmapping stack-allocated PTE copiesSuren Baghdasaryan1-10/+10
2025-03-06userfaultfd: do not block on locking a large folio with raised refcountSuren Baghdasaryan1-1/+16
2025-03-06mm: zswap: use ATOMIC_LONG_INIT to initialize zswap_stored_pagesSun YangKai1-1/+1
2025-03-06mm: shmem: fix potential data corruption during shmem swapinBaolin Wang1-4/+27
2025-03-06mm: fix kernel BUG when userfaultfd_move encounters swapcacheBarry Song1-8/+66
2025-03-06NFS: fix nfs_release_folio() to not deadlock via kcompactd writebackMike Snitzer1-0/+3
2025-03-06mm, swap: avoid BUG_ON in relocate_cluster()Kemeng Shi1-1/+2
2025-03-06mm: swap: use correct step in loop to wait all clusters in wait_for_allocation()Kemeng Shi1-1/+0
2025-03-06mm: swap: add back full cluster when no entry is reclaimedKemeng Shi1-0/+4
2025-03-06mm: abort vma_modify() on merge out of memory failureLorenzo Stoakes1-4/+8
2025-03-06mm/hugetlb: wait for hugetlb folios to be freedGe Yang2-0/+18