summaryrefslogtreecommitdiff
path: root/arch/arm/kernel/hw_breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-06ARM: hw_breakpoint: fix warnings generated by sparseWill Deacon1-7/+13
2010-12-06ARM: hw_breakpoint: disallow per-cpu breakpoints without overflow handlerWill Deacon1-2/+4
2010-12-06ARM: hw_breakpoint: unify single-stepping code for watchpoints and breakpointsWill Deacon1-41/+40
2010-12-06ARM: hw_breakpoint: do not allocate new breakpoints with preemption disabledWill Deacon1-57/+77
2010-12-06ARM: hw_breakpoint: don't advertise reserved breakpointsWill Deacon1-89/+117
2010-12-06ARM: hw_breakpoint: disable preemption during debug exception handlingWill Deacon1-5/+13
2010-12-06ARM: hw_breakpoint: correct and simplify alignment fixup codeWill Deacon1-26/+31
2010-12-06ARM: hw_breakpoint: reset control registers in hotplug pathWill Deacon1-1/+15
2010-12-06ARM: hw_breakpoint: ensure OS lock is clear before writing to debug registersWill Deacon1-5/+22
2010-11-07ARM: arch/arm/kernel/hw_breakpoint.c: Convert WARN_ON to WARNJoe Perches1-2/+1
2010-09-08ARM: 6356/1: hw-breakpoint: add ARM backend for the hw-breakpoint frameworkWill Deacon1-0/+849