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-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
vmalloc: fix remap_vmalloc_range() bounds checks
Jann Horn
1
-3
/
+13
2020-04-24
mm: Use fixed constant in page_frag_alloc instead of size + 1
Alexander Duyck
1
-4
/
+4
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
cgroup: memcg: net: do not associate sock with unrelated cgroup
Shakeel Butt
1
-0
/
+4
2020-03-11
mm/huge_memory.c: use head to check huge zero page
Wei Yang
1
-1
/
+1
2020-02-05
mm/mempolicy.c: fix out of bounds write in mpol_parse_str()
Dan Carpenter
1
-3
/
+3
2020-01-23
mm/page-writeback.c: avoid potential division by zero in wb_min_max_ratio()
Wen Yang
1
-2
/
+2
2020-01-12
arm64: Revert support for execute-only user mappings
Catalin Marinas
1
-6
/
+0
2020-01-12
mm/zsmalloc.c: fix the migrated zspage statistics.
Chanho Min
1
-0
/
+5
2019-12-21
mm/shmem.c: cast the type of unmap_start to u64
Chen Jun
1
-1
/
+1
2019-12-05
vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is n
Wei Yang
1
-0
/
+10
2019-11-28
mm/memory_hotplug: make add_memory() take the device_hotplug_lock
David Hildenbrand
1
-3
/
+19
2019-11-28
mm/page-writeback.c: fix range_cyclic writeback vs writepages deadlock
Dave Chinner
1
-18
/
+15
2019-11-28
mm/ksm.c: don't WARN if page is still mapped in remove_stable_node()
Andrey Ryabinin
1
-7
/
+7
2019-11-25
memfd: Use radix_tree_deref_slot_protected to avoid the warning.
zhong jiang
1
-1
/
+1
2019-11-25
mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup()
Roman Gushchin
1
-1
/
+1
2019-11-25
mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()
Roman Gushchin
1
-1
/
+1
2019-11-12
mm/filemap.c: don't initiate writeback if mapping has no dirty pages
Konstantin Khlebnikov
1
-1
/
+2
2019-11-12
mm, vmstat: hide /proc/pagetypeinfo from normal users
Michal Hocko
1
-1
/
+1
2019-10-29
mm/slub: fix a deadlock in show_slab_objects()
Qian Cai
1
-2
/
+11
2019-10-29
memfd: Fix locking when tagging pins
Matthew Wilcox (Oracle)
1
-8
/
+10
2019-10-17
usercopy: Avoid HIGHMEM pfn warning
Kees Cook
1
-1
/
+7
2019-10-05
memcg, kmem: do not fail __GFP_NOFAIL charges
Michal Hocko
1
-0
/
+10
2019-09-06
mm/zsmalloc.c: fix build when CONFIG_COMPACTION=n
Andrew Morton
1
-0
/
+2
2019-09-06
mm/zsmalloc.c: fix race condition in zs_destroy_pool
Henry Burns
1
-2
/
+59
2019-09-06
mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitely
Henry Burns
1
-4
/
+15
2019-09-06
mm, page_owner: handle THP splits correctly
Vlastimil Babka
1
-0
/
+4
2019-08-25
mm/memcontrol.c: fix use after free in mem_cgroup_iter()
Miles Chen
1
-10
/
+29
2019-08-25
mm/usercopy: use memory range to be accessed for wraparound check
Isaac J. Manjarres
1
-1
/
+1
2019-08-25
mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy()
Joerg Roedel
1
-0
/
+9
2019-08-06
coredump: fix race condition between collapse_huge_page() and core dumping
Andrea Arcangeli
1
-0
/
+3
2019-08-06
coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...
Andrea Arcangeli
1
-1
/
+5
2019-08-06
mm/cma.c: fail if fixed declaration can't be honored
Doug Berger
1
-0
/
+13
2019-08-04
mm/mmu_notifier: use hlist_add_head_rcu()
Jean-Philippe Brucker
1
-1
/
+1
2019-08-04
mm/kmemleak.c: fix check for softirq context
Dmitry Vyukov
1
-1
/
+1
[next]