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
starfive-6.6.48-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
/
kprobes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-19
Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-8
/
+6
2022-12-15
mm: Introduce set_memory_rox()
Peter Zijlstra
1
-5
/
+4
2022-11-24
powerpc/kprobes: Use preempt_enable() rather than the no_resched variant
Naveen N. Rao
1
-6
/
+6
2022-11-24
powerpc/kprobes: Remove preempt disable around call to get_kprobe() in arch_p...
Naveen N. Rao
1
-2
/
+0
2022-09-28
powerpc/kprobes: Fix null pointer reference in arch_prepare_kprobe()
Li Huafei
1
-1
/
+7
2022-06-29
powerpc/64: Drop ppc_inst_as_str()
Michael Ellerman
1
-1
/
+1
2022-05-19
powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}
Christophe Leroy
1
-3
/
+3
2022-05-05
powerpc: Reject probes on instructions that can't be single stepped
Naveen N. Rao
1
-2
/
+2
2022-03-15
x86/ibt,kprobes: Cure sym+0 equals fentry woes
Peter Zijlstra
1
-13
/
+21
2021-12-09
powerpc/inst: Define ppc_inst_t
Christophe Leroy
1
-2
/
+2
2021-10-01
kprobes: treewide: Make it harder to refer kretprobe_trampoline directly
Masami Hiramatsu
1
-8
/
+8
2021-10-01
kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()
Masami Hiramatsu
1
-1
/
+1
2021-10-01
kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...
Masami Hiramatsu
1
-11
/
+0
2021-08-09
powerpc/kprobes: Fix kprobe Oops happens in booke
Pu Lehui
1
-1
/
+2
2021-07-02
Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-21
/
+40
2021-06-28
Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-17
/
+0
2021-06-25
powerpc/kprobes: Warn if instruction patching failed
Naveen N. Rao
1
-2
/
+2
2021-06-25
powerpc/kprobes: Roll IS_RFI() macro into IS_RFID()
Naveen N. Rao
1
-2
/
+2
2021-06-24
powerpc/64s: avoid reloading (H)SRR registers if they are still valid
Nicholas Piggin
1
-10
/
+13
2021-06-21
powerpc/kprobes: Mark newly allocated probes as ROX
Russell Currey
1
-0
/
+17
2021-06-16
powerpc: Don't use 'struct ppc_inst' to reference instruction location
Christophe Leroy
1
-9
/
+8
2021-06-03
kprobes: Do not increment probe miss count in the fault handler
Naveen N. Rao
1
-7
/
+0
2021-06-01
kprobes: Remove kprobe::fault_handler
Peter Zijlstra
1
-10
/
+0
2021-05-28
powerpc/kprobes: Fix validation of prefixed instructions across page boundary
Naveen N. Rao
1
-2
/
+2
2020-09-08
powerpc: kprobes: Use generic kretprobe trampoline handler
Masami Hiramatsu
1
-50
/
+3
2020-07-23
powerpc: Add a ppc_inst_as_str() helper
Jordan Niethe
1
-1
/
+1
2020-06-18
maccess: rename probe_kernel_address to get_kernel_nofault
Christoph Hellwig
1
-1
/
+1
2020-06-02
powerpc/kprobes: Use probe_address() to read instructions
Christophe Leroy
1
-3
/
+7
2020-05-18
powerpc/kprobes: Don't allow breakpoints on suffixes
Jordan Niethe
1
-0
/
+13
2020-05-18
powerpc: Introduce a function for reporting instruction length
Jordan Niethe
1
-2
/
+4
2020-05-18
powerpc/kprobes: Use patch_instruction()
Jordan Niethe
1
-4
/
+1
2020-05-18
powerpc: Use a function for reading instructions
Jordan Niethe
1
-3
/
+3
2020-05-18
powerpc: Use a datatype for instructions
Jordan Niethe
1
-4
/
+4
2020-05-18
powerpc: Use an accessor for instructions
Jordan Niethe
1
-1
/
+1
2020-05-18
powerpc: Use a macro for creating instructions from u32s
Jordan Niethe
1
-2
/
+3
2020-03-25
powerpc/kprobes: Ignore traps that happened in real mode
Christophe Leroy
1
-0
/
+3
2020-03-25
powerpc/kprobes: Remove redundant code
Christophe Leroy
1
-48
/
+33
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2018-06-21
bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe
Masami Hiramatsu
1
-2
/
+5
2018-06-21
powerpc/kprobes: Don't call the ->break_handler() in powerpc kprobes code
Masami Hiramatsu
1
-20
/
+11
2018-06-21
powerpc/kprobes: Remove jprobe powerpc implementation
Masami Hiramatsu
1
-54
/
+0
2018-03-30
powerpc/kprobes: Fix call trace due to incorrect preempt count
Naveen N. Rao
1
-13
/
+17
2017-11-12
powerpc/kprobes: refactor kprobe_lookup_name for safer string operations
Naveen N. Rao
1
-27
/
+20
2017-11-10
Merge branch 'fixes' into next
Michael Ellerman
1
-1
/
+6
2017-11-01
powerpc/kprobes: Dereference function pointers only if the address does not b...
Naveen N. Rao
1
-1
/
+6
2017-10-05
powerpc/jprobes: Validate break handler invocation as being due to a jprobe_r...
Naveen N. Rao
1
-11
/
+9
2017-10-04
powerpc/kprobes: Clean up jprobe detection in livepatch handler
Naveen N. Rao
1
-6
/
+0
2017-10-04
powerpc/kprobes: Do not suppress instruction emulation if a single run failed
Naveen N. Rao
1
-3
/
+14
2017-10-04
powerpc/kprobes: Some cosmetic updates to try_to_emulate()
Naveen N. Rao
1
-2
/
+2
2017-07-09
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
[next]