aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kernel/hw_breakpoint.c
AgeCommit message (Expand)Author
2013-03-14ARM: hw_breakpoint: Enable debug powerdown only if system supports 'has_ossr'Lokesh Vutla
2013-03-03ARM: 7662/1: hw_breakpoint: reset debug logic on secondary CPUs in s2ram resumeDietmar Eggemann
2013-01-10ARM: hw_breakpoint: Debug powerdown support for self-hosted debugDietmar Eggemann
2013-01-10ARM: hw_breakpoint: Check function for OS Save and Restore mechanismDietmar Eggemann
2013-01-10ARM: coresight: common definition for (OS) Lock Access Register key valueDietmar Eggemann
2012-11-09ARM: hw_breakpoint: kill WARN_ONCE usageWill Deacon
2012-11-09ARM: hw_breakpoint: use CRn as argument for debug reg accessor macrosDietmar Eggemann
2012-11-09ARM: hw_breakpoint: check if monitor mode is enabled during validationWill Deacon
2012-11-09ARM: hw_breakpoint: make boot quieter without CPUID feature registersWill Deacon
2012-11-09ARM: hw_breakpoint: don't try to clear v6 debug registers during bootWill Deacon
2012-11-09ARM: hw_breakpoint: fix ordering of debug register reset sequenceWill Deacon
2012-11-09ARM: hw_breakpoint: fix monitor mode detection with v7.1Will Deacon
2012-11-09ARM: hw_breakpoint: only clear OS lock when implemented on v7Will Deacon
2012-08-25ARM: 7497/1: hw_breakpoint: allow single-byte watchpoints on all addressesWill Deacon
2012-08-25ARM: 7496/1: hw_breakpoint: don't rely on dfsr to show watchpoint access typeWill Deacon
2012-03-28Disintegrate asm/system.h for ARMDavid Howells
2011-12-08ARM: LPAE: Add fault handling supportCatalin Marinas
2011-10-08ARM: 7127/1: hw_breakpoint: skip v7-specific reset on v6 coresWill Deacon
2011-08-31ARM: hw_breakpoint: reduce the number of WARN_ONCE invocationsWill Deacon
2011-08-31ARM: hw_breakpoint: trap undef instruction exceptions in reset_ctrl_regsWill Deacon
2011-08-31ARM: hw_breakpoint: add support for multiple watchpointsWill Deacon
2011-08-31ARM: hw_breakpoint: reserve one breakpoint for watchpoint steppingWill Deacon
2011-08-31ARM: hw_breakpoint: add initial Cortex-A15 (debug v7.1) supportWill Deacon
2011-07-02ARM: entry: avoid enabling interrupts in prefetch/data abort handlersRussell King
2011-04-10ARM: 6864/1: hw_breakpoint: clear DBGVCR out of resetWill Deacon
2011-03-10ARM: 6797/1: hw_breakpoint: Fix newlines in WARNingsStephen Boyd
2011-02-26ARM: 6768/1: hw_breakpoint: ensure debug logic is powered up on v7 coresWill Deacon
2011-02-11ARM: 6657/1: hw_breakpoint: fix ptrace breakpoint advertising on unsupported ...Will Deacon
2011-02-11ARM: 6656/1: hw_breakpoint: avoid UNPREDICTABLE behaviour when reading DBGDSCRWill Deacon
2010-12-15ARM: hw_breakpoint: do not fail initcall if monitor mode is disabledWill Deacon
2010-12-06ARM: hw_breakpoint: fix warnings generated by sparseWill Deacon
2010-12-06ARM: hw_breakpoint: disallow per-cpu breakpoints without overflow handlerWill Deacon
2010-12-06ARM: hw_breakpoint: unify single-stepping code for watchpoints and breakpointsWill Deacon
2010-12-06ARM: hw_breakpoint: do not allocate new breakpoints with preemption disabledWill Deacon
2010-12-06ARM: hw_breakpoint: don't advertise reserved breakpointsWill Deacon
2010-12-06ARM: hw_breakpoint: disable preemption during debug exception handlingWill Deacon
2010-12-06ARM: hw_breakpoint: correct and simplify alignment fixup codeWill Deacon
2010-12-06ARM: hw_breakpoint: reset control registers in hotplug pathWill Deacon
2010-12-06ARM: hw_breakpoint: ensure OS lock is clear before writing to debug registersWill Deacon
2010-11-07ARM: arch/arm/kernel/hw_breakpoint.c: Convert WARN_ON to WARNJoe Perches
2010-09-08ARM: 6356/1: hw-breakpoint: add ARM backend for the hw-breakpoint frameworkWill Deacon