summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
AgeCommit message (Expand)Author
2019-04-03powerpc/fsl: Add infrastructure to fixup branch predictor flushDiana Craciun
2019-04-03powerpc/asm: Add a patch_site macro & helpers for patching instructionsMichael Ellerman
2019-04-03powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3EDiana Craciun
2019-04-03powerpc/64: Add CONFIG_PPC_BARRIER_NOSPECMichael Ellerman
2019-04-03powerpc/64s: Patch barrier_nospec in modulesMichal Suchanek
2019-04-03powerpc/64s: Add support for ori barrier_nospec patchingMichal Suchanek
2018-10-20powerpc/lib/feature-fixups: use raw_patch_instruction()Christophe Leroy
2018-10-13powerpc/lib: fix book3s/32 boot failure due to code patchingChristophe Leroy
2018-10-13powerpc: Avoid code patching freed init sectionsMichael Neuling
2018-10-13powerpc/lib/code-patching: refactor patch_instruction()Christophe Leroy
2018-08-03powerpc/lib: Adjust .balign inside string functions for PPC32Christophe Leroy
2018-05-30powerpc/64s: Add support for a store forwarding barrier at kernel entry/exitNicholas Piggin
2018-05-30powerpc/rfi-flush: Differentiate enabled and patched flush typesMauricio Faria de Oliveira
2018-04-24powerpc/lib: Fix off-by-one in alternate feature patchingMichael Ellerman
2018-03-19powerpc/modules: Don't try to restore r2 after a sibling callJosh Poimboeuf
2018-01-23powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman
2017-11-30powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWXChristophe Leroy
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-10powerpc/lib/sstep: Fix count leading zeros instructionsSandipan 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-04powerpc: Fix kernel crash in emulation of vector loads and storesPaul Mackerras
2017-09-02powerpc/sstep: Avoid used uninitialized errorMichael Ellerman
2017-09-01powerpc/32: remove a NOP from memset()Christophe Leroy
2017-09-01powerpc/32: optimise memset()Christophe Leroy
2017-09-01powerpc: fix location of two EXPORT_SYMBOLChristophe Leroy
2017-09-01powerpc/32: add memset16()Christophe Leroy
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: Use instruction emulation infrastructure to handle alignment faultsPaul 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-17powerpc/string: Implement optimized memset variantsNaveen N. Rao
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