summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
6 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-1/+1
7 daysmm/secretmem: properly account locked pagesLorenzo Stoakes (ARM)1-9/+107
7 daysmm/mremap: reset unfaulted VMA page offset for MREMAP_DONTUNMAPLorenzo Stoakes (ARM)1-5/+17
9 daysmm/hugetlb: fix missing migratable flag on same-node hugetlb migrationWupeng Ma1-7/+7
9 daysmm/mempolicy: fix sleeping allocation in alloc_pages_bulk_weighted_interleave()Eric Dumazet1-1/+1
9 daysmm/huge_memory: transfer the pmd dirty bit to the folio on zapUsama Arif1-0/+2
9 daysuserfaultfd: reset err to be 0 when move_pages_ptes succeededBryan Lim1-1/+3
9 daysmm: fix incorrect vm_flags usage when checking allowable orders for tmpfsBaolin Wang2-6/+8
9 daysmm/hugetlb: keep max_huge_pages when dissolving surplus foliosLonglong Xia1-2/+4
9 daysmm/migrate_device: avoid out-of-bounds writes for compound foliosHui Su1-0/+18
9 daysmm/hugetlb_cgroup: call page_counter_set_max() outside VM_BUG_ON()Narek Jilavyan1-2/+5
9 daysmemcg: make the v1 soft limit knob inertShakeel Butt1-17/+26
9 daysmm/hugetlb_cma: fix null nodemask dereference in hugetlb_cma_alloc_frozen_folioSourav Panda1-3/+18
2026-08-27Merge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds64-1006/+2364
2026-08-24memcg: move LRU size accounting on reparenting instead of copying itShakeel Butt2-0/+14
2026-08-24mm/vmscan: fix comment logic in balance_pgdatEnlin Mu1-1/+1
2026-08-24mm, swap: ratelimit bad swap entry reportsBreno Leitao1-3/+3
2026-08-24mm: memcg: release the css reference when a stock slot emptiesSong Hu1-1/+6
2026-08-24mm/migrate_device: fix cache flush when replacing huge zero PMDHui Su1-1/+1
2026-08-24arch_numa: avoid false positive fortify warning in setup_node_to_cpumask_map()Nathan Chancellor1-0/+12
2026-08-24mm/rmap: synchronize lock and unlock target in anon_vma_cloneEric Kim1-1/+1
2026-08-24mm/hmm.c:hmm_do_fault(): suppress sparse warningAndrew Morton1-1/+4
2026-08-24mm/Kconfig: make MEMORY_FAILURE select MIGRATIONXie Yuanbin1-0/+1
2026-08-24percpu: drop CONFIG_DEBUG_FORCE_WEAK_PER_CPUTejun Heo1-1/+0
2026-08-24mm/mglru: fix and remove redundant unevictable folio handlingKairui Song1-14/+5
2026-08-24mm/khugepaged: unmap pte before releasing vma write lockNico Pache (Red Hat)1-2/+2
2026-08-24mm/khugepaged: fix outdated commentsNico Pache (Red Hat)1-23/+21
2026-08-24mm/khugepaged: introduce a count_collapse_event() helperNico Pache (Red Hat)1-21/+21
2026-08-24mm/khugepaged: extract reference check into folio_pte_referenced() helperNico Pache (Red Hat)1-14/+12
2026-08-24mm/khugepaged: refactor per-scan state clearing into collapse_control_init_sc...Nico Pache (Red Hat)1-5/+9
2026-08-24mm/mglru: fix young counter undercount for large foliosHui Zhu1-1/+1
2026-08-24kasan: fix quarantine_size accounting during cache removalHui Su1-0/+5
2026-08-24mm/swap: move swap_ops into file systems for file system-based swapChristoph Hellwig1-27/+7
2026-08-24mm/swap: add a new swap_ops.h header to allow for pluggable swap opsChristoph Hellwig7-32/+7
2026-08-24mm/swap: revert to single-folio writes for synchronous swap devicesChristoph Hellwig1-1/+10
2026-08-24zsmalloc: account for handle size in class lookupLonglong Xia1-4/+7
2026-08-24mm/page-writeback: document folio_mark_dirty() locking more explicitlyJann Horn2-0/+6
2026-08-24mm: kmemleak: default min_unref_scans to 2 for verbose auto-scanBreno Leitao1-1/+2
2026-08-24mm: kmemleak: factor leak confirmation into a helperBreno Leitao1-5/+21
2026-08-24mm: kmemleak: report leaks only after N consecutive unreferenced scansBreno Leitao1-1/+12
2026-08-24mm: kmemleak: confirm suspected leaks with a second scanCatalin Marinas1-3/+54
2026-08-24mm/gup_test: keep longterm pin state per fileDavid Hildenbrand (Arm)1-32/+62
2026-08-24kasan: fix cache shrink race with CPU hotplugHui Su1-1/+6
2026-08-24mm/cma: remove stray newline from auto-generated CMA area nameHongfu Li1-1/+1
2026-08-24mm/zswap: use ratelimited stats flush in zswap_shrinker_count()Yunzhao Li1-1/+1
2026-08-24mm/swap: fix swap_cluster_lock() !CONFIG_SWAP stub signature mismatchHongfu Li1-5/+0
2026-08-24mm/vmstat: add NRSWP{IN,OUT} countersChristoph Hellwig2-1/+7
2026-08-24mm/swap: remove SWP_FS_OPSChristoph Hellwig4-23/+26
2026-08-24mm/swap: use swap_ops to register swap device's methodsChristoph Hellwig3-25/+57
2026-08-24mm/swap: remove count_swpout_vm_eventChristoph Hellwig1-14/+10