summaryrefslogtreecommitdiffstats
path: root/kernel/hw_breakpoint.c
AgeCommit message (Expand)AuthorLines
2010-09-17hw breakpoints: Fix pid namespace bugMatt Helsley-1/+2
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-37/+41
2010-06-24hw_breakpoints: Fix per task breakpoint trackingFrederic Weisbecker-37/+41
2010-06-22hw_breakpoints: Allow arch-specific cleanup before breakpoint unregistrationK.Prasad-0/+12
2010-05-04hw_breakpoints: Fix percpu build failureFrederic Weisbecker-1/+1
2010-05-01hw-breakpoints: Get the number of available registers on boot dynamicallyFrederic Weisbecker-12/+41
2010-05-01hw-breakpoints: Handle breakpoint weight in allocation constraintsFrederic Weisbecker-18/+45
2010-05-01hw-breakpoints: Separate constraint space for data and instruction breakpointsFrederic Weisbecker-27/+59
2010-05-01hw-breakpoints: Change/Enforce some breakpoints policiesFrederic Weisbecker-2/+24
2010-05-01hw-breakpoints: Check disabled breakpoints againFrederic Weisbecker-11/+1
2010-03-04Merge branch 'perf/core' into perf/urgentIngo Molnar-5/+5
2010-02-28hw-breakpoints: Remove stub unthrottle callbackFrederic Weisbecker-1/+0
2010-02-27percpu: Add __percpu sparse annotations to hw_breakpointTejun Heo-5/+5
2010-02-04perf: Make bp_len type to u64 generic across the archMahesh Salgaonkar-1/+1
2010-01-30perf, hw_breakpoint, kgdb: Do not take mutex for kernel debuggerJason Wessel-10/+42
2010-01-28hw_breakpoints: Release the bp slot if arch_validate_hwbkpt_settings() fails.Mahesh Salgaonkar-0/+4
2009-12-31Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+7
2009-12-30ksym_tracer: Fix to make the tracer workLi Zefan-3/+7
2009-12-14perf_event: Convert to raw_spinlockThomas Gleixner-2/+2
2009-12-09hw-breakpoints: Modify breakpoints without unregistering themFrederic Weisbecker-10/+32
2009-12-08perf: hw_breakpoints: Fix percpu namespace clashStephen Rothwell-7/+7
2009-12-07hw-breakpoints: Fix task-bound breakpoint slot allocationFrederic Weisbecker-29/+45
2009-12-06hw-breakpoints: Use overflow handler instead of the event callbackFrederic Weisbecker-12/+5
2009-12-06hw-breakpoints: Drop callback and task parameters from modify helperFrederic Weisbecker-4/+3
2009-11-27hw-breakpoints: Use struct perf_event_attr to define kernel breakpointsFrederic Weisbecker-31/+4
2009-11-27hw-breakpoints: Use struct perf_event_attr to define user breakpointsFrederic Weisbecker-69/+18
2009-11-26kernel/hw_breakpoint.c: Fix local/global shadowingAndrew Morton-6/+6
2009-11-26hw-breakpoints: Simplify error handling in breakpoint creation requestsFrederic Weisbecker-2/+2
2009-11-23hw-breakpoints: Check the breakpoint params from perf toolsFrederic Weisbecker-1/+10
2009-11-23hw-breakpoint: Attribute authorship of hw-breakpoint related filesK.Prasad-0/+4
2009-11-22hw-breakpoints: Remove x86 specific headers from core fileFrederic Weisbecker-6/+0
2009-11-10hw-breakpoints: Fix broken hw-breakpoint sample moduleFrederic Weisbecker-1/+2
2009-11-08hw-breakpoints: Arbitrate access to pmu following registers constraintsFrederic Weisbecker-6/+205
2009-11-08hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsFrederic Weisbecker-254/+170
2009-06-02hw-breakpoints: introducing generic hardware breakpoint handler interfacesK.Prasad-0/+378