summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/hw_breakpoint.c
Commit message (Expand)AuthorAgeFilesLines
* Disintegrate asm/system.h for ARMDavid Howells2012-03-281-1/+0
* ARM: LPAE: Add fault handling supportCatalin Marinas2011-12-081-4/+4
* ARM: 7127/1: hw_breakpoint: skip v7-specific reset on v6 coresWill Deacon2011-10-081-0/+5
* ARM: hw_breakpoint: reduce the number of WARN_ONCE invocationsWill Deacon2011-08-311-8/+8
* ARM: hw_breakpoint: trap undef instruction exceptions in reset_ctrl_regsWill Deacon2011-08-311-9/+37
* ARM: hw_breakpoint: add support for multiple watchpointsWill Deacon2011-08-311-35/+65
* ARM: hw_breakpoint: reserve one breakpoint for watchpoint steppingWill Deacon2011-08-311-39/+24
* ARM: hw_breakpoint: add initial Cortex-A15 (debug v7.1) supportWill Deacon2011-08-311-19/+36
* ARM: entry: avoid enabling interrupts in prefetch/data abort handlersRussell King2011-07-021-7/+5
* ARM: 6864/1: hw_breakpoint: clear DBGVCR out of resetWill Deacon2011-04-101-0/+7
* ARM: 6797/1: hw_breakpoint: Fix newlines in WARNingsStephen Boyd2011-03-101-7/+7
* ARM: 6768/1: hw_breakpoint: ensure debug logic is powered up on v7 coresWill Deacon2011-02-261-3/+23
* ARM: 6657/1: hw_breakpoint: fix ptrace breakpoint advertising on unsupported ...Will Deacon2011-02-111-5/+13
* ARM: 6656/1: hw_breakpoint: avoid UNPREDICTABLE behaviour when reading DBGDSCRWill Deacon2011-02-111-13/+13
* ARM: hw_breakpoint: do not fail initcall if monitor mode is disabledWill Deacon2010-12-151-29/+25
* ARM: hw_breakpoint: fix warnings generated by sparseWill Deacon2010-12-061-7/+13
* ARM: hw_breakpoint: disallow per-cpu breakpoints without overflow handlerWill Deacon2010-12-061-2/+4
* ARM: hw_breakpoint: unify single-stepping code for watchpoints and breakpointsWill Deacon2010-12-061-41/+40
* ARM: hw_breakpoint: do not allocate new breakpoints with preemption disabledWill Deacon2010-12-061-57/+77
* ARM: hw_breakpoint: don't advertise reserved breakpointsWill Deacon2010-12-061-89/+117
* ARM: hw_breakpoint: disable preemption during debug exception handlingWill Deacon2010-12-061-5/+13
* ARM: hw_breakpoint: correct and simplify alignment fixup codeWill Deacon2010-12-061-26/+31
* ARM: hw_breakpoint: reset control registers in hotplug pathWill Deacon2010-12-061-1/+15
* ARM: hw_breakpoint: ensure OS lock is clear before writing to debug registersWill Deacon2010-12-061-5/+22
* ARM: arch/arm/kernel/hw_breakpoint.c: Convert WARN_ON to WARNJoe Perches2010-11-071-2/+1
* ARM: 6356/1: hw-breakpoint: add ARM backend for the hw-breakpoint frameworkWill Deacon2010-09-081-0/+849
OpenPOWER on IntegriCloud