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
*
mm: hide per-cpu lists in output of show_mem()
Konstantin Khlebnikov
2015-04-14
2
-9
/
+31
*
page_writeback: clean up mess around cancel_dirty_page()
Konstantin Khlebnikov
2015-04-14
9
-49
/
+41
*
mm: incorporate zero pages into transparent huge pages
Ebru Akagunduz
2015-04-14
1
-8
/
+20
*
mm/compaction: enhance compaction finish condition
Joonsoo Kim
2015-04-14
3
-7
/
+29
*
mm/page_alloc: factor out fallback freepage checking
Joonsoo Kim
2015-04-14
1
-52
/
+91
*
mm/cma: change fallback behaviour for CMA freepage
Joonsoo Kim
2015-04-14
1
-17
/
+19
*
mm, hotplug: fix concurrent memory hot-add deadlock
David Rientjes
2015-04-14
3
-28
/
+30
*
cma: debug: document new debugfs interface
Sasha Levin
2015-04-14
1
-0
/
+21
*
mm-cma-allocation-trigger-fix
Andrew Morton
2015-04-14
1
-1
/
+1
*
mm: cma: release trigger
Sasha Levin
2015-04-14
1
-0
/
+58
*
mm: cma: allocation trigger
Sasha Levin
2015-04-14
3
-1
/
+63
*
mm: cma: debugfs interface
Sasha Levin
2015-04-14
5
-15
/
+91
*
memory hotplug: use macro to switch between section and pfn
Sheng Yong
2015-04-14
2
-2
/
+2
*
mm: memcontrol: update copyright notice
Johannes Weiner
2015-04-14
1
-0
/
+6
*
mm/memblock.c: rename local variable of memblock_type to `type'
Baoquan He
2015-04-14
1
-2
/
+2
*
mm: move mm_populate()-related code to mm/gup.c
Kirill A. Shutemov
2015-04-14
2
-118
/
+118
*
mm: move gup() -> posix mlock() error conversion out of __mm_populate
Kirill A. Shutemov
2015-04-14
1
-4
/
+7
*
mm: rename __mlock_vma_pages_range() to populate_vma_page_range()
Kirill A. Shutemov
2015-04-14
4
-27
/
+17
*
mm: rename FOLL_MLOCK to FOLL_POPULATE
Kirill A. Shutemov
2015-04-14
4
-6
/
+6
*
slob: make slob_alloc_node() static and remove EXPORT_SYMBOL()
Fabian Frederick
2015-04-14
1
-2
/
+1
*
slub: use bool function return values of true/false not 1/0
Joe Perches
2015-04-14
1
-6
/
+6
*
mm, slab: correct config option in comment
David Rientjes
2015-04-14
1
-1
/
+1
*
mm/slub.c: parse slub_debug O option in switch statement
Chris J Arges
2015-04-14
1
-9
/
+7
*
mm/migrate: mark unmap_and_move() "noinline" to avoid ICE in gcc 4.7.3
Geert Uytterhoeven
2015-04-14
1
-3
/
+14
*
watchdog: introduce the hardlockup_detector_disable() function
Ulrich Obergfell
2015-04-14
3
-27
/
+5
*
watchdog: clean up some function names and arguments
Ulrich Obergfell
2015-04-14
1
-8
/
+12
*
watchdog: enable the new user interface of the watchdog mechanism
Ulrich Obergfell
2015-04-14
5
-89
/
+97
*
watchdog: implement error handling for failure to set up hardware perf events
Ulrich Obergfell
2015-04-14
1
-0
/
+30
*
watchdog: introduce separate handlers for parameters in /proc/sys/kernel
Ulrich Obergfell
2015-04-14
2
-0
/
+67
*
watchdog: introduce proc_watchdog_common()
Ulrich Obergfell
2015-04-14
1
-0
/
+65
*
watchdog: move definition of 'watchdog_proc_mutex' outside of proc_dowatchdog()
Ulrich Obergfell
2015-04-14
1
-1
/
+2
*
watchdog: introduce the proc_watchdog_update() function
Ulrich Obergfell
2015-04-14
1
-0
/
+23
*
watchdog: new definitions and variables, initialization
Ulrich Obergfell
2015-04-14
2
-1
/
+28
*
ocfs2: make mlog_errno return the errno
Andrew Morton
2015-04-14
1
-2
/
+3
*
ocfs2: check if the ocfs2 lock resource has been initialized before calling o...
alex chen
2015-04-14
1
-0
/
+5
*
ocfs2: logging: remove static buffer, use vsprintf extension %pV
Joe Perches
2015-04-14
1
-15
/
+18
*
ocfs2: incorrect check for debugfs returns
Chengyu Song
2015-04-14
3
-16
/
+37
*
ocfs2: fix a typo in the copyright statement
Jakub Wilk
2015-04-14
1
-1
/
+1
*
ocfs2: fix possible uninitialized variable access
Joseph Qi
2015-04-14
3
-2
/
+10
*
ocfs2: remove goto statement in ocfs2_check_dir_for_entry()
Daeseok Youn
2015-04-14
1
-8
/
+5
*
ocfs2: rollback the cleared bits if error occurs after ocfs2_block_group_clea...
Joseph Qi
2015-04-14
1
-0
/
+2
*
ocfs2: use ENOENT instead of EEXIST when get system file fails
Joseph Qi
2015-04-14
2
-3
/
+3
*
ocfs2: use actual name length when find entry in ocfs2_orphan_del()
Joseph Qi
2015-04-14
1
-2
/
+2
*
ocfs2: dereferencing freed pointers in ocfs2_reflink()
Dan Carpenter
2015-04-14
1
-1
/
+1
*
ocfs2: fix typo in ocfs2_reserve_local_alloc_bits
Joseph Qi
2015-04-14
1
-1
/
+1
*
ocfs2: do not use ocfs2_zero_extend during direct IO
Joseph Qi
2015-04-14
1
-8
/
+130
*
ocfs2: take inode lock when get clusters
Joseph Qi
2015-04-14
1
-1
/
+10
*
ocfs2: no need get dinode bh when zeroing extend
Joseph Qi
2015-04-14
1
-5
/
+1
*
ocfs2: fix a typing error in ocfs2_direct_IO_write
Joseph Qi
2015-04-14
1
-1
/
+1
*
ocfs2: avoid a pointless delay in o2cb_cluster_check()
Daeseok Youn
2015-04-14
1
-1
/
+1
[next]