index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (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
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
2017-07-08
kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...
Naveen N. Rao
1
-1
/
+1
2017-07-03
powerpc/kprobes: Move kprobes over to patch_instruction()
Balbir Singh
1
-6
/
+2
2017-06-16
powerpc/kprobes: Skip livepatch_handler() for jprobes
Naveen N. Rao
1
-0
/
+6
2017-06-16
powerpc/kprobes: Pause function_graph tracing during jprobes handling
Naveen N. Rao
1
-0
/
+11
2017-05-16
powerpc/kprobes: Fix handling of instruction emulation on probe re-entry
Naveen N. Rao
1
-1
/
+2
2017-04-24
Merge branch 'topic/kprobes' into next
Michael Ellerman
1
-22
/
+127
2017-04-24
powerpc/kprobes: Prefer ftrace when probing function entry
Naveen N. Rao
1
-2
/
+15
2017-04-24
powerpc/kprobes: Add support for KPROBES_ON_FTRACE
Naveen N. Rao
1
-1
/
+7
2017-04-23
powerpc/kprobes: Blacklist exception handlers
Naveen N. Rao
1
-0
/
+9
2017-04-23
powerpc/kprobes: Convert __kprobes to NOKPROBE_SYMBOL()
Naveen N. Rao
1
-21
/
+34
2017-04-23
powerpc/kprobes: Remove duplicate saving of MSR
Naveen N. Rao
1
-1
/
+0
2017-04-20
powerpc/kprobes: Emulate instructions on kprobe handler re-entry
Naveen N. Rao
1
-0
/
+8
2017-04-20
powerpc/kprobes: Factor out code to emulate instruction into a helper
Naveen N. Rao
1
-21
/
+31
2017-04-20
powerpc/kretprobes: Override default function entry offset
Naveen N. Rao
1
-0
/
+9
2017-04-20
powerpc/kprobes: Fix handling of function offsets on ABIv2
Naveen N. Rao
1
-2
/
+2
2017-04-20
kprobes: Convert kprobe_lookup_name() to a function
Naveen N. Rao
1
-0
/
+58
2017-02-10
powerpc/kprobes: Remove kprobe_exceptions_notify()
Naveen N. Rao
1
-9
/
+0
2017-02-10
powerpc/kprobes: Optimize kprobe in kretprobe_trampoline()
Anju T
1
-0
/
+8
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-11-23
powerpc/kprobes: Invoke handlers directly
Naveen N. Rao
1
-22
/
+7
2016-11-14
powerpc: Add support for relative exception tables
Nicholas Piggin
1
-1
/
+1
2016-08-22
powerpc: migrate exception table users off module.h and onto extable.h
Paul Gortmaker
1
-1
/
+1
2016-06-21
powerpc/kprobes: Remove kretprobe_trampoline_holder.
Thiago Jung Bauermann
1
-6
/
+5
2016-06-14
powerpc: Define and use PPC64_ELF_ABI_v2/v1
Michael Ellerman
1
-4
/
+2
[next]