index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
/
kprobes.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s390/kprobes: enable kretprobes framepointer verification
Vasily Gorbik
2022-03-27
1
-4
/
+4
*
s390/kprobes: Avoid additional kprobe in kretprobe handling
Tobias Huschle
2022-03-10
1
-25
/
+13
*
s390/extable: add and use fixup_exception helper function
Heiko Carstens
2022-03-08
1
-4
/
+1
*
Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2021-11-06
1
-1
/
+47
|
\
|
*
s390/kprobes: add sanity check
Sven Schnelle
2021-10-04
1
-1
/
+47
*
|
kprobes: treewide: Make it harder to refer kretprobe_trampoline directly
Masami Hiramatsu
2021-09-30
1
-5
/
+5
*
|
kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()
Masami Hiramatsu
2021-09-30
1
-1
/
+1
*
|
kprobes: treewide: Cleanup the error messages for kprobes
Masami Hiramatsu
2021-09-30
1
-1
/
+3
|
/
*
s390/kprobes: use is_kernel() helper
Kefeng Wang
2021-07-05
1
-7
/
+2
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-07-02
1
-5
/
+0
|
\
|
*
kprobes: remove duplicated strong free_insn_page in x86 and s390
Barry Song
2021-07-01
1
-5
/
+0
*
|
kprobes: Do not increment probe miss count in the fault handler
Naveen N. Rao
2021-06-03
1
-7
/
+0
*
|
kprobes: Remove kprobe::fault_handler
Peter Zijlstra
2021-06-01
1
-10
/
+0
|
/
*
Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2020-10-16
1
-20
/
+39
|
\
|
*
s390/kprobes: move insn_page to text segment
Heiko Carstens
2020-10-09
1
-4
/
+2
|
*
s390/kprobes: make insn pages read-only
Heiko Carstens
2020-09-14
1
-18
/
+39
*
|
s390: kprobes: Use generic kretprobe trampoline handler
Masami Hiramatsu
2020-09-08
1
-77
/
+2
|
/
*
s390/kernel: expand exception table logic to allow new handling options
Ilya Leoshkevich
2020-07-20
1
-3
/
+1
*
s390: support KPROBES_ON_FTRACE
Sven Schnelle
2020-01-30
1
-56
/
+5
*
s390/kernel: introduce .dma sections
Gerald Schaefer
2019-04-29
1
-1
/
+1
*
s390/kprobes: use static buffer for insn_page
Gerald Schaefer
2019-04-29
1
-17
/
+18
*
bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe
Masami Hiramatsu
2018-06-21
1
-3
/
+4
*
s390/kprobes: Don't call the ->break_handler() in s390 kprobes code
Masami Hiramatsu
2018-06-21
1
-20
/
+0
*
s390/kprobes: Remove jprobe implementation
Masami Hiramatsu
2018-06-21
1
-57
/
+2
*
s390/kprobes: Fix %p uses in error messages
Masami Hiramatsu
2018-02-02
1
-1
/
+1
*
s390/kprobes: remove duplicate includes
Pravin Shedge
2018-01-23
1
-1
/
+0
*
s390: kernel: Remove redundant license text
Greg Kroah-Hartman
2017-11-24
1
-14
/
+0
*
s390: kernel: add SPDX identifiers to the remaining files
Greg Kroah-Hartman
2017-11-24
1
-0
/
+1
*
s390/kprobes: remove KPROBE_SWAP_INST state
Heiko Carstens
2017-10-12
1
-7
/
+0
*
s390: Prevent hotplug rwsem recursion
Thomas Gleixner
2017-05-26
1
-2
/
+2
*
s390: use set_memory.h header
Laura Abbott
2017-05-08
1
-1
/
+1
*
s390: add no-execute support
Martin Schwidefsky
2017-02-08
1
-1
/
+7
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
s390: migrate exception table users off module.h and onto extable.h
Paul Gortmaker
2016-09-20
1
-0
/
+2
*
s390/ftrace/jprobes: Fix conflict between jprobes and function graph tracing
Jiri Olsa
2016-07-31
1
-0
/
+12
*
s390: remove all usages of PSW_ADDR_INSN
Heiko Carstens
2016-01-19
1
-3
/
+3
*
s390: remove all usages of PSW_ADDR_AMODE
Heiko Carstens
2016-01-19
1
-5
/
+5
*
s390/maccess: remove potentially broken probe_kernel_write()
Heiko Carstens
2015-03-25
1
-1
/
+1
*
s390/ftrace: hotpatch support for function tracing
Heiko Carstens
2015-01-29
1
-1
/
+2
*
s390/kprobes: fix instruction copy for out of line execution
Heiko Carstens
2014-12-01
1
-1
/
+1
*
s390/kprobes: make use of NOKPROBE_SYMBOL()
Heiko Carstens
2014-10-27
1
-33
/
+55
*
s390/ftrace,kprobes: allow to patch first instruction
Heiko Carstens
2014-10-27
1
-27
/
+65
*
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2014-10-15
1
-4
/
+4
|
\
|
*
s390: Replace __get_cpu_var uses
Christoph Lameter
2014-08-26
1
-4
/
+4
*
|
s390/uprobes: common library for kprobes and uprobes
Jan Willeke
2014-09-25
1
-151
/
+3
*
|
s390/kprobes: remove unused jprobe_return_end()
Heiko Carstens
2014-09-09
1
-5
/
+0
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2013-11-15
1
-1
/
+1
|
\
|
*
doc: typo on word accounting in kprobes.c in mutliple architectures
Anoop Thomas Mathew
2013-10-14
1
-1
/
+1
*
|
s390/kprobes: allow kprobes only on known instructions
Heiko Carstens
2013-10-24
1
-0
/
+2
*
|
s390/kprobes: use insn_length helper function
Heiko Carstens
2013-10-24
1
-4
/
+5
[next]