summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-03-26Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-24Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-03-24Merge tag 'sched_ext-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-24Merge tag 'cgroup-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-24Merge tag 'slab-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2025-03-24Merge tag 'hardening-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-20Merge branch 'slab/for-6.15/kfree_rcu_tiny' into slab/for-nextVlastimil Babka
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar
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-11mm: Fix a build breakage in memcontrol-v1.cTejun Heo
2025-03-11mm: Add transformation message for per-memcg swappinessMichal Koutný
2025-03-08Merge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/s...Linus Torvalds
2025-03-08Merge branch 'locking/urgent' into locking/core, to pick up locking fixesIngo Molnar
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-06slub: Handle freelist cycle in on_freelist()Lilith Gkini
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
2025-03-05NFS: fix nfs_release_folio() to not deadlock via kcompactd writebackMike Snitzer
2025-03-05mm, swap: avoid BUG_ON in relocate_cluster()Kemeng Shi
2025-03-05mm: swap: use correct step in loop to wait all clusters in wait_for_allocation()Kemeng Shi
2025-03-05mm: swap: add back full cluster when no entry is reclaimedKemeng Shi
2025-03-05mm: abort vma_modify() on merge out of memory failureLorenzo Stoakes