summaryrefslogtreecommitdiffstats
path: root/kernel/hw_breakpoint.c
Commit message (Expand)AuthorAgeFilesLines
* perf, hw_breakpoint: Fix crash in hw_breakpoint creationPeter Zijlstra2010-10-181-4/+4
* perf events: Clean up pid passingMatt Helsley2010-09-151-3/+2
* hw breakpoints: Fix pid namespace bugMatt Helsley2010-09-151-1/+2
* perf: Provide a separate task context for sweventsPeter Zijlstra2010-09-091-0/+2
* perf: Rework the PMU methodsPeter Zijlstra2010-09-091-2/+27
* perf: Register PMU implementationsPeter Zijlstra2010-09-091-5/+30
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-061-37/+41
|\
| * hw_breakpoints: Fix per task breakpoint trackingFrederic Weisbecker2010-06-241-37/+41
* | hw_breakpoints: Allow arch-specific cleanup before breakpoint unregistrationK.Prasad2010-06-221-0/+12
|/
* hw_breakpoints: Fix percpu build failureFrederic Weisbecker2010-05-041-1/+1
* hw-breakpoints: Get the number of available registers on boot dynamicallyFrederic Weisbecker2010-05-011-12/+41
* 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 branch 'perf/core' into perf/urgentIngo Molnar2010-03-041-5/+5
|\
| * percpu: Add __percpu sparse annotations to hw_breakpointTejun Heo2010-02-271-5/+5
* | hw-breakpoints: Remove stub unthrottle callbackFrederic Weisbecker2010-02-281-1/+0
|/
* perf: Make bp_len type to u64 generic across the archMahesh Salgaonkar2010-02-041-1/+1
* perf, hw_breakpoint, kgdb: Do not take mutex for kernel debuggerJason Wessel2010-01-301-10/+42
* hw_breakpoints: Release the bp slot if arch_validate_hwbkpt_settings() fails.Mahesh Salgaonkar2010-01-281-0/+4
* Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-311-3/+7
|\
| * ksym_tracer: Fix to make the tracer workLi Zefan2009-12-301-3/+7
* | perf_event: Convert to raw_spinlockThomas Gleixner2009-12-141-2/+2
|/
* hw-breakpoints: Modify breakpoints without unregistering themFrederic Weisbecker2009-12-091-10/+32
* perf: hw_breakpoints: Fix percpu namespace clashStephen Rothwell2009-12-081-7/+7
* hw-breakpoints: Fix task-bound breakpoint slot allocationFrederic Weisbecker2009-12-071-29/+45
* hw-breakpoints: Use overflow handler instead of the event callbackFrederic Weisbecker2009-12-061-12/+5
* hw-breakpoints: Drop callback and task parameters from modify helperFrederic Weisbecker2009-12-061-4/+3
* hw-breakpoints: Use struct perf_event_attr to define kernel breakpointsFrederic Weisbecker2009-11-271-31/+4
* hw-breakpoints: Use struct perf_event_attr to define user breakpointsFrederic Weisbecker2009-11-271-69/+18
* kernel/hw_breakpoint.c: Fix local/global shadowingAndrew Morton2009-11-261-6/+6
* hw-breakpoints: Simplify error handling in breakpoint creation requestsFrederic Weisbecker2009-11-261-2/+2
* hw-breakpoints: Check the breakpoint params from perf toolsFrederic Weisbecker2009-11-231-1/+10
* hw-breakpoint: Attribute authorship of hw-breakpoint related filesK.Prasad2009-11-231-0/+4
* hw-breakpoints: Remove x86 specific headers from core fileFrederic Weisbecker2009-11-221-6/+0
* hw-breakpoints: Fix broken hw-breakpoint sample moduleFrederic Weisbecker2009-11-101-1/+2
* hw-breakpoints: Arbitrate access to pmu following registers constraintsFrederic Weisbecker2009-11-081-6/+205
* hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsFrederic Weisbecker2009-11-081-254/+170
* hw-breakpoints: introducing generic hardware breakpoint handler interfacesK.Prasad2009-06-021-0/+378
OpenPOWER on IntegriCloud