aboutsummaryrefslogtreecommitdiff
path: root/kernel/hw_breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-37/+41
2010-06-24hw_breakpoints: Fix per task breakpoint trackingGravatar Frederic Weisbecker 1-37/+41
2010-06-22hw_breakpoints: Allow arch-specific cleanup before breakpoint unregistrationGravatar K.Prasad 1-0/+12
2010-05-04hw_breakpoints: Fix percpu build failureGravatar Frederic Weisbecker 1-1/+1
2010-05-01hw-breakpoints: Get the number of available registers on boot dynamicallyGravatar Frederic Weisbecker 1-12/+41
2010-05-01hw-breakpoints: Handle breakpoint weight in allocation constraintsGravatar Frederic Weisbecker 1-18/+45
2010-05-01hw-breakpoints: Separate constraint space for data and instruction breakpointsGravatar Frederic Weisbecker 1-27/+59
2010-05-01hw-breakpoints: Change/Enforce some breakpoints policiesGravatar Frederic Weisbecker 1-2/+24
2010-05-01hw-breakpoints: Check disabled breakpoints againGravatar Frederic Weisbecker 1-11/+1
2010-03-04Merge branch 'perf/core' into perf/urgentGravatar Ingo Molnar 1-5/+5
2010-02-28hw-breakpoints: Remove stub unthrottle callbackGravatar Frederic Weisbecker 1-1/+0
2010-02-27percpu: Add __percpu sparse annotations to hw_breakpointGravatar Tejun Heo 1-5/+5
2010-02-04perf: Make bp_len type to u64 generic across the archGravatar Mahesh Salgaonkar 1-1/+1
2010-01-30perf, hw_breakpoint, kgdb: Do not take mutex for kernel debuggerGravatar Jason Wessel 1-10/+42
2010-01-28hw_breakpoints: Release the bp slot if arch_validate_hwbkpt_settings() fails.Gravatar Mahesh Salgaonkar 1-0/+4
2009-12-31Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-3/+7
2009-12-30ksym_tracer: Fix to make the tracer workGravatar Li Zefan 1-3/+7
2009-12-14perf_event: Convert to raw_spinlockGravatar Thomas Gleixner 1-2/+2
2009-12-09hw-breakpoints: Modify breakpoints without unregistering themGravatar Frederic Weisbecker 1-10/+32
2009-12-08perf: hw_breakpoints: Fix percpu namespace clashGravatar Stephen Rothwell 1-7/+7
2009-12-07hw-breakpoints: Fix task-bound breakpoint slot allocationGravatar Frederic Weisbecker 1-29/+45
2009-12-06hw-breakpoints: Use overflow handler instead of the event callbackGravatar Frederic Weisbecker 1-12/+5
2009-12-06hw-breakpoints: Drop callback and task parameters from modify helperGravatar Frederic Weisbecker 1-4/+3
2009-11-27hw-breakpoints: Use struct perf_event_attr to define kernel breakpointsGravatar Frederic Weisbecker 1-31/+4
2009-11-27hw-breakpoints: Use struct perf_event_attr to define user breakpointsGravatar Frederic Weisbecker 1-69/+18
2009-11-26kernel/hw_breakpoint.c: Fix local/global shadowingGravatar Andrew Morton 1-6/+6
2009-11-26hw-breakpoints: Simplify error handling in breakpoint creation requestsGravatar Frederic Weisbecker 1-2/+2
2009-11-23hw-breakpoints: Check the breakpoint params from perf toolsGravatar Frederic Weisbecker 1-1/+10
2009-11-23hw-breakpoint: Attribute authorship of hw-breakpoint related filesGravatar K.Prasad 1-0/+4
2009-11-22hw-breakpoints: Remove x86 specific headers from core fileGravatar Frederic Weisbecker 1-6/+0
2009-11-10hw-breakpoints: Fix broken hw-breakpoint sample moduleGravatar Frederic Weisbecker 1-1/+2
2009-11-08hw-breakpoints: Arbitrate access to pmu following registers constraintsGravatar Frederic Weisbecker 1-6/+205
2009-11-08hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsGravatar Frederic Weisbecker 1-254/+170
2009-06-02hw-breakpoints: introducing generic hardware breakpoint handler interfacesGravatar K.Prasad 1-0/+378