aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib/feature-fixups.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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