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
/
powerpc
/
kernel
/
hw_breakpoint.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-18
powerpc/watchpoints: Annotate atomic context in more places
Benjamin Gray
1
-0
/
+9
2023-09-18
powerpc/watchpoints: Disable preemption in thread_change_pc()
Benjamin Gray
1
-1
/
+6
2023-08-16
powerpc/watchpoints: Remove ptrace/perf exclusion tracking
Benjamin Gray
1
-248
/
+1
2023-08-16
powerpc/watchpoints: Simplify watchpoint reinsertion
Benjamin Gray
1
-11
/
+1
2023-08-16
powerpc/watchpoints: Track perf single step directly on the breakpoint
Benjamin Gray
1
-47
/
+22
2023-08-16
powerpc/watchpoints: Don't track info persistently
Benjamin Gray
1
-28
/
+32
2023-08-16
powerpc/watchpoints: Explain thread_change_pc() more
Benjamin Gray
1
-0
/
+4
2022-11-24
powerpc/8xx: Fix warning in hw_breakpoint_handler()
Russell Currey
1
-1
/
+1
2022-08-30
powerpc/hw_breakpoint: Avoid relying on caller synchronization
Marco Elver
1
-13
/
+40
2021-12-09
powerpc/inst: Define ppc_inst_t
Christophe Leroy
1
-2
/
+2
2021-08-13
powerpc: rename powerpc_debugfs_root to arch_debugfs_dir
Aneesh Kumar K.V
1
-1
/
+0
2021-06-24
powerpc/64s: avoid reloading (H)SRR registers if they are still valid
Nicholas Piggin
1
-2
/
+2
2020-12-10
powerpc/watchpoint: Workaround P10 DD1 issue with VSX-32 byte instructions
Ravi Bangoria
1
-2
/
+65
2020-09-15
powerpc/watchpoint: Move DAWR detection logic outside of hw_breakpoint.c
Ravi Bangoria
1
-157
/
+2
2020-09-15
powerpc/watchpoint: Fix handling of vector instructions
Ravi Bangoria
1
-0
/
+2
2020-09-15
powerpc/watchpoint: Fix quadword instruction handling on p10 predecessors
Ravi Bangoria
1
-2
/
+10
2020-07-26
powerpc/watchpoint: Remove 512 byte boundary
Ravi Bangoria
1
-2
/
+3
2020-07-26
powerpc/watchpoint: Fix DAWR exception for CACHEOP
Ravi Bangoria
1
-1
/
+20
2020-07-26
powerpc/watchpoint: Fix DAWR exception constraint
Ravi Bangoria
1
-31
/
+41
2020-07-26
powerpc/watchpoint: Fix 512 byte boundary limit
Ravi Bangoria
1
-1
/
+1
2020-05-18
powerpc/watchpoint: Don't allow concurrent perf and ptrace events
Ravi Bangoria
1
-0
/
+221
2020-05-18
powerpc/watchpoint: Prepare handler to handle more than one watchpoint
Ravi Bangoria
1
-88
/
+307
2020-05-18
powerpc/watchpoint: Use builtin ALIGN*() macros
Ravi Bangoria
1
-6
/
+6
2020-05-18
powerpc/watchpoint: Introduce is_ptrace_bp() function
Ravi Bangoria
1
-1
/
+6
2020-05-18
powerpc/watchpoint: Use loop for thread_struct->ptrace_bps
Ravi Bangoria
1
-2
/
+5
2020-05-18
powerpc/watchpoint: Provide DAWR number to __set_breakpoint
Ravi Bangoria
1
-4
/
+4
2020-05-18
powerpc/watchpoint: Introduce function to get nr watchpoints dynamically
Ravi Bangoria
1
-1
/
+1
2020-05-18
powerpc: Define and use get_user_instr() et. al.
Jordan Niethe
1
-1
/
+1
2020-05-18
powerpc: Use a datatype for instructions
Jordan Niethe
1
-2
/
+2
2020-05-18
powerpc: Use a macro for creating instructions from u32s
Jordan Niethe
1
-1
/
+2
2020-04-01
powerpc/ptrace: move ptrace_triggered() into hw_breakpoint.c
Christophe Leroy
1
-0
/
+16
2020-02-24
powerpc/watchpoint: Don't call dar_within_range() for Book3S
Ravi Bangoria
1
-5
/
+7
2020-01-23
powerpc/hw_breakpoints: Rewrite 8xx breakpoints to allow any address range size.
Christophe Leroy
1
-7
/
+8
2019-11-13
powerpc/watchpoint: Don't ignore extraneous exceptions blindly
Ravi Bangoria
1
-21
/
+31
2019-11-13
powerpc/watchpoint: Fix length calculation for unaligned target
Ravi Bangoria
1
-20
/
+47
2019-11-13
powerpc/watchpoint: Introduce macros for watchpoint length
Ravi Bangoria
1
-2
/
+2
2019-09-12
powerpc/watchpoint: Disable watchpoint hit by larx/stcx instructions
Ravi Bangoria
1
-16
/
+33
2019-08-20
powerpc/hw_breakpoint: move instruction stepping out of hw_breakpoint_handler()
Christophe Leroy
1
-27
/
+33
2019-07-14
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-56
/
+0
2019-07-03
powerpc: Fix compile issue with force DAWR
Michael Neuling
1
-61
/
+0
2019-07-03
powerpc: silence a -Wcast-function-type warning in dawr_write_file_bool
Mathieu Malaterre
1
-1
/
+6
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-15
/
+1
2019-04-20
powerpc: Add force enable of DAWR on P9 option
Michael Neuling
1
-1
/
+61
2018-06-26
perf/arch/powerpc: Implement hw_breakpoint_arch_parse()
Frederic Weisbecker
1
-20
/
+21
2018-06-26
perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...
Frederic Weisbecker
1
-4
/
+2
2018-05-21
powerpc/ptrace: Fix enforcement of DAWR constraints
Michael Neuling
1
-2
/
+2
2018-03-27
powerpc: Update ptrace to use ppc_breakpoint_available()
Michael Neuling
1
-0
/
+3
2017-02-18
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...
Michael Ellerman
1
-1
/
+5
2017-02-15
powerpc/xmon: Fix data-breakpoint
Ravi Bangoria
1
-1
/
+3
2017-01-25
powerpc/8xx: Implement hw_breakpoint
Christophe Leroy
1
-1
/
+5
[next]