summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/hwcap.h
AgeCommit message (Expand)Author
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-11-09riscv: Rearrange hwcap.h and cpufeature.hXiao Wang
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-10-12RISC-V: Detect Zicond from ISA stringAnup Patel
2023-10-12RISC-V: Detect Smstateen extensionMayuresh Chitale
2023-09-21RISC-V: Enable cbo.zero in usermodeAndrew Jones
2023-07-25RISC-V: provide Kconfig & commandline options to control parsing "riscv,isa"Conor Dooley
2023-07-25RISC-V: enable extension detection from dedicated propertiesConor Dooley
2023-07-25RISC-V: add missing single letter extension definitionsConor Dooley
2023-07-25RISC-V: repurpose riscv_isa_ext array in riscv_fill_hwcap()Conor Dooley
2023-07-25RISC-V: shunt isa_ext_arr to cpufeature.cConor Dooley
2023-06-23Merge patch series "ISA string parser cleanups"Palmer Dabbelt
2023-06-21RISC-V: always report presence of extensions formerly part of the base ISAConor Dooley
2023-06-19Merge patch series "RISC-V: Export Zba, Zbb to usermode via hwprobe"Palmer Dabbelt
2023-06-19RISC-V: Add Zba, Zbs extension probingEvan Green
2023-06-08riscv: hwcap: change ELF_HWCAP to a functionAndy Chiu
2023-06-08riscv: Extending cpufeature.c to detect V-extensionGuo Ren
2023-05-05Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2023-04-21RISC-V: KVM: Initial skeletal support for AIAAnup Patel
2023-04-21RISC-V: Detect AIA CSRs from ISA stringAnup Patel
2023-03-29Merge patch series "RISC-V: Fixes for riscv_has_extension[un]likely()'s alter...Palmer Dabbelt
2023-03-29RISC-V: add non-alternative fallback for riscv_has_extension_[un]likely()Conor Dooley
2023-03-15Merge patch series "RISC-V: Apply Zicboz to clear_page"Palmer Dabbelt
2023-03-14RISC-V: Add Zicboz detection and block size parsingAndrew Jones
2023-03-09Merge patch series "riscv, mm: detect svnapot cpu support at runtime"Palmer Dabbelt
2023-03-07riscv: mm: modify pte format for SvnapotQinglin Pan
2023-02-25Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-02-21riscv: hwcap: Don't alphabetize ISA extension IDsAndrew Jones
2023-02-21RISC-V: Only provide the single-letter extensions in HWCAPPalmer Dabbelt
2023-02-01Merge patch series "riscv: improve boot time isa extensions handling"Palmer Dabbelt
2023-01-31riscv: remove riscv_isa_ext_keys[] array and related usageJisheng Zhang
2023-01-31riscv: introduce riscv_has_extension_[un]likely()Jisheng Zhang
2023-01-31riscv: hwcap: make ISA extension ids can be used in asmJisheng Zhang
2023-01-31Merge patch "riscv: Fix build with CONFIG_CC_OPTIMIZE_FOR_SIZE=y"Palmer Dabbelt
2023-01-31riscv: Fix build with CONFIG_CC_OPTIMIZE_FOR_SIZE=ySamuel Holland
2023-01-31RISC-V: add zbb support to string functionsHeiko Stuebner
2023-01-19Merge patch series "Putting some basic order on isa extension lists"Palmer Dabbelt
2023-01-17RISC-V: resort all extensions in consistent ordersConor Dooley
2022-12-12riscv: Apply a static assert to riscv_isa_ext_idAndrew Jones
2022-10-02RISC-V: Probe Svinval extension form ISA stringMayuresh Chitale
2022-08-11RISC-V: Add Sstc extension supportPalmer Dabbelt
2022-08-11RISC-V: Enable sstc extension parsing from DTAtish Patra
2022-08-11arch/riscv: add Zihintpause supportDao Lu
2022-07-28riscv: Add support for non-coherent devices using zicbom extensionHeiko Stuebner
2022-06-16riscv: introduce unified static key mechanism for ISA extensionsJisheng Zhang
2022-05-11riscv: add RISC-V Svpbmt extension supportHeiko Stuebner
2022-03-21RISC-V: Add sscofpmf extension supportAtish Patra
2022-03-17RISC-V: Improve /proc/cpuinfo output for ISA extensionsAtish Patra
2022-03-17RISC-V: Implement multi-letter ISA extension probing frameworkAtish Patra
2020-05-04RISC-V: Add bitmap reprensenting ISA features common across CPUsAnup Patel