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
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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-09-04
memcg_write_event_control(): fix a user-triggerable oops
Al Viro
1
-2
/
+5
2024-07-18
Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again"
Jan Kara
1
-1
/
+1
2024-07-18
mm: avoid overflows in dirty throttling logic
Jan Kara
1
-4
/
+26
2024-06-21
fs: add file and path permissions helpers
Christian Brauner
3
-3
/
+3
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-04-13
mm: swap: fix race between free_swap_and_cache() and swapoff()
Ryan Roberts
1
-1
/
+12
2024-03-15
mm/hugetlb: change hugetlb_reserve_pages() to type bool
Mike Kravetz
1
-23
/
+14
2024-03-01
userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlb
Lokesh Gidra
1
-1
/
+13
2024-02-23
mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again
Zach O'Keefe
1
-1
/
+1
2024-02-23
mm/sparsemem: fix race in accessing memory_section->usage
Charan Teja Kalla
1
-8
/
+9
2024-02-23
mm: vmalloc: introduce array allocation functions
Paolo Bonzini
1
-0
/
+50
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: kmem: drop __GFP_NOFAIL when allocating objcg vectors
Roman Gushchin
1
-1
/
+2
2023-11-28
mm/memory_hotplug: use pfn math in place of direct struct page manipulation
Zi Yan
1
-1
/
+1
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-11-08
kasan: print the original fault addr when access invalid shadow
Haibo Li
1
-3
/
+1
2023-11-08
mm/page_alloc: correct start page when guard page debug is enabled
Kemeng Shi
1
-1
/
+1
2023-10-25
mm/memory_hotplug: rate limit page migration warnings
Liam Mark
1
-5
/
+11
2023-10-10
media: vb2: frame_vector.c: replace WARN_ONCE with a comment
Hans Verkuil
1
-2
/
+4
2023-09-23
mm/filemap: fix infinite loop in generic_file_buffered_read()
Kent Overstreet
1
-0
/
+3
2023-09-19
tmpfs: verify {g,u}id mount options correctly
Christian Brauner
1
-4
/
+24
2023-08-30
mm,hwpoison: fix printing of page flags
Oscar Salvador
1
-1
/
+1
2023-08-30
mm: memory-failure: fix unexpected return value in soft_offline_page()
Miaohe Lin
1
-4
/
+7
2023-08-30
mm: memory-failure: kill soft_offline_free_page()
Kefeng Wang
1
-11
/
+1
2023-08-30
mm: fix page reference leak in soft_offline_page()
Dan Williams
1
-4
/
+16
2023-08-30
mm,hwpoison: refactor get_any_page
Oscar Salvador
1
-58
/
+43
2023-08-30
mm: add a call to flush_cache_vmap() in vmap_pfn()
Alexandre Ghiti
1
-0
/
+4
2023-07-27
shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfs
Roberto Sassu
1
-1
/
+1
2023-06-28
memfd: check for non-NULL file_seals in memfd_create() syscall
Roberto Sassu
1
-1
/
+2
2023-06-21
mm/memory_hotplug: extend offline_and_remove_memory() to handle more than one...
David Hildenbrand
1
-16
/
+89
2023-05-30
writeback, cgroup: remove extra percpu_ref_exit()
Greg Thelen
1
-1
/
+0
2023-05-17
mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlock
Tetsuo Handa
1
-0
/
+16
2023-05-17
writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbs
Baokun Li
1
-1
/
+10
2023-04-26
mm/khugepaged: check again on anon uffd-wp during isolation
Peter Xu
1
-0
/
+4
2023-04-20
mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()
Rongwei Wang
1
-1
/
+2
2023-03-22
mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropage
David Hildenbrand
1
-2
/
+4
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-15
Fix page corruption caused by racy check in __free_pages
David Chen
1
-1
/
+4
2023-02-15
migrate: hugetlb: check for hugetlb shared PMD in node migration
Mike Kravetz
1
-1
/
+2
2023-02-15
mm/migration: return errno when isolate_huge_page failed
Miaohe Lin
6
-10
/
+11
2023-02-15
mm/swapfile: add cond_resched() in get_swap_pages()
Longlong Xia
1
-0
/
+1
2023-02-01
panic: Consolidate open-coded panic_on_warn checks
Kees Cook
1
-2
/
+2
[next]