summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/kprobes.c
AgeCommit message (Expand)Author
2017-11-12powerpc/kprobes: refactor kprobe_lookup_name for safer string operationsNaveen N. Rao
2017-11-10Merge branch 'fixes' into nextMichael Ellerman
2017-11-01powerpc/kprobes: Dereference function pointers only if the address does not b...Naveen N. Rao
2017-10-05powerpc/jprobes: Validate break handler invocation as being due to a jprobe_r...Naveen N. Rao
2017-10-04powerpc/kprobes: Clean up jprobe detection in livepatch handlerNaveen N. Rao
2017-10-04powerpc/kprobes: Do not suppress instruction emulation if a single run failedNaveen N. Rao
2017-10-04powerpc/kprobes: Some cosmetic updates to try_to_emulate()Naveen N. Rao
2017-07-09Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-07-08kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Naveen N. Rao
2017-07-03powerpc/kprobes: Move kprobes over to patch_instruction()Balbir Singh
2017-06-16powerpc/kprobes: Skip livepatch_handler() for jprobesNaveen N. Rao
2017-06-16powerpc/kprobes: Pause function_graph tracing during jprobes handlingNaveen N. Rao
2017-05-16powerpc/kprobes: Fix handling of instruction emulation on probe re-entryNaveen N. Rao
2017-04-25Merge branch 'topic/kprobes' into nextMichael Ellerman
2017-04-24powerpc/kprobes: Prefer ftrace when probing function entryNaveen N. Rao
2017-04-24powerpc/kprobes: Add support for KPROBES_ON_FTRACENaveen N. Rao
2017-04-23powerpc/kprobes: Blacklist exception handlersNaveen N. Rao
2017-04-23powerpc/kprobes: Convert __kprobes to NOKPROBE_SYMBOL()Naveen N. Rao
2017-04-23powerpc/kprobes: Remove duplicate saving of MSRNaveen N. Rao
2017-04-20powerpc/kprobes: Emulate instructions on kprobe handler re-entryNaveen N. Rao
2017-04-20powerpc/kprobes: Factor out code to emulate instruction into a helperNaveen N. Rao
2017-04-20powerpc/kretprobes: Override default function entry offsetNaveen N. Rao
2017-04-20powerpc/kprobes: Fix handling of function offsets on ABIv2Naveen N. Rao
2017-04-20kprobes: Convert kprobe_lookup_name() to a functionNaveen N. Rao
2017-02-10powerpc/kprobes: Remove kprobe_exceptions_notify()Naveen N. Rao
2017-02-10powerpc/kprobes: Optimize kprobe in kretprobe_trampoline()Anju T
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-23powerpc/kprobes: Invoke handlers directlyNaveen N. Rao
2016-11-14powerpc: Add support for relative exception tablesNicholas Piggin
2016-08-22powerpc: migrate exception table users off module.h and onto extable.hPaul Gortmaker
2016-06-21powerpc/kprobes: Remove kretprobe_trampoline_holder.Thiago Jung Bauermann
2016-06-14powerpc: Define and use PPC64_ELF_ABI_v2/v1Michael Ellerman
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter
2014-06-24powerpc/kprobes: Fix jprobes on ABI v2 (LE)Michael Ellerman
2013-10-14doc: typo on word accounting in kprobes.c in mutliple architecturesAnoop Thomas Mathew
2013-06-20powerpc: Move the single step enable code to a generic pathSuzuki K. Poulose
2013-06-20powerpc/kprobes: Do not disable External interrupts during single stepSuzuki K. Poulose
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells
2010-06-02powerpc/kprobes: Remove resume_execution() in kprobesAnanth N Mavinakayanahalli
2010-05-05powerpc/476: Add isync after loading mmu and debug spr'sDave Kleikamp
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-17powerpc/booke: Introduce new CONFIG options for advanced debug registersDave Kleikamp
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-01-06kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer
2008-07-25kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S
2008-06-26powerpc/booke: Add kprobes support for booke style processorsKumar Gala
2008-06-26powerpc/kprobes: Some minor fixesKumar Gala
2008-05-23[POWERPC] Remove unnecessary cast in arch_deref_entry_point()Michael Ellerman