summaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-08Merge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/s...Linus Torvalds15-88/+223
2025-03-07Merge tag 'slab-for-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+10
2025-03-06fs/pipe: add simpler helpers for common casesLinus Torvalds2-7/+6
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[] f...Gabriel Krisman Bertazi1-2/+1
2025-03-05mm: fix finish_fault() handling for large foliosBrian Geffon1-5/+10
2025-03-05mm: don't skip arch_sync_kernel_mappings() in error pathsRyan Roberts2-4/+6
2025-03-05mm: shmem: remove unnecessary warning in shmem_writepage()Ricardo Cañuelo Navarro1-1/+1
2025-03-05userfaultfd: fix PTE unmapping stack-allocated PTE copiesSuren Baghdasaryan1-10/+10
2025-03-05userfaultfd: do not block on locking a large folio with raised refcountSuren Baghdasaryan1-1/+16
2025-03-05mm: zswap: use ATOMIC_LONG_INIT to initialize zswap_stored_pagesSun YangKai1-1/+1
2025-03-05mm: shmem: fix potential data corruption during shmem swapinBaolin Wang1-4/+27
2025-03-05mm: fix kernel BUG when userfaultfd_move encounters swapcacheBarry Song1-8/+66
2025-03-05NFS: fix nfs_release_folio() to not deadlock via kcompactd writebackMike Snitzer1-0/+3
2025-03-05mm, swap: avoid BUG_ON in relocate_cluster()Kemeng Shi1-1/+2
2025-03-05mm: swap: use correct step in loop to wait all clusters in wait_for_allocation()Kemeng Shi1-1/+0
2025-03-05mm: swap: add back full cluster when no entry is reclaimedKemeng Shi1-0/+4
2025-03-05mm: abort vma_modify() on merge out of memory failureLorenzo Stoakes1-4/+8
2025-03-05mm/hugetlb: wait for hugetlb folios to be freedGe Yang2-0/+18
2025-03-05mm: fix possible NULL pointer dereference in __swap_duplicategao xu1-0/+4
2025-03-05dma: kmsan: export kmsan_handle_dma() for modulesSebastian Andrzej Siewior1-0/+1
2025-03-05hwpoison, memory_hotplug: lock folio before unmap hwpoisoned folioMa Wupeng1-1/+4
2025-03-05mm: memory-hotplug: check folio ref count first in do_migrate_rangeMa Wupeng1-13/+7
2025-03-05mm: memory-failure: update ttu flag inside unmap_poisoned_folioMa Wupeng3-35/+36
2025-03-04mm/slab/kvfree_rcu: Switch to WQ_MEM_RECLAIM wqUladzislau Rezki (Sony)1-4/+10
2025-03-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-2/+2
2025-02-27mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts1-2/+2
2025-02-25Merge tag 'vfs-6.14-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+1
2025-02-21mm/truncate: don't skip dirty page in folio_unmap_invalidate()Jingbo Xu1-2/+0
2025-02-21mm/filemap: fix miscalculated file range for filemap_fdatawrite_range_kick()Jingbo Xu1-1/+1
2025-02-17kasan: don't call find_vm_area() in a PREEMPT_RT kernelWaiman Long1-1/+33
2025-02-17mm: hugetlb: avoid fallback for specific node allocation of 1G pagesLuiz Capitulino1-1/+1
2025-02-17memcg: avoid dead loop when setting memory.maxChen Ridong1-0/+1
2025-02-17mm: pgtable: fix incorrect reclaim of non-empty PTE pagesQi Zheng1-3/+14
2025-02-17mm/migrate_device: don't add folio to be freed to LRU in migrate_device_final...David Hildenbrand1-9/+4
2025-02-17mm,madvise,hugetlb: check for 0-length range after end address adjustmentRicardo Cañuelo Navarro1-1/+10
2025-02-17mm/zswap: fix inconsistency when zswap_store_page() failsHyeonggon Yoo1-19/+16
2025-02-01Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2025-02-01mm/hugetlb: fix hugepage allocation for interleaved memory nodesRitesh Harjani (IBM)1-1/+1
2025-02-01mm: gup: fix infinite loop within __get_longterm_lockedZhaoyang Huang1-10/+4
2025-02-01mm, swap: fix reclaim offset calculation error during allocationKairui Song1-1/+1
2025-02-01kfence: skip __GFP_THISNODE allocations on NUMA systemsMarco Elver1-0/+2
2025-02-01mm: compaction: use the proper flag to determine watermarksyangge1-4/+25
2025-02-01mm: kmemleak: fix upper boundary check for physical address objectsCatalin Marinas1-1/+1
2025-02-01mm/vmscan: accumulate nr_demoted for accurate demotion statisticsLi Zhijian1-3/+4
2025-02-01mm/zsmalloc: add __maybe_unused attribute for is_first_zpdesc()Hyeonggon Yoo1-1/+1
2025-02-01mm/vmscan: fix hard LOCKUP in function isolate_lru_foliosliuye1-1/+5
2025-01-29Merge tag 'constfy-sysctl-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-7/+7
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-22/+7
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados7-7/+7