summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm/hwcap.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-221-0/+1
|\
| * perf: RISC-V: Introduce Andes PMU to support perf event samplingYu Chien Peter Lin2024-03-121-0/+1
* | riscv: Add a custom ISA extension for the [ms]envcfg CSRSamuel Holland2024-02-291-0/+2
|/
* Merge patch series "riscv: hwprobe: add Zicond, Zacas and Ztso support"Palmer Dabbelt2024-01-091-0/+2
|\
| * riscv: add ISA extension parsing for ZacasClément Léger2024-01-091-0/+1
| * riscv: add ISA extension parsing for ZtsoClément Léger2024-01-091-0/+1
* | RISC-V: Remove the removed single-letter extensionsPalmer Dabbelt2024-01-031-6/+0
|/
* riscv: add ISA extension parsing for ZfaClément Léger2023-12-121-0/+1
* riscv: add ISA extension parsing for Zvfh[min]Clément Léger2023-12-121-0/+2
* riscv: add ISA extension parsing for ZihintntlClément Léger2023-12-121-0/+1
* riscv: add ISA extension parsing for Zfh/Zfh[min]Clément Léger2023-12-121-0/+2
* riscv: add ISA extension parsing for vector cryptoClément Léger2023-12-121-1/+11
* riscv: add ISA extension parsing for scalar cryptoEvan Green2023-12-121-0/+11
* riscv: add ISA extension parsing for ZbcClément Léger2023-12-121-0/+1
* Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-101-91/+0
|\
| * riscv: Rearrange hwcap.h and cpufeature.hXiao Wang2023-11-091-91/+0
* | Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-081-0/+16
|\|
| * RISC-V: Enable cbo.zero in usermodeAndrew Jones2023-09-211-0/+16
* | RISC-V: Detect Zicond from ISA stringAnup Patel2023-10-121-0/+1
* | RISC-V: Detect Smstateen extensionMayuresh Chitale2023-10-121-0/+1
|/
* RISC-V: provide Kconfig & commandline options to control parsing "riscv,isa"Conor Dooley2023-07-251-0/+1
* RISC-V: enable extension detection from dedicated propertiesConor Dooley2023-07-251-0/+1
* RISC-V: add missing single letter extension definitionsConor Dooley2023-07-251-0/+5
* RISC-V: repurpose riscv_isa_ext array in riscv_fill_hwcap()Conor Dooley2023-07-251-5/+2
* RISC-V: shunt isa_ext_arr to cpufeature.cConor Dooley2023-07-251-0/+3
* Merge patch series "ISA string parser cleanups"Palmer Dabbelt2023-06-231-0/+4
|\
| * RISC-V: always report presence of extensions formerly part of the base ISAConor Dooley2023-06-211-0/+4
* | Merge patch series "RISC-V: Export Zba, Zbb to usermode via hwprobe"Palmer Dabbelt2023-06-191-0/+2
|\ \
| * | RISC-V: Add Zba, Zbs extension probingEvan Green2023-06-191-0/+2
| |/
* | riscv: hwcap: change ELF_HWCAP to a functionAndy Chiu2023-06-081-0/+2
* | riscv: Extending cpufeature.c to detect V-extensionGuo Ren2023-06-081-0/+1
|/
* Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-05-051-0/+8
|\
| * RISC-V: KVM: Initial skeletal support for AIAAnup Patel2023-04-211-0/+6
| * RISC-V: Detect AIA CSRs from ISA stringAnup Patel2023-04-211-0/+2
* | Merge patch series "RISC-V: Fixes for riscv_has_extension[un]likely()'s alter...Palmer Dabbelt2023-03-291-20/+30
|\|
| * RISC-V: add non-alternative fallback for riscv_has_extension_[un]likely()Conor Dooley2023-03-291-20/+30
* | Merge patch series "RISC-V: Apply Zicboz to clear_page"Palmer Dabbelt2023-03-151-0/+1
|\ \
| * | RISC-V: Add Zicboz detection and block size parsingAndrew Jones2023-03-141-0/+1
| |/
* | Merge patch series "riscv, mm: detect svnapot cpu support at runtime"Palmer Dabbelt2023-03-091-0/+1
|\ \ | |/ |/|
| * riscv: mm: modify pte format for SvnapotQinglin Pan2023-03-071-4/+5
* | Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-02-251-58/+54
|\ \
| * | riscv: hwcap: Don't alphabetize ISA extension IDsAndrew Jones2023-02-211-22/+20
| * | RISC-V: Only provide the single-letter extensions in HWCAPPalmer Dabbelt2023-02-211-8/+0
| |/
| * Merge patch series "riscv: improve boot time isa extensions handling"Palmer Dabbelt2023-02-011-49/+53
| |\
| | * riscv: remove riscv_isa_ext_keys[] array and related usageJisheng Zhang2023-01-311-32/+0
| | * riscv: introduce riscv_has_extension_[un]likely()Jisheng Zhang2023-01-311-0/+37
| | * riscv: hwcap: make ISA extension ids can be used in asmJisheng Zhang2023-01-311-24/+21
| * | RISC-V: add zbb support to string functionsHeiko Stuebner2023-01-311-0/+1
| |/
| * Merge patch series "Putting some basic order on isa extension lists"Palmer Dabbelt2023-01-191-5/+7
| |\
| | * RISC-V: resort all extensions in consistent ordersConor Dooley2023-01-171-5/+7