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
2022-12-02
mm: vmscan: fix extreme overreclaim and swap floods
Johannes Weiner
1
-6
/
+4
2022-11-25
mm: fs: initialize fsdata passed to write_begin/write_end interface
Alexander Potapenko
1
-1
/
+1
2022-11-25
maccess: Fix writing offset in case of fault in strncpy_from_kernel_nofault()
Alban Crequy
1
-1
/
+1
2022-11-16
mm/memremap.c: map FS_DAX device memory as decrypted
Pankaj Gupta
1
-0
/
+1
2022-11-03
mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pages
Rik van Riel
1
-1
/
+1
2022-11-03
mm/memory: add non-anonymous page check in the copy_present_page()
Yuanzheng Song
1
-0
/
+11
2022-10-26
mm: hugetlb: fix UAF in hugetlb_handle_userfault
Liu Shixin
1
-14
/
+15
2022-10-26
mm/mmap: undo ->mmap() when arch_validate_flags() fails
Carlos Llamas
1
-1
/
+4
2022-10-15
mm: gup: fix the fast GUP race against THP collapse
Yang Shi
2
-10
/
+34
2022-10-05
mm: fix madivse_pageout mishandling on non-LRU page
Minchan Kim
1
-2
/
+5
2022-10-05
mm/migrate_device.c: flush TLB while holding PTL
Alistair Popple
1
-2
/
+3
2022-10-05
mm: prevent page_frag_alloc() from corrupting the memory
Maurizio Lombardi
1
-0
/
+12
2022-10-05
mm/page_alloc: fix race condition between build_all_zonelists and page alloca...
Mel Gorman
1
-10
/
+43
2022-09-28
mm/slub: fix to return errno if kmalloc() fails
Chao Yu
1
-1
/
+4
2022-09-20
mm: Fix TLB flush for not-first PFNMAP mappings in unmap_region()
Jann Horn
1
-2
/
+7
2022-09-15
Revert "mm: kmemleak: take a full lowmem check in kmemleak_*_phys()"
Yee Lee
1
-4
/
+4
2022-09-08
mm: pagewalk: Fix race between unmap and page walker
Steven Price
2
-11
/
+14
2022-09-05
mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuse
Jann Horn
1
-13
/
+16
2022-09-05
mm: Force TLB flush for PFNMAP mappings before unlink_file_vma()
Jann Horn
1
-0
/
+12
2022-08-31
mm/hugetlb: fix hugetlb not supporting softdirty tracking
David Hildenbrand
1
-2
/
+6
2022-08-31
mm/huge_memory.c: use helper function migration_entry_to_page()
Miaohe Lin
1
-2
/
+2
2022-08-21
mm/mmap.c: fix missing call to vm_unacct_memory in mmap_region
Miaohe Lin
1
-1
/
+0
2022-08-21
mm/mremap: hold the rmap lock in write mode when moving page table entries.
Aneesh Kumar K.V
1
-4
/
+2
2022-08-21
mm: Add kvrealloc()
Dave Chinner
1
-0
/
+15
2022-08-03
page_alloc: fix invalid watermark check on a negative value
Jaewon Kim
1
-4
/
+8
2022-07-29
mm/mempolicy: fix uninit-value in mpol_rebind_policy()
Wang Cheng
1
-1
/
+1
2022-07-21
mm: split huge PUD on wp_huge_pud fallback
Gowans, James
1
-13
/
+14
2022-07-12
mm/slub: add missing TID updates on slab deactivation
Jann Horn
1
-2
/
+2
2022-06-09
hugetlb: fix huge_pmd_unshare address update
Mike Kravetz
1
-1
/
+8
2022-06-09
mm, compaction: fast_find_migrateblock() should return pfn in the target zone
Rei Yamamoto
1
-0
/
+2
2022-06-06
zsmalloc: fix races between asynchronous zspage free and page migration
Sultan Alsawaf
1
-4
/
+33
2022-05-30
random: move randomize_page() into mm where it belongs
Jason A. Donenfeld
1
-0
/
+32
2022-05-15
mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_at...
Muchun Song
1
-0
/
+3
2022-05-15
mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()
Muchun Song
1
-0
/
+2
2022-05-15
mm: fix missing cache flush for all tail pages of compound page
Muchun Song
1
-2
/
+5
2022-05-15
arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL
Mike Rapoport
2
-18
/
+0
2022-05-09
kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink oc...
Zqiang
1
-0
/
+7
2022-04-27
mm/mmu_notifier.c: fix race in mmu_interval_notifier_remove()
Alistair Popple
1
-1
/
+13
2022-04-27
oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanup
Nico Pache
1
-14
/
+40
2022-04-27
mm, hugetlb: allow for "high" userspace addresses
Christophe Leroy
1
-8
/
+0
2022-04-27
mm: page_alloc: fix building error on -Werror=array-compare
Xiongwei Song
1
-1
/
+1
2022-04-20
mm: kmemleak: take a full lowmem check in kmemleak_*_phys()
Patrick Wang
1
-4
/
+4
2022-04-20
mm: fix unexpected zeroed page mapping with zram swap
Minchan Kim
1
-54
/
+0
2022-04-20
mm, page_alloc: fix build_zonerefs_node()
Juergen Gross
1
-1
/
+1
2022-04-13
mm: don't skip swap entry even if zap_details specified
Peter Xu
1
-6
/
+19
2022-04-13
mm/mempolicy: fix mpol_new leak in shared_policy_replace
Miaohe Lin
1
-0
/
+1
2022-04-13
mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0)
Paolo Bonzini
1
-0
/
+3
2022-04-13
mm: fix race between MADV_FREE reclaim and blkdev direct IO read
Mauricio Faria de Oliveira
1
-1
/
+24
2022-04-08
mm/usercopy: return 1 from hardened_usercopy __setup() handler
Randy Dunlap
1
-1
/
+4
2022-04-08
mm/memcontrol: return 1 from cgroup.memory __setup() handler
Randy Dunlap
1
-1
/
+1
[next]