summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-04-25mm/vma: add give_up_on_oom option on modify/merge, use in uffd releaseLorenzo Stoakes
2025-04-25slab: ensure slab->obj_exts is clear in a newly allocated slab pageSuren Baghdasaryan
2025-04-25mm: fix apply_to_existing_page_range()Kirill A. Shutemov
2025-04-25mm: fix filemap_get_folios_contig returning batches of identical foliosVishal Moola (Oracle)
2025-04-25mm/gup: fix wrongly calculated returned value in fault_in_safe_writeable()Baoquan He
2025-04-25mm/compaction: fix bug in hugetlb handling pathwayVishal Moola (Oracle)
2025-04-20mm/hwpoison: introduce folio_contain_hwpoisoned_page() helperJinjiang Tu
2025-04-20mm/hugetlb: move hugetlb_sysctl_init() to the __init sectionMarc Herbert
2025-04-20mm/hwpoison: do not send SIGBUS to processes with recovered clean pagesShuai Xue
2025-04-20mm: add missing release barrier on PGDAT_RECLAIM_LOCKED unlockMathieu Desnoyers
2025-04-20mm/mremap: correctly handle partial mremap() of VMA starting at 0Lorenzo Stoakes
2025-04-20mm: make page_mapped_in_vma() hugetlb walk awareJane Chu
2025-04-20mm/rmap: reject hugetlb folios in folio_make_device_exclusive()David Hildenbrand
2025-04-20mm/damon: avoid applying DAMOS action to same entity multiple timesSeongJae Park
2025-04-20mm/damon/ops: have damon_get_folio return folio even for tail pagesUsama Arif
2025-04-10mm: zswap: fix crypto_free_acomp() deadlock in zswap_cpu_comp_dead()Yosry Ahmed
2025-04-10mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAsDavid Hildenbrand
2025-04-10writeback: fix calculations in trace_balance_dirty_pages() for cgwbTang Yizhou
2025-04-10writeback: let trace_balance_dirty_pages() take struct dtc as parameterTang Yizhou
2025-04-10x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()David Hildenbrand
2025-04-10lockdep/mm: Fix might_fault() lockdep check of current->mm->mmap_lockPeter Zijlstra
2025-03-17Merge tag 'mm-hotfixes-stable-2025-03-17-20-09' of git://git.kernel.org/pub/s...Linus Torvalds
2025-03-16mm/page_alloc: fix memory accept before watermarks gets initializedKirill A. Shutemov
2025-03-16memcg: drain obj stock on cpu hotplug teardownShakeel Butt
2025-03-16mm/huge_memory: drop beyond-EOF folios with the right number of refsZi Yan
2025-03-16mm: fix error handling in __filemap_get_folio() with FGP_NOWAITRaphael S. Carvalho
2025-03-16mm: memcontrol: fix swap counter leak from offline cgroupMuchun Song
2025-03-16mm/vma: do not register private-anon mappings with khugepaged during mmapDev Jain
2025-03-16mm/migrate: fix shmem xarray update during migrationZi Yan
2025-03-16mm/hugetlb: fix surplus pages in dissolve_free_huge_page()Jinjiang Tu
2025-03-16mm/damon/core: initialize damos->walk_completed in damon_new_scheme()SeongJae Park
2025-03-16mm/damon: respect core layer filters' allowance decision on ops layerSeongJae Park
2025-03-16filemap: move prefaulting out of hot write pathDave Hansen
2025-03-13Revert "fanotify: disable readahead if we have pre-content watches"Amir Goldstein
2025-03-13Revert "mm: don't allow huge faults for files with pre content watches"Amir Goldstein
2025-03-13Revert "fsnotify: generate pre-content permission event on page fault"Amir Goldstein
2025-03-12fsnotify: add pre-content hooks on mmap()Amir Goldstein
2025-03-08Merge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/s...Linus Torvalds
2025-03-07Merge tag 'slab-for-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-06fs/pipe: add simpler helpers for common casesLinus Torvalds
2025-03-05mm/page_alloc: fix uninitialized variableHao Zhang
2025-03-05Revert "mm/page_alloc.c: don't show protection in zone's ->lowmem_reserve[] f...Gabriel Krisman Bertazi
2025-03-05mm: fix finish_fault() handling for large foliosBrian Geffon
2025-03-05mm: don't skip arch_sync_kernel_mappings() in error pathsRyan Roberts
2025-03-05mm: shmem: remove unnecessary warning in shmem_writepage()Ricardo CaƱuelo Navarro
2025-03-05userfaultfd: fix PTE unmapping stack-allocated PTE copiesSuren Baghdasaryan
2025-03-05userfaultfd: do not block on locking a large folio with raised refcountSuren Baghdasaryan
2025-03-05mm: zswap: use ATOMIC_LONG_INIT to initialize zswap_stored_pagesSun YangKai
2025-03-05mm: shmem: fix potential data corruption during shmem swapinBaolin Wang
2025-03-05mm: fix kernel BUG when userfaultfd_move encounters swapcacheBarry Song