summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib
Commit message (Expand)AuthorAgeFilesLines
* powerpc/lib/sstep: Fix build errors with newer binutilsAnders Roxell2022-04-201-0/+6
* powerpc/lib/sstep: Fix 'sthcx' instructionAnders Roxell2022-04-201-1/+1
* powerpc/lib/sstep: fix 'ptesync' build errorAnders Roxell2022-02-231-0/+2
* powerpc/32: Fix boot failure with GCC latent entropy pluginChristophe Leroy2022-02-081-0/+3
* powerpc/lib: Add helper to check if offset is within conditional branch rangeNaveen N. Rao2021-11-261-1/+6
* powerpc/64s: Fix crashes when toggling entry flush barrierMichael Ellerman2021-05-221-1/+15
* powerpc/64s: Fix crashes when toggling stf barrierMichael Ellerman2021-05-221-2/+17
* powerpc/64s: flush L1D after user accessesNicholas Piggin2020-11-221-0/+50
* powerpc: Fix __clear_user() with KUAP enabledAndrew Donnellan2020-11-222-5/+5
* powerpc: Add a framework for user access trackingChristophe Leroy2020-11-221-0/+4
* powerpc/64s: flush L1D on kernel entryNicholas Piggin2020-11-221-0/+54
* powerpc/fsl: Add infrastructure to fixup branch predictor flushDiana Craciun2019-04-031-0/+23
* powerpc/asm: Add a patch_site macro & helpers for patching instructionsMichael Ellerman2019-04-031-0/+16
* powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3EDiana Craciun2019-04-031-0/+31
* powerpc/64: Add CONFIG_PPC_BARRIER_NOSPECMichael Ellerman2019-04-031-2/+4
* powerpc/64s: Patch barrier_nospec in modulesMichal Suchanek2019-04-031-3/+13
* powerpc/64s: Add support for ori barrier_nospec patchingMichal Suchanek2019-04-031-0/+27
* powerpc/lib/feature-fixups: use raw_patch_instruction()Christophe Leroy2018-10-202-6/+6
* powerpc/lib: fix book3s/32 boot failure due to code patchingChristophe Leroy2018-10-131-8/+12
* powerpc: Avoid code patching freed init sectionsMichael Neuling2018-10-131-0/+7
* powerpc/lib/code-patching: refactor patch_instruction()Christophe Leroy2018-10-131-15/+15
* powerpc/lib: Adjust .balign inside string functions for PPC32Christophe Leroy2018-08-031-3/+4
* powerpc/64s: Add support for a store forwarding barrier at kernel entry/exitNicholas Piggin2018-05-301-0/+115
* powerpc/rfi-flush: Differentiate enabled and patched flush typesMauricio Faria de Oliveira2018-05-301-1/+8
* powerpc/lib: Fix off-by-one in alternate feature patchingMichael Ellerman2018-04-241-1/+1
* powerpc/modules: Don't try to restore r2 after a sibling callJosh Poimboeuf2018-03-191-0/+5
* powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman2018-01-231-0/+41
* powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWXChristophe Leroy2017-11-301-4/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* powerpc/lib/sstep: Fix count leading zeros instructionsSandipan Das2017-10-101-2/+4
* powerpc/sstep: mullw should calculate a 64 bit signed resultAnton Blanchard2017-09-201-2/+3
* powerpc/sstep: Fix issues with mcrfAnton Blanchard2017-09-201-2/+2
* powerpc/sstep: Fix issues with set_cr0()Anton Blanchard2017-09-201-7/+7
* powerpc: Fix kernel crash in emulation of vector loads and storesPaul Mackerras2017-09-041-4/+4
* powerpc/sstep: Avoid used uninitialized errorMichael Ellerman2017-09-021-0/+1
* powerpc/32: remove a NOP from memset()Christophe Leroy2017-09-011-2/+5
* powerpc/32: optimise memset()Christophe Leroy2017-09-011-7/+14
* powerpc: fix location of two EXPORT_SYMBOLChristophe Leroy2017-09-011-1/+1
* powerpc/32: add memset16()Christophe Leroy2017-09-011-0/+14
* powerpc: Wrap register number correctly for string load/store instructionsPaul Mackerras2017-09-011-2/+4
* powerpc: Emulate load/store floating point as integer word instructionsPaul Mackerras2017-09-011-15/+45
* powerpc: Use instruction emulation infrastructure to handle alignment faultsPaul Mackerras2017-09-011-2/+2
* powerpc: Separate out load/store emulation into its own functionPaul Mackerras2017-09-011-113/+145
* powerpc: Handle opposite-endian processes in emulation codePaul Mackerras2017-09-011-57/+127
* powerpc: Set regs->dar if memory access fails in emulate_step()Paul Mackerras2017-09-011-22/+52
* powerpc: Emulate the dcbz instructionPaul Mackerras2017-09-011-0/+32
* powerpc: Emulate load/store floating double pair instructionsPaul Mackerras2017-09-011-16/+52
* powerpc: Emulate vector element load/store instructionsPaul Mackerras2017-09-011-2/+36
* powerpc: Emulate FP/vector/VSX loads/stores correctly when regs not livePaul Mackerras2017-09-012-267/+202
* powerpc: Make load/store emulation use larger memory accessesPaul Mackerras2017-09-011-129/+106