index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-17
mm: hide a #warning for COMPILE_TEST
Arnd Bergmann
1
-1
/
+1
2018-06-17
mm: fix the NULL mapping case in __isolate_lru_page()
Hugh Dickins
1
-1
/
+1
2018-06-17
mm: pin address_space before dereferencing it while isolating an LRU page
Mel Gorman
1
-2
/
+12
2018-06-17
hugetlbfs: check for pgoff value overflow
Mike Kravetz
1
-0
/
+9
2018-06-17
mm/madvise.c: fix madvise() infinite loop under special circumstances
chenjie
1
-2
/
+1
2018-03-03
mm/mprotect: add a cond_resched() inside change_pmd_range()
Anshuman Khandual
1
-2
/
+4
2018-01-09
KAISER: Kernel Address Isolation
Richard Fellner
1
-0
/
+1
2018-01-09
mm/mmu_context, sched/core: Fix mmu_context.h assumption
Ingo Molnar
1
-1
/
+1
2018-01-01
ptrace: Don't allow accessing an undumpable mm
Eric W. Biederman
2
-2
/
+2
2018-01-01
mm: Add a user_ns owner to mm_struct and fix ptrace permission checks
Eric W. Biederman
1
-0
/
+2
2018-01-01
mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
Kirill A. Shutemov
1
-10
/
+4
2018-01-01
mm/memory_hotplug: define find_{smallest|biggest}_section_pfn as unsigned long
YASUAKI ISHIMATSU
1
-2
/
+2
2018-01-01
mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline...
YASUAKI ISHIMATSU
1
-1
/
+1
2017-11-11
mm/hugetlb: improve locking in dissolve_free_huge_pages()
Gerald Schaefer
1
-3
/
+9
2017-11-11
mm/init: fix zone boundary creation
Oliver O'Halloran
1
-7
/
+10
2017-11-11
PM/hibernate: touch NMI watchdog when creating snapshot
Chen Yu
1
-2
/
+18
2017-11-11
mm/mempolicy: fix use after free when calling get_mempolicy
zhong jiang
1
-5
/
+0
2017-11-11
mm: migrate: prevent racy access to tlb_flush_pending
Nadav Amit
1
-2
/
+2
2017-10-12
cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flags
Zefan Li
1
-2
/
+2
2017-10-12
mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED
Andrea Arcangeli
1
-2
/
+12
2017-10-12
mm/swap.c: flush lru pvecs on compound page arrival
Lukasz Odzioba
1
-5
/
+4
2017-10-12
mm: fix overflow check in expand_upwards()
Helge Deller
1
-1
/
+1
2017-10-12
mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stack
Michal Hocko
1
-2
/
+4
2017-09-15
Sanitize 'move_pages()' permission checks
Linus Torvalds
1
-8
/
+3
2017-09-15
ptrace: use fsuid, fsgid, effective creds for fs access checks
Jann Horn
1
-1
/
+1
2017-09-15
mm: numa: avoid waiting on freed migrated pages
Mark Rutland
1
-1
/
+8
2017-09-15
swap: cond_resched in swap_cgroup_prepare()
Yu Zhao
1
-0
/
+3
2017-09-15
mm/memory-failure.c: use compound_head() flags for huge pages
James Morse
1
-1
/
+4
2017-09-15
mlock: fix mlock count can not decrease in race condition
Yisheng Xie
1
-2
/
+3
2017-09-15
mm/migrate: fix refcount handling when !hugepage_migration_supported()
Punit Agrawal
1
-6
/
+2
2017-09-15
slub/memcg: cure the brainless abuse of sysfs attributes
Thomas Gleixner
1
-2
/
+4
2017-07-02
Allow stack to grow up to address space limit
Helge Deller
1
-5
/
+8
2017-07-02
mm: fix new crash in unmapped_area_topdown()
Hugh Dickins
1
-2
/
+4
2017-07-02
mm: larger stack guard gap, between vmas
Hugh Dickins
3
-103
/
+89
2017-06-05
mm/mempolicy.c: fix error handling in set_mempolicy and mbind.
Chris Salls
1
-12
/
+8
2017-06-05
mm: do not access page->mapping directly on page_endio
Minchan Kim
1
-2
/
+5
2017-06-05
mm: vmpressure: fix sending wrong events on underflow
Vinayak Menon
1
-1
/
+9
2017-06-05
mm/page_alloc: fix nodes for reclaim in fast path
Gavin Shan
1
-1
/
+1
2017-06-05
mm/huge_memory.c: fix up "mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for t...
Michal Hocko
1
-1
/
+1
2017-04-05
vfs: Commit to never having exectuables on proc and sysfs.
Eric W. Biederman
2
-3
/
+3
2017-03-16
mm, fs: check for fatal signals in do_generic_file_read()
Michal Hocko
1
-0
/
+5
2017-03-16
mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thp
Keno Fischer
1
-3
/
+16
2017-03-16
mm/hugetlb.c: fix reservation race when freeing surplus pages
Mike Kravetz
1
-9
/
+28
2017-02-23
vfs,mm: fix return value of read() at s_maxbytes
Linus Torvalds
1
-1
/
+1
2017-02-23
swapfile: fix memory corruption via malformed swapfile
Jann Horn
1
-0
/
+2
2017-02-23
vfs,mm: fix a dead loop in truncate_inode_pages_range()
Wei Fang
1
-0
/
+4
2017-02-23
mm/hugetlb: check for reserved hugepages during memory offline
Gerald Schaefer
2
-6
/
+24
2017-02-23
mm/hugetlb: fix memory offline with hugepage size > memory block size
Gerald Schaefer
1
-6
/
+7
2017-02-23
mm: filemap: fix mapping->nrpages double accounting in fuse
Johannes Weiner
1
-1
/
+0
2017-02-23
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
1
-1
/
+1
[next]