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/page_owner.c: remove drain_all_pages from init_early_allocated_pages
Oscar Salvador
2020-07-31
1
-1
/
+0
*
mm/memcg: fix refcount error while moving and swapping
Hugh Dickins
2020-07-29
1
-2
/
+2
*
mm/slub: fix stack overruns with SLUB_STATS
Qian Cai
2020-07-09
1
-1
/
+2
*
mm/slub.c: fix corrupted freechain in deactivate_slab()
Dongli Zhang
2020-07-09
1
-0
/
+27
*
mm: fix swap cache node allocation mask
Hugh Dickins
2020-07-09
1
-1
/
+2
*
mm/slab: use memzero_explicit() in kzfree()
Waiman Long
2020-06-30
1
-1
/
+1
*
mm: thp: make the THP mapcount atomic against __split_huge_pmd_locked()
Andrea Arcangeli
2020-06-20
1
-3
/
+28
*
mm/slub: fix a memory leak in sysfs_slab_add()
Wang Hai
2020-06-20
1
-1
/
+3
*
mm: add kvfree_sensitive() for freeing sensitive data objects
Waiman Long
2020-06-20
1
-0
/
+18
*
mm: Fix mremap not considering huge pmd devmap
Fan Yang
2020-06-11
1
-1
/
+1
*
mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap()
Liviu Dudau
2020-06-03
1
-1
/
+1
*
shmem: fix possible deadlocks on shmlock_user_lock
Hugh Dickins
2020-05-20
1
-2
/
+5
*
mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()
David Hildenbrand
2020-05-20
1
-0
/
+1
*
mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy path
Yang Shi
2020-05-02
1
-2
/
+2
*
mm/ksm: fix NULL pointer dereference when KSM zero page is enabled
Muchun Song
2020-05-02
1
-2
/
+10
*
mm/hugetlb: fix a addressing exception caused by huge_pte_offset
Longpeng
2020-05-02
1
-6
/
+8
*
vmalloc: fix remap_vmalloc_range() bounds checks
Jann Horn
2020-05-02
1
-3
/
+13
*
mm, slub: restore the original intention of prefetch_freepointer()
Vlastimil Babka
2020-05-02
1
-2
/
+1
*
mm/vmalloc.c: move 'area->pages' after if statement
Austin Kim
2020-04-24
1
-3
/
+5
*
mm: Use fixed constant in page_frag_alloc instead of size + 1
Alexander Duyck
2020-04-24
1
-4
/
+4
*
slub: improve bit diffusion for freelist ptr obfuscation
Kees Cook
2020-04-24
1
-1
/
+1
*
mm: mempolicy: require at least one nodeid for MPOL_PREFERRED
Randy Dunlap
2020-04-13
1
-1
/
+5
*
x86/mm: split vmalloc_sync_all()
Joerg Roedel
2020-04-02
2
-7
/
+14
*
mm, slub: prevent kmalloc_node crashes and memory leaks
Vlastimil Babka
2020-04-02
1
-9
/
+17
*
mm: slub: be more careful about the double cmpxchg of freelist
Linus Torvalds
2020-04-02
1
-2
/
+4
*
memcg: fix NULL pointer dereference in __mem_cgroup_usage_unregister_event
Chunguang Xu
2020-04-02
1
-2
/
+8
*
mm: slub: add missing TID bump in kmem_cache_alloc_bulk()
Jann Horn
2020-03-20
1
-0
/
+9
*
net: memcg: late association of sock to memcg
Shakeel Butt
2020-03-20
1
-14
/
+0
*
cgroup: memcg: net: do not associate sock with unrelated cgroup
Shakeel Butt
2020-03-20
1
-0
/
+4
*
mm, numa: fix bad pmd by atomically check for pmd_trans_huge when marking pag...
Mel Gorman
2020-03-11
1
-2
/
+36
*
mm, thp: fix defrag setting if newline is not used
David Rientjes
2020-03-11
1
-16
/
+8
*
mm/huge_memory.c: use head to check huge zero page
Wei Yang
2020-03-11
1
-1
/
+1
*
mm/vmscan.c: don't round up scan size for online memory cgroup
Gavin Shan
2020-02-28
1
-3
/
+6
*
mm/mempolicy.c: fix out of bounds write in mpol_parse_str()
Dan Carpenter
2020-02-05
1
-3
/
+3
*
mm/huge_memory.c: thp: fix conflict of above-47bit hint address and PMD align...
Kirill A. Shutemov
2020-01-23
1
-14
/
+24
*
mm/huge_memory.c: make __thp_get_unmapped_area static
Bharath Vedartham
2020-01-23
1
-1
/
+1
*
mm/page-writeback.c: avoid potential division by zero in wb_min_max_ratio()
Wen Yang
2020-01-23
1
-2
/
+2
*
mm/shmem.c: thp, shmem: fix conflict of above-47bit hint address and PMD alig...
Kirill A. Shutemov
2020-01-23
1
-3
/
+4
*
arm64: Revert support for execute-only user mappings
Catalin Marinas
2020-01-09
1
-6
/
+0
*
mm/zsmalloc.c: fix the migrated zspage statistics.
Chanho Min
2020-01-09
1
-0
/
+5
*
mm/shmem.c: cast the type of unmap_start to u64
Chen Jun
2019-12-17
1
-1
/
+1
*
mm/vmstat.c: fix NUMA statistics updates
Janne Huttunen
2019-12-17
1
-3
/
+4
*
vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is n
Wei Yang
2019-12-05
1
-0
/
+10
*
mm/memory_hotplug: don't access uninitialized memmaps in shrink_zone_span()
David Hildenbrand
2019-12-01
1
-13
/
+13
*
mm/memory_hotplug: make add_memory() take the device_hotplug_lock
David Hildenbrand
2019-12-01
1
-3
/
+19
*
mm/page-writeback.c: fix range_cyclic writeback vs writepages deadlock
Dave Chinner
2019-12-01
1
-18
/
+15
*
mm/ksm.c: don't WARN if page is still mapped in remove_stable_node()
Andrey Ryabinin
2019-12-01
1
-7
/
+7
*
mm/memory_hotplug: fix updating the node span
David Hildenbrand
2019-11-24
1
-0
/
+8
*
mm/memory_hotplug: don't access uninitialized memmaps in shrink_pgdat_span()
David Hildenbrand
2019-11-24
1
-60
/
+15
*
memfd: Use radix_tree_deref_slot_protected to avoid the warning.
zhong jiang
2019-11-20
1
-1
/
+1
[next]