summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/kprobes.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-50/+3
* powerpc: Add a ppc_inst_as_str() helperJordan Niethe2020-07-231-1/+1
* maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-181-1/+1
* powerpc/kprobes: Use probe_address() to read instructionsChristophe Leroy2020-06-021-3/+7
* powerpc/kprobes: Don't allow breakpoints on suffixesJordan Niethe2020-05-191-0/+13
* powerpc: Introduce a function for reporting instruction lengthJordan Niethe2020-05-191-2/+4
* powerpc/kprobes: Use patch_instruction()Jordan Niethe2020-05-191-4/+1
* powerpc: Use a function for reading instructionsJordan Niethe2020-05-191-3/+3
* powerpc: Use a datatype for instructionsJordan Niethe2020-05-191-4/+4
* powerpc: Use an accessor for instructionsJordan Niethe2020-05-191-1/+1
* powerpc: Use a macro for creating instructions from u32sJordan Niethe2020-05-191-2/+3
* powerpc/kprobes: Ignore traps that happened in real modeChristophe Leroy2020-03-251-0/+3
* powerpc/kprobes: Remove redundant codeChristophe Leroy2020-03-251-48/+33
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu2018-06-211-2/+5
* powerpc/kprobes: Don't call the ->break_handler() in powerpc kprobes codeMasami Hiramatsu2018-06-211-20/+11
* powerpc/kprobes: Remove jprobe powerpc implementationMasami Hiramatsu2018-06-211-54/+0
* powerpc/kprobes: Fix call trace due to incorrect preempt countNaveen N. Rao2018-03-311-13/+17
* powerpc/kprobes: refactor kprobe_lookup_name for safer string operationsNaveen N. Rao2017-11-121-27/+20
* Merge branch 'fixes' into nextMichael Ellerman2017-11-101-1/+6
|\
| * powerpc/kprobes: Dereference function pointers only if the address does not b...Naveen N. Rao2017-11-011-1/+6
* | powerpc/jprobes: Validate break handler invocation as being due to a jprobe_r...Naveen N. Rao2017-10-051-11/+9
* | powerpc/kprobes: Clean up jprobe detection in livepatch handlerNaveen N. Rao2017-10-041-6/+0
* | powerpc/kprobes: Do not suppress instruction emulation if a single run failedNaveen N. Rao2017-10-041-3/+14
* | powerpc/kprobes: Some cosmetic updates to try_to_emulate()Naveen N. Rao2017-10-041-2/+2
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-091-1/+1
|\
| * kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Naveen N. Rao2017-07-081-1/+1
* | powerpc/kprobes: Move kprobes over to patch_instruction()Balbir Singh2017-07-031-6/+2
|/
* powerpc/kprobes: Skip livepatch_handler() for jprobesNaveen N. Rao2017-06-161-0/+6
* powerpc/kprobes: Pause function_graph tracing during jprobes handlingNaveen N. Rao2017-06-161-0/+11
* powerpc/kprobes: Fix handling of instruction emulation on probe re-entryNaveen N. Rao2017-05-161-1/+2
* Merge branch 'topic/kprobes' into nextMichael Ellerman2017-04-251-22/+127
|\
| * powerpc/kprobes: Prefer ftrace when probing function entryNaveen N. Rao2017-04-241-2/+15
| * powerpc/kprobes: Add support for KPROBES_ON_FTRACENaveen N. Rao2017-04-241-1/+7
| * powerpc/kprobes: Emulate instructions on kprobe handler re-entryNaveen N. Rao2017-04-201-0/+8
| * powerpc/kprobes: Factor out code to emulate instruction into a helperNaveen N. Rao2017-04-201-21/+31
| * powerpc/kretprobes: Override default function entry offsetNaveen N. Rao2017-04-201-0/+9
| * powerpc/kprobes: Fix handling of function offsets on ABIv2Naveen N. Rao2017-04-201-2/+2
| * kprobes: Convert kprobe_lookup_name() to a functionNaveen N. Rao2017-04-201-0/+58
* | powerpc/kprobes: Blacklist exception handlersNaveen N. Rao2017-04-231-0/+9
* | powerpc/kprobes: Convert __kprobes to NOKPROBE_SYMBOL()Naveen N. Rao2017-04-231-21/+34
* | powerpc/kprobes: Remove duplicate saving of MSRNaveen N. Rao2017-04-231-1/+0
|/
* powerpc/kprobes: Remove kprobe_exceptions_notify()Naveen N. Rao2017-02-101-9/+0
* powerpc/kprobes: Optimize kprobe in kretprobe_trampoline()Anju T2017-02-101-0/+8
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* powerpc/kprobes: Invoke handlers directlyNaveen N. Rao2016-11-231-22/+7
* powerpc: Add support for relative exception tablesNicholas Piggin2016-11-141-1/+1
* powerpc: migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-08-221-1/+1
* powerpc/kprobes: Remove kretprobe_trampoline_holder.Thiago Jung Bauermann2016-06-211-6/+5
* powerpc: Define and use PPC64_ELF_ABI_v2/v1Michael Ellerman2016-06-141-4/+2