summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-10-2615-472/+1067
|\
| * tracing: Fix returning of duplicate data after EOF in trace_pipe_rawSteven Rostedt2011-10-141-2/+2
| * ftrace: Fix README to state tracing_on to start/stop tracingGeunsik Lim2011-10-141-2/+2
| * Merge branch 'tip/perf/core' of git://github.com/rostedt/linux into perf/coreIngo Molnar2011-10-1212-452/+913
| |\
| | * tracing: Do not allocate buffer for trace_markerSteven Rostedt2011-10-111-28/+83
| | * tracing: Warn on output if the function tracer was found corruptedSteven Rostedt2011-10-113-0/+25
| | * tracing: Fix preemptirqsoff tracer to not stop at preempt offSteven Rostedt2011-09-221-2/+2
| | * tracing: Add a counter clock for those that do not trust clocksSteven Rostedt2011-09-192-0/+13
| | * trace: Add ring buffer stats to measure rate of eventsVaibhav Nagarnaik2011-08-302-1/+82
| | * trace: Add a new readonly entry to report total buffer sizeVaibhav Nagarnaik2011-08-301-0/+33
| | * tracing: Add preempt disable for filter self testSteven Rostedt2011-08-301-0/+6
| | * tracing/filter: Add startup tests for events filterJiri Olsa2011-08-194-0/+264
| | * tracing/filter: Change filter_match_preds function to use walk_pred_treeJiri Olsa2011-08-191-66/+58
| | * tracing/filter: Change fold_pred function to use walk_pred_treeJiri Olsa2011-08-191-35/+33
| | * tracing/filter: Change fold_pred_tree function to use walk_pred_treeJiri Olsa2011-08-191-45/+20
| | * tracing/filter: Change count_leafs function to use walk_pred_treeJiri Olsa2011-08-191-33/+14
| | * tracing/filter: Unify predicate tree walking, change check_pred_tree function...Jiri Olsa2011-08-191-51/+86
| | * tracing/filter: Simplify tracepoint event lookupJiri Olsa2011-08-191-6/+3
| | * tracing/filter: Remove field_name from filter_pred structJiri Olsa2011-08-192-51/+13
| | * tracing/filter: Separate predicate init and filter additionJiri Olsa2011-08-191-33/+23
| | * tracing/filter: Use static allocation for filter predicatesJiri Olsa2011-08-191-41/+16
| | * Tracepoint: Dissociate from module mutexMathieu Desnoyers2011-08-112-69/+147
| | * tracing: Clean up tb_fmt to not give faulty compile warningSteven Rostedt2011-08-111-9/+10
| * | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-10-121-9/+49
| |\ \
| | * | ftrace/kprobes: Fix not to delete probes if in useMasami Hiramatsu2011-10-101-9/+49
| * | | Merge commit 'v3.1-rc9' into perf/coreIngo Molnar2011-10-066-44/+27
| |\ \ \
| * \ \ \ Merge commit 'v3.1-rc7' into perf/coreIngo Molnar2011-09-2616-52/+173
| |\ \ \ \
| * | | | | watchdog: Drop FIFO policy in exit pathThomas Gleixner2011-09-181-2/+3
| * | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-08-184-19/+47
| |\ \ \ \ \
| * | | | | | watchdog: Make the kthreads NUMA affineEric Dumazet2011-08-141-1/+1
| * | | | | | perf: provide PMU when initing eventsMark Rutland2011-08-141-2/+2
| * | | | | | perf: Add PM notifiers to fix CPU hotplug racesPeter Zijlstra2011-08-141-2/+95
* | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-10-266-29/+359
|\ \ \ \ \ \ \
| * | | | | | | genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell2011-10-171-7/+41
| * | | | | | | genirq: Fix fatfinered fixup reallyThomas Gleixner2011-10-041-1/+1
| * | | | | | | genirq: percpu: allow interrupt type to be set at enable timeMarc Zyngier2011-10-031-1/+14
| * | | | | | | genirq: Add support for per-cpu dev_id interruptsMarc Zyngier2011-10-035-22/+302
| * | | | | | | genirq: Add IRQCHIP_SKIP_SET_WAKE flagSantosh Shilimkar2011-09-121-0/+3
* | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-10-2614-425/+599
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'rcu/next' of git://github.com/paulmckrcu/linux into core/rcuIngo Molnar2011-10-0114-425/+599
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | rcu: Move propagation of ->completed from rcu_start_gp() to rcu_report_qs_rsp()Paul E. McKenney2011-09-291-20/+51
| | * | | | | | | rcu: Remove rcu_needs_cpu_flush() to avoid false quiescent statesPaul E. McKenney2011-09-293-29/+0
| | * | | | | | | rcu: Wire up RCU_BOOST_PRIO for rcutreeMike Galbraith2011-09-292-7/+15
| | * | | | | | | rcu: Make rcu_torture_boost() exit loops at end of testPaul E. McKenney2011-09-291-1/+2
| | * | | | | | | rcu: Make rcu_torture_fqs() exit loops at end of testPaul E. McKenney2011-09-291-4/+6
| | * | | | | | | rcu: Permit rt_mutex_unlock() with irqs disabledPaul E. McKenney2011-09-292-0/+13
| | * | | | | | | rcu: Avoid having just-onlined CPU resched itself when RCU is idlePaul E. McKenney2011-09-291-3/+8
| | * | | | | | | rcu: Suppress NMI backtraces when stall ends before dumpPaul E. McKenney2011-09-293-9/+19
| | * | | | | | | rcu: Prohibit grace periods during early bootPaul E. McKenney2011-09-291-2/+5
| | * | | | | | | rcu: Simplify unboosting checksPaul E. McKenney2011-09-291-10/+10