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
*
drivers/leds/leds-lp5521.c: world-writable sysfs engine* files
Vasiliy Kulikov
2011-03-22
1
-7
/
+7
*
drivers/vidfeo/backlight: ld9040 amoled driver support
Donghwa Lee
2011-03-22
4
-0
/
+1028
*
leds: make *struct gpio_led_platform_data.leds const
Uwe Kleine-König
2011-03-22
2
-3
/
+3
*
leds: add driver for LM3530 ALS
Shreshtha Kumar Sahu
2011-03-22
4
-0
/
+496
*
leds: convert bd2802 driver to dev_pm_ops
Mark Brown
2011-03-22
1
-19
/
+28
*
cgroups: if you list_empty() a head then don't list_del() it
Phil Carmody
2011-03-22
1
-8
/
+6
*
oom: avoid deferring oom killer if exiting task is being traced
David Rientjes
2011-03-22
1
-15
/
+25
*
oom: skip zombies when iterating tasklist
Andrey Vagin
2011-03-22
1
-1
/
+3
*
oom: prevent unnecessary oom kills or kernel panics
David Rientjes
2011-03-22
1
-4
/
+4
*
mm: swap: unlock swapfile inode mutex before closing file on bad swapfiles
Mel Gorman
2011-03-22
1
-1
/
+6
*
include/asm-generic/unistd.h: fix syncfs syscall number
Andrew Morton
2011-03-22
1
-1
/
+1
*
Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2011-03-22
2
-1
/
+6
|
\
|
*
slub: Add statistics for this_cmpxchg_double failures
Christoph Lameter
2011-03-22
2
-1
/
+3
|
*
slub: Add missing irq restore for the OOM path
Christoph Lameter
2011-03-22
1
-0
/
+3
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...
Linus Torvalds
2011-03-22
14
-74
/
+129
|
\
\
|
*
|
[net/9p]: Introduce basic flow-control for VirtIO transport.
Venkateswararao Jujjuri (JV)
2011-03-22
1
-1
/
+22
|
*
|
9p: use the updated offset given by generic_write_checks
M. Mohan Kumar
2011-03-22
1
-2
/
+5
|
*
|
[net/9p] Don't re-pin pages on retrying virtqueue_add_buf().
Venkateswararao Jujjuri (JV)
2011-03-22
1
-2
/
+2
|
*
|
[net/9p] Set the condition just before waking up.
Venkateswararao Jujjuri (JV)
2011-03-22
1
-22
/
+22
|
*
|
[net/9p] unconditional wake_up to proc waiting for space on VirtIO ring
Venkateswararao Jujjuri (JV)
2011-03-22
1
-4
/
+3
|
*
|
fs/9p: Add v9fs_dentry2v9ses
Aneesh Kumar K.V
2011-03-22
6
-11
/
+16
|
*
|
fs/9p: Attach writeback_fid on first open with WR flag
Aneesh Kumar K.V
2011-03-22
3
-3
/
+6
|
*
|
fs/9p: Open writeback fid in O_SYNC mode
Aneesh Kumar K.V
2011-03-22
1
-2
/
+13
|
*
|
fs/9p: Use truncate_setsize instead of vmtruncate
Aneesh Kumar K.V
2011-03-22
2
-13
/
+15
|
*
|
net/9p: Fix compile warning
Aneesh Kumar K.V
2011-03-22
1
-5
/
+5
|
*
|
net/9p: Convert the in the 9p rpc call path to GFP_NOFS
Aneesh Kumar K.V
2011-03-22
5
-13
/
+13
|
*
|
fs/9p: Fix race in initializing writeback fid
Aneesh Kumar K.V
2011-03-22
4
-0
/
+11
|
|
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
Linus Torvalds
2011-03-22
15
-230
/
+1018
|
\
\
|
*
|
rbd: use watch/notify for changes in rbd header
Yehuda Sadeh
2011-03-22
1
-26
/
+335
|
*
|
libceph: add lingering request and watch/notify event framework
Yehuda Sadeh
2011-03-22
3
-12
/
+426
|
*
|
rbd: update email address in Documentation
Sage Weil
2011-03-21
1
-1
/
+1
|
*
|
ceph: rename dentry_release -> d_release, fix comment
Sage Weil
2011-03-21
1
-7
/
+6
|
*
|
ceph: add request to the tail of unsafe write list
Henry C Chang
2011-03-21
1
-1
/
+2
|
*
|
ceph: remove request from unsafe list if it is canceled/timed out
Henry C Chang
2011-03-21
1
-0
/
+7
|
*
|
ceph: move readahead default to fs/ceph from libceph
Sage Weil
2011-03-21
3
-3
/
+3
|
*
|
ceph: add ino32 mount option
Yehuda Sadeh
2011-03-21
4
-25
/
+65
|
*
|
ceph: update common header files
Yehuda Sadeh
2011-03-21
2
-13
/
+45
|
*
|
ceph: remove debugfs debug cruft
Sage Weil
2011-03-21
1
-6
/
+0
|
*
|
libceph: fix osd request queuing on osdmap updates
Sage Weil
2011-03-21
2
-135
/
+125
|
*
|
ceph: preserve I_COMPLETE across rename
Sage Weil
2011-03-15
1
-8
/
+8
|
*
|
libceph: Fix base64-decoding when input ends in newline.
Tommi Virtanen
2011-03-15
1
-1
/
+3
*
|
|
tty: stop using "delayed_work" in the tty layer
Linus Torvalds
2011-03-22
4
-16
/
+16
|
|
/
|
/
|
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
2011-03-22
5
-16
/
+54
|
\
\
|
*
|
fuse: make fuse_dentry_revalidate() RCU aware
Miklos Szeredi
2011-03-21
1
-4
/
+4
|
*
|
fuse: make fuse_permission() RCU aware
Miklos Szeredi
2011-03-21
1
-8
/
+22
|
*
|
fuse: wakeup pollers on connection release/abort
Bryan Green
2011-03-21
2
-1
/
+18
|
*
|
fuse: reduce size of struct fuse_request
Miklos Szeredi
2011-03-21
2
-3
/
+10
|
|
/
*
|
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-03-22
4
-39
/
+21
|
\
\
|
*
|
xen: update mask_rw_pte after kernel page tables init changes
Stefano Stabellini
2011-03-19
1
-3
/
+5
|
*
|
xen: set max_pfn_mapped to the last pfn mapped
Stefano Stabellini
2011-03-19
1
-6
/
+7
[next]