summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | 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-102-69/+147
| | * | | | | | | | tracing: Clean up tb_fmt to not give faulty compile warningSteven Rostedt2011-08-101-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-281-20/+51
| | * | | | | | | | | | | rcu: Remove rcu_needs_cpu_flush() to avoid false quiescent statesPaul E. McKenney2011-09-283-29/+0
| | * | | | | | | | | | | rcu: Wire up RCU_BOOST_PRIO for rcutreeMike Galbraith2011-09-282-7/+15
| | * | | | | | | | | | | rcu: Make rcu_torture_boost() exit loops at end of testPaul E. McKenney2011-09-281-1/+2
| | * | | | | | | | | | | rcu: Make rcu_torture_fqs() exit loops at end of testPaul E. McKenney2011-09-281-4/+6
| | * | | | | | | | | | | rcu: Permit rt_mutex_unlock() with irqs disabledPaul E. McKenney2011-09-282-0/+13
| | * | | | | | | | | | | rcu: Avoid having just-onlined CPU resched itself when RCU is idlePaul E. McKenney2011-09-281-3/+8
| | * | | | | | | | | | | rcu: Suppress NMI backtraces when stall ends before dumpPaul E. McKenney2011-09-283-9/+19
| | * | | | | | | | | | | rcu: Prohibit grace periods during early bootPaul E. McKenney2011-09-281-2/+5
| | * | | | | | | | | | | rcu: Simplify unboosting checksPaul E. McKenney2011-09-281-10/+10
| | * | | | | | | | | | | rcu: Prevent early boot set_need_resched() from __rcu_pending()Paul E. McKenney2011-09-281-1/+2
| | * | | | | | | | | | | rcu: Dump local stack if cannot dump all CPUs' stacksPaul E. McKenney2011-09-281-2/+4
| | * | | | | | | | | | | rcu: Move __rcu_read_unlock()'s barrier() within if-statementPaul E. McKenney2011-09-281-1/+1
| | * | | | | | | | | | | rcu: Make rcu_implicit_dynticks_qs() locals be correct sizePaul E. McKenney2011-09-281-5/+5
| | * | | | | | | | | | | rcu: Eliminate in_irq() checks in rcu_enter_nohz()Paul E. McKenney2011-09-281-7/+0
| | * | | | | | | | | | | nohz: Remove nohz_cpu_maskShi, Alex2011-09-282-17/+0
| | * | | | | | | | | | | rcu: Allow rcutorture's stat_interval parameter to be changed at runtimePaul E. McKenney2011-09-281-1/+1
| | * | | | | | | | | | | rcu: Simplify quiescent-state accountingPaul E. McKenney2011-09-284-32/+32
| | * | | | | | | | | | | rcu: Add grace-period, quiescent-state, and call_rcu trace eventsPaul E. McKenney2011-09-285-10/+68
| | * | | | | | | | | | | rcu: Make TINY_RCU also use softirq for RCU_BOOST=nPaul E. McKenney2011-09-282-91/+93
| | * | | | | | | | | | | rcu: Add event-trace markers to TREE_RCU kthreadsPaul E. McKenney2011-09-281-0/+12
OpenPOWER on IntegriCloud