summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-1818-910/+849
|\
| * perf: Fix exit() vs event-groupsPeter Zijlstra2010-05-111-13/+13
| * perf: Fix exit() vs PERF_FORMAT_GROUPPeter Zijlstra2010-05-111-3/+16
| * Revert "perf: Fix exit() vs PERF_FORMAT_GROUP"Ingo Molnar2010-05-111-5/+0
| * tracing: Drop the nested field from lock_release eventFrederic Weisbecker2010-05-091-1/+1
| * tracing: Drop lock_acquired waittime fieldFrederic Weisbecker2010-05-091-1/+1
| * kprobes: Move enable/disable_kprobe() out from debugfs codeMasami Hiramatsu2010-05-081-66/+66
| * perf_event: Make software events work againPaul Mackerras2010-05-081-6/+6
| * perf: Add group scheduling transactional APIsLin Ming2010-05-071-13/+20
| * perf: Annotate perf_event_read_group() vs perf_event_release_kernel()Peter Zijlstra2010-05-071-2/+14
| * Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-05-074-7/+25
| |\
| | * perf: Fix exit() vs PERF_FORMAT_GROUPPeter Zijlstra2010-05-071-0/+5
| | * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-05-051-1/+1
| | |\
| | | * workqueue: flush_delayed_work: keep the original workqueue for re-queueingOleg Nesterov2010-04-301-1/+1
| | * | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-041-1/+1
| | |\ \
| | | * | perf: Fix resource leak in failure path of perf_event_open()Tejun Heo2010-05-011-1/+1
| | | |/
| | * | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-042-5/+18
| | |\ \ | | | |/ | | |/|
| | | * rcu: Fix RCU lockdep splat on freezer_fork pathPaul E. McKenney2010-04-301-1/+4
| | | * rcu: Fix RCU lockdep splat in set_task_cpu on fork pathPeter Zijlstra2010-04-301-0/+10
| | | * mutex: Don't spin when the owner CPU is offline or other weird casesBenjamin Herrenschmidt2010-04-231-4/+4
| * | | perf: Fix check at end of event searchDan Carpenter2010-05-061-1/+1
| * | | hw_breakpoints: Fix percpu build failureFrederic Weisbecker2010-05-041-1/+1
| * | | hw-breakpoints: Get the number of available registers on boot dynamicallyFrederic Weisbecker2010-05-012-31/+48
| * | | hw-breakpoints: Handle breakpoint weight in allocation constraintsFrederic Weisbecker2010-05-011-18/+45
| * | | hw-breakpoints: Separate constraint space for data and instruction breakpointsFrederic Weisbecker2010-05-011-27/+59
| * | | hw-breakpoints: Change/Enforce some breakpoints policiesFrederic Weisbecker2010-05-011-2/+24
| * | | hw-breakpoints: Check disabled breakpoints againFrederic Weisbecker2010-05-011-11/+1
| * | | Merge commit 'v2.6.34-rc6' into perf/coreIngo Molnar2010-04-301-1/+1
| |\| |
| * | | Merge branch 'linus' into perf/coreIngo Molnar2010-04-234-4/+11
| |\ \ \ | | | |/ | | |/|
| * | | perf: Enhance perf to allow for guest statistic collection from hostZhang, Yanmin2010-04-191-1/+22
| * | | Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...Ingo Molnar2010-04-152-220/+331
| |\ \ \
| | * | | tracing/kprobes: Support basic types on dynamic eventsMasami Hiramatsu2010-04-142-220/+331
| * | | | perf: Fix hlist related build errorFrederic Weisbecker2010-04-151-30/+30
| |/ / /
| * | | perf: Make clock software events consistent with general exclusion rulesFrederic Weisbecker2010-04-141-8/+1
| * | | perf: Store active software events in a hashlistFrederic Weisbecker2010-04-141-63/+183
| * | | Merge branch 'linus' into perf/coreIngo Molnar2010-04-0857-181/+284
| |\ \ \
| * | | | perf_event: Make perf fd non seekableArnd Bergmann2010-04-041-0/+1
| * | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-04-031-2/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-04-0221-92/+292
| |\ \ \ \ \
| * | | | | | x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-269-444/+0
| * | | | | | Merge commit 'v2.6.34-rc2' into perf/coreIngo Molnar2010-03-2230-189/+889
| |\ \ \ \ \ \
| * | | | | | | perf: Fix unexported generic perf_arch_fetch_caller_regsFrederic Weisbecker2010-03-162-0/+4
| * | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-03-128-91/+104
| |\ \ \ \ \ \ \
| * | | | | | | | perf_events: Improve task_sched_in()eranian@google.com2010-03-111-0/+4
* | | | | | | | | tracing: Fix function declarations if !CONFIG_STACKTRACELi Zefan2010-05-141-2/+2
* | | | | | | | | tracing: Combine event filter_active and enable into single flags fieldSteven Rostedt2010-05-144-15/+15
* | | | | | | | | tracing: Remove duplicate id information in event structureSteven Rostedt2010-05-146-23/+26
* | | | | | | | | tracing: Move print functions into event classSteven Rostedt2010-05-143-11/+17
* | | | | | | | | tracing: Allow events to share their print functionsSteven Rostedt2010-05-149-78/+160
* | | | | | | | | tracing: Move raw_init from events to classSteven Rostedt2010-05-144-10/+12