aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/hw_breakpoint.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-20ARM: 9206/1: A9: Add ARM ERRATA 764319 workaround (Updated)Nick Hawkins1-0/+26
2021-03-25ARM: 9064/1: hw_breakpoint: Do not directly check the event's overflow_handler hookZhen Lei1-1/+1
2020-09-15ARM: 8997/2: hw_breakpoint: Handle inexact watchpoint addressesDouglas Anderson1-28/+72
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-5/+5
2020-07-21ARM: 8986/1: hw_breakpoint: Don't invoke overflow handler on uaccess watchpointsWill Deacon1-5/+22
2019-11-15ARM: 8927/1: ARM/hw_breakpoint: add more ARMv8 debug architecture versions supportCandle Sun1-0/+3
2019-08-09ARM/hw_breakpoint: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-12/+1
2018-06-26perf/arch/arm: Implement hw_breakpoint_arch_parse()Frederic Weisbecker1-35/+36
2018-06-26perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspace()Frederic Weisbecker1-6/+5
2017-12-17ARM: 8733/1: hw_breakpoint: Mark variables as __ro_after_initJinbum Park1-5/+5
2017-06-20ARM/hw_breakpoint: Fix possible recursive locking for arch_hw_breakpoint_initTony Lindgren1-1/+1
2017-05-26ARM/hw_breakpoint: Use cpuhp_setup_state_cpuslocked()Sebastian Andrzej Siewior1-5/+6
2017-01-10ARM: 8634/1: hw_breakpoint: blacklist Scorpion CPUsMark Rutland1-0/+16
2016-11-22ARM/hw_breakpoint: Convert to hotplug state machineSebastian Andrzej Siewior1-25/+22
2016-03-31perf/core: Set event's default ::overflow_handler()Wang Nan1-2/+2
2015-10-03ARM: 8436/1: hw_breakpoint: remove unnecessary headerManinder Singh1-1/+0
2015-03-23perf: Remove type specific target pointersPeter Zijlstra1-1/+1
2014-11-07ARM: removing support for etb/etm in "arch/arm/kernel/"Mathieu Poirier1-2/+2
2014-09-26ARM: 8152/1: Convert pr_warning to pr_warnJoe Perches1-9/+9
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+7
2014-03-20arm, hw-breakpoint: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-1/+7
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