aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/hw_breakpoint.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-06hw-breakpoints: Use overflow handler instead of the event callbackFrederic Weisbecker1-3/+2
2009-11-26x86/hw-breakpoints: Don't lose GE flag while disabling a breakpointFrederic Weisbecker1-8/+14
2009-11-25x86: Rename global percpu symbol dr7 to cpu_dr7Tejun Heo1-5/+5
2009-11-23hw-breakpoint: Attribute authorship of hw-breakpoint related filesK.Prasad1-0/+4
2009-11-14hw-breakpoints, x86: Fix modular KVM buildIngo Molnar1-2/+2
2009-11-10hw-breakpoints: Fix broken a.out format dumpFrederic Weisbecker1-0/+35
2009-11-08hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsFrederic Weisbecker1-136/+255
2009-06-17x86: hw_breakpoint.c arch_check_va_in_kernelspace and hw_breakpoint_handler should be staticJaswinder Singh Rajput1-3/+3
2009-06-17Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar1-2/+2
2009-06-02hw-breakpoints: reset bits in dr6 after the corresponding exception is handledK.Prasad1-2/+11
2009-06-02hw-breakpoints: x86 architecture implementation of Hardware Breakpoint interfacesK.Prasad1-0/+382