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
*
ftrace: Fix locking in register_ftrace_function_probe()
Steven Rostedt (Red Hat)
2013-05-09
1
-4
/
+6
*
tracing: Add helper function trace_create_new_event() to remove duplicate code
Steven Rostedt (Red Hat)
2013-05-09
1
-12
/
+20
*
tracing: Modify soft-mode only if there's no other referrer
Masami Hiramatsu
2013-05-09
2
-2
/
+11
*
tracing: Indicate enabled soft-mode in enable file
Masami Hiramatsu
2013-05-09
1
-0
/
+2
*
tracing/kprobes: Fix to increment return event probe hit-count
Masami Hiramatsu
2013-05-09
1
-0
/
+2
*
ftrace: Cleanup regex_lock and ftrace_lock around hash updating
Masami Hiramatsu
2013-05-09
1
-27
/
+32
*
ftrace, kprobes: Fix a deadlock on ftrace_regex_lock
Masami Hiramatsu
2013-05-09
2
-21
/
+56
*
ftrace: Have ftrace_regex_write() return either read or error
Steven Rostedt (Red Hat)
2013-05-09
1
-1
/
+1
*
tracing: Return error if register_ftrace_function_probe() fails for event_ena...
Steven Rostedt (Red Hat)
2013-05-09
1
-2
/
+9
*
tracing: Don't succeed if event_enable_func did not register anything
Masami Hiramatsu
2013-05-09
1
-1
/
+4
*
ring-buffer: Select IRQ_WORK
Steven Rostedt (Red Hat)
2013-05-03
1
-1
/
+1
*
tracing: Fix small merge bug
Steven Rostedt
2013-04-30
1
-1
/
+1
*
Merge tag 'localmodconfig-v3.10' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2013-04-30
1
-10
/
+16
|
\
|
*
localmodconfig: Process source kconfig files as they are found
Steven Rostedt
2013-04-29
1
-10
/
+7
|
*
localmodconfig: Add debug prints for dependencies of module configs
Steven Rostedt
2013-04-29
1
-0
/
+9
*
|
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
2013-04-29
218
-2303
/
+2859
|
\
\
|
*
|
net: rename random32 to prandom
Akinobu Mita
2013-04-29
1
-2
/
+2
|
*
|
net/core: remove duplicate statements by do-while loop
Akinobu Mita
2013-04-29
1
-9
/
+6
|
*
|
net/core: rename random32() to prandom_u32()
Akinobu Mita
2013-04-29
1
-14
/
+15
|
*
|
net/netfilter: rename random32() to prandom_u32()
Akinobu Mita
2013-04-29
1
-2
/
+2
|
*
|
net/sched: rename random32() to prandom_u32()
Akinobu Mita
2013-04-29
1
-1
/
+1
|
*
|
net/sunrpc: rename random32() to prandom_u32()
Akinobu Mita
2013-04-29
1
-2
/
+2
|
*
|
scsi: rename random32() to prandom_u32()
Akinobu Mita
2013-04-29
2
-5
/
+5
|
*
|
lguest: rename random32() to prandom_u32()
Akinobu Mita
2013-04-29
1
-1
/
+1
|
*
|
uwb: rename random32() to prandom_u32()
Akinobu Mita
2013-04-29
1
-2
/
+2
|
*
|
video/uvesafb: rename random32() to prandom_u32()
Akinobu Mita
2013-04-29
1
-1
/
+1
|
*
|
mmc: rename random32() to prandom_u32()
Akinobu Mita
2013-04-29
1
-2
/
+2
|
*
|
drbd: rename random32() to prandom_u32()
Akinobu Mita
2013-04-29
1
-2
/
+3
|
*
|
kernel/: rename random32() to prandom_u32()
Akinobu Mita
2013-04-29
2
-2
/
+2
|
*
|
mm/: rename random32() to prandom_u32()
Akinobu Mita
2013-04-29
1
-1
/
+1
|
*
|
lib/: rename random32() to prandom_u32()
Akinobu Mita
2013-04-29
2
-2
/
+2
|
*
|
x86: rename random32() to prandom_u32()
Akinobu Mita
2013-04-29
1
-2
/
+2
|
*
|
x86: pageattr-test: remove srandom32 call
Akinobu Mita
2013-04-29
1
-1
/
+0
|
*
|
uuid: use prandom_bytes()
Akinobu Mita
2013-04-29
1
-7
/
+1
|
*
|
raid6test: use prandom_bytes()
Akinobu Mita
2013-04-29
1
-7
/
+2
|
*
|
sctp: convert sctp_assoc_set_id() to use idr_alloc_cyclic()
Jeff Layton
2013-04-29
1
-14
/
+2
|
*
|
inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic()
Jeff Layton
2013-04-29
2
-7
/
+2
|
*
|
nfsd: convert nfs4_alloc_stid() to use idr_alloc_cyclic()
Jeff Layton
2013-04-29
1
-6
/
+1
|
*
|
drivers/infiniband/hw/mlx4: convert to using idr_alloc_cyclic()
Jeff Layton
2013-04-29
1
-3
/
+1
|
*
|
drivers/infiniband/hw/amso1100: convert to using idr_alloc_cyclic
Jeff Layton
2013-04-29
2
-3
/
+1
|
*
|
idr: introduce idr_alloc_cyclic()
Jeff Layton
2013-04-29
2
-0
/
+29
|
*
|
Documentation: update nfs option in filesystem/vfat.txt
Namjae Jeon
2013-04-29
1
-5
/
+21
|
*
|
fat (exportfs): rebuild directory-inode if fat_dget()
Namjae Jeon
2013-04-29
4
-2
/
+78
|
*
|
fat (exportfs): rebuild inode if ilookup() fails
Namjae Jeon
2013-04-29
3
-5
/
+52
|
*
|
fat: restructure export_operations
Namjae Jeon
2013-04-29
5
-20
/
+147
|
*
|
fat: introduce a helper fat_get_blknr_offset()
Namjae Jeon
2013-04-29
2
-4
/
+12
|
*
|
fat: move fat_i_pos_read to fat.h
Namjae Jeon
2013-04-29
2
-14
/
+14
|
*
|
fat: introduce 2 new values for the -o nfs mount option
Namjae Jeon
2013-04-29
2
-9
/
+21
|
*
|
drivers/rtc/rtc-pcf2123.c: fix error return code in pcf2123_probe()
Wei Yongjun
2013-04-29
1
-0
/
+1
|
*
|
drivers/rtc/rtc-isl12022.c: Remove rtc8564 from isl12022_id
Axel Lin
2013-04-29
1
-1
/
+0
[next]