index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rpc_pipe: convert back to simple_dir_inode_operations
Jeff Layton
2013-07-23
1
-18
/
+1
*
nfs: fix open(O_RDONLY|O_TRUNC) in NFS4.0
Nadav Shemer
2013-07-23
1
-2
/
+2
*
NFSv4: encode_attrs should not backfill the bitmap and attribute length
Trond Myklebust
2013-07-23
1
-72
/
+53
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...
Linus Torvalds
2013-07-23
16
-180
/
+381
|
\
|
*
alpha: Use handle_percpu_irq for the timer interrupt
Richard Henderson
2013-07-19
1
-1
/
+1
|
*
alpha: Force the user-visible HZ to a constant 1024.
Richard Henderson
2013-07-19
2
-10
/
+5
|
*
alpha: Don't if-out dp264_device_interrupt.
Richard Henderson
2013-07-19
1
-8
/
+0
|
*
alpha: Use __builtin_alpha_rpcc
Richard Henderson
2013-07-19
1
-3
/
+1
|
*
alpha: Fix type compatibility warning for marvel_map_irq
Richard Henderson
2013-07-19
1
-1
/
+2
|
*
alpha: Generate dwarf2 unwind info for various kernel entry points.
Richard Henderson
2013-07-19
1
-111
/
+288
|
*
alpha: Implement atomic64_dec_if_positive
Richard Henderson
2013-07-19
2
-0
/
+29
|
*
alpha: Improve atomic_add_unless
Richard Henderson
2013-07-19
1
-23
/
+37
|
*
alpha: Modernize lib/mpi/longlong.h
Richard Henderson
2013-07-19
1
-10
/
+7
|
*
alpha: Add kcmp and finit_module syscalls
Richard Henderson
2013-07-19
3
-2
/
+5
|
*
alpha: locks: remove unused arch_*_relax operations
Will Deacon
2013-07-19
1
-4
/
+0
|
*
alpha: kernel: typo issue, using '1' instead of '11'
Chen Gang
2013-07-19
1
-1
/
+1
|
*
alpha: kernel: using memcpy() instead of strcpy()
Chen Gang
2013-07-19
1
-1
/
+2
|
*
alpha: Convert print_symbol to %pSR
Joe Perches
2013-07-19
1
-5
/
+3
*
|
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2013-07-23
4
-44
/
+26
|
\
\
|
*
|
vhost: Remove custom vhost rcu usage
Asias He
2013-07-11
4
-26
/
+12
|
*
|
vhost-scsi: Always access vq->private_data under vq mutex
Asias He
2013-07-11
1
-7
/
+4
|
*
|
vhost-net: Always access vq->private_data under vq mutex
Asias He
2013-07-11
1
-11
/
+10
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
2013-07-23
1
-15
/
+36
|
\
\
\
|
*
|
|
fuse: readdirplus: cleanup
Miklos Szeredi
2013-07-17
1
-3
/
+1
|
*
|
|
fuse: readdirplus: change attributes once
Miklos Szeredi
2013-07-17
1
-3
/
+4
|
*
|
|
fuse: readdirplus: fix instantiate
Miklos Szeredi
2013-07-17
1
-4
/
+13
|
*
|
|
fuse: readdirplus: sanity checks
Miklos Szeredi
2013-07-17
1
-1
/
+11
|
*
|
|
fuse: readdirplus: fix dentry leak
Niels de Vos
2013-07-17
1
-5
/
+8
*
|
|
|
NFSv4: Fix brainfart in attribute length calculation
Trond Myklebust
2013-07-23
1
-1
/
+1
*
|
|
|
Merge tag 'trace-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2013-07-22
14
-155
/
+166
|
\
\
\
\
|
*
|
|
|
tracing: Kill the unbalanced tr->ref++ in tracing_buffers_open()
Oleg Nesterov
2013-07-19
1
-2
/
+0
|
*
|
|
|
tracing: Kill trace_array->waiter
Oleg Nesterov
2013-07-19
1
-1
/
+0
|
*
|
|
|
tracing: Do not (ab)use trace_seq in event_id_read()
Oleg Nesterov
2013-07-18
1
-13
/
+4
|
*
|
|
|
tracing: Simplify the iteration logic in f_start/f_next
Oleg Nesterov
2013-07-18
1
-38
/
+22
|
*
|
|
|
tracing: Add ref_data to function and fgraph tracer structs
Steven Rostedt (Red Hat)
2013-07-18
3
-2
/
+11
|
*
|
|
|
tracing: Miscellaneous fixes for trace_array ref counting
Alexander Z Lam
2013-07-18
2
-8
/
+37
|
*
|
|
|
tracing: Fix error handling to ensure instances can always be removed
Alexander Z Lam
2013-07-18
1
-1
/
+3
|
*
|
|
|
tracing/kprobe: Wait for disabling all running kprobe handlers
Masami Hiramatsu
2013-07-18
1
-6
/
+17
|
*
|
|
|
tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()
Oleg Nesterov
2013-07-18
5
-24
/
+4
|
*
|
|
|
tracing/syscall: Avoid perf_trace_buf_*() if sys_data->perf_events is empty
Oleg Nesterov
2013-07-18
1
-4
/
+8
|
*
|
|
|
tracing/function: Avoid perf_trace_buf_*() if event_function.perf_events is e...
Oleg Nesterov
2013-07-18
1
-2
/
+4
|
*
|
|
|
tracing: Typo fix on ring buffer comments
zhangwei(Jovi)
2013-07-18
1
-7
/
+9
|
*
|
|
|
tracing: Use trace_seq_puts()/trace_seq_putc() where possible
zhangwei(Jovi)
2013-07-18
6
-45
/
+45
|
*
|
|
|
tracing: Use correct config guard CONFIG_STACK_TRACER
zhangwei(Jovi)
2013-07-15
1
-2
/
+2
|
|
/
/
/
*
|
|
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
2013-07-22
1
-6
/
+12
|
\
\
\
\
|
*
|
|
|
Thermal: Fix lockup of cpu_down()
Steven Rostedt
2013-07-22
1
-1
/
+0
|
*
|
|
|
Thermal: x86_pkg_temp: Limit number of pkg temp zones
Srinivas Pandruvada
2013-07-16
1
-0
/
+5
|
*
|
|
|
Thermal: x86_pkg_temp: fix krealloc() misuse in in pkg_temp_thermal_device_add()
Wei Yongjun
2013-07-15
1
-3
/
+5
|
*
|
|
|
Thermal: x86 package temp thermal crash
Srinivas Pandruvada
2013-07-15
1
-2
/
+2
*
|
|
|
|
Merge tag 'gpio-for-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2013-07-22
2
-15
/
+71
|
\
\
\
\
\
[prev]
[next]