aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/kprobes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-09Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-07-08kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_func_entry()Naveen N. Rao1-1/+1
2017-07-03powerpc/kprobes: Move kprobes over to patch_instruction()Balbir Singh1-6/+2
2017-06-16powerpc/kprobes: Skip livepatch_handler() for jprobesNaveen N. Rao1-0/+6
2017-06-16powerpc/kprobes: Pause function_graph tracing during jprobes handlingNaveen N. Rao1-0/+11
2017-05-16powerpc/kprobes: Fix handling of instruction emulation on probe re-entryNaveen N. Rao1-1/+2
2017-04-25Merge branch 'topic/kprobes' into nextMichael Ellerman1-22/+127
2017-04-24powerpc/kprobes: Prefer ftrace when probing function entryNaveen N. Rao1-2/+15
2017-04-24powerpc/kprobes: Add support for KPROBES_ON_FTRACENaveen N. Rao1-1/+7
2017-04-23powerpc/kprobes: Blacklist exception handlersNaveen N. Rao1-0/+9
2017-04-23powerpc/kprobes: Convert __kprobes to NOKPROBE_SYMBOL()Naveen N. Rao1-21/+34
2017-04-23powerpc/kprobes: Remove duplicate saving of MSRNaveen N. Rao1-1/+0
2017-04-20powerpc/kprobes: Emulate instructions on kprobe handler re-entryNaveen N. Rao1-0/+8
2017-04-20powerpc/kprobes: Factor out code to emulate instruction into a helperNaveen N. Rao1-21/+31
2017-04-20powerpc/kretprobes: Override default function entry offsetNaveen N. Rao1-0/+9
2017-04-20powerpc/kprobes: Fix handling of function offsets on ABIv2Naveen N. Rao1-2/+2
2017-04-20kprobes: Convert kprobe_lookup_name() to a functionNaveen N. Rao1-0/+58
2017-02-10powerpc/kprobes: Remove kprobe_exceptions_notify()Naveen N. Rao1-9/+0
2017-02-10powerpc/kprobes: Optimize kprobe in kretprobe_trampoline()Anju T1-0/+8
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-23powerpc/kprobes: Invoke handlers directlyNaveen N. Rao1-22/+7
2016-11-14powerpc: Add support for relative exception tablesNicholas Piggin1-1/+1
2016-08-22powerpc: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-06-21powerpc/kprobes: Remove kretprobe_trampoline_holder.Thiago Jung Bauermann1-6/+5
2016-06-14powerpc: Define and use PPC64_ELF_ABI_v2/v1Michael Ellerman1-4/+2
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter1-3/+3
2014-06-24powerpc/kprobes: Fix jprobes on ABI v2 (LE)Michael Ellerman1-3/+6
2013-10-14doc: typo on word accounting in kprobes.c in mutliple architecturesAnoop Thomas Mathew1-1/+1
2013-06-20powerpc: Move the single step enable code to a generic pathSuzuki K. Poulose1-19/+1
2013-06-20powerpc/kprobes: Do not disable External interrupts during single stepSuzuki K. Poulose1-5/+5
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-3/+3
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-1/+0
2010-06-02powerpc/kprobes: Remove resume_execution() in kprobesAnanth N Mavinakayanahalli1-12/+2
2010-05-05powerpc/476: Add isync after loading mmu and debug spr'sDave Kleikamp1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-17powerpc/booke: Introduce new CONFIG options for advanced debug registersDave Kleikamp1-2/+2
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-01-06kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu1-3/+4
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2008-07-25kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S1-4/+2
2008-06-26powerpc/booke: Add kprobes support for booke style processorsKumar Gala1-6/+19
2008-06-26powerpc/kprobes: Some minor fixesKumar Gala1-0/+9
2008-05-23[POWERPC] Remove unnecessary cast in arch_deref_entry_point()Michael Ellerman1-1/+1
2008-02-20[POWERPC] Kill sparse warnings in kprobesAnanth N Mavinakayanahalli1-4/+5
2007-10-16kprobes: support kretprobe blacklistMasami Hiramatsu1-0/+2
2007-07-19jprobes: make jprobes a little safer for usersMichael Ellerman1-3/+8
2007-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-9/+1
2007-05-08Kprobes: The ON/OFF knob thru debugfsAnanth N Mavinakayanahalli1-0/+8
2007-05-08kprobes: kretprobes simplificationsChristoph Hellwig1-14/+5
2007-05-08Kprobes: print details of kretprobe on assertion failureAnanth N Mavinakayanahalli1-1/+1