index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
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-07
mm/page_alloc: fix memory accept before watermarks gets initialized
Kirill A. Shutemov
1
-2
/
+12
2025-03-28
mm/migrate: fix shmem xarray update during migration
Zi Yan
1
-6
/
+4
2025-03-28
mm: fix error handling in __filemap_get_folio() with FGP_NOWAIT
Raphael S. Carvalho
1
-1
/
+12
2025-03-22
mm: split critical region in remap_file_pages() and invoke LSMs in between
Kirill A. Shutemov
1
-17
/
+52
2025-03-22
mm: add nommu variant of vm_insert_pages()
Jens Axboe
1
-0
/
+7
2025-03-13
mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()
Ryan Roberts
1
-2
/
+2
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
NFS: fix nfs_release_folio() to not deadlock via kcompactd writeback
Mike Snitzer
1
-0
/
+3
2025-03-13
dma: kmsan: export kmsan_handle_dma() for modules
Sebastian Andrzej Siewior
1
-0
/
+1
2025-02-27
mm,madvise,hugetlb: check for 0-length range after end address adjustment
Ricardo CaƱuelo Navarro
1
-1
/
+10
2025-02-27
memcg: fix soft lockup in the OOM process
Chen Ridong
2
-2
/
+13
2025-02-27
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-17
mm: kmemleak: fix upper boundary check for physical address objects
Catalin Marinas
1
-1
/
+1
2025-02-17
kfence: skip __GFP_THISNODE allocations on NUMA systems
Marco Elver
1
-0
/
+2
2025-02-01
cachestat: fix page cache statistics permission checking
Linus Torvalds
1
-0
/
+19
2025-02-01
Revert "libfs: Add simple_offset_empty()"
Chuck Lever
1
-2
/
+2
2025-02-01
libfs: Add simple_offset_rename() API
Chuck Lever
1
-2
/
+1
2025-02-01
libfs: Add simple_offset_empty()
Chuck Lever
1
-2
/
+2
2025-01-23
filemap: avoid truncating 64-bit offset to 32 bits
Marco Nelissen
1
-1
/
+1
2025-01-17
mm: hugetlb: independent PMD page table shared count
Liu Shixin
1
-9
/
+7
2025-01-17
mm/hugetlb: enforce that PMD PT sharing has split PMD PT locks
David Hildenbrand
1
-4
/
+4
2025-01-17
memblock: use numa_valid_node() helper to check for invalid node ID
Mike Rapoport (IBM)
1
-21
/
+7
2025-01-17
memblock: make memblock_set_node() also warn about use of MAX_NUMNODES
Jan Beulich
1
-0
/
+4
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/kmemleak: fix sleeping function called from invalid context at print message
Alessandro Carminati
1
-1
/
+1
2025-01-09
mm/readahead: fix large folio support in async readahead
Yafang Shao
1
-1
/
+5
2025-01-09
memblock: allow zero threshold in validate_numa_converage()
Mike Rapoport (Microsoft)
1
-2
/
+2
2025-01-09
NUMA: optimize detection of memory with no node id assigned by firmware
Liam Ni
1
-0
/
+34
2024-12-27
vmalloc: fix accounting with i915
Matthew Wilcox (Oracle)
1
-2
/
+4
2024-12-14
mm/damon/vaddr: fix issue in damon_va_evenly_split_region()
Zheng Yejian
2
-2
/
+3
2024-12-14
mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM
David Hildenbrand
1
-0
/
+4
2024-12-14
mempolicy: fix migrate_pages(2) syscall return nr_failed
Hugh Dickins
1
-179
/
+159
2024-12-14
kasan: make report_lock a raw spinlock
Jared Kangas
1
-3
/
+3
2024-12-14
mm: page_alloc: move mlocked flag clearance into free_pages_prepare()
Roman Gushchin
2
-20
/
+15
2024-12-09
mm/slub: Avoid list corruption when removing a slab from the full list
yuan.gao
2
-1
/
+13
2024-12-09
vmstat: call fold_vm_zone_numa_events() before show per zone NUMA event
MengEn Sun
1
-0
/
+1
2024-12-09
Rename .data.once to .data..once to fix resetting WARN*_ONCE
Masahiro Yamada
1
-1
/
+1
2024-11-22
mm/damon/core: copy nr_accesses when splitting region
SeongJae Park
1
-0
/
+1
2024-11-22
mm/damon/core: handle zero schemes apply interval
SeongJae Park
1
-4
/
+4
2024-11-22
mm/damon/core: check apply interval in damon_do_apply_schemes()
SeongJae Park
1
-4
/
+11
2024-11-22
mm: resolve faulty mmap_region() error path behaviour
Lorenzo Stoakes
1
-49
/
+66
2024-11-22
mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling
Lorenzo Stoakes
3
-5
/
+2
2024-11-22
mm: refactor map_deny_write_exec()
Lorenzo Stoakes
2
-2
/
+2
2024-11-22
mm: unconditionally close VMAs on error
Lorenzo Stoakes
3
-8
/
+22
2024-11-22
mm: avoid unsafe VMA hook invocation when error arises on mmap hook
Lorenzo Stoakes
3
-4
/
+31
2024-11-22
mm/damon/core: handle zero {aggregation,ops_update} intervals
SeongJae Park
1
-3
/
+3
2024-11-22
mm/damon/core: implement scheme-specific apply interval
SeongJae Park
5
-9
/
+72
2024-11-22
nommu: pass NULL argument to vma_iter_prealloc()
Hajime Tazaki
1
-1
/
+1
[next]