index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
riscv
/
cpu_helper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
semihosting: Move include/hw/semihosting/ -> include/semihosting/
Philippe Mathieu-Daudé
2021-03-10
1
-1
/
+1
*
cpu: move cc->transaction_failed to tcg_ops
Claudio Fontana
2021-02-05
1
-1
/
+1
*
riscv: Add semihosting support
Keith Packard
2021-01-18
1
-0
/
+10
*
target/riscv: cpu_helper: Remove compile time XLEN checks
Alistair Francis
2020-12-18
1
-5
/
+7
*
target/riscv: Fix the bug of HLVX/HLV/HSV
Yifei Jiang
2020-12-18
1
-1
/
+2
*
target/riscv: Remove the HS_TWO_STAGE flag
Alistair Francis
2020-11-10
1
-36
/
+24
*
target/riscv: Add a virtualised MMU Mode
Alistair Francis
2020-11-10
1
-1
/
+1
*
target/riscv: Merge m/vsstatus and m/vsstatush into one uint64_t unit
Yifei Jiang
2020-11-03
1
-28
/
+7
*
target/riscv: raise exception to HS-mode at get_physical_address
Yifei Jiang
2020-10-22
1
-9
/
+27
*
target/riscv: Fix update of hstatus.GVA in riscv_cpu_do_interrupt
Georg Kotheimer
2020-10-22
1
-1
/
+3
*
target/riscv: Fix update of hstatus.SPVP
Georg Kotheimer
2020-10-22
1
-1
/
+1
*
riscv: Convert interrupt logs to use qemu_log_mask()
Alistair Francis
2020-10-22
1
-1
/
+7
*
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-23
1
-1
/
+1
*
hw/riscv: clint: Avoid using hard-coded timebase frequency
Bin Meng
2020-09-10
1
-1
/
+3
*
target/riscv: Fix bug in getting trap cause name for trace_riscv_trap
Yifei Jiang
2020-09-10
1
-2
/
+2
*
target/riscv: Update the Hypervisor trap return/entry
Alistair Francis
2020-08-25
1
-10
/
+6
*
target/riscv: Fix the interrupt cause code
Alistair Francis
2020-08-25
1
-2
/
+3
*
target/riscv: Convert MSTATUS MTL to GVA
Alistair Francis
2020-08-25
1
-4
/
+20
*
target/riscv: Do two-stage lookups on hlv/hlvx/hsv instructions
Alistair Francis
2020-08-25
1
-35
/
+25
*
target/riscv: Allow setting a two-stage lookup in the virt status
Alistair Francis
2020-08-25
1
-0
/
+18
*
target/riscv: Change the TLB page size depends on PMP entries.
Zong Li
2020-08-22
1
-2
/
+8
*
target/riscv: Fix the translation of physical address
Zong Li
2020-08-22
1
-2
/
+3
*
target/riscv: Report errors validating 2nd-stage PTEs
Alistair Francis
2020-06-19
1
-2
/
+7
*
target/riscv: Set access as data_load when validating stage-2 PTEs
Alistair Francis
2020-06-19
1
-1
/
+1
*
target/riscv: Drop support for ISA spec version 1.09.1
Alistair Francis
2020-06-03
1
-53
/
+29
*
riscv: Fix Stage2 SV32 page table walk
Anup Patel
2020-04-29
1
-6
/
+1
*
riscv: AND stage-1 and stage-2 protection flags
Alistair Francis
2020-04-29
1
-3
/
+5
*
riscv: Don't use stage-2 PTE lookup protection flags
Alistair Francis
2020-04-29
1
-1
/
+2
*
target/riscv: Fix VS mode interrupts forwarding.
Rajnesh Kanwal
2020-03-17
1
-1
/
+8
*
target/riscv: Emulate TIME CSRs for privileged mode
Anup Patel
2020-02-27
1
-0
/
+5
*
target/riscv: Add the MSTATUS_MPV_ISSET helper macro
Alistair Francis
2020-02-27
1
-2
/
+2
*
target/riscv: Add support for the 32-bit MSTATUSH CSR
Alistair Francis
2020-02-27
1
-0
/
+17
*
target/riscv: Set htval and mtval2 on execptions
Alistair Francis
2020-02-27
1
-0
/
+10
*
target/riscv: Raise the new execptions when 2nd stage translation fails
Alistair Francis
2020-02-27
1
-6
/
+18
*
target/riscv: Implement second stage MMU
Alistair Francis
2020-02-27
1
-19
/
+174
*
target/riscv: Allow specifying MMU stage
Alistair Francis
2020-02-27
1
-9
/
+28
*
target/riscv: Disable guest FP support based on virtual status
Alistair Francis
2020-02-27
1
-0
/
+3
*
target/riscv: Add hypvervisor trap support
Alistair Francis
2020-02-27
1
-10
/
+59
*
target/ricsv: Flush the TLB on virtulisation mode changes
Alistair Francis
2020-02-27
1
-0
/
+5
*
target/riscv: Add support for virtual interrupt setting
Alistair Francis
2020-02-27
1
-5
/
+28
*
target/riscv: Add virtual register swapping function
Alistair Francis
2020-02-27
1
-0
/
+61
*
target/riscv: Add the force HS exception mode
Alistair Francis
2020-02-27
1
-0
/
+18
*
target/riscv: Add the virtulisation mode
Alistair Francis
2020-02-27
1
-0
/
+18
*
target/riscv: Add support for the new execption numbers
Alistair Francis
2020-02-27
1
-2
/
+5
*
tcg: Search includes from the project root source directory
Philippe Mathieu-Daudé
2020-01-16
1
-1
/
+1
*
target/riscv: Remove atomic accesses to MIP CSR
Alistair Francis
2019-11-14
1
-30
/
+18
*
linux-user/riscv: Propagate fault address
Giuseppe Musacchio
2019-10-28
1
-1
/
+4
*
RISC-V: Implement cpu_do_transaction_failed
Palmer Dabbelt
2019-10-28
1
-4
/
+7
*
RISC-V: Handle bus errors in the page table walker
Palmer Dabbelt
2019-10-28
1
-3
/
+9
*
riscv: rv32: Root page table address can be larger than 32-bit
Bin Meng
2019-09-17
1
-5
/
+5
[next]