index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kernel
/
cpufeature.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
RISC-V: Don't include Zicsr or Zifencei in I from ACPI
Palmer Dabbelt
2023-07-12
1
-7
/
+2
*
Merge patch series "ISA string parser cleanups"
Palmer Dabbelt
2023-06-23
1
-23
/
+85
|
\
|
*
RISC-V: always report presence of extensions formerly part of the base ISA
Conor Dooley
2023-06-21
1
-0
/
+17
|
*
RISC-V: remove decrement/increment dance in ISA string parser
Conor Dooley
2023-06-21
1
-8
/
+6
|
*
RISC-V: rework comments in ISA string parser
Conor Dooley
2023-06-21
1
-11
/
+59
|
*
RISC-V: validate riscv,isa at boot, not during ISA string parsing
Conor Dooley
2023-06-21
1
-6
/
+6
|
*
RISC-V: simplify register width check in ISA string parsing
Conor Dooley
2023-06-21
1
-8
/
+7
*
|
Merge patch series "RISC-V: Export Zba, Zbb to usermode via hwprobe"
Palmer Dabbelt
2023-06-19
1
-6
/
+10
|
\
\
|
*
|
RISC-V: Track ISA extensions per hart
Evan Green
2023-06-19
1
-6
/
+12
|
*
|
RISC-V: Add Zba, Zbs extension probing
Evan Green
2023-06-19
1
-0
/
+2
*
|
|
riscv: say disabling zicbom if no or bad riscv,cbom-block-size found
Ben Dooks
2023-06-14
1
-2
/
+2
*
|
|
Merge patch series "riscv: Add vector ISA support"
Palmer Dabbelt
2023-06-08
1
-0
/
+25
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
riscv: Add prctl controls for userspace vector management
Andy Chiu
2023-06-08
1
-1
/
+8
|
*
|
riscv: hwcap: change ELF_HWCAP to a function
Andy Chiu
2023-06-08
1
-0
/
+5
|
*
|
riscv: Introduce riscv_v_vsize to record size of Vector context
Greentime Hu
2023-06-08
1
-0
/
+2
|
*
|
riscv: Extending cpufeature.c to detect V-extension
Guo Ren
2023-06-08
1
-0
/
+11
|
|
/
*
|
Merge patch series "riscv: allow case-insensitive ISA string parsing"
Palmer Dabbelt
2023-06-07
1
-18
/
+17
|
\
\
|
*
|
riscv: allow case-insensitive ISA string parsing
Yangyu Chen
2023-06-07
1
-18
/
+17
|
|
/
*
|
RISC-V: cpufeature: Add ACPI support in riscv_fill_hwcap()
Sunil V L
2023-06-01
1
-10
/
+31
*
|
RISC-V: only iterate over possible CPUs in ISA string parser
Sunil V L
2023-06-01
1
-5
/
+10
|
/
*
Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-05-05
1
-0
/
+1
|
\
|
*
RISC-V: include cpufeature.h in cpufeature.c
Conor Dooley
2023-05-02
1
-0
/
+1
*
|
Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2023-05-05
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
RISC-V: Detect AIA CSRs from ISA string
Anup Patel
2023-04-21
1
-0
/
+2
*
|
Merge patch series "RISC-V Hardware Probing User Interface"
Palmer Dabbelt
2023-04-19
1
-0
/
+3
|
\
\
|
*
|
RISC-V: hwprobe: Support probing of misaligned access performance
Evan Green
2023-04-19
1
-0
/
+3
|
|
/
*
|
Merge patch series "RISC-V: Apply Zicboz to clear_page"
Palmer Dabbelt
2023-03-15
1
-4
/
+54
|
\
\
|
*
|
RISC-V: Use Zicboz in clear_page when available
Andrew Jones
2023-03-15
1
-0
/
+11
|
*
|
RISC-V: cpufeatures: Put the upper 16 bits of patch ID to work
Andrew Jones
2023-03-15
1
-4
/
+33
|
*
|
RISC-V: Add Zicboz detection and block size parsing
Andrew Jones
2023-03-15
1
-0
/
+10
*
|
|
Merge patch series "riscv: alternative/cpufeature related cleanups"
Palmer Dabbelt
2023-03-15
1
-8
/
+3
|
\
|
|
|
*
|
riscv: cpufeature: Drop errata_list.h and other unused includes
Andrew Jones
2023-03-15
1
-5
/
+0
|
*
|
riscv: alternatives: Rename errata_id to patch_id
Andrew Jones
2023-03-15
1
-3
/
+3
|
|
/
*
|
Merge patch series "riscv, mm: detect svnapot cpu support at runtime"
Palmer Dabbelt
2023-03-10
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
riscv: mm: modify pte format for Svnapot
Qinglin Pan
2023-03-08
1
-0
/
+1
*
|
RISC-V: take text_mutex during alternative patching
Conor Dooley
2023-02-22
1
-0
/
+4
|
/
*
Merge patch series "riscv: improve boot time isa extensions handling"
Palmer Dabbelt
2023-02-02
1
-83
/
+13
|
\
|
*
riscv: remove riscv_isa_ext_keys[] array and related usage
Jisheng Zhang
2023-02-01
1
-9
/
+0
|
*
riscv: switch to relative alternative entries
Jisheng Zhang
2023-02-01
1
-3
/
+5
|
*
riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensions
Jisheng Zhang
2023-02-01
1
-56
/
+8
|
*
riscv: cpufeature: detect RISCV_ALTERNATIVES_EARLY_BOOT earlier
Jisheng Zhang
2023-02-01
1
-0
/
+3
|
*
riscv: move riscv_noncoherent_supported() out of ZICBOM probe
Jisheng Zhang
2023-02-01
1
-1
/
+0
*
|
RISC-V: add zbb support to string functions
Heiko Stuebner
2023-01-31
1
-0
/
+18
|
/
*
Merge patch series "Putting some basic order on isa extension lists"
Palmer Dabbelt
2023-01-20
1
-2
/
+4
|
\
|
*
RISC-V: resort all extensions in consistent orders
Conor Dooley
2023-01-18
1
-2
/
+4
*
|
RISC-V: fix auipc-jalr addresses in patched alternatives
Heiko Stuebner
2022-12-29
1
-1
/
+4
*
|
RISC-V: Ensure Zicbom has a valid block size
Andrew Jones
2022-12-10
1
-0
/
+13
*
|
RISC-V: Introduce riscv_isa_extension_check
Andrew Jones
2022-12-10
1
-3
/
+11
*
|
RISC-V: Improve use of isa2hwcap[]
Andrew Jones
2022-12-10
1
-9
/
+11
|
/
*
Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-10-14
1
-23
/
+16
|
\
[next]