index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/mlock: fix vma iterator conversion of apply_vma_lock_flags()
Liam R. Howlett
2023-07-27
1
-4
/
+5
*
mm/mmap: Fix error return in do_vmi_align_munmap()
David Woodhouse
2023-07-23
1
-4
/
+5
*
kasan: fix type cast in memory_is_poisoned_n
Andrey Konovalov
2023-07-23
1
-1
/
+2
*
kasan, slub: fix HW_TAGS zeroing with slub_debug
Andrey Konovalov
2023-07-23
2
-14
/
+14
*
kasan: use internal prototypes matching gcc-13 builtins
Arnd Bergmann
2023-07-23
9
-162
/
+161
*
kasan: add kasan_tag_mismatch prototype
Arnd Bergmann
2023-07-23
1
-0
/
+3
*
shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfs
Roberto Sassu
2023-07-19
1
-1
/
+1
*
mm/damon/ops-common: atomically test and clear young on ptes and pmds
Ryan Roberts
2023-07-19
4
-16
/
+12
*
mm/mglru: make memcg_lru->lock irq safe
Yu Zhao
2023-07-19
1
-6
/
+7
*
writeback: account the number of pages written back
Matthew Wilcox (Oracle)
2023-07-19
1
-3
/
+5
*
splice: Fix filemap_splice_read() to use the correct inode
David Howells
2023-07-19
1
-2
/
+2
*
mm: call arch_swap_restore() from do_swap_page()
Peter Collingbourne
2023-07-11
1
-0
/
+7
*
mm: lock newly mapped VMA with corrected ordering
Hugh Dickins
2023-07-11
1
-2
/
+2
*
mm: lock newly mapped VMA which can be modified after it becomes visible
Suren Baghdasaryan
2023-07-11
1
-0
/
+2
*
mm: lock a vma before stack expansion
Suren Baghdasaryan
2023-07-11
1
-0
/
+4
*
hugetlb: revert use of page_cache_next_miss()
Mike Kravetz
2023-07-05
1
-6
/
+6
*
xtensa: fix lock_mm_and_find_vma in case VMA not found
Max Filippov
2023-07-05
1
-1
/
+6
*
xtensa: fix NOMMU build with lock_mm_and_find_vma() conversion
Linus Torvalds
2023-07-01
1
-0
/
+11
*
mm/khugepaged: fix regression in collapse_file()
Hugh Dickins
2023-07-01
1
-4
/
+3
*
gup: add warning if some caller would seem to want stack expansion
Linus Torvalds
2023-07-01
1
-2
/
+10
*
mm: always expand the stack with the mmap write lock held
Linus Torvalds
2023-07-01
4
-39
/
+116
*
mm: make find_extend_vma() fail if write lock not held
Liam R. Howlett
2023-07-01
3
-19
/
+36
*
arm/mm: Convert to using lock_mm_and_find_vma()
Ben Hutchings
2023-07-01
1
-1
/
+1
*
mm: make the page fault mmap locking killable
Linus Torvalds
2023-07-01
1
-4
/
+2
*
mm: introduce new 'lock_mm_and_find_vma()' page fault helper
Linus Torvalds
2023-07-01
2
-0
/
+125
*
Merge tag 'mm-hotfixes-stable-2023-06-20-12-31' of git://git.kernel.org/pub/s...
Linus Torvalds
2023-06-20
6
-94
/
+99
|
\
|
*
Revert "mm: vmscan: make global slab shrink lockless"
Qi Zheng
2023-06-19
1
-12
/
+16
|
*
Revert "mm: vmscan: make memcg slab shrink lockless"
Qi Zheng
2023-06-19
1
-26
/
+19
|
*
Revert "mm: vmscan: add shrinker_srcu_generation"
Qi Zheng
2023-06-19
1
-20
/
+4
|
*
Revert "mm: shrinkers: make count and scan in shrinker debugfs lockless"
Qi Zheng
2023-06-19
1
-8
/
+17
|
*
Revert "mm: vmscan: hold write lock to reparent shrinker nr_deferred"
Qi Zheng
2023-06-19
1
-2
/
+2
|
*
Revert "mm: vmscan: remove shrinker_rwsem from synchronize_shrinkers()"
Qi Zheng
2023-06-19
1
-2
/
+6
|
*
Revert "mm: shrinkers: convert shrinker_rwsem to mutex"
Qi Zheng
2023-06-19
2
-24
/
+24
|
*
mm/khugepaged: fix iteration in collapse_file
David Stevens
2023-06-19
1
-1
/
+0
|
*
memfd: check for non-NULL file_seals in memfd_create() syscall
Roberto Sassu
2023-06-19
1
-3
/
+6
|
*
mm/vmalloc: do not output a spurious warning when huge vmalloc() fails
Lorenzo Stoakes
2023-06-19
1
-4
/
+13
|
*
mm/mprotect: fix do_mprotect_pkey() limit check
Liam R. Howlett
2023-06-19
1
-1
/
+1
*
|
mm/mmap: Fix error path in do_vmi_align_munmap()
Liam R. Howlett
2023-06-18
1
-20
/
+17
*
|
Merge tag 'mm-hotfixes-stable-2023-06-12-12-22' of git://git.kernel.org/pub/s...
Linus Torvalds
2023-06-12
4
-12
/
+28
|
\
|
|
*
zswap: do not shrink if cgroup may not zswap
Nhat Pham
2023-06-12
1
-2
/
+9
|
*
page cache: fix page_cache_next/prev_miss off by one
Mike Kravetz
2023-06-12
1
-10
/
+16
|
*
mm/damon/core: fix divide error in damon_nr_accesses_to_accesses_bp()
Kefeng Wang
2023-06-12
1
-0
/
+2
|
*
mm/gup_test: fix ioctl fail for compat task
Haibo Li
2023-06-12
1
-0
/
+1
*
|
mm: page_table_check: Ensure user pages are not slab pages
Ruihan Li
2023-05-29
1
-0
/
+6
*
|
mm: page_table_check: Make it dependent on EXCLUSIVE_SYSTEM_RAM
Ruihan Li
2023-05-29
1
-0
/
+1
|
/
*
mm: fix zswap writeback race condition
Domenico Cerasuolo
2023-05-17
1
-0
/
+16
*
mm: kfence: fix false positives on big endian
Michael Ellerman
2023-05-17
1
-1
/
+1
*
zsmalloc: move LRU update from zs_map_object() to zs_malloc()
Nhat Pham
2023-05-17
1
-27
/
+9
*
mm: shrinkers: fix race condition on debugfs cleanup
Joan Bruguera Micó
2023-05-17
2
-7
/
+13
*
Merge tag 'mm-stable-2023-05-06-10-49' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-05-06
1
-205
/
+202
|
\
[next]