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.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
2016-12-13
mm: don't cap request size based on read-ahead setting
Jens Axboe
1
-11
/
+28
2016-12-13
shmem: fix compilation warnings on unused functions
Jérémy Lefaure
1
-0
/
+2
2016-12-13
mm/filemap.c: add comment for confusing logic in page_cache_tree_insert()
Kirill A. Shutemov
1
-1
/
+4
2016-12-13
mm/pkeys: generate pkey system call code only if ARCH_HAS_PKEYS is selected
Heiko Carstens
1
-0
/
+4
2016-12-13
of/fdt: mark hotpluggable memory
Reza Arbab
1
-1
/
+1
2016-12-13
mm: enable CONFIG_MOVABLE_NODE on non-x86 arches
Reza Arbab
1
-1
/
+1
2016-12-13
mm: remove x86-only restriction of movable_node
Reza Arbab
1
-20
/
+0
2016-12-13
mm/mempolicy.c: forbid static or relative flags for local NUMA mode
Piotr Kwapulinski
1
-1
/
+3
2016-12-13
mm: fix up get_user_pages* comments
Lorenzo Stoakes
1
-10
/
+6
2016-12-13
mm: remove the page size change check in tlb_remove_page
Aneesh Kumar K.V
1
-15
/
+6
2016-12-13
mm: add tlb_remove_check_page_size_change to track page size change
Aneesh Kumar K.V
4
-1
/
+16
2016-12-13
mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pages
Aneesh Kumar K.V
1
-1
/
+1
2016-12-13
mm: use the correct page size when removing the page
Aneesh Kumar K.V
1
-2
/
+2
2016-12-13
shmem: avoid maybe-uninitialized warning
Arnd Bergmann
1
-3
/
+1
2016-12-13
mm, compaction: fix NR_ISOLATED_* stats for pfn based migration
Ming Ling
2
-26
/
+14
2016-12-13
mm, mempolicy: clean up __GFP_THISNODE confusion in policy_zonelist
Michal Hocko
1
-16
/
+8
2016-12-13
mm, thp: avoid unlikely branches for split_huge_pmd
David Rientjes
3
-4
/
+4
2016-12-13
mm/vmalloc.c: simplify /proc/vmallocinfo implementation
zijun_hu
1
-22
/
+5
2016-12-13
mm: make unreserve highatomic functions reliable
Minchan Kim
1
-7
/
+17
2016-12-13
mm: try to exhaust highatomic reserve before the OOM
Minchan Kim
1
-5
/
+10
2016-12-13
mm: prevent double decrease of nr_reserved_highatomic
Minchan Kim
1
-6
/
+18
2016-12-13
mm: don't steal highatomic pageblock
Minchan Kim
1
-2
/
+4
2016-12-13
kmemleak: fix reference to Documentation
Andreas Platschek
1
-1
/
+1
2016-12-13
mm/hugetlb.c: use huge_pte_lock instead of opencoding the lock
Aneesh Kumar K.V
1
-4
/
+2
2016-12-13
mm/hugetlb.c: use the right pte val for compare in hugetlb_cow
Aneesh Kumar K.V
1
-5
/
+7
2016-12-13
mm/gup.c: make unnecessarily global vma_permits_fault() static
Tobias Klauser
1
-1
/
+2
2016-12-13
mm/vmscan.c: set correct defer count for shrinker
Shaohua Li
1
-3
/
+11
2016-12-13
mm/mprotect.c: don't touch single threaded PTEs which are on the right node
Andi Kleen
1
-0
/
+13
2016-12-13
mm, slab: maintain total slab count instead of active count
David Rientjes
2
-43
/
+31
2016-12-13
mm, slab: faster active and free stats
Greg Thelen
2
-71
/
+49
2016-12-13
mm/slab_common.c: check kmem_create_cache flags are common
Thomas Garnier
2
-0
/
+21
2016-12-13
slub: avoid false-postive warning
Arnd Bergmann
1
-1
/
+1
2016-12-13
slub: move synchronize_sched out of slab_mutex on shrink
Vladimir Davydov
5
-23
/
+31
2016-12-13
mm: memcontrol: use special workqueue for creating per-memcg caches
Vladimir Davydov
1
-1
/
+14
2016-12-12
Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-6
/
+7
2016-12-06
shmem: fix shm fallocate() list corruption
Linus Torvalds
1
-1
/
+14
2016-12-03
mm, vmscan: add cond_resched() into shrink_node_memcg()
Michal Hocko
1
-0
/
+2
2016-12-03
mm: workingset: fix NULL ptr in count_shadow_nodes
Michal Hocko
1
-1
/
+1
2016-12-01
mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlb
Kirill A. Shutemov
1
-4
/
+4
2016-12-01
kasan: support use-after-scope detection
Dmitry Vyukov
3
-0
/
+23
2016-12-01
kasan: update kasan_global for gcc 7
Dmitry Vyukov
1
-0
/
+3
2016-12-01
thp: fix corner case of munlock() of PTE-mapped THPs
Kirill A. Shutemov
1
-2
/
+5
2016-12-01
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
[next]