aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/lib/feature-fixups.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-02powerpc/features: Add capability to update mmu features laterGravatar Christophe Leroy 1-4/+27
2022-12-02powerpc/feature-fixups: Do not patch init section after initGravatar Christophe Leroy 1-0/+12
2022-12-02powerpc/feature-fixups: Refactor other fixups patchingGravatar Christophe Leroy 1-49/+28
2022-12-02powerpc/feature-fixups: Refactor entry fixups patchingGravatar Christophe Leroy 1-52/+32
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EGravatar Christophe Leroy 1-2/+2
2022-05-22powerpc/inst: Remove PPC_INST_BRANCHGravatar Christophe Leroy 1-1/+1
2021-12-23powerpc/lib: Add __init attribute to eligible functionsGravatar Nick Child 1-13/+13
2021-12-09powerpc/inst: Define ppc_inst_tGravatar Christophe Leroy 1-2/+2
2021-10-28powerpc/security: Use a mutex for interrupt exit code patchingGravatar Russell Currey 1-0/+11
2021-06-25powerpc/64: use interrupt restart table to speed up return from interruptGravatar Nicholas Piggin 1-4/+48
2021-06-17powerpc: Don't use 'struct ppc_inst' to reference instruction locationGravatar Christophe Leroy 1-48/+47
2021-06-16powerpc: Do not dereference code as 'struct ppc_inst' (uprobe, code-patching,...Gravatar Christophe Leroy 1-1/+1
2021-06-16powerpc/lib/feature-fixups: Use PPC_RAW_xxx() macrosGravatar Christophe Leroy 1-61/+60
2021-05-14powerpc/64s: Fix stf mitigation patching w/strict RWX & hashGravatar Michael Ellerman 1-10/+10
2021-05-14powerpc/64s: Fix entry flush patching w/strict RWX & hashGravatar Michael Ellerman 1-16/+43
2021-05-14powerpc/64s: Fix crashes when toggling entry flush barrierGravatar Michael Ellerman 1-1/+15
2021-05-14powerpc/64s: Fix crashes when toggling stf barrierGravatar Michael Ellerman 1-2/+17
2021-01-20powerpc/64s: fix scv entry fallback flush vs interruptGravatar Nicholas Piggin 1-3/+21
2020-12-04powerpc/feature-fixups: use a semicolon rather than a commaGravatar Daniel Axtens 1-4/+4
2020-11-19powerpc/64s: flush L1D after user accessesGravatar Nicholas Piggin 1-0/+50
2020-11-19powerpc/64s: flush L1D on kernel entryGravatar Nicholas Piggin 1-0/+54
2020-05-26powerpc: Add ppc_inst_next()Gravatar Michael Ellerman 1-7/+8
2020-05-19powerpc: Test prefixed instructions in feature fixupsGravatar Jordan Niethe 1-0/+75
2020-05-19powerpc: Add prefixed instructions to instruction data typeGravatar Jordan Niethe 1-2/+3
2020-05-19powerpc: Introduce a function for reporting instruction lengthGravatar Jordan Niethe 1-7/+7
2020-05-19powerpc: Use a function for reading instructionsGravatar Jordan Niethe 1-2/+2
2020-05-19powerpc: Use a datatype for instructionsGravatar Jordan Niethe 1-30/+32
2020-05-19powerpc: Use a macro for creating instructions from u32sGravatar Jordan Niethe 1-19/+20
2020-05-19powerpc: Change calling convention for create_branch() et. al.Gravatar Jordan Niethe 1-2/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-12-20powerpc/fsl: Add infrastructure to fixup branch predictor flushGravatar Diana Craciun 1-0/+23
2018-11-25powerpc/lib: Declare static methodsGravatar Breno Leitao 1-2/+2
2018-08-08powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3EGravatar Diana Craciun 1-0/+31
2018-08-08powerpc/64: Add CONFIG_PPC_BARRIER_NOSPECGravatar Michael Ellerman 1-2/+4
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-6/+54
2018-06-03powerpc/64s: Patch barrier_nospec in modulesGravatar Michal Suchanek 1-3/+13
2018-06-03powerpc/64s: Add support for ori barrier_nospec patchingGravatar Michal Suchanek 1-0/+27
2018-05-21powerpc/64s: Add support for a store forwarding barrier at kernel entry/exitGravatar Nicholas Piggin 1-0/+115
2018-05-11powerpc/lib: Add alt patching test of branching past the last instructionGravatar Michael Ellerman 1-0/+11
2018-05-11powerpc/lib: Fix the feature fixup tests to actually workGravatar Michael Ellerman 1-6/+6
2018-04-17powerpc/lib: Fix off-by-one in alternate feature patchingGravatar Michael Ellerman 1-1/+1
2018-03-27powerpc/rfi-flush: Differentiate enabled and patched flush typesGravatar Mauricio Faria de Oliveira 1-1/+8
2018-01-21Merge branch 'fixes' into nextGravatar Michael Ellerman 1-0/+41
2018-01-21powerpc/lib/feature-fixups: use raw_patch_instruction()Gravatar Christophe Leroy 1-4/+4
2018-01-10powerpc/64s: Add support for RFI flush of L1-D cacheGravatar Michael Ellerman 1-0/+41
2017-07-12powerpc: make feature-fixup tests fortify-safeGravatar Daniel Axtens 1-90/+90
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Gravatar Ingo Molnar 1-0/+1
2016-08-10powerpc/32: Fix crash during static key initGravatar Benjamin Herrenschmidt 1-0/+3
2016-08-03powerpc/32: Fix early access to cpu_spec relocationGravatar Benjamin Herrenschmidt 1-1/+1
2016-08-01powerpc: Add option to use jump label for mmu_has_feature()Gravatar Kevin Hao 1-0/+1