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
*
Merge tag 'net-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2022-11-17
1
-1
/
+1
|
\
|
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2022-11-11
1
-1
/
+1
|
|
\
|
|
*
maccess: Fix writing offset in case of fault in strncpy_from_kernel_nofault()
Alban Crequy
2022-11-11
1
-1
/
+1
*
|
|
Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2022-11-11
9
-6
/
+31
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
mm/damon/dbgfs: check if rm_contexts input is for a real context
SeongJae Park
2022-11-08
1
-0
/
+7
|
*
|
kmsan: core: kmsan_in_runtime() should return true in NMI context
Alexander Potapenko
2022-11-08
1
-0
/
+2
|
*
|
mm: hugetlb_vmemmap: include missing linux/moduleparam.h
Vasily Gorbik
2022-11-08
1
-0
/
+1
|
*
|
mm/shmem: use page_mapping() to detect page cache for uffd continue
Peter Xu
2022-11-08
1
-1
/
+1
|
*
|
mm/memremap.c: map FS_DAX device memory as decrypted
Pankaj Gupta
2022-11-08
1
-0
/
+1
|
*
|
Partly revert "mm/thp: carry over dirty bit when thp splits on pmd"
Peter Xu
2022-11-08
1
-3
/
+6
|
*
|
mm/mmap: fix memory leak in mmap_region()
Li Zetao
2022-11-08
1
-1
/
+5
|
*
|
hugetlbfs: don't delete error page from pagecache
James Houghton
2022-11-08
2
-1
/
+8
|
|
/
*
|
Merge tag 'slab-for-6.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-11-09
1
-20
/
+4
|
\
\
|
|
/
|
/
|
|
*
mm, slab: remove duplicate kernel-doc comment for ksize()
Vlastimil Babka
2022-11-07
1
-14
/
+0
|
*
mm/slab_common: Restore passing "caller" for tracing
Kees Cook
2022-11-06
1
-2
/
+2
|
*
mm/slab: remove !CONFIG_TRACING variants of kmalloc_[node_]trace()
Vlastimil Babka
2022-11-04
1
-2
/
+0
|
*
mm/slab_common: repair kernel-doc for __ksize()
Lukas Bulwahn
2022-11-03
1
-2
/
+2
*
|
mmap: fix remap_file_pages() regression
Liam Howlett
2022-10-28
1
-0
/
+3
*
|
mm/shmem: ensure proper fallback if page faults
Ira Weiny
2022-10-28
1
-0
/
+17
*
|
mm/userfaultfd: replace kmap/kmap_atomic() with kmap_local_page()
Ira Weiny
2022-10-28
1
-4
/
+21
*
|
x86: fortify: kmsan: fix KMSAN fortify builds
Alexander Potapenko
2022-10-28
1
-0
/
+1
*
|
mm: kmsan: export kmsan_copy_page_meta()
Alexander Potapenko
2022-10-28
1
-0
/
+1
*
|
mm: migrate: fix return value if all subpages of THPs are migrated successfully
Baolin Wang
2022-10-28
1
-0
/
+7
*
|
mm: prep_compound_tail() clear page->private
Hugh Dickins
2022-10-28
2
-1
/
+2
*
|
mm,madvise,hugetlb: fix unexpected data loss with MADV_DONTNEED on hugetlbfs
Rik van Riel
2022-10-28
1
-1
/
+11
*
|
mm/page_isolation: fix clang deadcode warning
Maria Yu
2022-10-28
1
-1
/
+1
*
|
memory tier, sysfs: rename attribute "nodes" to "nodelist"
Huang Ying
2022-10-28
1
-4
/
+4
*
|
mm/kmemleak: prevent soft lockup in kmemleak_scan()'s object iteration loops
Waiman Long
2022-10-28
1
-19
/
+42
|
/
*
mm/huge_memory: do not clobber swp_entry_t during THP split
Mel Gorman
2022-10-20
1
-1
/
+10
*
hugetlb: fix memory leak associated with vma_lock structure
Mike Kravetz
2022-10-20
1
-8
/
+27
*
mm/page_alloc: reduce potential fragmentation in make_alloc_exact()
Liam R. Howlett
2022-10-20
1
-8
/
+12
*
mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pages
Rik van Riel
2022-10-20
1
-1
/
+1
*
mm/mmap: fix MAP_FIXED address return on VMA merge
Liam Howlett
2022-10-20
1
-8
/
+7
*
mm/mmap.c: __vma_adjust(): suppress uninitialized var warning
Andrew Morton
2022-10-20
1
-1
/
+2
*
mm/mmap: undo ->mmap() when mas_preallocate() fails
Mike Kravetz
2022-10-20
1
-1
/
+1
*
zsmalloc: zs_destroy_pool: add size_class NULL check
Alexey Romanov
2022-10-20
1
-0
/
+3
*
mm/mempolicy: fix mbind_range() arguments to vma_merge()
Liam Howlett
2022-10-20
1
-6
/
+11
*
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-10-16
4
-6
/
+6
|
\
|
*
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-11
2
-2
/
+2
|
*
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-10-11
2
-4
/
+4
*
|
Merge tag 'slab-for-6.1-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-10-15
1
-18
/
+19
|
\
\
|
*
|
mm/slab: use kmalloc_node() for off slab freelist_idx_t array allocation
Hyeonggon Yoo
2022-10-15
1
-18
/
+19
*
|
|
Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-14
14
-147
/
+383
|
\
\
\
|
*
|
|
highmem: fix kmap_to_page() for kmap_local_page() addresses
Ira Weiny
2022-10-12
1
-12
/
+31
|
*
|
|
mm/page_alloc: fix incorrect PGFREE and PGALLOC for high-order page
Yafang Shao
2022-10-12
1
-2
/
+2
|
*
|
|
mm/hugetlb: use hugetlb_pte_stable in migration race check
Peter Xu
2022-10-12
1
-4
/
+3
|
*
|
|
mm/hugetlb: fix race condition of uffd missing/minor handling
Peter Xu
2022-10-12
1
-7
/
+52
|
*
|
|
mm: use update_mmu_tlb() on the second thread
Qi Zheng
2022-10-12
1
-1
/
+1
|
*
|
|
kasan: fix array-bounds warnings in tests
Andrey Konovalov
2022-10-12
1
-1
/
+8
|
*
|
|
mm/migrate_device.c: add migrate_device_range()
Alistair Popple
2022-10-12
1
-7
/
+82
[next]