summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2026-08-24mm/migrate_device: clear stale mapping after freeing swapcacheArvind Yadav
2026-08-24mm: zswap: drop list_lru param from zswap_lru_add() and _del()Wilson Felipe Pereira
2026-08-24mm/sparse: correct init section annotationsSang-Heon Jeon
2026-08-24mm/page_reporting: add page_reporting_delay_ms module parameterPratyush Mallick
2026-08-24hugetlb: only adjust reservation during unmapping if mapcount is 0Guillaume Morin
2026-08-24mm: use proper PTE accessor in move_ptes()Alexander Gordeev
2026-08-24memcg: bypass the reclaim and oom killer for dying tasks once oom_reaper is doneShakeel Butt
2026-08-24mm: memcg: stop reclaim when a limit update is supersededGuopeng Zhang
2026-08-24mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance costUsama Arif
2026-08-24mm/vmscan: add pgrotate_anon and pgrotate_file vmstat countersUsama Arif
2026-08-24mm/vmstat, mm/memcontrol: add _monotonic vmstat readersUsama Arif
2026-08-24mm: vmscan: fix node reclaim ignoring swappiness parameterRidong Chen
2026-08-24memcg: move mem_cgroup_swappiness and vm_swappiness to mm/swap.hRidong Chen
2026-08-24mm: mglru: promote mapped executable folios after first usageBaolin Wang
2026-08-24mm: vmscan: add a helper to identify file-backed executable foliosBaolin Wang
2026-08-24mm: vmscan: convert folio_referenced() to use vma_flags_tBaolin Wang
2026-08-24mm/kmemleak: report RCU-tasks quiescent states during the scanBreno Leitao
2026-08-24mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon foliosLorenzo Stoakes (ARM)
2026-08-24mm/migrate: calculate large folio page index using PFNLorenzo Stoakes (ARM)
2026-08-24mm/huge_memory: update remove_migration_pmd() to accept a folioLorenzo Stoakes (ARM)
2026-08-24mm: clean up vma_address_end()Lorenzo Stoakes (ARM)
2026-08-24mm/rmap: track whether the page VMA mapped pgoff is anonymousLorenzo Stoakes (ARM)
2026-08-24mm: propagate VMA anonymous page offset on map, remap, split + mergeLorenzo Stoakes (ARM)
2026-08-24mm/vma: fix self-merge check in copy_vma()Lorenzo Stoakes (ARM)
2026-08-24mm: introduce and use vma_filebacked_address()Lorenzo Stoakes (ARM)
2026-08-24mm: update print_bad_page_map() to show anon index if appropriateLorenzo Stoakes (ARM)
2026-08-24mm: abstract vma_address() and introduce vma_anon_address()Lorenzo Stoakes (ARM)
2026-08-24mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()Lorenzo Stoakes (ARM)
2026-08-24mm/vma: introduce VMA anon page offset field and add helpersLorenzo Stoakes (ARM)
2026-08-24mm/kconfig: drop redundant dependency wrappersKaitao Cheng
2026-08-24mm: standardize printing for pgtable entriesDavid Hildenbrand (Arm)
2026-08-24mm/kconfig: drop redundant memory hotplug dependenciesKaitao Cheng
2026-08-24mm: nommu: point to the write iterator upon split_vmaHajime Tazaki
2026-08-24mm: mempolicy: fix automatic numa balancing for shmemJohannes Weiner
2026-08-24Merge branch 'mm-hotfixes-stable' into mm-stable to pick upAndrew Morton
2026-08-24Merge tag 'slab-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2026-08-24Merge branch 'slab/for-7.3/kfree_rcu_nolock' into slab/for-nextVlastimil Babka (SUSE)
2026-08-24Merge branch 'slab/for-7.3/objext_split' into slab/for-nextVlastimil Babka (SUSE)
2026-08-23Merge tag 'rcu.2026.08.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-08-23Merge tag 'liveupdate-v7.3-rc1-20260823' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2026-08-20Merge tag 'mm-hotfixes-stable-2026-08-19-21-33' of git://git.kernel.org/pub/s...Linus Torvalds
2026-08-20Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-08-20Merge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-08-18Merge tag 'memblock-v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-17Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-08-13mm/pagewalk: fix stale walk->action escaping walk_pmd_range()Hyunwoo Kim
2026-08-13mm, swap: don't free a hibernation slot that is in the swap cacheYoungjun Park
2026-08-13mm: memcg-v1: fix memsw and TCP failcnt accountingGuopeng Zhang
2026-08-13mm/vmscan: report RCU-tasks quiescent states in shrink_lruvec()Breno Leitao
2026-08-13memcg: keep folio's objcg same as its nodeShakeel Butt