summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/kprobes.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-8/+6
2022-12-15mm: Introduce set_memory_rox()Peter Zijlstra1-5/+4
2022-11-24powerpc/kprobes: Use preempt_enable() rather than the no_resched variantNaveen N. Rao1-6/+6
2022-11-24powerpc/kprobes: Remove preempt disable around call to get_kprobe() in arch_p...Naveen N. Rao1-2/+0
2022-09-28powerpc/kprobes: Fix null pointer reference in arch_prepare_kprobe()Li Huafei1-1/+7
2022-06-29powerpc/64: Drop ppc_inst_as_str()Michael Ellerman1-1/+1
2022-05-19powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}Christophe Leroy1-3/+3
2022-05-05powerpc: Reject probes on instructions that can't be single steppedNaveen N. Rao1-2/+2
2022-03-15x86/ibt,kprobes: Cure sym+0 equals fentry woesPeter Zijlstra1-13/+21
2021-12-09powerpc/inst: Define ppc_inst_tChristophe Leroy1-2/+2
2021-10-01kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu1-8/+8
2021-10-01kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu1-1/+1
2021-10-01kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...Masami Hiramatsu1-11/+0
2021-08-09powerpc/kprobes: Fix kprobe Oops happens in bookePu Lehui1-1/+2
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-21/+40
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-17/+0
2021-06-25powerpc/kprobes: Warn if instruction patching failedNaveen N. Rao1-2/+2
2021-06-25powerpc/kprobes: Roll IS_RFI() macro into IS_RFID()Naveen N. Rao1-2/+2
2021-06-24powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin1-10/+13
2021-06-21powerpc/kprobes: Mark newly allocated probes as ROXRussell Currey1-0/+17
2021-06-16powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy1-9/+8
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao1-7/+0
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra1-10/+0
2021-05-28powerpc/kprobes: Fix validation of prefixed instructions across page boundaryNaveen N. Rao1-2/+2
2020-09-08powerpc: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu1-50/+3
2020-07-23powerpc: Add a ppc_inst_as_str() helperJordan Niethe1-1/+1
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig1-1/+1
2020-06-02powerpc/kprobes: Use probe_address() to read instructionsChristophe Leroy1-3/+7
2020-05-18powerpc/kprobes: Don't allow breakpoints on suffixesJordan Niethe1-0/+13
2020-05-18powerpc: Introduce a function for reporting instruction lengthJordan Niethe1-2/+4
2020-05-18powerpc/kprobes: Use patch_instruction()Jordan Niethe1-4/+1
2020-05-18powerpc: Use a function for reading instructionsJordan Niethe1-3/+3
2020-05-18powerpc: Use a datatype for instructionsJordan Niethe1-4/+4
2020-05-18powerpc: Use an accessor for instructionsJordan Niethe1-1/+1
2020-05-18powerpc: Use a macro for creating instructions from u32sJordan Niethe1-2/+3
2020-03-25powerpc/kprobes: Ignore traps that happened in real modeChristophe Leroy1-0/+3
2020-03-25powerpc/kprobes: Remove redundant codeChristophe Leroy1-48/+33
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu1-2/+5
2018-06-21powerpc/kprobes: Don't call the ->break_handler() in powerpc kprobes codeMasami Hiramatsu1-20/+11
2018-06-21powerpc/kprobes: Remove jprobe powerpc implementationMasami Hiramatsu1-54/+0
2018-03-30powerpc/kprobes: Fix call trace due to incorrect preempt countNaveen N. Rao1-13/+17
2017-11-12powerpc/kprobes: refactor kprobe_lookup_name for safer string operationsNaveen N. Rao1-27/+20
2017-11-10Merge branch 'fixes' into nextMichael Ellerman1-1/+6
2017-11-01powerpc/kprobes: Dereference function pointers only if the address does not b...Naveen N. Rao1-1/+6
2017-10-05powerpc/jprobes: Validate break handler invocation as being due to a jprobe_r...Naveen N. Rao1-11/+9
2017-10-04powerpc/kprobes: Clean up jprobe detection in livepatch handlerNaveen N. Rao1-6/+0
2017-10-04powerpc/kprobes: Do not suppress instruction emulation if a single run failedNaveen N. Rao1-3/+14
2017-10-04powerpc/kprobes: Some cosmetic updates to try_to_emulate()Naveen N. Rao1-2/+2
2017-07-09Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1