summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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
2026-08-07Merge branch 'misc' into for-nextMike Rapoport (Microsoft)
2026-08-07Merge branch 'range-checks' into for-nextMike Rapoport (Microsoft)
2026-08-07Merge branch 'numa_memblks-redundant-work' into for-nextMike Rapoport (Microsoft)
2026-08-07Merge branch 'kernelcore-mirror' into for-nextMike Rapoport (Microsoft)
2026-08-07mm/mm_init: deferred_grow_zone(): fix out-of-range first_deferred_pfnAlexander Graf
2026-08-06Merge tag 'mm-hotfixes-stable-2026-08-06-18-44' of git://git.kernel.org/pub/s...Linus Torvalds
2026-08-06mm/shmem: downgrade final i_blocks check in shmem_evict_inode() to pr_warn()Jiacheng Yu
2026-08-06mm/khugepaged: replace mutex_lock/mutex_unlock usage with guard macroJakov Novak
2026-08-06mm/zsmalloc: fix release order of locks in zs_page_migrate()Richard Chang
2026-08-06ksm: stop iterating VMAs when ksm_test_exit returns trueWang Wensheng
2026-08-06mm/migrate: report RCU-tasks quiescent states in migrate_pages_batch()Breno Leitao
2026-08-06mm: page_alloc: fix non-movable reclaim storm in defrag_modeJohannes Weiner
2026-08-06mm: page_alloc: move capture_control to the page allocatorVlastimil Babka (SUSE)
2026-08-06mm: compaction: support non-movable compaction for pageblock requestsJohannes Weiner
2026-08-06mm: page_alloc: __GFP_FS lockdep annotation for direct compactionJohannes Weiner
2026-08-06hugetlb: evaluate subpool free state while lockedYichong Chen
2026-08-06mm/damon: remove trailing semicolons after function definitionsXuewen Wang
2026-08-06mm/damon/ops-common: prevent migration fallback to non-target nodesJiahui Zhang
2026-08-06mm/early_ioremap: clarify early_ioremap_reset() semanticsSang-Heon Jeon
2026-08-06mm/rmap: batch unmap file folios belonging to uffd-wp VMAsDev Jain
2026-08-06mm/memory: batch set uffd-wp markers during zappingDev Jain