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
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: oom_kill: clean up victim marking and exiting interfaces
Johannes Weiner
2015-06-24
2
-10
/
+8
*
mm: oom_kill: remove unnecessary locking in oom_enable()
Johannes Weiner
2015-06-24
1
-2
/
+0
*
mm/memory hotplug: init the zone's size when calculating node totalpages
Gu Zheng
2015-06-24
1
-24
/
+22
*
mm/hugetlb: introduce minimum hugepage order
Naoya Horiguchi
2015-06-24
1
-8
/
+11
*
rmap: fix theoretical race between do_wp_page and shrink_active_list
Vladimir Davydov
2015-06-24
1
-1
/
+6
*
mm/memory-failure: me_huge_page() does nothing for thp
Naoya Horiguchi
2015-06-24
1
-0
/
+4
*
mm: soft-offline: don't free target page in successful page migration
Naoya Horiguchi
2015-06-24
2
-25
/
+6
*
mm/memory-failure: introduce get_hwpoison_page() for consistent refcount hand...
Naoya Horiguchi
2015-06-24
2
-7
/
+47
*
mm/memory-failure: split thp earlier in memory error handling
Naoya Horiguchi
2015-06-24
1
-63
/
+25
*
mm: rename RECLAIM_SWAP to RECLAIM_UNMAP
Zhihui Zhang
2015-06-24
1
-6
/
+6
*
mm: vmscan: do not throttle based on pfmemalloc reserves if node has no recla...
Nishanth Aravamudan
2015-06-24
1
-1
/
+2
*
mm/page_alloc.c: cleanup obsolete KM_USER*
Anisse Astier
2015-06-24
1
-15
/
+2
*
mm: drop bogus VM_BUG_ON_PAGE assert in put_page() codepath
Kirill A. Shutemov
2015-06-24
1
-1
/
+0
*
mm: only define hashdist variable when needed
Rasmus Villemoes
2015-06-24
1
-1
/
+1
*
mm: new arch_remap() hook
Laurent Dufour
2015-06-24
1
-6
/
+11
*
mm/hugetlb: reduce arch dependent code about huge_pmd_unshare
Zhang Zhen
2015-06-24
1
-0
/
+5
*
mm: fix mprotect() behaviour on VM_LOCKED VMAs
Kirill A. Shutemov
2015-06-24
1
-0
/
+11
*
thp: cleanup how khugepaged enters freezer
Jiri Kosina
2015-06-24
1
-3
/
+1
*
mm, hwpoison: remove obsolete "Notebook" todo list
Andi Kleen
2015-06-24
1
-7
/
+0
*
mm, hwpoison: add comment describing when to add new cases
Andi Kleen
2015-06-24
1
-0
/
+8
*
slab: correct size_index table before replacing the bootstrap kmem_cache_node
Daniel Sanders
2015-06-24
4
-15
/
+24
*
mm/slab_common: support the slub_debug boot option on specific object size
Gavin Guo
2015-06-24
1
-23
/
+39
*
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-06-22
1
-12
/
+6
|
\
|
*
sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled...
David Hildenbrand
2015-05-19
1
-12
/
+6
*
|
Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2015-06-22
1
-19
/
+13
|
\
\
|
*
|
switch ->put_link() from dentry to inode
Al Viro
2015-05-11
1
-1
/
+1
|
*
|
don't pass nameidata to ->follow_link()
Al Viro
2015-05-10
1
-1
/
+1
|
*
|
new ->follow_link() and ->put_link() calling conventions
Al Viro
2015-05-10
1
-12
/
+11
|
*
|
shmem: switch to simple_follow_link()
Al Viro
2015-05-10
1
-7
/
+2
*
|
|
mm: shmem_zero_setup skip security check and lockdep conflict with XFS
Hugh Dickins
2015-06-17
1
-1
/
+7
*
|
|
zsmalloc: fix a null pointer dereference in destroy_handle_cache()
Sergey Senozhatsky
2015-06-10
1
-1
/
+2
*
|
|
mm: memcontrol: fix false-positive VM_BUG_ON() on -rt
Johannes Weiner
2015-06-10
1
-3
/
+1
*
|
|
memcg: do not call reclaim if !__GFP_WAIT
Vladimir Davydov
2015-06-10
1
-0
/
+2
*
|
|
mm/memory_hotplug.c: set zone->wait_table to null after freeing it
Gu Zheng
2015-06-10
1
-1
/
+3
*
|
|
block: discard bdi_unregister() in favour of bdi_destroy()
NeilBrown
2015-05-28
1
-17
/
+1
|
|
/
|
/
|
*
|
mm, numa: really disable NUMA balancing by default on single node machines
Mel Gorman
2015-05-14
1
-1
/
+1
*
|
CMA: page_isolation: check buddy before accessing it
Hui Zhu
2015-05-14
1
-1
/
+2
*
|
gfp: add __GFP_NOACCOUNT
Vladimir Davydov
2015-05-14
1
-1
/
+2
|
/
*
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-05-08
1
-3
/
+3
|
\
|
*
writeback: use |1 instead of +1 to protect against div by zero
Tejun Heo
2015-04-23
1
-3
/
+3
*
|
mm/hwpoison-inject: check PageLRU of hpage
Naoya Horiguchi
2015-05-05
1
-3
/
+3
*
|
mm/hwpoison-inject: fix refcounting in no-injection case
Naoya Horiguchi
2015-05-05
1
-2
/
+5
*
|
mm: soft-offline: fix num_poisoned_pages counting on concurrent events
Naoya Horiguchi
2015-05-05
1
-4
/
+4
*
|
mm/memory-failure: call shake_page() when error hits thp tail page
Naoya Horiguchi
2015-05-05
1
-4
/
+4
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-04-26
1
-15
/
+15
|
\
\
|
|
/
|
/
|
|
*
VFS: assorted weird filesystems: d_inode() annotations
David Howells
2015-04-15
1
-15
/
+15
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-04-16
2
-79
/
+39
|
\
\
|
|
/
|
*
mirror O_APPEND and O_DIRECT into iocb->ki_flags
Al Viro
2015-04-11
1
-3
/
+3
|
*
switch generic_write_checks() to iocb and iter
Al Viro
2015-04-11
1
-25
/
+19
|
*
Merge branch 'for-linus' into for-next
Al Viro
2015-04-11
1
-2
/
+8
|
|
\
[next]