aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib/sstep.c
AgeCommit message (Expand)Author
2018-06-04powerpc/sstep: Fix kernel crash if VSX is not presentRavi Bangoria
2018-06-03powerpc/sstep: Introduce GETTYPE macroRavi Bangoria
2018-05-18powerpc/lib: Fix "integer constant is too large" build failureFinn Thain
2018-03-13powerpc/32: Move the inline keyword at the beginning of function declarationMathieu Malaterre
2017-11-12powerpc/kprobes: Blacklist emulate_update_regs() from kprobesNaveen N. Rao
2017-11-10Merge branch 'fixes' into nextMichael Ellerman
2017-10-10powerpc/lib/sstep: Fix count leading zeros instructionsSandipan Das
2017-10-04powerpc/lib/sstep: Fix fixed-point shift instructions that set CA32Sandipan Das
2017-10-04powerpc/lib/sstep: Fix fixed-point arithmetic instructions that set CA32Sandipan Das
2017-10-04powerpc/lib/sstep: Add XER bits introduced in POWER ISA v3.0Sandipan Das
2017-09-20powerpc/sstep: mullw should calculate a 64 bit signed resultAnton Blanchard
2017-09-20powerpc/sstep: Fix issues with mcrfAnton Blanchard
2017-09-20powerpc/sstep: Fix issues with set_cr0()Anton Blanchard
2017-09-02powerpc/sstep: Avoid used uninitialized errorMichael Ellerman
2017-09-01powerpc: Wrap register number correctly for string load/store instructionsPaul Mackerras
2017-09-01powerpc: Emulate load/store floating point as integer word instructionsPaul Mackerras
2017-09-01powerpc: Separate out load/store emulation into its own functionPaul Mackerras
2017-09-01powerpc: Handle opposite-endian processes in emulation codePaul Mackerras
2017-09-01powerpc: Set regs->dar if memory access fails in emulate_step()Paul Mackerras
2017-09-01powerpc: Emulate the dcbz instructionPaul Mackerras
2017-09-01powerpc: Emulate load/store floating double pair instructionsPaul Mackerras
2017-09-01powerpc: Emulate vector element load/store instructionsPaul Mackerras
2017-09-01powerpc: Emulate FP/vector/VSX loads/stores correctly when regs not livePaul Mackerras
2017-09-01powerpc: Make load/store emulation use larger memory accessesPaul Mackerras
2017-09-01powerpc: Add emulation for the addpcis instructionPaul Mackerras
2017-09-01powerpc: Don't update CR0 in emulation of popcnt, prty, bpermd instructionsPaul Mackerras
2017-09-01powerpc: Fix emulation of the isel instructionPaul Mackerras
2017-09-01powerpc/64: Fix update forms of loads and stores to write 64-bit EAPaul Mackerras
2017-09-01powerpc: Handle most loads and stores in instruction emulation codePaul Mackerras
2017-09-01powerpc: Don't check MSR FP/VMX/VSX enable bits in analyse_instr()Paul Mackerras
2017-09-01powerpc: Change analyse_instr so it doesn't modify *regsPaul Mackerras
2017-08-10powerpc/lib/sstep: Add isel instruction emulationMatt Brown
2017-08-10powerpc/lib/sstep: Add prty instruction emulationMatt Brown
2017-08-10powerpc/lib/sstep: Add bpermd instruction emulationMatt Brown
2017-08-10powerpc/lib/sstep: Add popcnt instruction emulationMatt Brown
2017-08-10powerpc/lib/sstep: Add cmpb instruction emulationMatt Brown
2017-07-12powerpc: Fix emulation of mfocrf in emulate_step()Anton Blanchard
2017-07-12powerpc: Fix emulation of mcrf in emulate_step()Anton Blanchard
2017-04-23powerpc/kprobes: Convert __kprobes to NOKPROBE_SYMBOL()Naveen N. Rao
2017-03-03powerpc: Emulation support for load/store instructions on LERavi Bangoria
2017-01-25powerpc/sstep: Return directly after a failed address_ok() in emulate_step()Markus Elfring
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-18powerpc/lib: Fix randconfig build failure in sstep.cMichael Ellerman
2016-11-14powerpc: EX_TABLE macro for exception tablesNicholas Piggin
2016-05-11powerpc/sstep: Fix emulation fall-throughOliver O'Halloran
2016-05-11powerpc/sstep: Fix sstep.c compile on powerpcspeLennart Sorensen
2014-11-12powerpc: Fix compilation of emulate_step()Paul Mackerras
2014-09-25powerpc: Implement emulation of string loads and storesPaul Mackerras
2014-09-25powerpc: Emulate icbi, mcrf and conditional-trap instructionsPaul Mackerras
2014-09-25powerpc: Split out instruction analysis part of emulate_step()Paul Mackerras