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
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
2025-07-24
mm/vmalloc: leave lazy MMU mode on PTE mapping error
Alexander Gordeev
1
-7
/
+15
2025-07-17
kasan: remove kasan_find_vm_area() to prevent possible deadlock
Yeoreum Yun
1
-11
/
+2
2025-07-17
fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass
Shivank Garg
1
-10
/
+1
2025-06-27
mm/huge_memory: fix dereferencing invalid pmd migration entry
Gavin Guo
1
-5
/
+6
2025-06-27
mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race
Jann Horn
1
-0
/
+7
2025-06-27
mm: hugetlb: independent PMD page table shared count
Liu Shixin
1
-9
/
+7
2025-06-27
mm/hugetlb: unshare page tables during VMA split, not before
Jann Horn
2
-16
/
+52
2025-06-27
mm: fix ratelimit_pages update error in dirty_ratio_handler()
Jinliang Zheng
1
-1
/
+1
2025-06-04
mm/page_alloc.c: avoid infinite retries caused by cpuset race
Tianyang Zhang
1
-0
/
+8
2025-06-04
memcg: always call cond_resched() after fn()
Breno Leitao
1
-4
/
+2
2025-05-22
hwpoison, memory_hotplug: lock folio before unmap hwpoisoned folio
Ma Wupeng
1
-1
/
+5
2025-05-22
mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone index
Byungchul Park
1
-0
/
+8
2025-04-25
mm: fix apply_to_existing_page_range()
Kirill A. Shutemov
1
-2
/
+2
2025-04-25
mm: Fix is_zero_page() usage in try_grab_page()
Alex Williamson
1
-1
/
+1
2025-04-25
mm: fix filemap_get_folios_contig returning batches of identical folios
Vishal Moola (Oracle)
1
-0
/
+1
2025-04-25
mm/gup: fix wrongly calculated returned value in fault_in_safe_writeable()
Baoquan He
1
-2
/
+2
2025-04-25
mm/hwpoison: do not send SIGBUS to processes with recovered clean pages
Shuai Xue
1
-3
/
+8
2025-04-25
mm: add missing release barrier on PGDAT_RECLAIM_LOCKED unlock
Mathieu Desnoyers
1
-1
/
+1
2025-04-25
mm/rmap: reject hugetlb folios in folio_make_device_exclusive()
David Hildenbrand
1
-1
/
+1
2025-04-10
lockdep/mm: Fix might_fault() lockdep check of current->mm->mmap_lock
Peter Zijlstra
1
-2
/
+0
2025-03-28
mm/migrate: fix shmem xarray update during migration
Zi Yan
1
-9
/
+7
2025-03-28
mm: add nommu variant of vm_insert_pages()
Jens Axboe
1
-0
/
+7
2025-03-13
mm: don't skip arch_sync_kernel_mappings() in error paths
Ryan Roberts
2
-4
/
+6
2025-03-13
mm/page_alloc: fix uninitialized variable
Hao Zhang
1
-0
/
+1
2025-03-13
dma: kmsan: export kmsan_handle_dma() for modules
Sebastian Andrzej Siewior
1
-0
/
+1
2025-03-07
mm/memory: Use exception ip to search exception tables
Jiaxun Yang
1
-2
/
+2
2025-03-07
mm: Don't pin ZERO_PAGE in pin_user_pages()
David Howells
1
-1
/
+30
2025-03-07
mm,madvise,hugetlb: check for 0-length range after end address adjustment
Ricardo CaƱuelo Navarro
1
-1
/
+10
2025-03-07
memcg: fix soft lockup in the OOM process
Chen Ridong
2
-2
/
+13
2025-03-07
mm: update mark_victim tracepoints fields
Carlos Galo
1
-1
/
+5
2025-02-21
mm: gup: fix infinite loop within __get_longterm_locked
Zhaoyang Huang
1
-10
/
+4
2025-02-21
mm: kmemleak: fix upper boundary check for physical address objects
Catalin Marinas
1
-1
/
+1
2025-02-21
kfence: skip __GFP_THISNODE allocations on NUMA systems
Marco Elver
1
-0
/
+2
2025-01-23
filemap: avoid truncating 64-bit offset to 32 bits
Marco Nelissen
1
-1
/
+1
2025-01-09
mm: vmscan: account for free pages to prevent infinite Loop in throttle_direc...
Seiji Nishikawa
1
-1
/
+8
2025-01-09
mm/readahead: fix large folio support in async readahead
Yafang Shao
1
-1
/
+5
2025-01-02
vmalloc: fix accounting with i915
Matthew Wilcox (Oracle)
1
-2
/
+4
2024-12-14
mm: call the security_mmap_file() LSM hook in remap_file_pages()
Shu Han
1
-0
/
+4
2024-12-14
mm/damon/vaddr: fix issue in damon_va_evenly_split_region()
Zheng Yejian
2
-2
/
+3
2024-12-14
kasan: make report_lock a raw spinlock
Jared Kangas
1
-3
/
+3
2024-12-14
kasan: suppress recursive reports for HW_TAGS
Andrey Konovalov
1
-11
/
+48
2024-12-14
mm: page_alloc: move mlocked flag clearance into free_pages_prepare()
Roman Gushchin
2
-20
/
+15
2024-12-14
vmstat: call fold_vm_zone_numa_events() before show per zone NUMA event
MengEn Sun
1
-0
/
+1
2024-11-22
mm: resolve faulty mmap_region() error path behaviour
Lorenzo Stoakes
1
-47
/
+57
2024-11-22
mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling
Lorenzo Stoakes
3
-5
/
+2
2024-11-22
mm: unconditionally close VMAs on error
Lorenzo Stoakes
4
-10
/
+27
2024-11-22
mm: avoid unsafe VMA hook invocation when error arises on mmap hook
Lorenzo Stoakes
4
-4
/
+34
2024-11-22
mm: revert "mm: shmem: fix data-race in shmem_getattr()"
Andrew Morton
1
-2
/
+0
2024-11-22
mm: fix NULL pointer dereference in alloc_pages_bulk_noprof
Jinjiang Tu
1
-1
/
+2
2024-11-17
mm: krealloc: Fix MTE false alarm in __do_krealloc
Qun-Wei Lin
1
-1
/
+1
[next]