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