summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib/feature-fixups.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/fsl: Add infrastructure to fixup branch predictor flushDiana Craciun2018-12-201-0/+23
* powerpc/lib: Declare static methodsBreno Leitao2018-11-251-2/+2
* powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3EDiana Craciun2018-08-081-0/+31
* powerpc/64: Add CONFIG_PPC_BARRIER_NOSPECMichael Ellerman2018-08-081-2/+4
* Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-071-6/+54
|\
| * powerpc/64s: Patch barrier_nospec in modulesMichal Suchanek2018-06-031-3/+13
| * powerpc/64s: Add support for ori barrier_nospec patchingMichal Suchanek2018-06-031-0/+27
| * powerpc/lib: Add alt patching test of branching past the last instructionMichael Ellerman2018-05-111-0/+11
| * powerpc/lib: Fix the feature fixup tests to actually workMichael Ellerman2018-05-111-6/+6
* | powerpc/64s: Add support for a store forwarding barrier at kernel entry/exitNicholas Piggin2018-05-211-0/+115
|/
* powerpc/lib: Fix off-by-one in alternate feature patchingMichael Ellerman2018-04-171-1/+1
* powerpc/rfi-flush: Differentiate enabled and patched flush typesMauricio Faria de Oliveira2018-03-271-1/+8
* Merge branch 'fixes' into nextMichael Ellerman2018-01-211-0/+41
|\
| * powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman2018-01-101-0/+41
* | powerpc/lib/feature-fixups: use raw_patch_instruction()Christophe Leroy2018-01-211-4/+4
|/
* powerpc: make feature-fixup tests fortify-safeDaniel Axtens2017-07-121-90/+90
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+1
* powerpc/32: Fix crash during static key initBenjamin Herrenschmidt2016-08-101-0/+3
* powerpc/32: Fix early access to cpu_spec relocationBenjamin Herrenschmidt2016-08-031-1/+1
* powerpc: Add option to use jump label for mmu_has_feature()Kevin Hao2016-08-011-0/+1
* powerpc: Add option to use jump label for cpu_has_feature()Kevin Hao2016-08-011-0/+1
* powerpc: Call jump_label_init() in apply_feature_fixups()Aneesh Kumar K.V2016-08-011-0/+8
* powerpc/kernel: Check features don't change after patchingMichael Ellerman2016-08-011-1/+26
* powerpc: Factor do_feature_fixup callsBenjamin Herrenschmidt2016-07-211-2/+30
* powerpc: Make a bunch of things staticAnton Blanchard2014-09-251-1/+1
* powerpc: Copy down exception vectors after feature fixupsAnton Blanchard2011-11-161-0/+23
* powerpc: Fix feature-fixup tests for gcc 4.5Stephen Rothwell2010-07-081-8/+9
* powerpc: Fix lwsync feature fixup vs. modules on 64-bitBenjamin Herrenschmidt2010-02-261-1/+2
* powerpc: Fix lwsync patching code on 64bitAnton Blanchard2010-02-171-1/+1
* powerpc: Unify opcode definitions and supportKumar Gala2009-02-231-2/+2
* powerpc: Use WARN_ON(1) instead of __WARN()Michael Ellerman2008-07-221-1/+1
* powerpc: Fixup lwsync at runtimeKumar Gala2008-07-031-0/+36
* powerpc: Add self-tests of the feature fixup codeMichael Ellerman2008-07-011-0/+206
* powerpc: Add logic to patch alternative feature sectionsMichael Ellerman2008-07-011-14/+65
* powerpc: Introduce infrastructure for feature sections with alternativesMichael Ellerman2008-07-011-0/+2
* powerpc: Split out do_feature_fixups() from cputable.cMichael Ellerman2008-07-011-0/+56