| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-05-18 | 8 | -95/+128 |
|\ |
|
| * | Revert "perf: Fix exit() vs PERF_FORMAT_GROUP" | Ingo Molnar | 2010-05-11 | 1 | -1/+0 |
| * | tracing: Factorize lock events in a lock class | Frederic Weisbecker | 2010-05-09 | 1 | -33/+15 |
| * | tracing: Drop the nested field from lock_release event | Frederic Weisbecker | 2010-05-09 | 1 | -2/+2 |
| * | tracing: Drop lock_acquired waittime field | Frederic Weisbecker | 2010-05-09 | 1 | -7/+4 |
| * | perf: Add group scheduling transactional APIs | Lin Ming | 2010-05-07 | 1 | -3/+12 |
| * | perf, x86: Improve the PEBS ABI | Peter Zijlstra | 2010-05-07 | 1 | -4/+19 |
| * | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-05-07 | 5 | -4/+20 |
| |\ |
|
| | * | perf: Fix exit() vs PERF_FORMAT_GROUP | Peter Zijlstra | 2010-05-07 | 1 | -0/+1 |
| * | | hw-breakpoints: Get the number of available registers on boot dynamically | Frederic Weisbecker | 2010-05-01 | 1 | -0/+10 |
| * | | hw-breakpoints: Separate constraint space for data and instruction breakpoints | Frederic Weisbecker | 2010-05-01 | 1 | -3/+6 |
| * | | hw-breakpoints: Tag ptrace breakpoint as exclude_kernel | Frederic Weisbecker | 2010-05-01 | 1 | -0/+6 |
| * | | Merge commit 'v2.6.34-rc6' into perf/core | Ingo Molnar | 2010-04-30 | 11 | -11/+31 |
| |\ \ |
|
| * \ \ | Merge branch 'linus' into perf/core | Ingo Molnar | 2010-04-23 | 21 | -72/+354 |
| |\ \ \ |
|
| * | | | | perf & kvm: Clean up some of the guest profiling callback API details | Zhang, Yanmin | 2010-04-20 | 1 | -6/+4 |
| * | | | | perf: Enhance perf to allow for guest statistic collection from host | Zhang, Yanmin | 2010-04-19 | 1 | -1/+20 |
| * | | | | perf: Store active software events in a hashlist | Frederic Weisbecker | 2010-04-14 | 1 | -0/+12 |
| * | | | | Merge branch 'linus' into perf/core | Ingo Molnar | 2010-04-08 | 42 | -67/+102 |
| |\ \ \ \ |
|
| * | | | | | perf: Fetch hot regs from the template caller | Frederic Weisbecker | 2010-04-04 | 1 | -11/+12 |
| * | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-04-02 | 29 | -88/+129 |
| |\ \ \ \ \ |
|
| * | | | | | | x86, perf, bts, mm: Delete the never used BTS-ptrace code | Peter Zijlstra | 2010-03-26 | 4 | -37/+0 |
| * | | | | | | Merge commit 'v2.6.34-rc2' into perf/core | Ingo Molnar | 2010-03-22 | 79 | -171/+541 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-03-12 | 5 | -47/+95 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | perf, x86: use LBR for PEBS IP+1 fixup | Peter Zijlstra | 2010-03-10 | 1 | -0/+6 |
| * | | | | | | | | perf, x86: Implement simple LBR support | Peter Zijlstra | 2010-03-10 | 1 | -0/+11 |
| * | | | | | | | | perf, x86: Add PEBS infrastructure | Peter Zijlstra | 2010-03-10 | 1 | -1/+2 |
* | | | | | | | | | Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-05-18 | 6 | -57/+59 |
|\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge commit 'v2.6.34-rc7' into oprofile | Ingo Molnar | 2010-05-10 | 23 | -49/+67 |
| |\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ | Merge commit 'tip/tracing/core' into oprofile/core | Robert Richter | 2010-04-23 | 6 | -57/+59 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'linus' into tracing/core | Ingo Molnar | 2010-04-08 | 47 | -107/+182 |
| | |\ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|/ / / /
| | | |/| | | | | | | | |
|
| | * | | | | | | | | | | tracing: Show the lost events in the trace_pipe output | Steven Rostedt | 2010-03-31 | 1 | -0/+1 |
| | * | | | | | | | | | | ring-buffer: Add place holder recording of dropped events | Steven Rostedt | 2010-03-31 | 1 | -2/+4 |
| | * | | | | | | | | | | tracing: Fix compile error in module tracepoints when MODULE_UNLOAD not set | Steven Rostedt | 2010-03-31 | 1 | -0/+4 |
| | * | | | | | | | | | | tracing: Remove side effect from module tracepoints that caused a GPF | Li Zefan | 2010-03-31 | 2 | -11/+9 |
| | * | | | | | | | | | | tracing: Update comments | Li Zefan | 2010-03-31 | 1 | -14/+19 |
| | * | | | | | | | | | | tracing: Convert some signal events to DEFINE_TRACE | Li Zefan | 2010-03-31 | 1 | -30/+22 |
* | | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-05-18 | 6 | -22/+81 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | rcu: remove all rcu head initializations, except on_stack initializations | Paul E. McKenney | 2010-05-11 | 1 | -1/+0 |
| * | | | | | | | | | | | | rcu head introduce rcu head init on stack | Mathieu Desnoyers | 2010-05-10 | 1 | -0/+8 |
| * | | | | | | | | | | | | Debugobjects transition check | Mathieu Desnoyers | 2010-05-10 | 1 | -0/+11 |
| * | | | | | | | | | | | | rcu: make SRCU usable in modules | Paul E. McKenney | 2010-05-10 | 1 | -0/+2 |
| * | | | | | | | | | | | | rcu: slim down rcutiny by removing rcu_scheduler_active and friends | Paul E. McKenney | 2010-05-10 | 3 | -3/+17 |
| * | | | | | | | | | | | | rcu: refactor RCU's context-switch handling | Paul E. McKenney | 2010-05-10 | 2 | -0/+5 |
| * | | | | | | | | | | | | rcu: shrink rcutiny by making synchronize_rcu_bh() be inline | Paul E. McKenney | 2010-05-10 | 3 | -3/+13 |
| * | | | | | | | | | | | | rcu: fix now-bogus rcu_scheduler_active comments. | Paul E. McKenney | 2010-05-10 | 1 | -2/+4 |
| * | | | | | | | | | | | | rcu: Fix bogus CONFIG_PROVE_LOCKING in comments to reflect reality. | Paul E. McKenney | 2010-05-10 | 2 | -9/+10 |
| * | | | | | | | | | | | | rcu: optionally leave lockdep enabled after RCU lockdep splat | Lai Jiangshan | 2010-05-10 | 1 | -4/+11 |
| | |_|_|/ / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-05-18 | 1 | -12/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'iommu/largepages' into amd-iommu/2.6.35 | Joerg Roedel | 2010-05-11 | 1 | -12/+12 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / / /
| |/| | | | | | | | | | | |
|
| | * | | | | | | | | | | | iommu-api: Remove iommu_{un}map_range functions | Joerg Roedel | 2010-03-07 | 1 | -20/+0 |