index
:
linux.git
cached
cdir_v2
cfid-fixes
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-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
2022-04-08
mm/mmap: return 1 from stack_guard_gap __setup() handler
Randy Dunlap
1
-1
/
+1
2022-04-08
mm/kmemleak: reset tag when compare object pointer
Kuan-Ying Lee
1
-2
/
+7
2022-04-08
mm,hwpoison: unmap poisoned page before invalidation
Rik van Riel
1
-4
/
+8
2022-04-08
Revert "mm: madvise: skip unmapped vma holes passed to process_madvise"
Charan Teja Kalla
1
-8
/
+1
2022-04-08
mm: madvise: return correct bytes advised with process_madvise
Charan Teja Kalla
1
-2
/
+1
2022-04-08
mm: madvise: skip unmapped vma holes passed to process_madvise
Charan Teja Kalla
1
-1
/
+8
2022-04-08
mempolicy: mbind_range() set_policy() after vma_merge()
Hugh Dickins
1
-7
/
+1
2022-04-08
mm: invalidate hwpoison page cache page in fault path
Rik van Riel
1
-2
/
+7
2022-04-08
mm/pages_alloc.c: don't create ZONE_MOVABLE beyond the end of a node
Alistair Popple
1
-1
/
+8
2022-03-23
mm: swap: get rid of livelock in swapin readahead
Guo Ziliang
1
-1
/
+1
2022-03-08
memfd: fix F_SEAL_WRITE after shmem huge page allocated
Hugh Dickins
1
-12
/
+28
2022-03-08
mm: Consider __GFP_NOWARN flag for oversized kvmalloc() calls
Daniel Borkmann
1
-1
/
+3
2022-03-02
memblock: use kfree() to release kmalloced memblock regions
Miaohe Lin
1
-2
/
+8
2022-02-23
mm: don't try to NUMA-migrate COW pages that have other uses
Linus Torvalds
1
-1
/
+1
2022-02-23
mm: memcg: synchronize objcg lists with a dedicated spinlock
Roman Gushchin
1
-5
/
+5
2022-02-08
mm/kmemleak: avoid scanning potential huge holes
Lang Yu
1
-6
/
+7
2022-02-08
mm/debug_vm_pgtable: remove pte entry from the page table
Pasha Tatashin
1
-0
/
+2
2022-01-27
mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_fault
Alistair Popple
1
-2
/
+3
2022-01-27
shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inode
Gang Li
1
-16
/
+21
2022-01-27
mm/page_alloc.c: do not warn allocation failure on zone DMA if no managed pages
Baoquan He
1
-1
/
+3
2022-01-27
mm_zone: add function to check if managed dma zone exists
Baoquan He
1
-0
/
+15
2021-12-29
mm: mempolicy: fix THP allocations escaping mempolicy restrictions
Andrey Ryabinin
1
-2
/
+2
2021-12-29
mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page()
Liu Shixin
1
-0
/
+1
2021-12-17
memblock: ensure there is no overflow in memblock_overlaps_region()
Mike Rapoport
1
-1
/
+2
2021-12-14
mm: bdi: initialize bdi_min_ratio when bdi is unregistered
Manjong Lee
1
-0
/
+7
2021-11-26
hugetlbfs: flush TLBs correctly after huge_pmd_unshare
Nadav Amit
1
-4
/
+19
2021-11-26
mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flag
Rustam Kovhaev
1
-1
/
+1
2021-11-18
mm, oom: do not trigger out_of_memory from the #PF
Michal Hocko
1
-14
/
+8
2021-11-18
mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasks
Vasily Averin
1
-0
/
+3
2021-11-18
memcg: prohibit unconditional exceeding the limit of dying tasks
Vasily Averin
1
-19
/
+8
2021-11-18
mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregi...
Miaohe Lin
1
-3
/
+4
[next]