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