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
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
2024-11-14
filemap: Fix bounds checking in filemap_read()
Trond Myklebust
1
-1
/
+1
2024-11-08
migrate_pages_batch: fix statistics for longterm pin retry
Huang Ying
1
-0
/
+3
2024-11-08
mm: avoid gcc complaint about pointer casting
Linus Torvalds
1
-2
/
+8
2024-11-08
mm: shmem: fix data-race in shmem_getattr()
Jeongjun Park
1
-0
/
+2
2024-11-08
vmscan,migrate: fix page count imbalance on node stats when demoting pages
Gregory Price
1
-1
/
+1
2024-11-08
migrate_pages: split unmap_and_move() to _unmap() and _move()
Huang Ying
1
-41
/
+128
2024-11-08
migrate_pages: restrict number of pages to migrate in batch
Huang Ying
1
-68
/
+106
2024-11-08
migrate_pages: separate hugetlb folios migration
Huang Ying
1
-22
/
+119
2024-11-08
migrate_pages: organize stats with struct migrate_pages_stats
Huang Ying
1
-26
/
+34
2024-11-08
mm/migrate.c: stop using 0 as NULL pointer
Yang Li
1
-1
/
+1
2024-11-08
migrate: convert migrate_pages() to use folios
Huang Ying
1
-98
/
+112
2024-11-08
migrate: convert unmap_and_move() to use folios
Huang Ying
1
-27
/
+27
2024-11-08
mm: migrate: try again if THP split is failed due to page refcnt
Baolin Wang
2
-5
/
+18
2024-11-08
kasan: remove vmalloc_percpu test
Andrey Konovalov
1
-27
/
+0
2024-11-08
mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reserves
Matt Fleming
1
-5
/
+5
2024-11-08
mm/page_alloc: explicitly define how __GFP_HIGH non-blocking allocations acce...
Mel Gorman
2
-22
/
+29
2024-11-08
mm/page_alloc: explicitly define what alloc flags deplete min reserves
Mel Gorman
2
-12
/
+25
2024-11-08
mm/page_alloc: explicitly record high-order atomic allocations in alloc_flags
Mel Gorman
2
-6
/
+24
2024-11-08
mm/page_alloc: treat RT tasks similar to __GFP_HIGH
Mel Gorman
1
-1
/
+1
[next]