| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc/64s: flush L1D after user accesses | Nicholas Piggin | 2020-11-22 | 1 | -0/+50 |
* | powerpc/64s: flush L1D on kernel entry | Nicholas Piggin | 2020-11-22 | 1 | -0/+54 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
* | powerpc/fsl: Add infrastructure to fixup branch predictor flush | Diana Craciun | 2018-12-20 | 1 | -0/+23 |
* | powerpc/lib: Declare static methods | Breno Leitao | 2018-11-25 | 1 | -2/+2 |
* | powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3E | Diana Craciun | 2018-08-08 | 1 | -0/+31 |
* | powerpc/64: Add CONFIG_PPC_BARRIER_NOSPEC | Michael Ellerman | 2018-08-08 | 1 | -2/+4 |
* | Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2018-06-07 | 1 | -6/+54 |
|\ |
|
| * | powerpc/64s: Patch barrier_nospec in modules | Michal Suchanek | 2018-06-03 | 1 | -3/+13 |
| * | powerpc/64s: Add support for ori barrier_nospec patching | Michal Suchanek | 2018-06-03 | 1 | -0/+27 |
| * | powerpc/lib: Add alt patching test of branching past the last instruction | Michael Ellerman | 2018-05-11 | 1 | -0/+11 |
| * | powerpc/lib: Fix the feature fixup tests to actually work | Michael Ellerman | 2018-05-11 | 1 | -6/+6 |
* | | powerpc/64s: Add support for a store forwarding barrier at kernel entry/exit | Nicholas Piggin | 2018-05-21 | 1 | -0/+115 |
|/ |
|
* | powerpc/lib: Fix off-by-one in alternate feature patching | Michael Ellerman | 2018-04-17 | 1 | -1/+1 |
* | powerpc/rfi-flush: Differentiate enabled and patched flush types | Mauricio Faria de Oliveira | 2018-03-27 | 1 | -1/+8 |
* | Merge branch 'fixes' into next | Michael Ellerman | 2018-01-21 | 1 | -0/+41 |
|\ |
|
| * | powerpc/64s: Add support for RFI flush of L1-D cache | Michael Ellerman | 2018-01-10 | 1 | -0/+41 |
* | | powerpc/lib/feature-fixups: use raw_patch_instruction() | Christophe Leroy | 2018-01-21 | 1 | -4/+4 |
|/ |
|
* | powerpc: make feature-fixup tests fortify-safe | Daniel Axtens | 2017-07-12 | 1 | -90/+90 |
* | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | powerpc/32: Fix crash during static key init | Benjamin Herrenschmidt | 2016-08-10 | 1 | -0/+3 |
* | powerpc/32: Fix early access to cpu_spec relocation | Benjamin Herrenschmidt | 2016-08-03 | 1 | -1/+1 |
* | powerpc: Add option to use jump label for mmu_has_feature() | Kevin Hao | 2016-08-01 | 1 | -0/+1 |
* | powerpc: Add option to use jump label for cpu_has_feature() | Kevin Hao | 2016-08-01 | 1 | -0/+1 |
* | powerpc: Call jump_label_init() in apply_feature_fixups() | Aneesh Kumar K.V | 2016-08-01 | 1 | -0/+8 |
* | powerpc/kernel: Check features don't change after patching | Michael Ellerman | 2016-08-01 | 1 | -1/+26 |
* | powerpc: Factor do_feature_fixup calls | Benjamin Herrenschmidt | 2016-07-21 | 1 | -2/+30 |
* | powerpc: Make a bunch of things static | Anton Blanchard | 2014-09-25 | 1 | -1/+1 |
* | powerpc: Copy down exception vectors after feature fixups | Anton Blanchard | 2011-11-16 | 1 | -0/+23 |
* | powerpc: Fix feature-fixup tests for gcc 4.5 | Stephen Rothwell | 2010-07-08 | 1 | -8/+9 |
* | powerpc: Fix lwsync feature fixup vs. modules on 64-bit | Benjamin Herrenschmidt | 2010-02-26 | 1 | -1/+2 |
* | powerpc: Fix lwsync patching code on 64bit | Anton Blanchard | 2010-02-17 | 1 | -1/+1 |
* | powerpc: Unify opcode definitions and support | Kumar Gala | 2009-02-23 | 1 | -2/+2 |
* | powerpc: Use WARN_ON(1) instead of __WARN() | Michael Ellerman | 2008-07-22 | 1 | -1/+1 |
* | powerpc: Fixup lwsync at runtime | Kumar Gala | 2008-07-03 | 1 | -0/+36 |
* | powerpc: Add self-tests of the feature fixup code | Michael Ellerman | 2008-07-01 | 1 | -0/+206 |
* | powerpc: Add logic to patch alternative feature sections | Michael Ellerman | 2008-07-01 | 1 | -14/+65 |
* | powerpc: Introduce infrastructure for feature sections with alternatives | Michael Ellerman | 2008-07-01 | 1 | -0/+2 |
* | powerpc: Split out do_feature_fixups() from cputable.c | Michael Ellerman | 2008-07-01 | 1 | -0/+56 |