index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kernel
/
cpufeature.c
Age
Commit message (
Expand
)
Author
2023-12-12
riscv: add ISA extension parsing for Zbc
Clément Léger
2023-11-10
Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-11-08
Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-11-07
RISC-V: Probe misaligned access speed in parallel
Evan Green
2023-11-05
riscv: don't probe unaligned access speed if already done
Jisheng Zhang
2023-11-05
Merge patch series "Add support to handle misaligned accesses in S-mode"
Palmer Dabbelt
2023-11-01
riscv: report misaligned accesses emulation to hwprobe
Clément Léger
2023-11-01
riscv: annotate check_unaligned_access_boot_cpu() with __init
Clément Léger
2023-10-31
RISC-V: clarify the QEMU workaround in ISA parser
Tsukasa OI
2023-10-12
RISC-V: Detect Zicond from ISA string
Anup Patel
2023-10-12
RISC-V: Detect Smstateen extension
Mayuresh Chitale
2023-09-21
RISC-V: Enable cbo.zero in usermode
Andrew Jones
2023-09-21
RISC-V: Make zicbom/zicboz errors consistent
Andrew Jones
2023-09-08
Merge patch series "RISC-V: Probe for misaligned access speed"
Palmer Dabbelt
2023-09-01
RISC-V: Probe for unaligned access speed
Evan Green
2023-09-01
Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-08-30
Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc...
Linus Torvalds
2023-08-28
riscv: Explicitly include correct DT includes
Rob Herring
2023-07-25
RISC-V: provide Kconfig & commandline options to control parsing "riscv,isa"
Conor Dooley
2023-07-25
RISC-V: enable extension detection from dedicated properties
Conor Dooley
2023-07-25
RISC-V: split riscv_fill_hwcap() in 3
Conor Dooley
2023-07-25
RISC-V: add single letter extensions to riscv_isa_ext
Conor Dooley
2023-07-25
RISC-V: repurpose riscv_isa_ext array in riscv_fill_hwcap()
Conor Dooley
2023-07-25
RISC-V: shunt isa_ext_arr to cpufeature.c
Conor Dooley
2023-07-12
RISC-V: Don't include Zicsr or Zifencei in I from ACPI
Palmer Dabbelt
2023-06-23
Merge patch series "ISA string parser cleanups"
Palmer Dabbelt
2023-06-21
RISC-V: always report presence of extensions formerly part of the base ISA
Conor Dooley
2023-06-21
RISC-V: remove decrement/increment dance in ISA string parser
Conor Dooley
2023-06-21
RISC-V: rework comments in ISA string parser
Conor Dooley
2023-06-21
RISC-V: validate riscv,isa at boot, not during ISA string parsing
Conor Dooley
2023-06-21
RISC-V: simplify register width check in ISA string parsing
Conor Dooley
2023-06-19
Merge patch series "RISC-V: Export Zba, Zbb to usermode via hwprobe"
Palmer Dabbelt
2023-06-19
RISC-V: Track ISA extensions per hart
Evan Green
2023-06-19
RISC-V: Add Zba, Zbs extension probing
Evan Green
2023-06-14
riscv: say disabling zicbom if no or bad riscv,cbom-block-size found
Ben Dooks
2023-06-08
Merge patch series "riscv: Add vector ISA support"
Palmer Dabbelt
2023-06-08
riscv: Add prctl controls for userspace vector management
Andy Chiu
2023-06-08
riscv: hwcap: change ELF_HWCAP to a function
Andy Chiu
2023-06-08
riscv: Introduce riscv_v_vsize to record size of Vector context
Greentime Hu
2023-06-08
riscv: Extending cpufeature.c to detect V-extension
Guo Ren
2023-06-06
Merge patch series "riscv: allow case-insensitive ISA string parsing"
Palmer Dabbelt
2023-06-06
riscv: allow case-insensitive ISA string parsing
Yangyu Chen
2023-06-01
RISC-V: cpufeature: Add ACPI support in riscv_fill_hwcap()
Sunil V L
2023-06-01
RISC-V: only iterate over possible CPUs in ISA string parser
Sunil V L
2023-05-05
Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-05-05
Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2023-05-01
RISC-V: include cpufeature.h in cpufeature.c
Conor Dooley
2023-04-21
RISC-V: Detect AIA CSRs from ISA string
Anup Patel
2023-04-18
Merge patch series "RISC-V Hardware Probing User Interface"
Palmer Dabbelt
2023-04-18
RISC-V: hwprobe: Support probing of misaligned access performance
Evan Green
[prev]
[next]