aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib/feature-fixups.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-20powerpc/fsl: Add infrastructure to fixup branch predictor flushDiana Craciun1-0/+23
2018-11-25powerpc/lib: Declare static methodsBreno Leitao1-2/+2
2018-08-08powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3EDiana Craciun1-0/+31
2018-08-08powerpc/64: Add CONFIG_PPC_BARRIER_NOSPECMichael Ellerman1-2/+4
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-6/+54
2018-06-03powerpc/64s: Patch barrier_nospec in modulesMichal Suchanek1-3/+13
2018-06-03powerpc/64s: Add support for ori barrier_nospec patchingMichal Suchanek1-0/+27
2018-05-21powerpc/64s: Add support for a store forwarding barrier at kernel entry/exitNicholas Piggin1-0/+115
2018-05-11powerpc/lib: Add alt patching test of branching past the last instructionMichael Ellerman1-0/+11
2018-05-11powerpc/lib: Fix the feature fixup tests to actually workMichael Ellerman1-6/+6
2018-04-17powerpc/lib: Fix off-by-one in alternate feature patchingMichael Ellerman1-1/+1
2018-03-27powerpc/rfi-flush: Differentiate enabled and patched flush typesMauricio Faria de Oliveira1-1/+8
2018-01-21Merge branch 'fixes' into nextMichael Ellerman1-0/+41
2018-01-21powerpc/lib/feature-fixups: use raw_patch_instruction()Christophe Leroy1-4/+4
2018-01-10powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman1-0/+41
2017-07-12powerpc: make feature-fixup tests fortify-safeDaniel Axtens1-90/+90
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-0/+1
2016-08-10powerpc/32: Fix crash during static key initBenjamin Herrenschmidt1-0/+3
2016-08-03powerpc/32: Fix early access to cpu_spec relocationBenjamin Herrenschmidt1-1/+1
2016-08-01powerpc: Add option to use jump label for mmu_has_feature()Kevin Hao1-0/+1
2016-08-01powerpc: Add option to use jump label for cpu_has_feature()Kevin Hao1-0/+1
2016-08-01powerpc: Call jump_label_init() in apply_feature_fixups()Aneesh Kumar K.V1-0/+8
2016-08-01powerpc/kernel: Check features don't change after patchingMichael Ellerman1-1/+26
2016-07-21powerpc: Factor do_feature_fixup callsBenjamin Herrenschmidt1-2/+30
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