summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-22riscv: cpufeature: Fix thead vector hwcap removalCharlie Jenkins1-4/+36
2023-11-09Merge patch series "Linux RISC-V AIA Preparatory Series"Palmer Dabbelt1-5/+6
2023-11-09RISC-V: Don't fail in riscv_of_parent_hartid() for disabled HARTsAnup Patel1-5/+6
2023-11-08RISC-V: Show accurate per-hart isa in /proc/cpuinfoEvan Green1-4/+18
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-118/+63
2023-08-09riscv: Fix CPU feature detection with SMP disabledSamuel Holland1-0/+5
2023-08-02RISC-V: cpu: refactor deprecated strncpyJustin Stitt1-6/+6
2023-07-26RISC-V: provide Kconfig & commandline options to control parsing "riscv,isa"Conor Dooley1-1/+7
2023-07-26RISC-V: try new extension properties in of_early_processor_hartid()Conor Dooley1-1/+28
2023-07-26RISC-V: add single letter extensions to riscv_isa_extConor Dooley1-26/+11
2023-07-26RISC-V: repurpose riscv_isa_ext array in riscv_fill_hwcap()Conor Dooley1-2/+3
2023-07-26RISC-V: shunt isa_ext_arr to cpufeature.cConor Dooley1-73/+2
2023-07-26RISC-V: drop a needless check in print_isa_ext()Conor Dooley1-4/+0
2023-07-26RISC-V: don't parse dt/acpi isa string to get rv32/rv64Heiko Stuebner1-12/+9
2023-07-26RISC-V: Provide a more helpful error message on invalid ISA stringsPalmer Dabbelt1-2/+6
2023-06-23Merge patch series "ISA string parser cleanups"Palmer Dabbelt1-4/+30
2023-06-21RISC-V: always report presence of extensions formerly part of the base ISAConor Dooley1-0/+4
2023-06-21RISC-V: validate riscv,isa at boot, not during ISA string parsingConor Dooley1-3/+5
2023-06-21RISC-V: split early & late of_node to hartid mappingConor Dooley1-1/+21
2023-06-20Merge patch series "RISC-V: Export Zba, Zbb to usermode via hwprobe"Palmer Dabbelt1-0/+2
2023-06-19RISC-V: Add Zba, Zbs extension probingEvan Green1-0/+2
2023-06-07Merge patch series "riscv: allow case-insensitive ISA string parsing"Palmer Dabbelt1-1/+2
2023-06-07riscv: allow case-insensitive ISA string parsingYangyu Chen1-1/+2
2023-06-01RISC-V: cpu: Enable cpuinfo for ACPI systemsSunil V L1-8/+22
2023-05-05Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-0/+2
2023-04-21RISC-V: Detect AIA CSRs from ISA stringAnup Patel1-0/+2
2023-04-19Merge patch series "RISC-V Hardware Probing User Interface"Palmer Dabbelt1-6/+2
2023-04-19RISC-V: Move struct riscv_cpuinfo to new headerEvan Green1-6/+2
2023-03-15Merge patch series "RISC-V: Apply Zicboz to clear_page"Palmer Dabbelt1-0/+1
2023-03-15RISC-V: Add Zicboz detection and block size parsingAndrew Jones1-0/+1
2023-03-10Merge patch series "riscv, mm: detect svnapot cpu support at runtime"Palmer Dabbelt1-0/+1
2023-03-08riscv: mm: modify pte format for SvnapotQinglin Pan1-0/+1
2023-02-22RISC-V: fix ordering of Zbb extensionHeiko Stuebner1-1/+1
2023-01-31RISC-V: add zbb support to string functionsHeiko Stuebner1-0/+1
2023-01-20Merge patch series "Putting some basic order on isa extension lists"Palmer Dabbelt1-15/+38
2023-01-18RISC-V: resort all extensions in consistent ordersConor Dooley1-2/+2
2023-01-18RISC-V: clarify ISA string ordering rules in cpu.cConor Dooley1-13/+36
2022-12-15Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+27
2022-10-28RISC-V: Fix /proc/cpuinfo cpumask warningAndrew Jones1-0/+3
2022-10-28RISC-V: Cache SBI vendor valuesHeiko Stuebner1-3/+27
2022-10-14Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+51
2022-10-14RISC-V: Add mvendorid, marchid, and mimpid to /proc/cpuinfo outputPalmer Dabbelt1-0/+51
2022-10-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2022-10-07RISC-V: Print SSTC in canonical orderPalmer Dabbelt1-1/+1
2022-10-04RISC-V: Add mvendorid, marchid, and mimpid to /proc/cpuinfo outputAnup Patel1-0/+51
2022-10-02RISC-V: Probe Svinval extension form ISA stringMayuresh Chitale1-0/+1
2022-08-12RISC-V: Add Sstc extension supportPalmer Dabbelt1-0/+1
2022-08-12RISC-V: Enable sstc extension parsing from DTAtish Patra1-0/+1
2022-08-11arch/riscv: add Zihintpause supportDao Lu1-0/+1
2022-08-11riscv: implement Zicbom-based CMO instructions + the t-head variantPalmer Dabbelt1-0/+1