summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib
AgeCommit message (Expand)AuthorFilesLines
2018-10-20powerpc/lib/feature-fixups: use raw_patch_instruction()Christophe Leroy2-6/+6
2018-10-13powerpc/lib: fix book3s/32 boot failure due to code patchingChristophe Leroy1-8/+12
2018-10-13powerpc: Avoid code patching freed init sectionsMichael Neuling1-0/+7
2018-10-13powerpc/lib/code-patching: refactor patch_instruction()Christophe Leroy1-15/+15
2018-08-03powerpc/lib: Adjust .balign inside string functions for PPC32Christophe Leroy1-3/+4
2018-05-30powerpc/64s: Add support for a store forwarding barrier at kernel entry/exitNicholas Piggin1-0/+115
2018-05-30powerpc/rfi-flush: Differentiate enabled and patched flush typesMauricio Faria de Oliveira1-1/+8
2018-04-24powerpc/lib: Fix off-by-one in alternate feature patchingMichael Ellerman1-1/+1
2018-03-19powerpc/modules: Don't try to restore r2 after a sibling callJosh Poimboeuf1-0/+5
2018-01-23powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman1-0/+41
2017-11-30powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWXChristophe Leroy1-4/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-10-10powerpc/lib/sstep: Fix count leading zeros instructionsSandipan Das1-2/+4
2017-09-20powerpc/sstep: mullw should calculate a 64 bit signed resultAnton Blanchard1-2/+3
2017-09-20powerpc/sstep: Fix issues with mcrfAnton Blanchard1-2/+2
2017-09-20powerpc/sstep: Fix issues with set_cr0()Anton Blanchard1-7/+7
2017-09-04powerpc: Fix kernel crash in emulation of vector loads and storesPaul Mackerras1-4/+4
2017-09-02powerpc/sstep: Avoid used uninitialized errorMichael Ellerman1-0/+1
2017-09-01powerpc/32: remove a NOP from memset()Christophe Leroy1-2/+5
2017-09-01powerpc/32: optimise memset()Christophe Leroy1-7/+14
2017-09-01powerpc: fix location of two EXPORT_SYMBOLChristophe Leroy1-1/+1
2017-09-01powerpc/32: add memset16()Christophe Leroy1-0/+14
2017-09-01powerpc: Wrap register number correctly for string load/store instructionsPaul Mackerras1-2/+4
2017-09-01powerpc: Emulate load/store floating point as integer word instructionsPaul Mackerras1-15/+45
2017-09-01powerpc: Use instruction emulation infrastructure to handle alignment faultsPaul Mackerras1-2/+2
2017-09-01powerpc: Separate out load/store emulation into its own functionPaul Mackerras1-113/+145
2017-09-01powerpc: Handle opposite-endian processes in emulation codePaul Mackerras1-57/+127
2017-09-01powerpc: Set regs->dar if memory access fails in emulate_step()Paul Mackerras1-22/+52
2017-09-01powerpc: Emulate the dcbz instructionPaul Mackerras1-0/+32
2017-09-01powerpc: Emulate load/store floating double pair instructionsPaul Mackerras1-16/+52
2017-09-01powerpc: Emulate vector element load/store instructionsPaul Mackerras1-2/+36
2017-09-01powerpc: Emulate FP/vector/VSX loads/stores correctly when regs not livePaul Mackerras2-267/+202
2017-09-01powerpc: Make load/store emulation use larger memory accessesPaul Mackerras1-129/+106
2017-09-01powerpc: Add emulation for the addpcis instructionPaul Mackerras1-3/+11
2017-09-01powerpc: Don't update CR0 in emulation of popcnt, prty, bpermd instructionsPaul Mackerras1-6/+6
2017-09-01powerpc: Fix emulation of the isel instructionPaul Mackerras1-8/+10
2017-09-01powerpc/64: Fix update forms of loads and stores to write 64-bit EAPaul Mackerras1-54/+55
2017-09-01powerpc: Handle most loads and stores in instruction emulation codePaul Mackerras4-62/+681
2017-09-01powerpc: Don't check MSR FP/VMX/VSX enable bits in analyse_instr()Paul Mackerras1-42/+12
2017-09-01powerpc: Change analyse_instr so it doesn't modify *regsPaul Mackerras1-253/+348
2017-08-17powerpc/string: Implement optimized memset variantsNaveen N. Rao1-1/+18
2017-08-10powerpc/lib/sstep: Add isel instruction emulationMatt Brown1-0/+8
2017-08-10powerpc/lib/sstep: Add prty instruction emulationMatt Brown1-0/+26
2017-08-10powerpc/lib/sstep: Add bpermd instruction emulationMatt Brown1-1/+23
2017-08-10powerpc/lib/sstep: Add popcnt instruction emulationMatt Brown1-1/+41
2017-08-10powerpc/lib/sstep: Add cmpb instruction emulationMatt Brown1-0/+20
2017-08-10powerpc: Fix invalid use of register expressionsAndreas Schwab4-74/+74
2017-07-15Merge tag 'powerpc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+17
2017-07-13powerpc: make feature-fixup tests fortify-safeDaniel Axtens1-90/+90
2017-07-12powerpc: Fix emulation of mfocrf in emulate_step()Anton Blanchard1-0/+13