summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/cpufeature.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-29riscv: Add __init section marker to some functions againJisheng Zhang1-1/+1
2021-05-26riscv: Turn has_fpu into a static key if FPU=yJisheng Zhang1-2/+2
2020-05-05RISC-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-12riscv: use for_each_of_cpu_node iteratorJohan Hovold1-2/+3
2019-02-12riscv: 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-23riscv: Add support to no-FPU systemsPalmer Dabbelt1-0/+8
2018-10-23RISC-V: Mask out the F extension on systems without DPalmer Dabbelt1-0/+7
2018-10-23Auto-detect whether a FPU existsAlan Kao1-0/+8
2017-09-27RISC-V: User-facing APIPalmer Dabbelt1-0/+61