summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/cpufeature.c
AgeCommit message (Expand)Author
2023-03-15Merge patch series "RISC-V: Apply Zicboz to clear_page"Palmer Dabbelt
2023-03-14RISC-V: Use Zicboz in clear_page when availableAndrew Jones
2023-03-14RISC-V: cpufeatures: Put the upper 16 bits of patch ID to workAndrew Jones
2023-03-14RISC-V: Add Zicboz detection and block size parsingAndrew Jones
2023-03-14Merge patch series "riscv: alternative/cpufeature related cleanups"Palmer Dabbelt
2023-03-14riscv: cpufeature: Drop errata_list.h and other unused includesAndrew Jones
2023-03-14riscv: alternatives: Rename errata_id to patch_idAndrew 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-21RISC-V: take text_mutex during alternative patchingConor Dooley
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: switch to relative alternative entriesJisheng Zhang
2023-01-31riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensionsJisheng Zhang
2023-01-31riscv: cpufeature: detect RISCV_ALTERNATIVES_EARLY_BOOT earlierJisheng Zhang
2023-01-31riscv: move riscv_noncoherent_supported() out of ZICBOM probeJisheng Zhang
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-29RISC-V: fix auipc-jalr addresses in patched alternativesHeiko Stuebner
2022-12-09RISC-V: Ensure Zicbom has a valid block sizeAndrew Jones
2022-12-09RISC-V: Introduce riscv_isa_extension_checkAndrew Jones
2022-12-09RISC-V: Improve use of isa2hwcap[]Andrew Jones
2022-10-14Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-10-13Merge patch series "Some style cleanups for recent extension additions"Palmer Dabbelt
2022-10-13riscv: use BIT() marco for cpufeature probingHeiko Stuebner
2022-10-13riscv: drop some idefs from CMO initializationHeiko Stuebner
2022-10-13riscv: cleanup svpbmt cpufeature probingHeiko Stuebner
2022-10-02RISC-V: Probe Svinval extension form ISA stringMayuresh Chitale
2022-08-16riscv: Ensure isa-ext static keys are writableAndrew Jones
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-08-10riscv: implement Zicbom-based CMO instructions + the t-head variantPalmer Dabbelt
2022-07-28riscv: Add support for non-coherent devices using zicbom extensionHeiko Stuebner
2022-07-19RISC-V: Support for 64bit hartid on RV64 platformsPalmer Dabbelt
2022-07-19riscv: cpu: Add 64bit hartid support on RV64Sunil V L
2022-06-16RISC-V: Some Svpbmt fixes and cleanupsPalmer Dabbelt
2022-06-16riscv: remove usage of function-pointers from cpufeatures and t-head errataHeiko Stuebner
2022-06-16riscv: drop cpufeature_apply_feature tracking variableHeiko Stuebner
2022-06-16riscv: switch has_fpu() to the unified static key mechanismJisheng Zhang
2022-06-16riscv: introduce unified static key mechanism for ISA extensionsJisheng Zhang
2022-06-04Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds
2022-06-03risc-v: replace bitmap_weight with bitmap_empty in riscv_fill_hwcap()Yury Norov
2022-05-11riscv: add memory-type errata for T-HeadHeiko Stuebner
2022-05-11riscv: add RISC-V Svpbmt extension supportHeiko Stuebner
2022-03-21RISC-V: Add sscofpmf extension supportAtish Patra
2022-03-17RISC-V: Do no continue isa string parsing without correct XLENAtish Patra
2022-03-17RISC-V: Implement multi-letter ISA extension probing frameworkAtish Patra
2022-03-17RISC-V: Extract multi-letter extension names from "riscv, isa"Tsukasa OI