index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
riscv
/
machine.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/riscv: mcountinhibit, mcounteren, scounteren, hcounteren is 32-bit
Vadim Shakirov
2024-03-08
1
-8
/
+8
*
target/riscv: Move misa_mxl_max to class
Akihiko Odaki
2024-02-09
1
-4
/
+3
*
target/riscv: Constify VMState in machine.c
Richard Henderson
2023-12-29
1
-14
/
+14
*
target/riscv: Add "pmu-mask" property to replace "pmu-num"
Rob Bradford
2023-11-07
1
-1
/
+1
*
target/riscv: Add HS-mode virtual interrupt and IRQ filtering support.
Rajnesh Kanwal
2023-11-07
1
-2
/
+5
*
target/riscv: Add M-mode virtual interrupt and IRQ filtering support.
Rajnesh Kanwal
2023-11-07
1
-2
/
+5
*
target/riscv: Restrict KVM-specific fields from ArchCPU
Philippe Mathieu-Daudé
2023-06-28
1
-2
/
+6
*
target/riscv: Fix format for indentation
Weiwei Li
2023-05-05
1
-9
/
+9
*
target/riscv: Convert env->virt to a bool env->virt_enabled
LIU Zhiwei
2023-05-05
1
-3
/
+3
*
target/riscv: add support for Zcmt extension
Weiwei Li
2023-05-05
1
-0
/
+19
*
target/riscv/cpu: remove CPUArchState::features and friends
Daniel Henrique Barboza
2023-03-01
1
-3
/
+2
*
target/riscv: remove RISCV_FEATURE_PMP
Daniel Henrique Barboza
2023-03-01
1
-2
/
+1
*
target/riscv: remove RISCV_FEATURE_DEBUG
Daniel Henrique Barboza
2023-03-01
1
-2
/
+1
*
hw/char: riscv_htif: Move registers from CPUArchState to HTIFState
Bin Meng
2023-01-20
1
-4
/
+2
*
target/riscv: Add itrigger_enabled field to CPURISCVState
LIU Zhiwei
2023-01-06
1
-0
/
+15
*
target/riscv: Add smstateen support
Mayuresh Chitale
2023-01-06
1
-0
/
+21
*
target/riscv: debug: Introduce tdata1, tdata2, and tdata3 CSRs
Frank Chang
2022-09-27
1
-15
/
+5
*
target/riscv: debug: Determine the trigger type from tdata1.type
Frank Chang
2022-09-27
1
-1
/
+1
*
target/riscv: Set the CPU resetvec directly
Alistair Francis
2022-09-27
1
-3
/
+3
*
target/riscv: Add sscofpmf extension support
Atish Patra
2022-09-07
1
-0
/
+1
*
target/riscv: Add vstimecmp support
Atish Patra
2022-09-07
1
-0
/
+1
*
target/riscv: Add stimecmp support
Atish Patra
2022-09-07
1
-0
/
+1
*
hw/intc: Move mtimer/mtimecmp to aclint
Atish Patra
2022-09-07
1
-3
/
+2
*
target/riscv: Support mcycle/minstret write operation
Atish Patra
2022-07-03
1
-2
/
+23
*
target/riscv: Add support for hpmcounters/hpmevents
Atish Patra
2022-07-03
1
-0
/
+3
*
target/riscv: Implement mcountinhibit CSR
Atish Patra
2022-07-03
1
-0
/
+1
*
target/riscv: machine: Add debug state description
Bin Meng
2022-04-22
1
-0
/
+32
*
target/riscv: Add *envcfg* CSRs support
Atish Patra
2022-04-22
1
-0
/
+23
*
target/riscv: Implement AIA xiselect and xireg CSRs
Anup Patel
2022-02-16
1
-0
/
+3
*
target/riscv: Implement AIA hvictl and hviprioX CSRs
Anup Patel
2022-02-16
1
-0
/
+2
*
target/riscv: Implement AIA CSRs for 64 local interrupts on RV32
Anup Patel
2022-02-16
1
-5
/
+5
*
target/riscv: Implement AIA local interrupt priorities
Anup Patel
2022-02-16
1
-0
/
+3
*
target/riscv: Implement hgeie and hgeip CSRs
Anup Patel
2022-02-16
1
-2
/
+4
*
target/riscv: Split out the vill from vtype
LIU Zhiwei
2022-01-21
1
-2
/
+3
*
target/riscv: Create current pm fields in env
LIU Zhiwei
2022-01-21
1
-0
/
+1
*
target/riscv: Create xl field in env
LIU Zhiwei
2022-01-21
1
-0
/
+10
*
target/riscv: Support virtual time context synchronization
Yifei Jiang
2022-01-21
1
-0
/
+30
*
target/riscv: adding high part of some csrs
Frédéric Pétrot
2022-01-08
1
-0
/
+2
*
target/riscv: array for the 64 upper bits of 128-bit registers
Frédéric Pétrot
2022-01-08
1
-0
/
+20
*
target/riscv: machine: Sort the .subsections
Bin Meng
2021-11-17
1
-46
/
+46
*
target/riscv: Add J extension state description
Alexey Baturo
2021-10-28
1
-0
/
+27
*
target/riscv: Split misa.mxl and misa.ext
Richard Henderson
2021-10-22
1
-4
/
+6
*
target/riscv: Remove privilege v1.9 specific CSR related code
Atish Patra
2021-05-11
1
-5
/
+3
*
target/riscv: Add V extension state description
Yifei Jiang
2020-11-03
1
-0
/
+25
*
target/riscv: Add H extension state description
Yifei Jiang
2020-11-03
1
-0
/
+47
*
target/riscv: Add PMP state description
Yifei Jiang
2020-11-03
1
-0
/
+50
*
target/riscv: Add basic vmstate description of CPU
Yifei Jiang
2020-11-03
1
-0
/
+74