aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-188-95/+128
|\
| * Revert "perf: Fix exit() vs PERF_FORMAT_GROUP"Ingo Molnar2010-05-111-1/+0
| * tracing: Factorize lock events in a lock classFrederic Weisbecker2010-05-091-33/+15
| * tracing: Drop the nested field from lock_release eventFrederic Weisbecker2010-05-091-2/+2
| * tracing: Drop lock_acquired waittime fieldFrederic Weisbecker2010-05-091-7/+4
| * perf: Add group scheduling transactional APIsLin Ming2010-05-071-3/+12
| * perf, x86: Improve the PEBS ABIPeter Zijlstra2010-05-071-4/+19
| * Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-05-075-4/+20
| |\
| | * perf: Fix exit() vs PERF_FORMAT_GROUPPeter Zijlstra2010-05-071-0/+1
| * | hw-breakpoints: Get the number of available registers on boot dynamicallyFrederic Weisbecker2010-05-011-0/+10
| * | hw-breakpoints: Separate constraint space for data and instruction breakpointsFrederic Weisbecker2010-05-011-3/+6
| * | hw-breakpoints: Tag ptrace breakpoint as exclude_kernelFrederic Weisbecker2010-05-011-0/+6
| * | Merge commit 'v2.6.34-rc6' into perf/coreIngo Molnar2010-04-3011-11/+31
| |\ \
| * \ \ Merge branch 'linus' into perf/coreIngo Molnar2010-04-2321-72/+354
| |\ \ \
| * | | | perf & kvm: Clean up some of the guest profiling callback API detailsZhang, Yanmin2010-04-201-6/+4
| * | | | perf: Enhance perf to allow for guest statistic collection from hostZhang, Yanmin2010-04-191-1/+20
| * | | | perf: Store active software events in a hashlistFrederic Weisbecker2010-04-141-0/+12
| * | | | Merge branch 'linus' into perf/coreIngo Molnar2010-04-0842-67/+102
| |\ \ \ \
| * | | | | perf: Fetch hot regs from the template callerFrederic Weisbecker2010-04-041-11/+12
| * | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-04-0229-88/+129
| |\ \ \ \ \
| * | | | | | x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-264-37/+0
| * | | | | | Merge commit 'v2.6.34-rc2' into perf/coreIngo Molnar2010-03-2279-171/+541
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-03-125-47/+95
| |\ \ \ \ \ \ \
| * | | | | | | | perf, x86: use LBR for PEBS IP+1 fixupPeter Zijlstra2010-03-101-0/+6
| * | | | | | | | perf, x86: Implement simple LBR supportPeter Zijlstra2010-03-101-0/+11
| * | | | | | | | perf, x86: Add PEBS infrastructurePeter Zijlstra2010-03-101-1/+2
* | | | | | | | | Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-05-186-57/+59
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge commit 'v2.6.34-rc7' into oprofileIngo Molnar2010-05-1023-49/+67
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge commit 'tip/tracing/core' into oprofile/coreRobert Richter2010-04-236-57/+59
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'linus' into tracing/coreIngo Molnar2010-04-0847-107/+182
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / | | | |/| | | | | | | |
| | * | | | | | | | | | tracing: Show the lost events in the trace_pipe outputSteven Rostedt2010-03-311-0/+1
| | * | | | | | | | | | ring-buffer: Add place holder recording of dropped eventsSteven Rostedt2010-03-311-2/+4
| | * | | | | | | | | | tracing: Fix compile error in module tracepoints when MODULE_UNLOAD not setSteven Rostedt2010-03-311-0/+4
| | * | | | | | | | | | tracing: Remove side effect from module tracepoints that caused a GPFLi Zefan2010-03-312-11/+9
| | * | | | | | | | | | tracing: Update commentsLi Zefan2010-03-311-14/+19
| | * | | | | | | | | | tracing: Convert some signal events to DEFINE_TRACELi Zefan2010-03-311-30/+22
* | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-05-186-22/+81
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | rcu: remove all rcu head initializations, except on_stack initializationsPaul E. McKenney2010-05-111-1/+0
| * | | | | | | | | | | | rcu head introduce rcu head init on stackMathieu Desnoyers2010-05-101-0/+8
| * | | | | | | | | | | | Debugobjects transition checkMathieu Desnoyers2010-05-101-0/+11
| * | | | | | | | | | | | rcu: make SRCU usable in modulesPaul E. McKenney2010-05-101-0/+2
| * | | | | | | | | | | | rcu: slim down rcutiny by removing rcu_scheduler_active and friendsPaul E. McKenney2010-05-103-3/+17
| * | | | | | | | | | | | rcu: refactor RCU's context-switch handlingPaul E. McKenney2010-05-102-0/+5
| * | | | | | | | | | | | rcu: shrink rcutiny by making synchronize_rcu_bh() be inlinePaul E. McKenney2010-05-103-3/+13
| * | | | | | | | | | | | rcu: fix now-bogus rcu_scheduler_active comments.Paul E. McKenney2010-05-101-2/+4
| * | | | | | | | | | | | rcu: Fix bogus CONFIG_PROVE_LOCKING in comments to reflect reality.Paul E. McKenney2010-05-102-9/+10
| * | | | | | | | | | | | rcu: optionally leave lockdep enabled after RCU lockdep splatLai Jiangshan2010-05-101-4/+11
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-181-12/+12
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'iommu/largepages' into amd-iommu/2.6.35Joerg Roedel2010-05-111-12/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | iommu-api: Remove iommu_{un}map_range functionsJoerg Roedel2010-03-071-20/+0