summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | perf: Multiple task contextsPeter Zijlstra2010-09-092-1/+8
| | * | | | | | | | | | | perf: Per-pmu-per-cpu contextsPeter Zijlstra2010-09-091-1/+3
| | * | | | | | | | | | | perf: Per cpu-context rotation timerPeter Zijlstra2010-09-091-3/+2
| | * | | | | | | | | | | perf: Remove the swevent hash-table from the cpu contextPeter Zijlstra2010-09-091-6/+0
| | * | | | | | | | | | | perf: Remove the sysfs bitsPeter Zijlstra2010-09-091-6/+0
| | * | | | | | | | | | | perf: Rework the PMU methodsPeter Zijlstra2010-09-092-15/+43
| | * | | | | | | | | | | perf: Shrink hw_perf_eventPeter Zijlstra2010-09-091-1/+0
| | * | | | | | | | | | | perf: Default PMU opsPeter Zijlstra2010-09-091-5/+5
| | * | | | | | | | | | | perf: Per PMU disablePeter Zijlstra2010-09-091-6/+7
| | * | | | | | | | | | | perf: Reduce perf_disable() usagePeter Zijlstra2010-09-091-10/+10
| | * | | | | | | | | | | perf: Register PMU implementationsPeter Zijlstra2010-09-091-1/+9
| | * | | | | | | | | | | perf: Deconstify struct pmuPeter Zijlstra2010-09-091-5/+5
| | * | | | | | | | | | | skb: Add tracepoints to freeing skbKoki Sanagi2010-09-071-0/+17
| | * | | | | | | | | | | netdev: Add tracepoints to netdev layerKoki Sanagi2010-09-071-0/+82
| | * | | | | | | | | | | napi: Convert trace_napi_poll to TRACE_EVENTNeil Horman2010-09-071-2/+23
| | * | | | | | | | | | | irq: Add tracepoint to softirq_raiseLai Jiangshan2010-09-072-3/+31
| | * | | | | | | | | | | Merge branch 'linus' into perf/coreIngo Molnar2010-08-2542-123/+458
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2010-08-19477-4670/+12490
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | perf, tracing: add missing __percpu markupsNamhyung Kim2010-08-191-2/+2
| | * | | | | | | | | | | | | perf: Humanize the number of contextsFrederic Weisbecker2010-08-191-6/+8
| | * | | | | | | | | | | | | perf: Fix race in callchainsFrederic Weisbecker2010-08-191-1/+0
| | * | | | | | | | | | | | | perf: Generalize some arch callchain codeFrederic Weisbecker2010-08-191-1/+9
| | * | | | | | | | | | | | | perf: Generalize callchain_store()Frederic Weisbecker2010-08-191-0/+7
| * | | | | | | | | | | | | | Merge branch 'oprofile/urgent' (early part) into oprofile/perfRobert Richter2010-10-1139-98/+258
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | oprofile: Abstract the perf-events backendMatt Fleming2010-10-111-0/+3
| * | | | | | | | | | | | | | oprofile: Make op_name_from_perf_id() globalMatt Fleming2010-10-111-0/+4
| * | | | | | | | | | | | | | perf: New helper function for pmu nameMatt Fleming2010-10-111-0/+1
| * | | | | | | | | | | | | | perf: Add helper function to return number of countersMatt Fleming2010-10-111-0/+1
| | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-2127-332/+527
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar2010-10-0730-32/+109
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2010-10-0759-205/+422
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | rcu: move check from rcu_dereference_bh to rcu_read_lock_bh_heldPaul E. McKenney2010-10-051-1/+1
| * | | | | | | | | | | | | | | rcu: only one evaluation of arg in rcu_dereference_check() unless sparsePaul E. McKenney2010-09-231-3/+11
| * | | | | | | | | | | | | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2010-08-2327-332/+519
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | rcu: add comment stating that list_empty() applies to RCU-protected listsPaul E. McKenney2010-08-201-0/+9
| | * | | | | | | | | | | | | | | rcu: combine duplicate code, courtesy of CONFIG_PREEMPT_RCUPaul E. McKenney2010-08-203-104/+72
| | * | | | | | | | | | | | | | | rcu: Upgrade srcu_read_lock() docbook about SRCU grace periodsPaul E. McKenney2010-08-201-1/+6
| | * | | | | | | | | | | | | | | rcu: repair code-duplication FIXMEsPaul E. McKenney2010-08-203-13/+15
| | * | | | | | | | | | | | | | | rcu: permit suppressing current grace period's CPU stall warningsPaul E. McKenney2010-08-202-0/+5
| | * | | | | | | | | | | | | | | rcu: update obsolete rcu_read_lock() comment.Paul E. McKenney2010-08-201-1/+14
| | * | | | | | | | | | | | | | | rcu: Add a TINY_PREEMPT_RCUPaul E. McKenney2010-08-206-45/+108
| | * | | | | | | | | | | | | | | rcu head remove initMathieu Desnoyers2010-08-201-6/+0
| | * | | | | | | | | | | | | | | kernel: __rcu annotationsArnd Bergmann2010-08-206-11/+11
| | * | | | | | | | | | | | | | | idr: __rcu annotationsArnd Bergmann2010-08-201-2/+2
| | * | | | | | | | | | | | | | | radix-tree: __rcu annotationsArnd Bergmann2010-08-201-1/+3
| | * | | | | | | | | | | | | | | notifiers: __rcu annotationsArnd Bergmann2010-08-201-5/+5
| | * | | | | | | | | | | | | | | rcu: improve kerneldoc for rcu_read_lock(), call_rcu(), and synchronize_rcu()Paul E. McKenney2010-08-201-7/+9
| | * | | | | | | | | | | | | | | Add RCU check for find_task_by_vpid().Tetsuo Handa2010-08-201-5/+9
| | * | | | | | | | | | | | | | | kvm: add __rcu annotationsArnd Bergmann2010-08-201-1/+1
| | * | | | | | | | | | | | | | | net/netfilter: __rcu annotationsArnd Bergmann2010-08-201-1/+1