index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-26
mm: fs: initialize fsdata passed to write_begin/write_end interface
Alexander Potapenko
1
-1
/
+1
2022-11-26
maccess: Fix writing offset in case of fault in strncpy_from_kernel_nofault()
Alban Crequy
1
-1
/
+1
2022-11-26
hugetlbfs: don't delete error page from pagecache
James Houghton
2
-1
/
+8
2022-11-26
hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cache
Mike Kravetz
1
-4
/
+4
2022-11-16
mm/shmem: use page_mapping() to detect page cache for uffd continue
Peter Xu
1
-1
/
+1
2022-11-16
mm/memremap.c: map FS_DAX device memory as decrypted
Pankaj Gupta
1
-0
/
+1
2022-11-16
mm/damon/dbgfs: check if rm_contexts input is for a real context
SeongJae Park
1
-0
/
+7
2022-11-16
mm: hugetlb_vmemmap: include missing linux/moduleparam.h
Vasily Gorbik
1
-0
/
+1
2022-11-03
mm: prep_compound_tail() clear page->private
Hugh Dickins
2
-1
/
+2
2022-11-03
mm/huge_memory: do not clobber swp_entry_t during THP split
Mel Gorman
1
-1
/
+10
2022-11-03
mm/kmemleak: prevent soft lockup in kmemleak_scan()'s object iteration loops
Waiman Long
1
-19
/
+42
2022-11-03
mm,madvise,hugetlb: fix unexpected data loss with MADV_DONTNEED on hugetlbfs
Rik van Riel
1
-1
/
+11
2022-11-03
mm: migrate: fix return value if all subpages of THPs are migrated successfully
Baolin Wang
1
-0
/
+7
2022-10-29
mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pages
Rik van Riel
1
-1
/
+1
2022-10-21
mm: hugetlb: fix UAF in hugetlb_handle_userfault
Liu Shixin
1
-20
/
+17
2022-10-21
mm/mmap: undo ->mmap() when arch_validate_flags() fails
Carlos Llamas
1
-1
/
+4
2022-10-21
mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled in
Peter Xu
3
-0
/
+8
2022-10-21
mm/damon: validate if the pmd entry is present before accessing
Baolin Wang
1
-0
/
+10
2022-10-21
mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb page
Baolin Wang
2
-15
/
+26
2022-10-01
Merge tag 'mm-hotfixes-stable-2022-09-30' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2
-1
/
+5
2022-10-01
damon/sysfs: fix possible memleak on damon_sysfs_add_target
Levi Yun
1
-1
/
+1
2022-10-01
mm: fix BUG splat with kvmalloc + GFP_ATOMIC
Florian Westphal
1
-0
/
+4
2022-09-26
Merge tag 'mm-hotfixes-stable-2022-09-26' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
15
-72
/
+176
2022-09-26
mm/page_isolation: fix isolate_single_pageblock() isolation behavior
Zi Yan
1
-11
/
+14
2022-09-26
mm,hwpoison: check mm when killing accessing process
Shuai Xue
1
-0
/
+3
2022-09-26
mm/hugetlb: correct demote page offset logic
Doug Berger
1
-6
/
+8
2022-09-26
mm: prevent page_frag_alloc() from corrupting the memory
Maurizio Lombardi
1
-0
/
+12
2022-09-26
mm: bring back update_mmu_cache() to finish_fault()
Sergei Antonov
1
-4
/
+10
2022-09-26
frontswap: don't call ->init if no ops are registered
Christoph Hellwig
1
-0
/
+3
2022-09-26
mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all()
Naoya Horiguchi
1
-4
/
+2
2022-09-26
mm: fix madivse_pageout mishandling on non-LRU page
Minchan Kim
1
-2
/
+5
2022-09-26
mm: gup: fix the fast GUP race against THP collapse
Yang Shi
2
-10
/
+34
2022-09-23
Merge tag 'slab-for-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-3
/
+20
2022-09-22
mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context.
Maurizio Lombardi
1
-1
/
+8
2022-09-19
mm/slab_common: fix possible double free of kmem_cache
Feng Tang
1
-1
/
+4
2022-09-17
kasan: call kasan_malloc() from __kmalloc_*track_caller()
Peter Collingbourne
1
-0
/
+4
2022-09-12
mm: fix dereferencing possible ERR_PTR
Binyi Han
1
-1
/
+1
2022-09-12
vmscan: check folio_test_private(), not folio_get_private()
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-09-12
mm: fix VM_BUG_ON in __delete_from_swap_cache()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-09-12
mm/damon/dbgfs: fix memory leak when using debugfs_lookup()
Greg Kroah-Hartman
1
-5
/
+14
2022-09-12
mm/migrate_device.c: copy pte dirty bit to page
Alistair Popple
1
-2
/
+7
2022-09-12
mm/migrate_device.c: add missing flush_cache_page()
Alistair Popple
1
-1
/
+1
2022-09-12
mm/migrate_device.c: flush TLB while holding PTL
Alistair Popple
1
-2
/
+3
2022-09-12
mm/memory-failure: fall back to vma_address() when ->notify_failure() fails
Dan Williams
1
-10
/
+12
2022-09-12
mm/memory-failure: fix detection of memory_failure() handlers
Dan Williams
1
-1
/
+1
2022-09-12
mm/page_alloc: fix race condition between build_all_zonelists and page alloca...
Mel Gorman
1
-10
/
+43
2022-09-09
mm/slub: fix to return errno if kmalloc() fails
Chao Yu
1
-1
/
+4
2022-09-03
mm: pagewalk: Fix race between unmap and page walker
Steven Price
2
-11
/
+14
2022-09-01
Merge tag 'slab-for-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-16
/
+29
2022-09-01
mm/slab_common: Deleting kobject in kmem_cache_destroy() without holding slab...
Waiman Long
1
-16
/
+29
[next]