/linux/arch/riscv/errata/thead/ |
H A D | Makefile | a35707c3d850dda0ceefb75b1b3bd191921d5765 Wed May 11 21:29:21 CEST 2022 Heiko Stuebner <heiko@sntech.de> riscv: add memory-type errata for T-Head
Some current cpus based on T-Head cores implement memory-types way different than described in the svpbmt spec even going so far as using PTE bits marked as reserved.
Add the T-Head vendor-id and necessary errata code to replace the affected instructions.
Signed-off-by: Heiko Stuebner <heiko@sntech.de> Tested-by: Samuel Holland <samuel@sholland.org> Link: https://lore.kernel.org/r/20220511192921.2223629-13-heiko@sntech.de Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
|
H A D | errata.c | a35707c3d850dda0ceefb75b1b3bd191921d5765 Wed May 11 21:29:21 CEST 2022 Heiko Stuebner <heiko@sntech.de> riscv: add memory-type errata for T-Head
Some current cpus based on T-Head cores implement memory-types way different than described in the svpbmt spec even going so far as using PTE bits marked as reserved.
Add the T-Head vendor-id and necessary errata code to replace the affected instructions.
Signed-off-by: Heiko Stuebner <heiko@sntech.de> Tested-by: Samuel Holland <samuel@sholland.org> Link: https://lore.kernel.org/r/20220511192921.2223629-13-heiko@sntech.de Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
|
/linux/arch/riscv/include/asm/ |
H A D | vendorid_list.h | diff a35707c3d850dda0ceefb75b1b3bd191921d5765 Wed May 11 21:29:21 CEST 2022 Heiko Stuebner <heiko@sntech.de> riscv: add memory-type errata for T-Head
Some current cpus based on T-Head cores implement memory-types way different than described in the svpbmt spec even going so far as using PTE bits marked as reserved.
Add the T-Head vendor-id and necessary errata code to replace the affected instructions.
Signed-off-by: Heiko Stuebner <heiko@sntech.de> Tested-by: Samuel Holland <samuel@sholland.org> Link: https://lore.kernel.org/r/20220511192921.2223629-13-heiko@sntech.de Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
|
H A D | alternative.h | diff a35707c3d850dda0ceefb75b1b3bd191921d5765 Wed May 11 21:29:21 CEST 2022 Heiko Stuebner <heiko@sntech.de> riscv: add memory-type errata for T-Head
Some current cpus based on T-Head cores implement memory-types way different than described in the svpbmt spec even going so far as using PTE bits marked as reserved.
Add the T-Head vendor-id and necessary errata code to replace the affected instructions.
Signed-off-by: Heiko Stuebner <heiko@sntech.de> Tested-by: Samuel Holland <samuel@sholland.org> Link: https://lore.kernel.org/r/20220511192921.2223629-13-heiko@sntech.de Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
|
H A D | pgtable-64.h | diff a35707c3d850dda0ceefb75b1b3bd191921d5765 Wed May 11 21:29:21 CEST 2022 Heiko Stuebner <heiko@sntech.de> riscv: add memory-type errata for T-Head
Some current cpus based on T-Head cores implement memory-types way different than described in the svpbmt spec even going so far as using PTE bits marked as reserved.
Add the T-Head vendor-id and necessary errata code to replace the affected instructions.
Signed-off-by: Heiko Stuebner <heiko@sntech.de> Tested-by: Samuel Holland <samuel@sholland.org> Link: https://lore.kernel.org/r/20220511192921.2223629-13-heiko@sntech.de Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
|
H A D | pgtable.h | diff a35707c3d850dda0ceefb75b1b3bd191921d5765 Wed May 11 21:29:21 CEST 2022 Heiko Stuebner <heiko@sntech.de> riscv: add memory-type errata for T-Head
Some current cpus based on T-Head cores implement memory-types way different than described in the svpbmt spec even going so far as using PTE bits marked as reserved.
Add the T-Head vendor-id and necessary errata code to replace the affected instructions.
Signed-off-by: Heiko Stuebner <heiko@sntech.de> Tested-by: Samuel Holland <samuel@sholland.org> Link: https://lore.kernel.org/r/20220511192921.2223629-13-heiko@sntech.de Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
|
/linux/arch/riscv/errata/ |
H A D | Makefile | diff a35707c3d850dda0ceefb75b1b3bd191921d5765 Wed May 11 21:29:21 CEST 2022 Heiko Stuebner <heiko@sntech.de> riscv: add memory-type errata for T-Head
Some current cpus based on T-Head cores implement memory-types way different than described in the svpbmt spec even going so far as using PTE bits marked as reserved.
Add the T-Head vendor-id and necessary errata code to replace the affected instructions.
Signed-off-by: Heiko Stuebner <heiko@sntech.de> Tested-by: Samuel Holland <samuel@sholland.org> Link: https://lore.kernel.org/r/20220511192921.2223629-13-heiko@sntech.de Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
|
/linux/arch/riscv/kernel/ |
H A D | alternative.c | diff a35707c3d850dda0ceefb75b1b3bd191921d5765 Wed May 11 21:29:21 CEST 2022 Heiko Stuebner <heiko@sntech.de> riscv: add memory-type errata for T-Head
Some current cpus based on T-Head cores implement memory-types way different than described in the svpbmt spec even going so far as using PTE bits marked as reserved.
Add the T-Head vendor-id and necessary errata code to replace the affected instructions.
Signed-off-by: Heiko Stuebner <heiko@sntech.de> Tested-by: Samuel Holland <samuel@sholland.org> Link: https://lore.kernel.org/r/20220511192921.2223629-13-heiko@sntech.de Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
|
H A D | cpufeature.c | diff a35707c3d850dda0ceefb75b1b3bd191921d5765 Wed May 11 21:29:21 CEST 2022 Heiko Stuebner <heiko@sntech.de> riscv: add memory-type errata for T-Head
Some current cpus based on T-Head cores implement memory-types way different than described in the svpbmt spec even going so far as using PTE bits marked as reserved.
Add the T-Head vendor-id and necessary errata code to replace the affected instructions.
Signed-off-by: Heiko Stuebner <heiko@sntech.de> Tested-by: Samuel Holland <samuel@sholland.org> Link: https://lore.kernel.org/r/20220511192921.2223629-13-heiko@sntech.de Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
|
H A D | Makefile | diff a35707c3d850dda0ceefb75b1b3bd191921d5765 Wed May 11 21:29:21 CEST 2022 Heiko Stuebner <heiko@sntech.de> riscv: add memory-type errata for T-Head
Some current cpus based on T-Head cores implement memory-types way different than described in the svpbmt spec even going so far as using PTE bits marked as reserved.
Add the T-Head vendor-id and necessary errata code to replace the affected instructions.
Signed-off-by: Heiko Stuebner <heiko@sntech.de> Tested-by: Samuel Holland <samuel@sholland.org> Link: https://lore.kernel.org/r/20220511192921.2223629-13-heiko@sntech.de Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
|
/linux/arch/riscv/errata/sifive/ |
H A D | errata.c | diff a35707c3d850dda0ceefb75b1b3bd191921d5765 Wed May 11 21:29:21 CEST 2022 Heiko Stuebner <heiko@sntech.de> riscv: add memory-type errata for T-Head
Some current cpus based on T-Head cores implement memory-types way different than described in the svpbmt spec even going so far as using PTE bits marked as reserved.
Add the T-Head vendor-id and necessary errata code to replace the affected instructions.
Signed-off-by: Heiko Stuebner <heiko@sntech.de> Tested-by: Samuel Holland <samuel@sholland.org> Link: https://lore.kernel.org/r/20220511192921.2223629-13-heiko@sntech.de Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
|
/linux/arch/riscv/mm/ |
H A D | init.c | diff a35707c3d850dda0ceefb75b1b3bd191921d5765 Wed May 11 21:29:21 CEST 2022 Heiko Stuebner <heiko@sntech.de> riscv: add memory-type errata for T-Head
Some current cpus based on T-Head cores implement memory-types way different than described in the svpbmt spec even going so far as using PTE bits marked as reserved.
Add the T-Head vendor-id and necessary errata code to replace the affected instructions.
Signed-off-by: Heiko Stuebner <heiko@sntech.de> Tested-by: Samuel Holland <samuel@sholland.org> Link: https://lore.kernel.org/r/20220511192921.2223629-13-heiko@sntech.de Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
|
/linux/arch/riscv/ |
H A D | Kconfig | diff a35707c3d850dda0ceefb75b1b3bd191921d5765 Wed May 11 21:29:21 CEST 2022 Heiko Stuebner <heiko@sntech.de> riscv: add memory-type errata for T-Head
Some current cpus based on T-Head cores implement memory-types way different than described in the svpbmt spec even going so far as using PTE bits marked as reserved.
Add the T-Head vendor-id and necessary errata code to replace the affected instructions.
Signed-off-by: Heiko Stuebner <heiko@sntech.de> Tested-by: Samuel Holland <samuel@sholland.org> Link: https://lore.kernel.org/r/20220511192921.2223629-13-heiko@sntech.de Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
|