summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/kprobes.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* powerpc: Replace __get_cpu_var usesChristoph Lameter2014-11-031-3/+3
* powerpc/kprobes: Fix jprobes on ABI v2 (LE)Michael Ellerman2014-06-241-3/+6
* doc: typo on word accounting in kprobes.c in mutliple architecturesAnoop Thomas Mathew2013-10-141-1/+1
* powerpc: Move the single step enable code to a generic pathSuzuki K. Poulose2013-06-201-19/+1
* powerpc/kprobes: Do not disable External interrupts during single stepSuzuki K. Poulose2013-06-201-5/+5
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-3/+3
* Disintegrate asm/system.h for PowerPCDavid Howells2012-03-281-1/+0
* powerpc/kprobes: Remove resume_execution() in kprobesAnanth N Mavinakayanahalli2010-06-021-12/+2
* powerpc/476: Add isync after loading mmu and debug spr'sDave Kleikamp2010-05-051-0/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* powerpc/booke: Introduce new CONFIG options for advanced debug registersDave Kleikamp2010-02-171-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-071-1/+1
|\
| * trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-1/+1
* | kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu2009-01-061-3/+4
|/
* kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S2008-07-251-4/+2
* powerpc/booke: Add kprobes support for booke style processorsKumar Gala2008-06-261-6/+19
* powerpc/kprobes: Some minor fixesKumar Gala2008-06-261-0/+9
* [POWERPC] Remove unnecessary cast in arch_deref_entry_point()Michael Ellerman2008-05-231-1/+1
* [POWERPC] Kill sparse warnings in kprobesAnanth N Mavinakayanahalli2008-02-201-4/+5
* kprobes: support kretprobe blacklistMasami Hiramatsu2007-10-161-0/+2
* jprobes: make jprobes a little safer for usersMichael Ellerman2007-07-191-3/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-05-081-9/+1
|\
| * [POWERPC] Minor fault path optimizationChristoph Hellwig2007-05-021-9/+1
* | Kprobes: The ON/OFF knob thru debugfsAnanth N Mavinakayanahalli2007-05-081-0/+8
* | kprobes: kretprobes simplificationsChristoph Hellwig2007-05-081-14/+5
OpenPOWER on IntegriCloud