summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib/feature-fixups.c
Commit message (Expand)AuthorAgeFilesLines
* 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