summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib/feature-fixups.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-22powerpc/64s: Fix crashes when toggling entry flush barrierMichael Ellerman1-1/+16
2020-11-22powerpc/64s: flush L1D after user accessesNicholas Piggin1-0/+50
2020-11-22powerpc/64s: flush L1D on kernel entryNicholas Piggin1-0/+54
2019-05-16powerpc/fsl: Add infrastructure to fixup branch predictor flushDiana Craciun1-0/+23
2019-05-16powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3EDiana Craciun1-0/+31
2019-05-16powerpc/64: Add CONFIG_PPC_BARRIER_NOSPECMichael Ellerman1-2/+4
2019-05-16powerpc/64s: Patch barrier_nospec in modulesMichal Suchanek1-3/+13
2019-05-16powerpc/64s: Add support for ori barrier_nospec patchingMichal Suchanek1-0/+27
2019-05-16powerpc/64s: Add support for a store forwarding barrier at kernel entry/exitNicholas Piggin1-1/+115
2019-05-16powerpc/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-02-16powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman1-0/+42
2014-09-25powerpc: Make a bunch of things staticAnton Blanchard1-1/+1
2011-11-16powerpc: Copy down exception vectors after feature fixupsAnton Blanchard1-0/+23
2010-07-08powerpc: Fix feature-fixup tests for gcc 4.5Stephen Rothwell1-8/+9
2010-02-26powerpc: Fix lwsync feature fixup vs. modules on 64-bitBenjamin Herrenschmidt1-1/+2
2010-02-17powerpc: Fix lwsync patching code on 64bitAnton Blanchard1-1/+1
2009-02-23powerpc: Unify opcode definitions and supportKumar Gala1-2/+2
2008-07-22powerpc: Use WARN_ON(1) instead of __WARN()Michael Ellerman1-1/+1
2008-07-03powerpc: Fixup lwsync at runtimeKumar Gala1-0/+36
2008-07-01powerpc: Add self-tests of the feature fixup codeMichael Ellerman1-0/+206
2008-07-01powerpc: Add logic to patch alternative feature sectionsMichael Ellerman1-14/+65
2008-07-01powerpc: Introduce infrastructure for feature sections with alternativesMichael Ellerman1-0/+2
2008-07-01powerpc: Split out do_feature_fixups() from cputable.cMichael Ellerman1-0/+56