index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2011-06-14
ring-buffer: Set __GFP_NORETRY flag for ring buffer allocating process
Vaibhav Nagarnaik
-6
/
+19
2011-06-14
tracing: Convert to kstrtoul_from_user
Peter Huewe
-110
/
+20
2011-06-14
tracing, function_graph: Add context-info support for function_graph tracer
Jiri Olsa
-22
/
+31
2011-06-14
tracing, function_graph: Remove lock-depth from latency trace
Jiri Olsa
-4
/
+3
2011-06-14
tracing, function: Fix trace header to follow context-info option
Jiri Olsa
-0
/
+3
2011-06-14
tracing, function_graph: Merge overhead and duration display functions
Jiri Olsa
-74
/
+74
2011-06-14
tracing, function_graph: Remove dependency of abstime and duration fields on ...
Jiri Olsa
-18
/
+9
2011-06-14
async: Fixed an include coding style issue
Paul McQuade
-5
/
+7
2011-06-14
ftrace: Fixed an include coding style issue
Paul McQuade
-5
/
+2
2011-06-14
tracing: Add disable_on_free option
Steven Rostedt
-2
/
+5
2011-06-14
tracing: Add a proc file to stop tracing and free buffer
Vaibhav Nagarnaik
-35
/
+73
2011-06-14
signal.c: fix kernel-doc notation
Randy Dunlap
-1
/
+1
2011-06-14
tracing: Use NUMA allocation for per-cpu ring buffer pages
Vaibhav Nagarnaik
-22
/
+23
2011-06-14
tracing: Schedule a delayed work to call wakeup()
Vaibhav Nagarnaik
-11
/
+12
2011-06-14
rcu: Use softirq to address performance regression
Shaohua Li
-5
/
+30
2011-06-14
rcu: Simplify curing of load woes
Paul E. McKenney
-54
/
+22
2011-06-13
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-3
/
+14
2011-06-10
sched: Isolate preempt counting in its own config option
Frederic Weisbecker
-1
/
+4
2011-06-10
treewide: Convert uses of struct resource to resource_size(ptr)
Joe Perches
-1
/
+1
2011-06-10
genirq: Prevent potential NULL dereference in irq_set_irq_wake()
Jesper Juhl
-0
/
+3
2011-06-09
tracing: Fix regression in printk_formats file
Steven Rostedt
-4
/
+1
2011-06-09
perf: Split up buffer handling from core code
Frederic Weisbecker
-498
/
+568
2011-06-09
cgroupfs: use init_cred when populating new cgroupfs mount
eparis@redhat
-0
/
+5
2011-06-08
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-18
/
+10
2011-06-07
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-25
/
+50
2011-06-07
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-10
/
+25
2011-06-07
sched: Remove pointless in_atomic() definition check
Frederic Weisbecker
-2
/
+0
2011-06-07
ftrace: Revert 8ab2b7efd ftrace: Remove unnecessary disabling of irqs
Steven Rostedt
-0
/
+7
2011-06-07
kprobes/trace: Fix kprobe selftest for gcc 4.6
Steven Rostedt
-2
/
+6
2011-06-07
perf, core: Fix initial task_ctx/event installation
Peter Zijlstra
-11
/
+17
2011-06-07
printk: Release console_sem after logbuf_lock
Peter Zijlstra
-3
/
+5
2011-06-07
sched: Fix/clarify set_task_cpu() locking rules
Peter Zijlstra
-5
/
+16
2011-06-07
lockdep: Fix lock_is_held() on recursion
Peter Zijlstra
-1
/
+1
2011-06-06
ftrace: Fix possible undefined return code
GuoWen Li
-1
/
+1
2011-06-04
signal: remove three noop tracehooks
Tejun Heo
-30
/
+14
2011-06-04
ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexit
Tejun Heo
-4
/
+9
2011-06-04
job control: introduce task_set_jobctl_pending()
Tejun Heo
-9
/
+43
2011-06-04
job control: make task_clear_jobctl_pending() clear TRAPPING automatically
Tejun Heo
-5
/
+8
2011-06-04
job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending()
Tejun Heo
-10
/
+17
2011-06-04
ptrace: relocate set_current_state(TASK_TRACED) in ptrace_stop()
Tejun Heo
-15
/
+13
2011-06-04
ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add comments
Tejun Heo
-5
/
+19
2011-06-04
job control: rename signal->group_stop and flags to jobctl and update them
Tejun Heo
-51
/
+52
2011-06-04
ptrace: remove silly wait_trap variable from ptrace_attach()
Tejun Heo
-3
/
+1
2011-06-04
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
-27
/
+66
2011-06-04
perf: Comment /proc/sys/kernel/perf_event_paranoid to be part of user ABI
Vince Weaver
-0
/
+6
2011-06-04
Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Ingo Molnar
-233
/
+337
2011-06-03
timers: Consider slack value in mod_timer()
Sebastian Andrzej Siewior
-8
/
+7
2011-06-03
genirq: Ensure we locate the passed IRQ in irq_alloc_descs()
Mark Brown
-0
/
+6
2011-06-03
genirq: Fix descriptor init on non-sparse IRQs
Linus Walleij
-5
/
+3
2011-06-03
irq: Handle spurios irq detection for threaded irqs
Sebastian Andrzej Siewior
-16
/
+36
[prev]
[next]