index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kernel
/
hw_breakpoint.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-08
ARM: removing support for etb/etm in "arch/arm/kernel/"
Mathieu Poirier
1
-2
/
+2
2014-09-26
ARM: 8152/1: Convert pr_warning to pr_warn
Joe Perches
1
-9
/
+9
2014-04-08
Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+7
2014-03-20
arm, hw-breakpoint: Fix CPU hotplug callback registration
Srivatsa S. Bhat
1
-1
/
+7
2014-02-10
ARM: 7948/1: hw_breakpoint: Add ARMv8 support
Christopher Covington
1
-1
/
+2
2013-10-29
ARM: 7862/1: pcpu: replace __get_cpu_var_uses
Christoph Lameter
1
-7
/
+7
2013-07-15
arm: delete __cpuinit/__CPUINIT usage from all ARM users
Paul Gortmaker
1
-2
/
+2
2013-04-17
ARM: 7697/1: hw_breakpoint: do not use __cpuinitdata for dbg_cpu_pm_nb
Bastian Hecht
1
-1
/
+1
2013-03-22
ARM: 7681/1: hw_breakpoint: use warn_once to avoid spam from reset_ctrl_regs()
Santosh Shilimkar
1
-3
/
+3
2013-03-04
ARM: 7662/1: hw_breakpoint: reset debug logic on secondary CPUs in s2ram resume
Dietmar Eggemann
1
-1
/
+1
2013-01-11
ARM: hw_breakpoint: Debug powerdown support for self-hosted debug
Dietmar Eggemann
1
-1
/
+27
2013-01-11
ARM: hw_breakpoint: Check function for OS Save and Restore mechanism
Dietmar Eggemann
1
-5
/
+23
2013-01-11
ARM: coresight: common definition for (OS) Lock Access Register key value
Dietmar Eggemann
1
-2
/
+3
2012-11-09
ARM: hw_breakpoint: kill WARN_ONCE usage
Will Deacon
1
-5
/
+10
2012-11-09
ARM: hw_breakpoint: use CRn as argument for debug reg accessor macros
Dietmar Eggemann
1
-20
/
+20
2012-11-09
ARM: hw_breakpoint: check if monitor mode is enabled during validation
Will Deacon
1
-13
/
+15
2012-11-09
ARM: hw_breakpoint: make boot quieter without CPUID feature registers
Will Deacon
1
-2
/
+2
2012-11-09
ARM: hw_breakpoint: don't try to clear v6 debug registers during boot
Will Deacon
1
-3
/
+3
2012-11-09
ARM: hw_breakpoint: fix ordering of debug register reset sequence
Will Deacon
1
-10
/
+26
2012-11-09
ARM: hw_breakpoint: fix monitor mode detection with v7.1
Will Deacon
1
-20
/
+5
2012-11-09
ARM: hw_breakpoint: only clear OS lock when implemented on v7
Will Deacon
1
-6
/
+14
2012-08-25
ARM: 7497/1: hw_breakpoint: allow single-byte watchpoints on all addresses
Will Deacon
1
-3
/
+4
2012-08-25
ARM: 7496/1: hw_breakpoint: don't rely on dfsr to show watchpoint access type
Will Deacon
1
-15
/
+40
2012-03-28
Disintegrate asm/system.h for ARM
David Howells
1
-1
/
+0
2011-12-08
ARM: LPAE: Add fault handling support
Catalin Marinas
1
-4
/
+4
2011-10-08
ARM: 7127/1: hw_breakpoint: skip v7-specific reset on v6 cores
Will Deacon
1
-0
/
+5
2011-08-31
ARM: hw_breakpoint: reduce the number of WARN_ONCE invocations
Will Deacon
1
-8
/
+8
2011-08-31
ARM: hw_breakpoint: trap undef instruction exceptions in reset_ctrl_regs
Will Deacon
1
-9
/
+37
2011-08-31
ARM: hw_breakpoint: add support for multiple watchpoints
Will Deacon
1
-35
/
+65
2011-08-31
ARM: hw_breakpoint: reserve one breakpoint for watchpoint stepping
Will Deacon
1
-39
/
+24
2011-08-31
ARM: hw_breakpoint: add initial Cortex-A15 (debug v7.1) support
Will Deacon
1
-19
/
+36
2011-07-02
ARM: entry: avoid enabling interrupts in prefetch/data abort handlers
Russell King
1
-7
/
+5
2011-04-11
ARM: 6864/1: hw_breakpoint: clear DBGVCR out of reset
Will Deacon
1
-0
/
+7
2011-03-10
ARM: 6797/1: hw_breakpoint: Fix newlines in WARNings
Stephen Boyd
1
-7
/
+7
2011-02-26
ARM: 6768/1: hw_breakpoint: ensure debug logic is powered up on v7 cores
Will Deacon
1
-3
/
+23
2011-02-12
ARM: 6657/1: hw_breakpoint: fix ptrace breakpoint advertising on unsupported ...
Will Deacon
1
-5
/
+13
2011-02-12
ARM: 6656/1: hw_breakpoint: avoid UNPREDICTABLE behaviour when reading DBGDSCR
Will Deacon
1
-13
/
+13
2010-12-15
ARM: hw_breakpoint: do not fail initcall if monitor mode is disabled
Will Deacon
1
-29
/
+25
2010-12-06
ARM: hw_breakpoint: fix warnings generated by sparse
Will Deacon
1
-7
/
+13
2010-12-06
ARM: hw_breakpoint: disallow per-cpu breakpoints without overflow handler
Will Deacon
1
-2
/
+4
2010-12-06
ARM: hw_breakpoint: unify single-stepping code for watchpoints and breakpoints
Will Deacon
1
-41
/
+40
2010-12-06
ARM: hw_breakpoint: do not allocate new breakpoints with preemption disabled
Will Deacon
1
-57
/
+77
2010-12-06
ARM: hw_breakpoint: don't advertise reserved breakpoints
Will Deacon
1
-89
/
+117
2010-12-06
ARM: hw_breakpoint: disable preemption during debug exception handling
Will Deacon
1
-5
/
+13
2010-12-06
ARM: hw_breakpoint: correct and simplify alignment fixup code
Will Deacon
1
-26
/
+31
2010-12-06
ARM: hw_breakpoint: reset control registers in hotplug path
Will Deacon
1
-1
/
+15
2010-12-06
ARM: hw_breakpoint: ensure OS lock is clear before writing to debug registers
Will Deacon
1
-5
/
+22
2010-11-07
ARM: arch/arm/kernel/hw_breakpoint.c: Convert WARN_ON to WARN
Joe Perches
1
-2
/
+1
2010-09-08
ARM: 6356/1: hw-breakpoint: add ARM backend for the hw-breakpoint framework
Will Deacon
1
-0
/
+849