aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/hw_breakpoint.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-10ARM: 7948/1: hw_breakpoint: Add ARMv8 supportChristopher Covington1-1/+2
2013-10-29ARM: 7862/1: pcpu: replace __get_cpu_var_usesChristoph Lameter1-7/+7
2013-07-14arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker1-2/+2
2013-04-17ARM: 7697/1: hw_breakpoint: do not use __cpuinitdata for dbg_cpu_pm_nbBastian Hecht1-1/+1
2013-03-22ARM: 7681/1: hw_breakpoint: use warn_once to avoid spam from reset_ctrl_regs()Santosh Shilimkar1-3/+3
2013-03-03ARM: 7662/1: hw_breakpoint: reset debug logic on secondary CPUs in s2ram resumeDietmar Eggemann1-1/+1
2013-01-10ARM: hw_breakpoint: Debug powerdown support for self-hosted debugDietmar Eggemann1-1/+27
2013-01-10ARM: hw_breakpoint: Check function for OS Save and Restore mechanismDietmar Eggemann1-5/+23
2013-01-10ARM: coresight: common definition for (OS) Lock Access Register key valueDietmar Eggemann1-2/+3
2012-11-09ARM: hw_breakpoint: kill WARN_ONCE usageWill Deacon1-5/+10
2012-11-09ARM: hw_breakpoint: use CRn as argument for debug reg accessor macrosDietmar Eggemann1-20/+20
2012-11-09ARM: hw_breakpoint: check if monitor mode is enabled during validationWill Deacon1-13/+15
2012-11-09ARM: hw_breakpoint: make boot quieter without CPUID feature registersWill Deacon1-2/+2
2012-11-09ARM: hw_breakpoint: don't try to clear v6 debug registers during bootWill Deacon1-3/+3
2012-11-09ARM: hw_breakpoint: fix ordering of debug register reset sequenceWill Deacon1-10/+26
2012-11-09ARM: hw_breakpoint: fix monitor mode detection with v7.1Will Deacon1-20/+5
2012-11-09ARM: hw_breakpoint: only clear OS lock when implemented on v7Will Deacon1-6/+14
2012-08-25ARM: 7497/1: hw_breakpoint: allow single-byte watchpoints on all addressesWill Deacon1-3/+4
2012-08-25ARM: 7496/1: hw_breakpoint: don't rely on dfsr to show watchpoint access typeWill Deacon1-15/+40
2012-03-28Disintegrate asm/system.h for ARMDavid Howells1-1/+0
2011-12-08ARM: LPAE: Add fault handling supportCatalin Marinas1-4/+4
2011-10-08ARM: 7127/1: hw_breakpoint: skip v7-specific reset on v6 coresWill Deacon1-0/+5
2011-08-31ARM: hw_breakpoint: reduce the number of WARN_ONCE invocationsWill Deacon1-8/+8
2011-08-31ARM: hw_breakpoint: trap undef instruction exceptions in reset_ctrl_regsWill Deacon1-9/+37
2011-08-31ARM: hw_breakpoint: add support for multiple watchpointsWill Deacon1-35/+65
2011-08-31ARM: hw_breakpoint: reserve one breakpoint for watchpoint steppingWill Deacon1-39/+24
2011-08-31ARM: hw_breakpoint: add initial Cortex-A15 (debug v7.1) supportWill Deacon1-19/+36
2011-07-02ARM: entry: avoid enabling interrupts in prefetch/data abort handlersRussell King1-7/+5
2011-04-10ARM: 6864/1: hw_breakpoint: clear DBGVCR out of resetWill Deacon1-0/+7
2011-03-10ARM: 6797/1: hw_breakpoint: Fix newlines in WARNingsStephen Boyd1-7/+7
2011-02-26ARM: 6768/1: hw_breakpoint: ensure debug logic is powered up on v7 coresWill Deacon1-3/+23
2011-02-11ARM: 6657/1: hw_breakpoint: fix ptrace breakpoint advertising on unsupported archWill Deacon1-5/+13
2011-02-11ARM: 6656/1: hw_breakpoint: avoid UNPREDICTABLE behaviour when reading DBGDSCRWill Deacon1-13/+13
2010-12-15ARM: hw_breakpoint: do not fail initcall if monitor mode is disabledWill Deacon1-29/+25
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