index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
2025-06-27
mm/huge_memory: fix dereferencing invalid pmd migration entry
Gavin Guo
2025-06-27
mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race
Jann Horn
2025-06-27
mm: hugetlb: independent PMD page table shared count
Liu Shixin
2025-06-27
mm/hugetlb: unshare page tables during VMA split, not before
Jann Horn
2025-06-27
hugetlb: unshare some PMDs when splitting VMAs
James Houghton
2025-06-27
mm: fix ratelimit_pages update error in dirty_ratio_handler()
Jinliang Zheng
2025-06-04
mm/page_alloc.c: avoid infinite retries caused by cpuset race
Tianyang Zhang
2025-06-04
memcg: always call cond_resched() after fn()
Breno Leitao
2025-05-02
mm: fix apply_to_existing_page_range()
Kirill A. Shutemov
2025-05-02
mm: add missing release barrier on PGDAT_RECLAIM_LOCKED unlock
Mathieu Desnoyers
2025-03-13
mm/page_alloc: fix uninitialized variable
Hao Zhang
2025-03-13
memcg: fix soft lockup in the OOM process
Chen Ridong
2025-03-13
mm: update mark_victim tracepoints fields
Carlos Galo
2025-02-01
vmalloc: fix accounting with i915
Matthew Wilcox (Oracle)
2025-01-09
mm: vmscan: account for free pages to prevent infinite Loop in throttle_direc...
Seiji Nishikawa
2024-12-14
mm: resolve faulty mmap_region() error path behaviour
Lorenzo Stoakes
2024-12-14
mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling
Lorenzo Stoakes
2024-12-14
mm: unconditionally close VMAs on error
Lorenzo Stoakes
2024-12-14
mm: avoid unsafe VMA hook invocation when error arises on mmap hook
Lorenzo Stoakes
2024-12-14
mm: revert "mm: shmem: fix data-race in shmem_getattr()"
Andrew Morton
2024-11-17
mm: krealloc: Fix MTE false alarm in __do_krealloc
Qun-Wei Lin
2024-11-08
mm: shmem: fix data-race in shmem_getattr()
Jeongjun Park
2024-11-08
mm: avoid leaving partial pfn mappings around in error case
Linus Torvalds
2024-11-08
mm: add remap_pfn_range_notrack
Christoph Hellwig
2024-10-22
mm/swapfile: skip HugeTLB pages for unuse_vma
Liu Shixin
2024-10-17
mm: krealloc: consider spare memory for __GFP_ZERO
Danilo Krummrich
2024-10-17
mm: only enforce minimum stack gap size if it's sensible
David Gow
2024-09-12
memcg: protect concurrent access to mem_cgroup_idr
Shakeel Butt
2024-09-04
memcg_write_event_control(): fix a user-triggerable oops
Al Viro
2024-07-18
Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again"
Jan Kara
2024-07-18
mm: avoid overflows in dirty throttling logic
Jan Kara
2024-06-21
fs: add file and path permissions helpers
Christian Brauner
2024-04-13
x86/mm/pat: fix VM_PAT handling in COW mappings
David Hildenbrand
2024-04-13
mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...
Vlastimil Babka
2024-04-13
mm/migrate: set swap entry values of THP tail pages properly.
Zi Yan
2024-04-13
mm/memory-failure: fix an incorrect use of tail pages
Liu Shixin
2024-04-13
memtest: use {READ,WRITE}_ONCE in memory scanning
Qiang Zhang
2024-04-13
mm: swap: fix race between free_swap_and_cache() and swapoff()
Ryan Roberts
2024-03-15
mm/hugetlb: change hugetlb_reserve_pages() to type bool
Mike Kravetz
2024-03-01
userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlb
Lokesh Gidra
2024-02-23
mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again
Zach O'Keefe
2024-02-23
mm/sparsemem: fix race in accessing memory_section->usage
Charan Teja Kalla
2024-02-23
mm: vmalloc: introduce array allocation functions
Paolo Bonzini
2024-01-15
mm: fix unmap_mapping_range high bits shift bug
Jiajun Xie
2024-01-15
mm/memory-failure: check the mapcount of the precise page
Matthew Wilcox (Oracle)
2023-11-28
mm: kmem: drop __GFP_NOFAIL when allocating objcg vectors
Roman Gushchin
2023-11-28
mm/memory_hotplug: use pfn math in place of direct struct page manipulation
Zi Yan
2023-11-28
mm/cma: use nth_page() in place of direct struct page manipulation
Zi Yan
2023-11-20
vfs: fix readahead(2) on block devices
Reuben Hawkins
2023-11-08
kasan: print the original fault addr when access invalid shadow
Haibo Li
[next]