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
/
x86
/
kernel
/
kprobes
/
opt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-31
x86: Add insn_decode_kernel()
Peter Zijlstra
1
-1
/
+1
2021-03-15
x86/kprobes: Convert to insn_decode()
Borislav Petkov
1
-2
/
+7
2020-12-12
x86/kprobes: Fix optprobe to detect INT3 padding correctly
Masami Hiramatsu
1
-2
/
+20
2020-10-14
Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2020-10-13
Merge tag 'x86-paravirt-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+0
2020-09-10
objtool: Rename frame.h -> objtool.h
Julien Thierry
1
-1
/
+1
2020-09-01
static_call: Avoid kprobes on inline static_call()s
Peter Zijlstra
1
-1
/
+3
2020-08-15
x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXL
Juergen Gross
1
-1
/
+0
2020-07-02
Merge branch 'perf/vlbr'
Peter Zijlstra
1
-1
/
+1
2020-06-17
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
1
-1
/
+1
2020-06-15
perf/x86: Add perf text poke events for kprobes
Adrian Hunter
1
-5
/
+33
2020-06-11
x86/entry: Unbreak __irqentry_text_start/end magic
Thomas Gleixner
1
-3
/
+1
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-03-20
x86/optprobe: Fix OPTPROBE vs UACCESS
Peter Zijlstra
1
-0
/
+25
2019-11-27
x86/kprobe: Add comments to arch_{,un}optimize_kprobes()
Peter Zijlstra
1
-2
/
+12
2019-11-27
x86/kprobes: Fix ordering while text-patching
Peter Zijlstra
1
-8
/
+4
2019-11-27
x86/kprobes: Convert to text-patching.h
Peter Zijlstra
1
-23
/
+21
2019-11-27
x86/alternatives: Add and use text_gen_insn() helper
Peter Zijlstra
1
-6
/
+1
2019-11-16
x86/alternatives: Teach text_poke_bp() to emulate instructions
Peter Zijlstra
1
-3
/
+8
2019-09-02
x86: Correct misc typos
Marco Ammon
1
-1
/
+1
2019-07-09
Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-8
/
+8
2019-06-25
x86/stackframe/32: Provide consistent pt_regs
Peter Zijlstra
1
-8
/
+12
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2019-04-29
x86/paravirt: Standardize 'insn_buff' variable names
Ingo Molnar
1
-8
/
+8
2019-02-13
x86/kprobes: Move trampoline code into RODATA
Masami Hiramatsu
1
-7
/
+2
2019-02-13
x86/kprobes: Prohibit probing on optprobe template code
Masami Hiramatsu
1
-0
/
+5
2018-12-04
kprobes/x86: Fix instruction patching corruption when copying more than one R...
Masami Hiramatsu
1
-1
/
+1
2018-10-22
kprobes/x86: Use preempt_enable() in optimized_callback()
Masami Hiramatsu
1
-1
/
+1
2018-06-21
kprobes/x86: Do not disable preempt on int3 path
Masami Hiramatsu
1
-1
/
+0
2018-01-21
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+22
2018-01-19
kprobes/x86: Disable optimizing on the function jumps to indirect thunk
Masami Hiramatsu
1
-1
/
+22
2017-09-28
kprobes/x86: Remove IRQ disabling from ftrace-based/optimized kprobes
Masami Hiramatsu
1
-4
/
+0
2017-09-28
kprobes/x86: Disable preemption in optprobe
Masami Hiramatsu
1
-0
/
+2
2017-09-28
kprobes/x86: Move the get_kprobe_ctlblk() into irq-disabled block
Masami Hiramatsu
1
-1
/
+1
2017-09-28
kprobes/x86: Remove addressof() operators
Masami Hiramatsu
1
-4
/
+4
2017-09-28
kprobes/x86: Make insn buffer always ROX and use text_poke()
Masami Hiramatsu
1
-28
/
+37
2017-08-10
kprobes/x86: Do not jump-optimize kprobes on irq entry code
Masami Hiramatsu
1
-3
/
+6
2017-06-30
objtool, x86: Add several functions and files to the objtool whitelist
Josh Poimboeuf
1
-1
/
+8
2017-05-09
treewide: decouple cacheflush.h and set_memory.h
Laura Abbott
1
-0
/
+1
2017-04-12
kprobes/x86: Consolidate insn decoder users for copying code
Masami Hiramatsu
1
-2
/
+3
2017-04-12
kprobes/x86: Use probe_kernel_read() instead of memcpy()
Masami Hiramatsu
1
-1
/
+4
2017-04-12
kprobes/x86: Set kprobes pages read-only
Masami Hiramatsu
1
-0
/
+3
2017-03-01
kprobes/x86: Fix kernel panic when certain exception-handling addresses are p...
Masami Hiramatsu
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-09-20
x86: Migrate exception table users off module.h and onto extable.h
Paul Gortmaker
1
-1
/
+1
2016-04-29
x86/asm: Stop depending on ptrace.h in alternative.h
Andy Lutomirski
1
-0
/
+1
2015-03-01
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+2
2015-02-21
kprobes/x86: Check for invalid ftrace location in __recover_probed_insn()
Petr Mladek
1
-0
/
+2
2015-01-13
kprobes: Pass the original kprobe for preparing optimized kprobe
Masami Hiramatsu
1
-1
/
+2
[next]