index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
lib
/
feature-fixups.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-15
powerpc: Add static_key_feature_checks_initialized flag
Nicholas Miehlbradt
1
-0
/
+8
2023-08-02
powerpc/features: Add capability to update mmu features later
Christophe Leroy
1
-4
/
+27
2022-12-02
powerpc/feature-fixups: Do not patch init section after init
Christophe Leroy
1
-0
/
+12
2022-12-02
powerpc/feature-fixups: Refactor other fixups patching
Christophe Leroy
1
-49
/
+28
2022-12-02
powerpc/feature-fixups: Refactor entry fixups patching
Christophe Leroy
1
-52
/
+32
2022-09-26
powerpc: Remove CONFIG_PPC_FSL_BOOK3E
Christophe Leroy
1
-2
/
+2
2022-05-22
powerpc/inst: Remove PPC_INST_BRANCH
Christophe Leroy
1
-1
/
+1
2021-12-23
powerpc/lib: Add __init attribute to eligible functions
Nick Child
1
-13
/
+13
2021-12-09
powerpc/inst: Define ppc_inst_t
Christophe Leroy
1
-2
/
+2
2021-10-28
powerpc/security: Use a mutex for interrupt exit code patching
Russell Currey
1
-0
/
+11
2021-06-24
powerpc/64: use interrupt restart table to speed up return from interrupt
Nicholas Piggin
1
-4
/
+48
2021-06-16
powerpc: Don't use 'struct ppc_inst' to reference instruction location
Christophe Leroy
1
-48
/
+47
2021-06-16
powerpc: Do not dereference code as 'struct ppc_inst' (uprobe, code-patching,...
Christophe Leroy
1
-1
/
+1
2021-06-15
powerpc/lib/feature-fixups: Use PPC_RAW_xxx() macros
Christophe Leroy
1
-61
/
+60
2021-05-14
powerpc/64s: Fix stf mitigation patching w/strict RWX & hash
Michael Ellerman
1
-10
/
+10
2021-05-14
powerpc/64s: Fix entry flush patching w/strict RWX & hash
Michael Ellerman
1
-16
/
+43
2021-05-14
powerpc/64s: Fix crashes when toggling entry flush barrier
Michael Ellerman
1
-1
/
+15
2021-05-14
powerpc/64s: Fix crashes when toggling stf barrier
Michael Ellerman
1
-2
/
+17
2021-01-20
powerpc/64s: fix scv entry fallback flush vs interrupt
Nicholas Piggin
1
-3
/
+21
2020-12-03
powerpc/feature-fixups: use a semicolon rather than a comma
Daniel Axtens
1
-4
/
+4
2020-11-19
powerpc/64s: flush L1D after user accesses
Nicholas Piggin
1
-0
/
+50
2020-11-19
powerpc/64s: flush L1D on kernel entry
Nicholas Piggin
1
-0
/
+54
2020-05-26
powerpc: Add ppc_inst_next()
Michael Ellerman
1
-7
/
+8
2020-05-18
powerpc: Test prefixed instructions in feature fixups
Jordan Niethe
1
-0
/
+75
2020-05-18
powerpc: Add prefixed instructions to instruction data type
Jordan Niethe
1
-2
/
+3
2020-05-18
powerpc: Introduce a function for reporting instruction length
Jordan Niethe
1
-7
/
+7
2020-05-18
powerpc: Use a function for reading instructions
Jordan Niethe
1
-2
/
+2
2020-05-18
powerpc: Use a datatype for instructions
Jordan Niethe
1
-30
/
+32
2020-05-18
powerpc: Use a macro for creating instructions from u32s
Jordan Niethe
1
-19
/
+20
2020-05-18
powerpc: Change calling convention for create_branch() et. al.
Jordan Niethe
1
-2
/
+3
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2018-12-20
powerpc/fsl: Add infrastructure to fixup branch predictor flush
Diana Craciun
1
-0
/
+23
2018-11-25
powerpc/lib: Declare static methods
Breno Leitao
1
-2
/
+2
2018-08-07
powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3E
Diana Craciun
1
-0
/
+31
2018-08-07
powerpc/64: Add CONFIG_PPC_BARRIER_NOSPEC
Michael Ellerman
1
-2
/
+4
2018-06-07
Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-6
/
+54
2018-06-03
powerpc/64s: Patch barrier_nospec in modules
Michal Suchanek
1
-3
/
+13
2018-06-03
powerpc/64s: Add support for ori barrier_nospec patching
Michal Suchanek
1
-0
/
+27
2018-05-22
powerpc/64s: Add support for a store forwarding barrier at kernel entry/exit
Nicholas Piggin
1
-0
/
+115
2018-05-11
powerpc/lib: Add alt patching test of branching past the last instruction
Michael Ellerman
1
-0
/
+11
2018-05-11
powerpc/lib: Fix the feature fixup tests to actually work
Michael Ellerman
1
-6
/
+6
2018-04-16
powerpc/lib: Fix off-by-one in alternate feature patching
Michael Ellerman
1
-1
/
+1
2018-03-27
powerpc/rfi-flush: Differentiate enabled and patched flush types
Mauricio Faria de Oliveira
1
-1
/
+8
2018-01-21
Merge branch 'fixes' into next
Michael Ellerman
1
-0
/
+41
2018-01-21
powerpc/lib/feature-fixups: use raw_patch_instruction()
Christophe Leroy
1
-4
/
+4
2018-01-10
powerpc/64s: Add support for RFI flush of L1-D cache
Michael Ellerman
1
-0
/
+41
2017-07-13
powerpc: make feature-fixup tests fortify-safe
Daniel Axtens
1
-90
/
+90
2017-03-02
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...
Ingo Molnar
1
-0
/
+1
2016-08-10
powerpc/32: Fix crash during static key init
Benjamin Herrenschmidt
1
-0
/
+3
2016-08-03
powerpc/32: Fix early access to cpu_spec relocation
Benjamin Herrenschmidt
1
-1
/
+1
[next]