aboutsummaryrefslogtreecommitdiff
path: root/kernel/hw_breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
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