index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'akpm-current/current'
Stephen Rothwell
2017-06-15
49
-1521
/
+2623
|
\
|
*
mm/kasan/kasan.c: rename XXX_is_zero to XXX_is_nonzero
Joonsoo Kim
2017-06-06
1
-7
/
+7
|
*
mm/kasan: add support for memory hotplug
Andrey Ryabinin
2017-06-06
2
-6
/
+35
|
*
mm/kasan: get rid of speculative shadow checks
Andrey Ryabinin
2017-06-06
1
-82
/
+16
|
*
mm/kasan/kasan_init.c: use kasan_zero_pud for p4d table
Joonsoo Kim
2017-06-06
1
-0
/
+12
|
*
mm/vmstat.c: walk the zone in pageblock_nr_pages steps
zhong jiang
2017-06-06
1
-1
/
+1
|
*
mm/page_owner: align with pageblock_nr pages
zhong jiang
2017-06-06
1
-1
/
+1
|
*
mm: vmscan: do not pass reclaimed slab to vmpressure
Vinayak Menon
2017-06-06
1
-5
/
+12
|
*
mm/page_alloc: return 0 in case this node has no page within the zone
Wei Yang
2017-06-06
1
-0
/
+5
|
*
mm-hugetlb-warn-the-user-when-issues-arise-on-boot-due-to-hugepages-fix
Andrew Morton
2017-06-06
1
-12
/
+11
|
*
mm/hugetlb.c: warn the user when issues arise on boot due to hugepages
Liam R. Howlett
2017-06-06
1
-1
/
+14
|
*
mm/cma.c: warn if the CMA area could not be activated
Anshuman Khandual
2017-06-06
1
-2
/
+3
|
*
vmalloc: show lazy-purged vma info in vmallocinfo
Yisheng Xie
2017-06-06
1
-1
/
+9
|
*
mm/memcontrol: exclude @root from checks in mem_cgroup_low
Sean Christopherson
2017-06-06
1
-18
/
+32
|
*
mm: make PR_SET_THP_DISABLE immediately active
Michal Hocko
2017-06-06
2
-4
/
+7
|
*
mm, vmpressure: pass-through notification support
David Rientjes
2017-06-06
1
-29
/
+93
|
*
mm: hwpoison: introduce idenfity_page_state
Naoya Horiguchi
2017-06-06
1
-32
/
+25
|
*
mm: hugetlb: delete dequeue_hwpoisoned_huge_page()
Naoya Horiguchi
2017-06-06
2
-45
/
+0
|
*
mm-hwpoison-dissolve-in-use-hugepage-in-unrecoverable-memory-error-fix
Andrew Morton
2017-06-06
1
-3
/
+0
|
*
mm: hwpoison: dissolve in-use hugepage in unrecoverable memory error
Naoya Horiguchi
2017-06-06
1
-39
/
+55
|
*
mm: hwpoison: introduce memory_failure_hugetlb()
Naoya Horiguchi
2017-06-06
1
-52
/
+82
|
*
mm: soft-offline: dissolve free hugepage if soft-offlined
Naoya Horiguchi
2017-06-06
1
-1
/
+1
|
*
mm: hugetlb: soft-offline: dissolve source hugepage after successful migration
Anshuman Khandual
2017-06-06
3
-5
/
+12
|
*
mm: hwpoison: change PageHWPoison behavior on hugetlb pages
Naoya Horiguchi
2017-06-06
1
-63
/
+24
|
*
mm: hugetlb: return immediately for hugetlb page in __delete_from_page_cache()
Naoya Horiguchi
2017-06-06
1
-3
/
+5
|
*
mm: hugetlb: prevent reuse of hwpoisoned free hugepages
Naoya Horiguchi
2017-06-06
2
-3
/
+1
|
*
mm/zsmalloc.c: fix -Wunneeded-internal-declaration warning
Nick Desaulniers
2017-06-06
1
-1
/
+1
|
*
mm/memory_hotplug.c: add NULL check to avoid potential NULL pointer dereference
Gustavo A. R. Silva
2017-06-06
1
-1
/
+1
|
*
mm-vmscan-avoid-thrashing-anon-lru-when-free-file-is-low-fix
Andrew Morton
2017-06-06
1
-1
/
+1
|
*
mm, vmscan: avoid thrashing anon lru when free + file is low
David Rientjes
2017-06-06
1
-2
/
+11
|
*
mm/memory.c: convert to DEFINE_DEBUGFS_ATTRIBUTE
Yevgen Pronenko
2017-06-06
1
-2
/
+2
|
*
mm, page_alloc: fallback to smallest page when not stealing whole pageblock
Vlastimil Babka
2017-06-06
1
-9
/
+44
|
*
mm, memory_hotplug: move movable_node to the hotplug proper
Michal Hocko
2017-06-06
2
-1
/
+6
|
*
mm, memory_hotplug: drop CONFIG_MOVABLE_NODE
Michal Hocko
2017-06-06
4
-34
/
+0
|
*
mm, memory_hotplug: drop artificial restriction on online/offline
Michal Hocko
2017-06-06
1
-58
/
+0
|
*
mm: memcontrol: account slab stats per lruvec
Johannes Weiner
2017-06-06
3
-27
/
+7
|
*
mm: memcontrol: per-lruvec stats infrastructure fix 3
Johannes Weiner
2017-06-06
1
-1
/
+4
|
*
mm: memcontrol: per-lruvec stats infrastructure
Johannes Weiner
2017-06-06
4
-21
/
+17
|
*
mm: memcontrol: use generic mod_memcg_page_state for kmem pages
Johannes Weiner
2017-06-06
1
-8
/
+8
|
*
mm: memcontrol: use the node-native slab memory counters
Johannes Weiner
2017-06-06
2
-6
/
+6
|
*
mm: vmstat: move slab statistics from zone to node counters fix
Johannes Weiner
2017-06-06
1
-0
/
+3
|
*
mm: vmstat: move slab statistics from zone to node counters
Johannes Weiner
2017-06-06
5
-13
/
+9
|
*
mm/zswap.c: delete an error message for a failed memory allocation in zswap_d...
Markus Elfring
2017-06-06
1
-3
/
+2
|
*
mm/zswap.c: improve a size determination in zswap_frontswap_init()
Markus Elfring
2017-06-06
1
-1
/
+1
|
*
mm/zswap.c: delete an error message for a failed memory allocation in zswap_p...
Markus Elfring
2017-06-06
1
-3
/
+1
|
*
mm-swap-sort-swap-entries-before-free-fix
Andrew Morton
2017-06-06
1
-4
/
+3
|
*
mm/swapfile.c: sort swap entries before free
Huang Ying
2017-06-06
1
-0
/
+17
|
*
mm-oom_kill-count-global-and-memory-cgroup-oom-kills-fix-fix
Andrew Morton
2017-06-06
1
-1
/
+1
|
*
mm-oom_kill-count-global-and-memory-cgroup-oom-kills-fix
Andrew Morton
2017-06-06
1
-1
/
+1
|
*
mm/oom_kill: count global and memory cgroup oom kills
Konstantin Khlebnikov
2017-06-06
3
-0
/
+8
[next]