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
2023-07-23
mm/mmap: Fix error return in do_vmi_align_munmap()
David Woodhouse
1
-4
/
+5
2023-07-23
kasan: fix type cast in memory_is_poisoned_n
Andrey Konovalov
1
-1
/
+2
2023-07-23
kasan, slub: fix HW_TAGS zeroing with slub_debug
Andrey Konovalov
2
-14
/
+14
2023-07-23
kasan: use internal prototypes matching gcc-13 builtins
Arnd Bergmann
9
-162
/
+161
2023-07-23
kasan: add kasan_tag_mismatch prototype
Arnd Bergmann
1
-0
/
+3
2023-07-19
shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfs
Roberto Sassu
1
-1
/
+1
2023-07-19
mm/damon/ops-common: atomically test and clear young on ptes and pmds
Ryan Roberts
4
-16
/
+12
2023-07-19
mm/mglru: make memcg_lru->lock irq safe
Yu Zhao
1
-6
/
+7
2023-07-19
writeback: account the number of pages written back
Matthew Wilcox (Oracle)
1
-3
/
+5
2023-07-19
splice: Fix filemap_splice_read() to use the correct inode
David Howells
1
-2
/
+2
2023-07-11
mm: call arch_swap_restore() from do_swap_page()
Peter Collingbourne
1
-0
/
+7
2023-07-11
mm: lock newly mapped VMA with corrected ordering
Hugh Dickins
1
-2
/
+2
2023-07-11
mm: lock newly mapped VMA which can be modified after it becomes visible
Suren Baghdasaryan
1
-0
/
+2
2023-07-11
mm: lock a vma before stack expansion
Suren Baghdasaryan
1
-0
/
+4
2023-07-05
hugetlb: revert use of page_cache_next_miss()
Mike Kravetz
1
-6
/
+6
2023-07-05
xtensa: fix lock_mm_and_find_vma in case VMA not found
Max Filippov
1
-1
/
+6
2023-07-01
xtensa: fix NOMMU build with lock_mm_and_find_vma() conversion
Linus Torvalds
1
-0
/
+11
2023-07-01
mm/khugepaged: fix regression in collapse_file()
Hugh Dickins
1
-4
/
+3
2023-07-01
gup: add warning if some caller would seem to want stack expansion
Linus Torvalds
1
-2
/
+10
2023-07-01
mm: always expand the stack with the mmap write lock held
Linus Torvalds
4
-39
/
+116
2023-07-01
mm: make find_extend_vma() fail if write lock not held
Liam R. Howlett
3
-19
/
+36
2023-07-01
arm/mm: Convert to using lock_mm_and_find_vma()
Ben Hutchings
1
-1
/
+1
2023-07-01
mm: make the page fault mmap locking killable
Linus Torvalds
1
-4
/
+2
2023-07-01
mm: introduce new 'lock_mm_and_find_vma()' page fault helper
Linus Torvalds
2
-0
/
+125
2023-06-20
Merge tag 'mm-hotfixes-stable-2023-06-20-12-31' of git://git.kernel.org/pub/s...
Linus Torvalds
6
-94
/
+99
2023-06-19
Revert "mm: vmscan: make global slab shrink lockless"
Qi Zheng
1
-12
/
+16
2023-06-19
Revert "mm: vmscan: make memcg slab shrink lockless"
Qi Zheng
1
-26
/
+19
2023-06-19
Revert "mm: vmscan: add shrinker_srcu_generation"
Qi Zheng
1
-20
/
+4
2023-06-19
Revert "mm: shrinkers: make count and scan in shrinker debugfs lockless"
Qi Zheng
1
-8
/
+17
2023-06-19
Revert "mm: vmscan: hold write lock to reparent shrinker nr_deferred"
Qi Zheng
1
-2
/
+2
2023-06-19
Revert "mm: vmscan: remove shrinker_rwsem from synchronize_shrinkers()"
Qi Zheng
1
-2
/
+6
2023-06-19
Revert "mm: shrinkers: convert shrinker_rwsem to mutex"
Qi Zheng
2
-24
/
+24
2023-06-19
mm/khugepaged: fix iteration in collapse_file
David Stevens
1
-1
/
+0
2023-06-19
memfd: check for non-NULL file_seals in memfd_create() syscall
Roberto Sassu
1
-3
/
+6
2023-06-19
mm/vmalloc: do not output a spurious warning when huge vmalloc() fails
Lorenzo Stoakes
1
-4
/
+13
2023-06-19
mm/mprotect: fix do_mprotect_pkey() limit check
Liam R. Howlett
1
-1
/
+1
2023-06-18
mm/mmap: Fix error path in do_vmi_align_munmap()
Liam R. Howlett
1
-20
/
+17
2023-06-12
Merge tag 'mm-hotfixes-stable-2023-06-12-12-22' of git://git.kernel.org/pub/s...
Linus Torvalds
4
-12
/
+28
2023-06-12
zswap: do not shrink if cgroup may not zswap
Nhat Pham
1
-2
/
+9
2023-06-12
page cache: fix page_cache_next/prev_miss off by one
Mike Kravetz
1
-10
/
+16
2023-06-12
mm/damon/core: fix divide error in damon_nr_accesses_to_accesses_bp()
Kefeng Wang
1
-0
/
+2
2023-06-12
mm/gup_test: fix ioctl fail for compat task
Haibo Li
1
-0
/
+1
2023-05-29
mm: page_table_check: Ensure user pages are not slab pages
Ruihan Li
1
-0
/
+6
2023-05-29
mm: page_table_check: Make it dependent on EXCLUSIVE_SYSTEM_RAM
Ruihan Li
1
-0
/
+1
2023-05-17
mm: fix zswap writeback race condition
Domenico Cerasuolo
1
-0
/
+16
2023-05-17
mm: kfence: fix false positives on big endian
Michael Ellerman
1
-1
/
+1
2023-05-17
zsmalloc: move LRU update from zs_map_object() to zs_malloc()
Nhat Pham
1
-27
/
+9
2023-05-17
mm: shrinkers: fix race condition on debugfs cleanup
Joan Bruguera Micó
2
-7
/
+13
2023-05-06
Merge tag 'mm-stable-2023-05-06-10-49' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-205
/
+202
2023-05-06
Merge tag 'mm-hotfixes-stable-2023-05-06-10-45' of git://git.kernel.org/pub/s...
Linus Torvalds
2
-5
/
+15
[next]