index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-17
mm: avoid leaving partial pfn mappings around in error case
Linus Torvalds
1
-5
/
+22
2024-11-17
mm: add remap_pfn_range_notrack
Christoph Hellwig
1
-20
/
+31
2024-11-17
mm/memory.c: make remap_pfn_range() reject unaligned addr
Alex Zhang
1
-1
/
+4
2024-11-17
mm: fix ambiguous comments for better code readability
chenqiwu
1
-1
/
+1
2024-11-17
mm: clarify a confusing comment for remap_pfn_range()
WANG Wenhu
1
-1
/
+1
2024-11-08
mm: krealloc: Fix MTE false alarm in __do_krealloc
Qun-Wei Lin
1
-1
/
+1
2024-11-08
mm: shmem: fix data-race in shmem_getattr()
Jeongjun Park
1
-0
/
+2
2024-11-08
mm/swapfile: skip HugeTLB pages for unuse_vma
Liu Shixin
1
-1
/
+1
2024-11-08
mm: krealloc: consider spare memory for __GFP_ZERO
Danilo Krummrich
1
-0
/
+7
2024-11-08
mm: only enforce minimum stack gap size if it's sensible
David Gow
1
-1
/
+1
2024-09-04
memcg_write_event_control(): fix a user-triggerable oops
Al Viro
1
-2
/
+5
2024-08-19
mm: avoid overflows in dirty throttling logic
Jan Kara
1
-4
/
+26
2024-07-18
Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again"
Jan Kara
1
-1
/
+1
2024-04-13
x86/mm/pat: fix VM_PAT handling in COW mappings
David Hildenbrand
1
-0
/
+4
2024-04-13
mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...
Vlastimil Babka
3
-11
/
+11
2024-04-13
mm/migrate: set swap entry values of THP tail pages properly.
Zi Yan
1
-1
/
+5
2024-04-13
mm/memory-failure: fix an incorrect use of tail pages
Liu Shixin
1
-1
/
+1
2024-04-13
memtest: use {READ,WRITE}_ONCE in memory scanning
Qiang Zhang
1
-2
/
+2
2024-03-01
userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlb
Lokesh Gidra
1
-1
/
+13
2024-03-01
memcg: add refcnt for pcpu stock to avoid UAF problem in drain_all_stock()
GONG, Ruiqi
1
-0
/
+6
2024-02-23
mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again
Zach O'Keefe
1
-1
/
+1
2024-01-15
mm: fix unmap_mapping_range high bits shift bug
Jiajun Xie
1
-2
/
+2
2024-01-15
mm/memory-failure: check the mapcount of the precise page
Matthew Wilcox (Oracle)
1
-3
/
+3
2023-11-28
mm/cma: use nth_page() in place of direct struct page manipulation
Zi Yan
1
-1
/
+1
2023-11-20
vfs: fix readahead(2) on block devices
Reuben Hawkins
1
-1
/
+2
2023-09-23
tmpfs: verify {g,u}id mount options correctly
Christian Brauner
1
-4
/
+24
2023-08-30
mm: allow a controlled amount of unfairness in the page lock
Linus Torvalds
1
-31
/
+129
2023-06-28
mm: make wait_on_page_writeback() wait for multiple pending writebacks
Linus Torvalds
1
-1
/
+1
2023-06-28
mm: fix VM_BUG_ON(PageTail) and BUG_ON(PageWriteback)
Hugh Dickins
2
-6
/
+8
2023-06-28
list: add "list_del_init_careful()" to go with "list_empty_careful()"
Linus Torvalds
1
-6
/
+1
2023-06-28
mm: rewrite wait_on_page_bit_common() logic
Linus Torvalds
1
-47
/
+85
2023-06-09
treewide: Remove uninitialized_var() usage
Kees Cook
7
-10
/
+10
2023-05-17
mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlock
Tetsuo Handa
1
-0
/
+16
2023-04-20
mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()
Rongwei Wang
1
-1
/
+2
2023-03-11
mm/thp: check and bail out if page in deferred queue already
Yin Fengwei
1
-0
/
+3
2023-03-11
mm: memcontrol: deprecate charge moving
Johannes Weiner
1
-0
/
+4
2023-02-22
Revert "mm: Always release pages to the buddy allocator in memblock_free_late...
Aaron Thompson
1
-7
/
+1
2023-02-22
migrate: hugetlb: check for hugetlb shared PMD in node migration
Mike Kravetz
1
-1
/
+2
2023-02-22
mm: swap: properly update readahead statistics in unuse_pte_range()
Andrea Righi
1
-4
/
+8
2023-02-22
mm/swapfile: add cond_resched() in get_swap_pages()
Longlong Xia
1
-0
/
+1
2023-02-06
panic: Consolidate open-coded panic_on_warn checks
Kees Cook
1
-2
/
+2
2023-02-06
mm: kasan: do not panic if both panic_on_warn and kasan_multishot set
David Gow
1
-1
/
+1
2023-01-24
mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vma
Hugh Dickins
1
-8
/
+6
2023-01-18
mm: Always release pages to the buddy allocator in memblock_free_late().
Aaron Thompson
1
-1
/
+7
2023-01-18
mm, compaction: fix fast_isolate_around() to stay within boundaries
NARIBAYASHI Akira
1
-13
/
+5
2022-12-19
mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb page
Baolin Wang
2
-16
/
+27
2022-12-14
mm/gup: fix gup_pud_range() for dax
John Starks
1
-1
/
+1
2022-12-14
memcg: fix possible use-after-free in memcg_write_event_control()
Tejun Heo
1
-2
/
+13
2022-12-14
mm/khugepaged: invoke MMU notifiers in shmem/file collapse paths
Jann Horn
1
-0
/
+13
2022-12-14
mm/khugepaged: fix GUP-fast interaction by sending IPI
Jann Horn
2
-0
/
+8
[next]