summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/cpufeature.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-11riscv: add memory-type errata for T-HeadHeiko Stuebner1-1/+6
2022-05-11riscv: add RISC-V Svpbmt extension supportHeiko Stuebner1-1/+74
2022-03-21RISC-V: Add sscofpmf extension supportAtish Patra1-0/+2
2022-03-17RISC-V: Do no continue isa string parsing without correct XLENAtish Patra1-0/+5
2022-03-17RISC-V: Implement multi-letter ISA extension probing frameworkAtish Patra1-6/+16
2022-03-17RISC-V: Extract multi-letter extension names from "riscv, isa"Tsukasa OI1-8/+27
2022-03-17RISC-V: Minimal parser for "riscv, isa" stringsTsukasa OI1-11/+61
2022-03-17RISC-V: Correctly print supported extensionsTsukasa OI1-3/+5
2021-05-29riscv: Add __init section marker to some functions againJisheng Zhang1-1/+1
2021-05-25riscv: Turn has_fpu into a static key if FPU=yJisheng Zhang1-2/+2
2020-05-04RISC-V: Add bitmap reprensenting ISA features common across CPUsAnup Patel1-3/+80
2019-10-28riscv: add missing header file includesPaul Walmsley1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-03-04RISC-V: Assign hwcap as per comman capabilities.Atish Patra1-19/+22
2019-02-11riscv: use for_each_of_cpu_node iteratorJohan Hovold1-2/+3
2019-02-11riscv: add missing newlines to printk messagesJohan Hovold1-4/+4
2018-12-21RISC-V: Fix of_node_* refcountAtish Patra1-0/+2
2018-10-31RISC-V: properly determine hardware capsAndreas Schwab1-3/+5
2018-10-22riscv: Add support to no-FPU systemsPalmer Dabbelt1-0/+8
2018-10-22RISC-V: Mask out the F extension on systems without DPalmer Dabbelt1-0/+7
2018-10-22Auto-detect whether a FPU existsAlan Kao1-0/+8
2017-09-26RISC-V: User-facing APIPalmer Dabbelt1-0/+61