index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-09-08
99
-1569
/
+2784
|
\
|
*
zpool: remove no-op module init/exit
Dan Streetman
2015-09-08
1
-14
/
+0
|
*
mm: zbud: constify the zbud_ops
Krzysztof Kozlowski
2015-09-08
2
-4
/
+4
|
*
mm: zpool: constify the zpool_ops
Krzysztof Kozlowski
2015-09-08
5
-8
/
+9
|
*
mm: swap: zswap: maybe_preload & refactoring
Dmitry Safonov
2015-09-08
3
-78
/
+35
|
*
zram: unify error reporting
Sergey Senozhatsky
2015-09-08
1
-7
/
+8
|
*
zsmalloc: remove null check from destroy_handle_cache()
Sergey Senozhatsky
2015-09-08
1
-2
/
+1
|
*
zsmalloc: do not take class lock in zs_shrinker_count()
Sergey Senozhatsky
2015-09-08
1
-4
/
+0
|
*
zsmalloc: use class->pages_per_zspage
Minchan Kim
2015-09-08
1
-3
/
+2
|
*
zsmalloc: consider ZS_ALMOST_FULL as migrate source
Minchan Kim
2015-09-08
1
-7
/
+10
|
*
zsmalloc: partial page ordering within a fullness_list
Sergey Senozhatsky
2015-09-08
1
-5
/
+14
|
*
zsmalloc: use shrinker to trigger auto-compaction
Sergey Senozhatsky
2015-09-08
1
-0
/
+78
|
*
zsmalloc: account the number of compacted pages
Sergey Senozhatsky
2015-09-08
4
-14
/
+22
|
*
zsmalloc/zram: introduce zs_pool_stats api
Sergey Senozhatsky
2015-09-08
4
-21
/
+30
|
*
zsmalloc: cosmetic compaction code adjustments
Sergey Senozhatsky
2015-09-08
1
-6
/
+6
|
*
zsmalloc: introduce zs_can_compact() function
Sergey Senozhatsky
2015-09-08
1
-0
/
+26
|
*
zsmalloc: always keep per-class stats
Sergey Senozhatsky
2015-09-08
1
-32
/
+8
|
*
zsmalloc: drop unused variable `nr_to_migrate'
Sergey Senozhatsky
2015-09-08
1
-4
/
+0
|
*
mm/memblock.c: fix comment in __next_mem_range()
Alexander Kuleshov
2015-09-08
1
-1
/
+1
|
*
mm/page_alloc.c: fix type information of memoryless node
Zhen Lei
2015-09-08
1
-1
/
+2
|
*
memory-hotplug: fix comments in zone_spanned_pages_in_node() and zone_spanned...
Xishi Qiu
2015-09-08
1
-2
/
+2
|
*
mm/page_alloc.c: change sysctl_lower_zone_reserve_ratio to sysctl_lowmem_rese...
Yaowei Bai
2015-09-08
1
-2
/
+2
|
*
mm/page_alloc.c: fix a misleading comment
Yaowei Bai
2015-09-08
2
-3
/
+3
|
*
mm/mmap.c:insert_vm_struct(): check for failure before setting values
Chen Gang
2015-09-08
1
-6
/
+7
|
*
mm/khugepaged: allow interruption of allocation sleep again
Petr Mladek
2015-09-08
1
-2
/
+6
|
*
mm/memblock.c: fiy typos in comments
Alexander Kuleshov
2015-09-08
1
-4
/
+4
|
*
mm/compaction: correct to flush migrated pages if pageblock skip happens
Joonsoo Kim
2015-09-08
2
-15
/
+16
|
*
mm: use numa_mem_id() in alloc_pages_node()
Vlastimil Babka
2015-09-08
1
-2
/
+3
|
*
mm: unify checks in alloc_pages_node() and __alloc_pages_node()
Vlastimil Babka
2015-09-08
1
-5
/
+5
|
*
mm: rename alloc_pages_exact_node() to __alloc_pages_node()
Vlastimil Babka
2015-09-08
18
-37
/
+38
|
*
mm, vmscan: unlock page while waiting on writeback
Hugh Dickins
2015-09-08
1
-2
/
+5
|
*
list_lru: don't call list_lru_from_kmem if the list_head is empty
Jeff Layton
2015-09-08
1
-2
/
+2
|
*
kmemleak: record accurate early log buffer count and report when exceeded
Wang Kai
2015-09-08
1
-1
/
+2
|
*
mm/mmap.c: simplify the failure return working flow
Chen Gang
2015-09-08
1
-22
/
+22
|
*
shmem: recalculate file inode when fstat
Yu Zhao
2015-09-08
1
-0
/
+16
|
*
mm/memblock.c: rename local variable of memblock_type to 'type'
Alexander Kuleshov
2015-09-08
1
-5
/
+5
|
*
mm/hwpoison: don't try to unpoison containment-failed pages
Naoya Horiguchi
2015-09-08
1
-0
/
+16
|
*
mm/hwpoison: fix race between soft_offline_page and unpoison_memory
Wanpeng Li
2015-09-08
3
-8
/
+19
|
*
mm/hwpoison: introduce num_poisoned_pages wrappers
Naoya Horiguchi
2015-09-08
2
-16
/
+37
|
*
mm/hwpoison: replace most of put_page in memory error handling by put_hwpoiso...
Wanpeng Li
2015-09-08
1
-17
/
+15
|
*
mm/hwpoison: fix refcount of THP head page in no-injection case
Wanpeng Li
2015-09-08
1
-1
/
+1
|
*
mm/hwpoison: introduce put_hwpoison_page to put refcount for memory error han...
Wanpeng Li
2015-09-08
2
-0
/
+22
|
*
mm/hwpoison: fix PageHWPoison test/set race
Wanpeng Li
2015-09-08
1
-0
/
+2
|
*
mm/hwpoison: fix failure to split thp w/ refcount held
Wanpeng Li
2015-09-08
1
-0
/
+2
|
*
x86: use generic early mem copy
Mark Salter
2015-09-08
1
-21
/
+1
|
*
arm64: support initrd outside kernel linear map
Mark Salter
2015-09-08
1
-0
/
+62
|
*
mm: add utility for early copy from unmapped ram
Mark Salter
2015-09-08
2
-0
/
+28
|
*
Documentation: update libhugetlbfs location and use for testing
Mike Kravetz
2015-09-08
1
-4
/
+11
|
*
selftests:vm: point to libhugetlbfs for regression testing
Mike Kravetz
2015-09-08
1
-0
/
+4
|
*
Revert "selftests: add hugetlbfstest"
Mike Kravetz
2015-09-08
3
-98
/
+0
[next]