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.12.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/mempolicy: fix uninit-value in mpol_rebind_policy()
Wang Cheng
2022-07-29
1
-1
/
+1
*
mm: split huge PUD on wp_huge_pud fallback
Gowans, James
2022-07-21
1
-13
/
+14
*
mm: userfaultfd: fix UFFDIO_CONTINUE on fallocated shmem pages
Axel Rasmussen
2022-07-21
1
-1
/
+4
*
Revert "mm/memory-failure.c: fix race with changing page compound again"
Naoya Horiguchi
2022-07-12
1
-11
/
+0
*
mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()
Naoya Horiguchi
2022-07-12
2
-34
/
+113
*
mm/memory-failure.c: fix race with changing page compound again
Miaohe Lin
2022-07-12
1
-0
/
+12
*
mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handler
luofei
2022-07-12
3
-3
/
+11
*
mm/hwpoison: mf_mutex for soft offline and unpoison
Naoya Horiguchi
2022-07-12
1
-44
/
+18
*
mm: vmalloc: introduce array allocation functions
Paolo Bonzini
2022-07-12
1
-0
/
+50
*
mm/filemap: fix UAF in find_lock_entries
Liu Shixin
2022-07-12
1
-5
/
+7
*
mm/slub: add missing TID updates on slab deactivation
Jann Horn
2022-07-12
1
-0
/
+2
*
init: Initialize noop_backing_dev_info early
Jan Kara
2022-06-22
1
-9
/
+2
*
mm/memremap: fix missing call to untrack_pfn() in pagemap_range()
Miaohe Lin
2022-06-09
1
-1
/
+1
*
hugetlb: fix huge_pmd_unshare address update
Mike Kravetz
2022-06-09
1
-1
/
+8
*
mm/page_alloc: always attempt to allocate at least one page during bulk alloc...
Mel Gorman
2022-06-09
1
-2
/
+2
*
Revert "mm/cma.c: remove redundant cma_mutex lock"
Dong Aisheng
2022-06-09
1
-1
/
+3
*
mm, compaction: fast_find_migrateblock() should return pfn in the target zone
Rei Yamamoto
2022-06-09
1
-0
/
+2
*
zsmalloc: fix races between asynchronous zspage free and page migration
Sultan Alsawaf
2022-06-06
1
-4
/
+33
*
random: move randomize_page() into mm where it belongs
Jason A. Donenfeld
2022-05-30
1
-0
/
+32
*
mm/kfence: reset PG_slab and memcg_data before freeing __kfence_pool
Hyeonggon Yoo
2022-05-25
1
-0
/
+11
*
mm/hwpoison: use pr_err() instead of dump_page() in get_any_page()
Naoya Horiguchi
2022-05-18
1
-1
/
+1
*
mm/huge_memory: do not overkill when splitting huge_zero_page
Xu Yu
2022-05-18
1
-1
/
+6
*
Revert "mm/memory-failure.c: skip huge_zero_page in memory_failure()"
Xu Yu
2022-05-18
1
-13
/
+0
*
mm: fix invalid page pointer returned with FOLL_PIN gups
Peter Xu
2022-05-15
1
-1
/
+1
*
mm/mlock: fix potential imbalanced rlimit ucounts adjustment
Miaohe Lin
2022-05-15
1
-0
/
+1
*
mm/hwpoison: fix error page recovered but reported "not recovered"
Naoya Horiguchi
2022-05-15
1
-1
/
+3
*
mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_at...
Muchun Song
2022-05-15
1
-0
/
+3
*
mm: shmem: fix missing cache flush in shmem_mfill_atomic_pte()
Muchun Song
2022-05-15
1
-1
/
+3
*
mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()
Muchun Song
2022-05-15
1
-0
/
+2
*
mm: fix missing cache flush for all tail pages of compound page
Muchun Song
2022-05-15
1
-2
/
+5
*
kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink oc...
Zqiang
2022-05-09
1
-0
/
+7
*
mm: gup: make fault_in_safe_writeable() use fixup_user_fault()
Linus Torvalds
2022-05-01
1
-38
/
+19
*
gup: Introduce FOLL_NOFAULT flag to disable page faults
Andreas Gruenbacher
2022-05-01
1
-1
/
+3
*
iov_iter: Introduce fault_in_iov_iter_writeable
Andreas Gruenbacher
2022-05-01
1
-0
/
+63
*
iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
Andreas Gruenbacher
2022-05-01
1
-1
/
+1
*
gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
Andreas Gruenbacher
2022-05-01
2
-1
/
+73
*
mm: kfence: fix objcgs vector allocation
Muchun Song
2022-05-01
2
-1
/
+13
*
mm/mmu_notifier.c: fix race in mmu_interval_notifier_remove()
Alistair Popple
2022-04-27
1
-1
/
+13
*
oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanup
Nico Pache
2022-04-27
1
-14
/
+40
*
mm, hugetlb: allow for "high" userspace addresses
Christophe Leroy
2022-04-27
1
-8
/
+0
*
memcg: sync flush only if periodic flush is delayed
Shakeel Butt
2022-04-27
2
-2
/
+12
*
mm/memory-failure.c: skip huge_zero_page in memory_failure()
Xu Yu
2022-04-27
1
-0
/
+13
*
mm, kfence: support kmem_dump_obj() for KFENCE objects
Marco Elver
2022-04-27
8
-25
/
+81
*
mm: page_alloc: fix building error on -Werror=array-compare
Xiongwei Song
2022-04-27
1
-1
/
+1
*
mm: kmemleak: take a full lowmem check in kmemleak_*_phys()
Patrick Wang
2022-04-20
1
-4
/
+4
*
mm: fix unexpected zeroed page mapping with zram swap
Minchan Kim
2022-04-20
1
-54
/
+0
*
mm, page_alloc: fix build_zonerefs_node()
Juergen Gross
2022-04-20
1
-1
/
+1
*
mm/secretmem: fix panic when growing a memfd_secret
Axel Rasmussen
2022-04-20
1
-0
/
+17
*
mm: don't skip swap entry even if zap_details specified
Peter Xu
2022-04-13
1
-6
/
+19
*
mm/mempolicy: fix mpol_new leak in shared_policy_replace
Miaohe Lin
2022-04-13
1
-0
/
+1
[next]