aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib/sstep.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-18powerpc/lib: Fix randconfig build failure in sstep.cMichael Ellerman1-0/+1
2016-11-14powerpc: EX_TABLE macro for exception tablesNicholas Piggin1-12/+3
2016-05-11powerpc/sstep: Fix emulation fall-throughOliver O'Halloran1-0/+1
2016-05-11powerpc/sstep: Fix sstep.c compile on powerpcspeLennart Sorensen1-0/+4
2014-11-12powerpc: Fix compilation of emulate_step()Paul Mackerras1-2/+4
2014-09-25powerpc: Implement emulation of string loads and storesPaul Mackerras1-10/+49
2014-09-25powerpc: Emulate icbi, mcrf and conditional-trap instructionsPaul Mackerras1-0/+60
2014-09-25powerpc: Split out instruction analysis part of emulate_step()Paul Mackerras1-360/+537
2014-07-22powerpc: Fix bugs in emulate_step()Paul Mackerras1-5/+5
2014-06-11powerpc: fix typo 'CONFIG_PPC_CPU'Paul Bolle1-1/+1
2013-10-30powerpc: Fix Unaligned LE Floating Point Loads and StoresTom Musta1-12/+40
2013-10-30powerpc: Fix Unaligned Loads and StoresTom Musta1-0/+45
2013-09-25powerpc: Remove ksp_limit on ppc64Benjamin Herrenschmidt1-1/+2
2013-08-27powerpc: Unaligned stores and stmw are broken in emulation codeTom Musta1-3/+5
2013-06-20powerpc: Fix single step emulation of 32bit overflowed branchesMichael Neuling1-1/+1
2012-09-18powerpc/kprobe: Don't emulate store when kprobe stwu r1Tiejun Chen1-2/+34
2011-05-20Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-34/+27
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-0/+1
2011-04-27powerpc: Use MSR_64BIT in sstep.c, fix kprobes on BOOK3EMichael Ellerman1-34/+27
2010-09-02powerpc: mtmsrd not definedSean MacLennan1-0/+8
2010-06-22powerpc: Emulate most Book I instructions in emulate_step()Paul Mackerras1-45/+1469
2009-02-10powerpc: Don't emulate mr. instructionsAnanth N Mavinakayanahalli1-0/+2
2007-04-24[POWERPC] Emulate more instructions in softwareAnanth N Mavinakayanahalli1-1/+44
2006-11-01[POWERPC] Disallow kprobes on emulate_step and branch_takenGui,Jian1-2/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-27[PATCH] powerpc: fix various sparse warningsStephen Rothwell1-1/+1
2005-10-28powerpc: Make single-stepping emulation (mostly) usable on 32-bitPaul Mackerras1-0/+17
2005-09-26powerpc: Merge enough to start building in arch/powerpc.Paul Mackerras1-0/+141