index
:
linux-stable.git
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.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: lock newly mapped VMA with corrected ordering
Hugh Dickins
2023-07-08
1
-2
/
+2
*
Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/s...
Linus Torvalds
2023-07-08
6
-19
/
+34
|
\
|
*
kasan, slub: fix HW_TAGS zeroing with slub_debug
Andrey Konovalov
2023-07-08
2
-14
/
+14
|
*
kasan: fix type cast in memory_is_poisoned_n
Andrey Konovalov
2023-07-08
1
-1
/
+2
|
*
writeback: account the number of pages written back
Matthew Wilcox (Oracle)
2023-07-08
1
-3
/
+5
|
*
mm: call arch_swap_restore() from do_swap_page()
Peter Collingbourne
2023-07-08
1
-0
/
+7
|
*
mm/hugetlb.c: fix a bug within a BUG(): inconsistent pte comparison
John Hubbard
2023-07-08
1
-1
/
+6
|
*
mm: disable CONFIG_PER_VMA_LOCK until its fixed
Suren Baghdasaryan
2023-07-08
1
-1
/
+2
*
|
mm: lock newly mapped VMA which can be modified after it becomes visible
Suren Baghdasaryan
2023-07-08
1
-0
/
+2
*
|
mm: lock a vma before stack expansion
Suren Baghdasaryan
2023-07-08
1
-0
/
+4
*
|
gup: make the stack expansion warning a bit more targeted
Linus Torvalds
2023-07-05
1
-10
/
+41
*
|
mm: don't do validate_mm() unnecessarily and without mmap locking
Linus Torvalds
2023-07-04
1
-4
/
+2
*
|
mm: validate the mm before dropping the mmap lock
Linus Torvalds
2023-07-03
1
-2
/
+1
|
/
*
mm: Update do_vmi_align_munmap() return semantics
Liam R. Howlett
2023-07-01
2
-67
/
+55
*
mm: Always downgrade mmap_lock if requested
Matthew Wilcox (Oracle)
2023-07-01
1
-13
/
+2
*
xtensa: fix lock_mm_and_find_vma in case VMA not found
Max Filippov
2023-07-01
1
-1
/
+6
*
xtensa: fix NOMMU build with lock_mm_and_find_vma() conversion
Linus Torvalds
2023-06-30
1
-0
/
+11
*
Merge tag 'memblock-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-06-29
1
-5
/
+29
|
\
|
*
memblock: Update nid info in memblock debugfs
Yuwei Guan
2023-06-02
1
-2
/
+6
|
*
memblock: Add flags and nid info in memblock debugfs
Yuwei Guan
2023-05-24
1
-2
/
+22
|
*
Fix some coding style errors in memblock.c
Claudio Migliorelli
2023-05-24
1
-3
/
+3
*
|
Merge tag 'unmap-fix-20230629' of git://git.infradead.org/users/dwmw2/linux
Linus Torvalds
2023-06-29
1
-4
/
+5
|
\
\
|
*
|
mm/mmap: Fix error return in do_vmi_align_munmap()
David Woodhouse
2023-06-28
1
-4
/
+5
*
|
|
Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
2023-06-29
6
-93
/
+62
|
\
\
\
|
|
\
\
|
|
\
\
|
|
\
\
|
|
\
\
|
*
-
-
-
.
\
\
Merge branches 'slab/for-6.5/prandom', 'slab/for-6.5/slab_no_merge' and 'slab...
Vlastimil Babka
2023-06-16
5
-43
/
+39
|
|
\
\
\
\
\
|
|
|
|
*
|
|
mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATED
Vlastimil Babka
2023-05-26
1
-2
/
+14
|
|
|
|
|
|
/
|
|
|
|
|
/
|
|
|
|
*
|
|
mm/slab_common: use SLAB_NO_MERGE instead of negative refcount
Vlastimil Babka
2023-06-16
1
-6
/
+6
|
|
|
*
|
|
mm/slab: introduce kmem_cache flag SLAB_NO_MERGE
Jesper Dangaard Brouer
2023-06-02
3
-7
/
+7
|
|
|
|
/
/
|
|
*
|
|
mm/slab_common: Replace invocation of weak PRNG
David Keisar Schmidt
2023-05-22
1
-8
/
+3
|
|
*
|
|
mm/slab: Replace invocation of weak PRNG
David Keisar Schmidt
2023-05-22
1
-20
/
+9
|
|
|
/
/
|
*
|
|
mm/slab_common: reduce an if statement in create_cache()
Zhen Lei
2023-06-06
1
-4
/
+2
|
*
|
|
mm/slab: remove HAVE_HARDENED_USERCOPY_ALLOCATOR
Vlastimil Babka
2023-05-24
2
-10
/
+0
|
*
|
|
slub: Don't read nr_slabs and total_objects directly
Xiongwei Song
2023-05-22
1
-7
/
+6
|
*
|
|
slub: Remove slabs_node() function
Xiongwei Song
2023-05-22
1
-13
/
+3
|
*
|
|
slub: Remove CONFIG_SMP defined check
Xiongwei Song
2023-05-22
1
-1
/
+1
|
*
|
|
slub: Put objects_show() into CONFIG_SLUB_DEBUG enabled block
Xiongwei Song
2023-05-22
1
-7
/
+7
|
*
|
|
slub: Correct the error code when slab_kset is NULL
Xiongwei Song
2023-05-22
1
-1
/
+1
|
*
|
|
mm/slab: correct return values in comment for _kmem_cache_create()
zhaoxinchao
2023-05-22
1
-6
/
+2
|
|
/
/
*
|
|
gup: avoid stack expansion warning for known-good case
Linus Torvalds
2023-06-29
1
-0
/
+4
*
|
|
mm/khugepaged: fix regression in collapse_file()
Hugh Dickins
2023-06-29
1
-4
/
+3
*
|
|
Merge branch 'expand-stack'
Linus Torvalds
2023-06-28
5
-41
/
+265
|
\
\
\
|
*
|
|
gup: add warning if some caller would seem to want stack expansion
Linus Torvalds
2023-06-27
1
-2
/
+10
|
*
|
|
mm: always expand the stack with the mmap write lock held
Linus Torvalds
2023-06-27
4
-39
/
+116
|
*
|
|
mm: make find_extend_vma() fail if write lock not held
Liam R. Howlett
2023-06-24
3
-19
/
+36
|
*
|
|
arm/mm: Convert to using lock_mm_and_find_vma()
Ben Hutchings
2023-06-24
1
-1
/
+1
|
*
|
|
mm: make the page fault mmap locking killable
Linus Torvalds
2023-06-24
1
-4
/
+2
|
*
|
|
mm: introduce new 'lock_mm_and_find_vma()' page fault helper
Linus Torvalds
2023-06-24
2
-0
/
+125
*
|
|
|
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-06-28
1
-3
/
+4
|
\
\
\
\
|
*
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-22
7
-114
/
+116
|
|
\
\
\
\
|
*
|
|
|
|
tcp: Use per-vma locking for receive zerocopy
Arjun Roy
2023-06-18
1
-3
/
+4
[next]