index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kernel
/
cpu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
RISC-V: fix ordering of Zbb extension
Heiko Stuebner
2023-02-21
1
-1
/
+1
*
RISC-V: add zbb support to string functions
Heiko Stuebner
2023-01-31
1
-0
/
+1
*
Merge patch series "Putting some basic order on isa extension lists"
Palmer Dabbelt
2023-01-19
1
-15
/
+38
|
\
|
*
RISC-V: resort all extensions in consistent orders
Conor Dooley
2023-01-17
1
-2
/
+2
|
*
RISC-V: clarify ISA string ordering rules in cpu.c
Conor Dooley
2023-01-17
1
-13
/
+36
*
|
Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-12-14
1
-3
/
+27
|
\
\
|
*
|
RISC-V: Cache SBI vendor values
Heiko Stuebner
2022-10-27
1
-3
/
+27
|
|
/
*
/
RISC-V: Fix /proc/cpuinfo cpumask warning
Andrew Jones
2022-10-27
1
-0
/
+3
|
/
*
Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-10-14
1
-0
/
+51
|
\
|
*
RISC-V: Add mvendorid, marchid, and mimpid to /proc/cpuinfo output
Palmer Dabbelt
2022-10-13
1
-0
/
+51
|
|
\
|
|
*
RISC-V: Add mvendorid, marchid, and mimpid to /proc/cpuinfo output
Anup Patel
2022-10-03
1
-0
/
+51
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-10-11
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
RISC-V: Probe Svinval extension form ISA string
Mayuresh Chitale
2022-10-02
1
-0
/
+1
|
|
/
*
/
RISC-V: Print SSTC in canonical order
Palmer Dabbelt
2022-10-06
1
-1
/
+1
|
/
*
RISC-V: Add Sstc extension support
Palmer Dabbelt
2022-08-11
1
-0
/
+1
|
\
|
*
RISC-V: Enable sstc extension parsing from DT
Atish Patra
2022-08-11
1
-0
/
+1
*
|
arch/riscv: add Zihintpause support
Dao Lu
2022-08-11
1
-0
/
+1
*
|
riscv: implement Zicbom-based CMO instructions + the t-head variant
Palmer Dabbelt
2022-08-10
1
-0
/
+1
|
\
\
|
*
|
riscv: Add support for non-coherent devices using zicbom extension
Heiko Stuebner
2022-07-28
1
-0
/
+1
|
|
/
*
/
riscv: cpu: Add 64bit hartid support on RV64
Sunil V L
2022-07-19
1
-11
/
+15
|
/
*
riscv: Don't output a bogus mmu-type on a no MMU kernel
Niklas Cassel
2022-05-21
1
-0
/
+4
*
riscv: add RISC-V Svpbmt extension support
Heiko Stuebner
2022-05-11
1
-0
/
+1
*
riscv: cpu.c: don't use kernel-doc markers for comments
Randy Dunlap
2022-03-31
1
-2
/
+2
*
RISC-V: Fix a comment typo in riscv_of_parent_hartid()
Atish Patra
2022-03-30
1
-1
/
+1
*
perf: RISC-V: Add support for SBI PMU and Sscofpmf
Palmer Dabbelt
2022-03-21
1
-0
/
+1
|
\
|
*
RISC-V: Add sscofpmf extension support
Atish Patra
2022-03-21
1
-0
/
+1
*
|
RISC-V: Provide a fraemework for RISC-V ISA extensions
Palmer Dabbelt
2022-03-17
1
-2
/
+63
|
\
|
|
*
RISC-V: Improve /proc/cpuinfo output for ISA extensions
Atish Patra
2022-03-17
1
-2
/
+63
*
|
riscv: mm: Set sv57 on defaultly
Qinglin Pan
2022-02-14
1
-1
/
+3
|
/
*
riscv: Use pgtable_l4_enabled to output mmu_type in cpuinfo
Alexandre Ghiti
2022-01-19
1
-11
/
+12
*
riscv: Use of_get_cpu_hwid()
Rob Herring
2021-10-20
1
-1
/
+2
*
RISC-V: Rename and move plic_find_hart_id() to arch directory
Anup Patel
2020-06-09
1
-0
/
+16
*
RISC-V: Remove unsupported isa string info print
Atish Patra
2019-10-28
1
-42
/
+3
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286
Thomas Gleixner
2019-06-05
1
-9
/
+1
*
RISC-V: Add RISC-V specific arch_match_cpu_phys_id
Atish Patra
2019-04-30
1
-2
/
+1
*
RISC-V: Remove NR_CPUs check during hartid search from DT
Atish Patra
2019-03-04
1
-4
/
+0
*
riscv: treat cpu devicetree nodes without status as enabled
Johan Hovold
2019-02-11
1
-7
/
+3
*
riscv: fix riscv_of_processor_hartid() comment
Johan Hovold
2019-02-11
1
-9
/
+9
*
riscv: add missing newlines to printk messages
Johan Hovold
2019-02-11
1
-1
/
+1
*
RISC-V: Fix of_node_* refcount
Atish Patra
2018-12-21
1
-0
/
+1
*
RISC-V: recognize S/U mode bits in print_isa
Patrick Stählin
2018-11-20
1
-3
/
+6
*
RISC-V: Show CPU ID and Hart ID separately in /proc/cpuinfo
Anup Patel
2018-10-22
1
-4
/
+6
*
RISC-V: Use Linux logical CPU number instead of hartid
Atish Patra
2018-10-22
1
-3
/
+5
*
RISC-V: Rename riscv_of_processor_hart to riscv_of_processor_hartid
Palmer Dabbelt
2018-10-22
1
-2
/
+5
*
RISC-V: Filter ISA and MMU values in cpuinfo
Palmer Dabbelt
2018-10-22
1
-7
/
+61
*
RISC-V: Init and Halt Code
Palmer Dabbelt
2017-09-26
1
-0
/
+108