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
2017-01-19
mm/hugetlb.c: fix reservation race when freeing surplus pages
Mike Kravetz
1
-9
/
+28
2017-01-19
mm/slab.c: fix SLAB freelist randomization duplicate entries
John Sperbeck
1
-4
/
+4
2017-01-19
mm: support anonymous stable page
Minchan Kim
1
-1
/
+19
2017-01-19
mm, memcg: fix the active list aging for lowmem requests when memcg is enabled
Michal Hocko
2
-20
/
+25
2017-01-19
mm: pmd dirty emulation in page fault handler
Minchan Kim
1
-2
/
+4
2017-01-19
dax: fix deadlock with DAX 4k holes
Ross Zwisler
1
-1
/
+1
2017-01-12
mm, compaction: fix NR_ISOLATED_* stats for pfn based migration
Ming Ling
2
-26
/
+14
2017-01-12
mm: khugepaged: fix radix tree node leak in shmem collapse error path
Johannes Weiner
1
-2
/
+4
2017-01-12
mm: khugepaged: close use-after-free race during shmem collapsing
Johannes Weiner
1
-0
/
+5
2017-01-12
mm/hugetlb.c: use the right pte val for compare in hugetlb_cow
Aneesh Kumar K.V
1
-5
/
+7
2017-01-06
mm, page_alloc: keep pcp count and list contents in sync if struct page is co...
Mel Gorman
1
-2
/
+10
2017-01-06
mm/vmscan.c: set correct defer count for shrinker
Shaohua Li
1
-3
/
+11
2017-01-06
ptrace: Don't allow accessing an undumpable mm
Eric W. Biederman
2
-2
/
+2
2017-01-06
vfs,mm: fix return value of read() at s_maxbytes
Linus Torvalds
1
-1
/
+1
2017-01-06
mm: Add a user_ns owner to mm_struct and fix ptrace permission checks
Eric W. Biederman
1
-0
/
+2
2016-12-06
shmem: fix shm fallocate() list corruption
Linus Torvalds
1
-1
/
+14
2016-12-02
mm, vmscan: add cond_resched() into shrink_node_memcg()
Michal Hocko
1
-0
/
+2
2016-12-02
mm: workingset: fix NULL ptr in count_shadow_nodes
Michal Hocko
1
-1
/
+1
2016-11-30
mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlb
Kirill A. Shutemov
1
-4
/
+4
2016-11-30
kasan: support use-after-scope detection
Dmitry Vyukov
3
-0
/
+23
2016-11-30
kasan: update kasan_global for gcc 7
Dmitry Vyukov
1
-0
/
+3
2016-11-30
thp: fix corner case of munlock() of PTE-mapped THPs
Kirill A. Shutemov
1
-2
/
+5
2016-11-30
mm, thp: propagation of conditional compilation in khugepaged.c
Jérémy Lefaure
1
-0
/
+2
2016-11-29
mremap: move_ptes: check pte dirty after its removal
Aaron Lu
2
-6
/
+10
2016-11-17
mremap: fix race between mremap() and page cleanning
Aaron Lu
2
-10
/
+29
2016-11-11
mm: kmemleak: scan .data.ro_after_init
Jakub Kicinski
1
-0
/
+1
2016-11-11
memcg: prevent memcg caches to be both OFF_SLAB & OBJFREELIST_SLAB
Greg Thelen
1
-2
/
+2
2016-11-11
mm/filemap: don't allow partially uptodate page for pipes
Eryu Guan
1
-0
/
+3
2016-11-11
mm/hugetlb: fix huge page reservation leak in private mapping error paths
Mike Kravetz
1
-0
/
+66
2016-11-11
mm: hwpoison: fix thp split handling in memory_failure()
Naoya Horiguchi
1
-7
/
+5
2016-11-11
swapfile: fix memory corruption via malformed swapfile
Jann Horn
1
-0
/
+2
2016-11-11
mm/cma.c: check the max limit for cma allocation
Shiraz Hashim
1
-0
/
+3
2016-11-11
shmem: fix pageflags after swapping DMA32 object
Hugh Dickins
1
-0
/
+2
2016-11-11
mm: remove extra newline from allocation stall warning
Tetsuo Handa
1
-1
/
+1
2016-11-01
Merge tag 'gcc-plugins-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2016-10-31
latent_entropy: Fix wrong gcc code generation with 64 bit variables
Kees Cook
1
-1
/
+1
2016-10-27
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
7
-26
/
+56
2016-10-27
mm: memcontrol: do not recurse in direct reclaim
Johannes Weiner
2
-0
/
+11
2016-10-27
mm: kmemleak: ensure that the task stack is not freed during scanning
Catalin Marinas
1
-2
/
+5
2016-10-27
mm/slab: improve performance of gathering slabinfo stats
Aruna Ramakrishna
2
-16
/
+28
2016-10-27
mm: page_alloc: use KERN_CONT where appropriate
Joe Perches
1
-7
/
+9
2016-10-27
mm/list_lru.c: avoid error-path NULL pointer deref
Alexander Polakov
1
-0
/
+2
2016-10-27
mm/slab: fix kmemcg cache creation delayed issue
Joonsoo Kim
1
-1
/
+1
2016-10-27
Allow KASAN and HOTPLUG_MEMORY to co-exist when doing build testing
Linus Torvalds
1
-1
/
+1
2016-10-27
mm: remove unused variable in memory hotplug
Linus Torvalds
1
-1
/
+0
2016-10-27
mm: remove per-zone hashtable of bitlock waitqueues
Linus Torvalds
3
-144
/
+3
2016-10-24
mm: unexport __get_user_pages()
Lorenzo Stoakes
2
-3
/
+2
2016-10-22
Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-2
/
+3
2016-10-20
mm: Change vm_is_stack_for_task() to vm_is_stack_for_current()
Andy Lutomirski
1
-1
/
+3
2016-10-19
Merge branch 'gup_flag-cleanups'
Linus Torvalds
7
-71
/
+73
[next]