summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2011-06-14ring-buffer: Set __GFP_NORETRY flag for ring buffer allocating processVaibhav Nagarnaik-6/+19
2011-06-14tracing: Convert to kstrtoul_from_userPeter Huewe-110/+20
2011-06-14tracing, function_graph: Add context-info support for function_graph tracerJiri Olsa-22/+31
2011-06-14tracing, function_graph: Remove lock-depth from latency traceJiri Olsa-4/+3
2011-06-14tracing, function: Fix trace header to follow context-info optionJiri Olsa-0/+3
2011-06-14tracing, function_graph: Merge overhead and duration display functionsJiri Olsa-74/+74
2011-06-14tracing, function_graph: Remove dependency of abstime and duration fields on ...Jiri Olsa-18/+9
2011-06-14async: Fixed an include coding style issuePaul McQuade-5/+7
2011-06-14ftrace: Fixed an include coding style issuePaul McQuade-5/+2
2011-06-14tracing: Add disable_on_free optionSteven Rostedt-2/+5
2011-06-14tracing: Add a proc file to stop tracing and free bufferVaibhav Nagarnaik-35/+73
2011-06-14signal.c: fix kernel-doc notationRandy Dunlap-1/+1
2011-06-14tracing: Use NUMA allocation for per-cpu ring buffer pagesVaibhav Nagarnaik-22/+23
2011-06-14tracing: Schedule a delayed work to call wakeup()Vaibhav Nagarnaik-11/+12
2011-06-14rcu: Use softirq to address performance regressionShaohua Li-5/+30
2011-06-14rcu: Simplify curing of load woesPaul E. McKenney-54/+22
2011-06-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+14
2011-06-10sched: Isolate preempt counting in its own config optionFrederic Weisbecker-1/+4
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches-1/+1
2011-06-10genirq: Prevent potential NULL dereference in irq_set_irq_wake()Jesper Juhl-0/+3
2011-06-09tracing: Fix regression in printk_formats fileSteven Rostedt-4/+1
2011-06-09perf: Split up buffer handling from core codeFrederic Weisbecker-498/+568
2011-06-09cgroupfs: use init_cred when populating new cgroupfs mounteparis@redhat-0/+5
2011-06-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-18/+10
2011-06-07Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-25/+50
2011-06-07Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-10/+25
2011-06-07sched: Remove pointless in_atomic() definition checkFrederic Weisbecker-2/+0
2011-06-07ftrace: Revert 8ab2b7efd ftrace: Remove unnecessary disabling of irqsSteven Rostedt-0/+7
2011-06-07kprobes/trace: Fix kprobe selftest for gcc 4.6Steven Rostedt-2/+6
2011-06-07perf, core: Fix initial task_ctx/event installationPeter Zijlstra-11/+17
2011-06-07printk: Release console_sem after logbuf_lockPeter Zijlstra-3/+5
2011-06-07sched: Fix/clarify set_task_cpu() locking rulesPeter Zijlstra-5/+16
2011-06-07lockdep: Fix lock_is_held() on recursionPeter Zijlstra-1/+1
2011-06-06ftrace: Fix possible undefined return codeGuoWen Li-1/+1
2011-06-04signal: remove three noop tracehooksTejun Heo-30/+14
2011-06-04ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexitTejun Heo-4/+9
2011-06-04job control: introduce task_set_jobctl_pending()Tejun Heo-9/+43
2011-06-04job control: make task_clear_jobctl_pending() clear TRAPPING automaticallyTejun Heo-5/+8
2011-06-04job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending()Tejun Heo-10/+17
2011-06-04ptrace: relocate set_current_state(TASK_TRACED) in ptrace_stop()Tejun Heo-15/+13
2011-06-04ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add commentsTejun Heo-5/+19
2011-06-04job control: rename signal->group_stop and flags to jobctl and update themTejun Heo-51/+52
2011-06-04ptrace: remove silly wait_trap variable from ptrace_attach()Tejun Heo-3/+1
2011-06-04Merge branch 'perf/urgent' into perf/coreIngo Molnar-27/+66
2011-06-04perf: Comment /proc/sys/kernel/perf_event_paranoid to be part of user ABIVince Weaver-0/+6
2011-06-04Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar-233/+337
2011-06-03timers: Consider slack value in mod_timer()Sebastian Andrzej Siewior-8/+7
2011-06-03genirq: Ensure we locate the passed IRQ in irq_alloc_descs()Mark Brown-0/+6
2011-06-03genirq: Fix descriptor init on non-sparse IRQsLinus Walleij-5/+3
2011-06-03irq: Handle spurios irq detection for threaded irqsSebastian Andrzej Siewior-16/+36