summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-03-30Merge tag 'x86-urgent-2025-03-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-03-30Merge tag 'bpf_try_alloc_pages' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-03-28mm/memblock: Add reserved memory release functionMasami Hiramatsu (Google)
2025-03-27Merge tag 'f2fs-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-26Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-25x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()David Hildenbrand
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-21mm/page_alloc: remove unnecessary __maybe_unused in order_to_pindex()Liu Ye
2025-03-21mm/vmscan: don't try to reclaim hwpoison folioJinjiang Tu
2025-03-21mm/hwpoison: introduce folio_contain_hwpoisoned_page() helperJinjiang Tu
2025-03-21mm: vmscan: split proactive reclaim statistics from direct reclaim statisticsHao Jia
2025-03-21mm/damon: implement a new DAMOS filter type for active pagesNhat Pham
2025-03-21balloon_compaction: update the NR_BALLOON_PAGES stateNico Pache
2025-03-21meminfo: add a per node counter for balloon driversNico Pache
2025-03-21mm: remove references to folio in __memcg_kmem_uncharge_page()Matthew Wilcox (Oracle)
2025-03-21mm: remove references to folio in split_page_memcg()Matthew Wilcox (Oracle)
2025-03-21mm: simplify split_page_memcg()Matthew Wilcox (Oracle)
2025-03-21mm: separate folio_split_memcg_refs() from split_page_memcg()Matthew Wilcox (Oracle)
2025-03-21memcg: move do_memsw_account() to CONFIG_MEMCG_V1Shakeel Butt
2025-03-21memcg: avoid refill_stock for root memcgShakeel Butt
2025-03-21mm/mm_init: rename init_reserved_page to init_deferred_pageMike Rapoport (Microsoft)
2025-03-21mm/mm_init: rename __init_reserved_page_zone to __init_page_from_nidMike Rapoport (Microsoft)
2025-03-21mm/cma: using per-CMA locks to improve concurrent allocation performanceGe Yang
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-17mm: page_alloc: defrag_mode kswapd/kcompactd watermarksJohannes Weiner
2025-03-17mm: page_alloc: defrag_mode kswapd/kcompactd assistanceJohannes Weiner
2025-03-17mm: page_alloc: defrag_modeJohannes Weiner
2025-03-17mm: page_alloc: trace type pollution from compaction capturingJohannes Weiner
2025-03-17mm: compaction: push watermark into compaction_suitable() callersJohannes Weiner
2025-03-17mm: convert lru_add_page_tail() to lru_add_split_folio()Matthew Wilcox (Oracle)
2025-03-17mm/debug: add line breaksLiu Ye
2025-03-17mm: memory-failure: enhance comments for return value of memory_failure()Shuai Xue
2025-03-17mm/hwpoison: do not send SIGBUS to processes with recovered clean pagesShuai Xue
2025-03-17mm: lock PGDAT_RECLAIM_LOCKED with acquire memory orderingMathieu Desnoyers
2025-03-17mm: add missing release barrier on PGDAT_RECLAIM_LOCKED unlockMathieu Desnoyers
2025-03-17mm/madvise: remove len parameter of madvise_do_behavior()SeongJae Park
2025-03-17mm/madvise: deduplicate madvise_do_behavior() skip case handlingsSeongJae Park
2025-03-17mm/madvise: split out populate behavior check logicSeongJae Park