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
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-06-22
mm: call cond_resched() from deferred_init_memmap()
Pavel Tatashin
1
-1
/
+1
2020-06-22
mm/pagealloc.c: call touch_nmi_watchdog() on max order boundaries in deferred...
Daniel Jordan
1
-3
/
+4
2020-06-22
mm: initialize deferred pages with interrupts enabled
Pavel Tatashin
1
-13
/
+7
2020-06-22
mm: thp: make the THP mapcount atomic against __split_huge_pmd_locked()
Andrea Arcangeli
1
-3
/
+28
2020-06-17
mm/slub: fix a memory leak in sysfs_slab_add()
Wang Hai
1
-1
/
+3
2020-06-17
gup: document and work around "COW can break either way" issue
Linus Torvalds
2
-10
/
+41
2020-06-17
x86: mm: ptdump: calculate effective permissions correctly
Steven Price
1
-1
/
+16
2020-06-17
usercopy: mark dma-kmalloc caches as usercopy caches
Vlastimil Babka
1
-1
/
+2
2020-06-17
mm: add kvfree_sensitive() for freeing sensitive data objects
Waiman Long
1
-0
/
+18
2020-06-07
mm: Fix mremap not considering huge pmd devmap
Fan Yang
1
-1
/
+1
2020-05-28
mm,thp: stop leaking unreleased file pages
Hugh Dickins
1
-0
/
+1
2020-05-28
mm/z3fold: silence kmemleak false positives of slots
Qian Cai
1
-0
/
+3
2020-05-23
z3fold: fix use-after-free when freeing handles
Uladzislau Rezki
1
-5
/
+6
2020-05-23
kasan: disable branch tracing for core runtime
Marco Elver
3
-10
/
+8
2020-05-14
kasan: add missing functions declarations to kasan.h
Andrey Konovalov
1
-2
/
+32
2020-05-14
kasan: consistently disable debugging features
Andrey Konovalov
1
-5
/
+10
2020-05-14
userfaultfd: fix remap event with MREMAP_DONTUNMAP
Brian Geffon
1
-1
/
+1
2020-05-14
mm/gup: fix fixup_user_fault() on multiple retries
Peter Xu
1
-5
/
+7
2020-05-10
Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+11
2020-05-09
bdi: add a ->dev_name field to struct backing_dev_info
Christoph Hellwig
1
-2
/
+3
2020-05-07
mm: limit boost_watermark on small zones
Henry Willard
1
-0
/
+8
2020-05-07
mm/vmscan: remove unnecessary argument description of isolate_lru_pages()
Qiwu Chen
1
-1
/
+0
2020-05-07
percpu: make pcpu_alloc() aware of current gfp context
Filipe Manana
1
-4
/
+10
2020-05-07
mm/slub: fix incorrect interpretation of s->offset
Waiman Long
1
-15
/
+30
2020-05-07
mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()
David Hildenbrand
1
-0
/
+1
2020-05-07
mm, memcg: fix error return value of mem_cgroup_css_alloc()
Yafang Shao
1
-6
/
+9
2020-05-07
bdi: move bdi_dev_name out of line
Christoph Hellwig
1
-1
/
+9
2020-04-24
mm: check that mm is still valid in madvise()
Linus Torvalds
1
-0
/
+18
2020-04-21
mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy path
Yang Shi
1
-2
/
+2
2020-04-21
shmem: fix possible deadlocks on shmlock_user_lock
Hugh Dickins
1
-2
/
+5
2020-04-21
vmalloc: fix remap_vmalloc_range() bounds checks
Jann Horn
1
-3
/
+13
2020-04-21
mm/shmem: fix build without THP
Hugh Dickins
1
-1
/
+1
2020-04-21
mm/ksm: fix NULL pointer dereference when KSM zero page is enabled
Muchun Song
1
-2
/
+10
2020-04-21
mm, gup: return EINTR when gup is interrupted by fatal signals
Michal Hocko
1
-1
/
+1
2020-04-21
mm/hugetlb: fix a addressing exception caused by huge_pte_offset
Longpeng
1
-6
/
+8
2020-04-21
slub: avoid redzone when choosing freepointer location
Kees Cook
1
-2
/
+10
2020-04-19
mm: Fix MREMAP_DONTUNMAP accounting on VMA merge
Brian Geffon
1
-1
/
+12
2020-04-10
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
11
-42
/
+299
2020-04-10
mm/memremap: set caching mode for PCI P2PDMA memory to WC
Logan Gunthorpe
1
-0
/
+3
2020-04-10
mm/memory_hotplug: add pgprot_t to mhp_params
Logan Gunthorpe
2
-4
/
+7
2020-04-10
mm/memory_hotplug: rename mhp_restrictions to mhp_params
Logan Gunthorpe
2
-8
/
+8
2020-04-10
mm/vma: introduce VM_ACCESS_FLAGS
Anshuman Khandual
2
-3
/
+3
2020-04-10
mm/memory.c: add vm_insert_pages()
Arjun Roy
1
-2
/
+127
2020-04-10
mm/memory.c: refactor insert_page to prepare for batched-lock insert
Arjun Roy
1
-15
/
+24
2020-04-10
mm/mmap.c: initialize align_offset explicitly for vm_unmapped_area
Jaewon Kim
1
-0
/
+2
2020-04-10
mm: hugetlb: optionally allocate gigantic hugepages using cma
Roman Gushchin
1
-0
/
+109
2020-04-10
mm: cma: NUMA node interface
Aslan Bakirov
2
-8
/
+10
2020-04-10
mm/page_alloc: make pcpu_drain_mutex and pcpu_drain static
Jason Yan
1
-2
/
+2
2020-04-10
mm/page_alloc.c: fix kernel-doc warning
Randy Dunlap
1
-0
/
+1
2020-04-10
mm, slab_common: fix a typo in comment "eariler"->"earlier"
Qiujun Huang
1
-1
/
+1
[next]