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