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-08-06 | 10 | -108/+85 | |
|\ | ||||||
| * | Merge branch 'perf/nmi' into perf/core | Ingo Molnar | 2010-08-05 | 2 | -8/+17 | |
| |\ | ||||||
| | * | lockup_detector: Cross arch compile fixes | Don Zickus | 2010-05-16 | 1 | -1/+1 | |
| | * | lockup_detector: Fix forgotten config conversion | Frederic Weisbecker | 2010-05-13 | 1 | -1/+1 | |
| | * | lockup_detector: Touch_softlockup cleanups and softlockup_tick removal | Don Zickus | 2010-05-12 | 1 | -13/+3 | |
| | * | lockup_detector: Combine nmi_watchdog and softlockup detector | Don Zickus | 2010-05-12 | 2 | -4/+10 | |
| | * | Merge commit 'v2.6.34-rc7' into perf/nmi | Frederic Weisbecker | 2010-05-12 | 298 | -1910/+10459 | |
| | |\ | ||||||
| | * | | nmi_watchdog: Clean up various small details | Don Zickus | 2010-02-25 | 1 | -1/+1 | |
| | * | | nmi_watchdog: Compile and portability fixes | Don Zickus | 2010-02-14 | 1 | -0/+9 | |
| | * | | nmi_watchdog: Config option to enable new nmi_watchdog | Don Zickus | 2010-02-08 | 1 | -0/+4 | |
| * | | | Merge commit 'v2.6.35' into perf/core | Ingo Molnar | 2010-08-02 | 7 | -26/+55 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2010-07-23 | 2 | -4/+13 | |
| |\ \ \ \ | ||||||
| | * | | | | tracing/documentation: Document dynamic ftracer internals | Mike Frysinger | 2010-07-21 | 1 | -0/+5 | |
| | * | | | | tracing: Reduce latency and remove percpu trace_seq | Lai Jiangshan | 2010-07-20 | 1 | -2/+3 | |
| | * | | | | tracing: Allow to disable cmdline recording | Li Zefan | 2010-07-20 | 1 | -2/+5 | |
| * | | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Ingo Molnar | 2010-07-21 | 2 | -17/+0 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tracing: Remove special traces | Frederic Weisbecker | 2010-07-20 | 2 | -17/+0 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'linus' into perf/core | Ingo Molnar | 2010-07-21 | 18 | -118/+148 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | Merge commit 'v2.6.35-rc4' into perf/core | Ingo Molnar | 2010-07-05 | 10 | -10/+37 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | tracing: Use class->reg() for all registering of events | Steven Rostedt | 2010-06-28 | 1 | -0/+3 | |
| * | | | | | | tracing: Use a global field list for all syscall exit events | Li Zefan | 2010-06-28 | 1 | -2/+0 | |
| * | | | | | | Merge branch 'linus' into perf/core | Thomas Gleixner | 2010-06-28 | 3 | -19/+28 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | perf: Fix argument of perf_arch_fetch_caller_regs | Nobuhiro Iwamatsu | 2010-06-24 | 1 | -1/+1 | |
| * | | | | | | | hw_breakpoints: Fix per task breakpoint tracking | Frederic Weisbecker | 2010-06-24 | 1 | -2/+4 | |
| * | | | | | | | Merge commit 'v2.6.35-rc3' into perf/core | Ingo Molnar | 2010-06-18 | 28 | -104/+413 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Ingo Molnar | 2010-06-09 | 4 | -52/+11 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | tracing: Remove kmemtrace ftrace plugin | Li Zefan | 2010-06-09 | 3 | -27/+4 | |
| | * | | | | | | | | perf: Drop the skip argument from perf_arch_fetch_regs_caller | Frederic Weisbecker | 2010-06-08 | 1 | -25/+7 | |
| * | | | | | | | | | perf: Fix build breakage for architecutes without atomic64_t | Peter Zijlstra | 2010-06-09 | 1 | -1/+1 | |
| * | | | | | | | | | perf: Convert perf_event to local_t | Peter Zijlstra | 2010-06-09 | 1 | -3/+4 | |
| * | | | | | | | | | perf: Add perf_event::child_count | Peter Zijlstra | 2010-06-09 | 1 | -0/+1 | |
| * | | | | | | | | | perf: Simplify the ring-buffer logic: make perf_buffer_alloc() do everything ... | Peter Zijlstra | 2010-06-09 | 1 | -0/+2 | |
| * | | | | | | | | | perf: Rename perf_mmap_data to perf_buffer | Peter Zijlstra | 2010-06-09 | 1 | -3/+3 | |
| * | | | | | | | | | perf: Cleanup {start,commit,cancel}_txn details | Peter Zijlstra | 2010-06-09 | 1 | -5/+22 | |
| * | | | | | | | | | perf: Add non-exec mmap() tracking | Eric B Munson | 2010-06-09 | 1 | -9/+3 | |
| * | | | | | | | | | perf, trace: Inline perf_swevent_put_recursion_context() | Peter Zijlstra | 2010-06-09 | 2 | -3/+2 | |
* | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-08-06 | 4 | -0/+89 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Revert "net: Make accesses to ->br_port safe for sparse RCU" | Paul E. McKenney | 2010-07-01 | 1 | -3/+0 | |
| * | | | | | | | | | | Merge branch 'linus' into core/rcu | Ingo Molnar | 2010-07-01 | 8 | -23/+59 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | net: Make accesses to ->br_port safe for sparse RCU | Paul E. McKenney | 2010-06-14 | 1 | -0/+3 | |
| * | | | | | | | | | | | vfs: add fs.h to define struct file | Paul E. McKenney | 2010-06-14 | 1 | -0/+1 | |
| * | | | | | | | | | | | lockdep: Add an in_workqueue_context() lockdep-based test function | Paul E. McKenney | 2010-06-14 | 1 | -0/+4 | |
| * | | | | | | | | | | | rcu: add __rcu API for later sparse checking | Paul E. McKenney | 2010-06-14 | 1 | -0/+2 | |
| * | | | | | | | | | | | rcu: add an rcu_dereference_index_check() | Paul E. McKenney | 2010-06-14 | 1 | -0/+33 | |
| * | | | | | | | | | | | tree/tiny rcu: Add debug RCU head objects | Mathieu Desnoyers | 2010-06-14 | 1 | -0/+49 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-08-06 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ \ \ \ | Merge branches 'iommu-api/2.6.36' and 'amd-iommu/2.6.36' into iommu/2.6.36 | Joerg Roedel | 2010-07-27 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | iommu-api: Extension to check for interrupt remapping | Tom Lyon | 2010-07-19 | 1 | -0/+1 | |
| | |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2010-08-06 | 2 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | libata: more PCI IDs for jmicron controllers | Tejun Heo | 2010-08-01 | 1 | -0/+2 |