index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kernel
/
hw_breakpoint.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: 7497/1: hw_breakpoint: allow single-byte watchpoints on all addresses
Will Deacon
2012-08-25
1
-3
/
+4
*
ARM: 7496/1: hw_breakpoint: don't rely on dfsr to show watchpoint access type
Will Deacon
2012-08-25
1
-15
/
+40
*
Disintegrate asm/system.h for ARM
David Howells
2012-03-28
1
-1
/
+0
*
ARM: LPAE: Add fault handling support
Catalin Marinas
2011-12-08
1
-4
/
+4
*
ARM: 7127/1: hw_breakpoint: skip v7-specific reset on v6 cores
Will Deacon
2011-10-08
1
-0
/
+5
*
ARM: hw_breakpoint: reduce the number of WARN_ONCE invocations
Will Deacon
2011-08-31
1
-8
/
+8
*
ARM: hw_breakpoint: trap undef instruction exceptions in reset_ctrl_regs
Will Deacon
2011-08-31
1
-9
/
+37
*
ARM: hw_breakpoint: add support for multiple watchpoints
Will Deacon
2011-08-31
1
-35
/
+65
*
ARM: hw_breakpoint: reserve one breakpoint for watchpoint stepping
Will Deacon
2011-08-31
1
-39
/
+24
*
ARM: hw_breakpoint: add initial Cortex-A15 (debug v7.1) support
Will Deacon
2011-08-31
1
-19
/
+36
*
ARM: entry: avoid enabling interrupts in prefetch/data abort handlers
Russell King
2011-07-02
1
-7
/
+5
*
ARM: 6864/1: hw_breakpoint: clear DBGVCR out of reset
Will Deacon
2011-04-10
1
-0
/
+7
*
ARM: 6797/1: hw_breakpoint: Fix newlines in WARNings
Stephen Boyd
2011-03-10
1
-7
/
+7
*
ARM: 6768/1: hw_breakpoint: ensure debug logic is powered up on v7 cores
Will Deacon
2011-02-26
1
-3
/
+23
*
ARM: 6657/1: hw_breakpoint: fix ptrace breakpoint advertising on unsupported ...
Will Deacon
2011-02-11
1
-5
/
+13
*
ARM: 6656/1: hw_breakpoint: avoid UNPREDICTABLE behaviour when reading DBGDSCR
Will Deacon
2011-02-11
1
-13
/
+13
*
ARM: hw_breakpoint: do not fail initcall if monitor mode is disabled
Will Deacon
2010-12-15
1
-29
/
+25
*
ARM: hw_breakpoint: fix warnings generated by sparse
Will Deacon
2010-12-06
1
-7
/
+13
*
ARM: hw_breakpoint: disallow per-cpu breakpoints without overflow handler
Will Deacon
2010-12-06
1
-2
/
+4
*
ARM: hw_breakpoint: unify single-stepping code for watchpoints and breakpoints
Will Deacon
2010-12-06
1
-41
/
+40
*
ARM: hw_breakpoint: do not allocate new breakpoints with preemption disabled
Will Deacon
2010-12-06
1
-57
/
+77
*
ARM: hw_breakpoint: don't advertise reserved breakpoints
Will Deacon
2010-12-06
1
-89
/
+117
*
ARM: hw_breakpoint: disable preemption during debug exception handling
Will Deacon
2010-12-06
1
-5
/
+13
*
ARM: hw_breakpoint: correct and simplify alignment fixup code
Will Deacon
2010-12-06
1
-26
/
+31
*
ARM: hw_breakpoint: reset control registers in hotplug path
Will Deacon
2010-12-06
1
-1
/
+15
*
ARM: hw_breakpoint: ensure OS lock is clear before writing to debug registers
Will Deacon
2010-12-06
1
-5
/
+22
*
ARM: arch/arm/kernel/hw_breakpoint.c: Convert WARN_ON to WARN
Joe Perches
2010-11-07
1
-2
/
+1
*
ARM: 6356/1: hw-breakpoint: add ARM backend for the hw-breakpoint framework
Will Deacon
2010-09-08
1
-0
/
+849