index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
riscv
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-12
Supply missing header guards
Markus Armbruster
3
-0
/
+15
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
3
-3
/
+0
2019-06-11
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster
1
-0
/
+1
2019-06-10
cpu: Remove CPU_COMMON
Richard Henderson
1
-3
/
+0
2019-06-10
cpu: Introduce CPUNegativeOffsetState
Richard Henderson
1
-0
/
+1
2019-06-10
cpu: Introduce cpu_set_cpustate_pointers
Richard Henderson
1
-2
/
+1
2019-06-10
cpu: Move ENV_OFFSET to exec/gen-icount.h
Richard Henderson
1
-2
/
+0
2019-06-10
target/riscv: Use env_cpu, env_archcpu
Richard Henderson
4
-21
/
+13
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
1
-1
/
+0
2019-06-10
cpu: Define ArchCPU
Richard Henderson
1
-0
/
+1
2019-06-10
cpu: Define CPUArchState with typedef
Richard Henderson
1
-2
/
+2
2019-06-10
tcg: Split out target/arch/cpu-param.h
Richard Henderson
2
-17
/
+27
2019-05-24
target/riscv: Only flush TLB if SATP.ASID changes
Jonathan Behrens
1
-1
/
+3
2019-05-24
target/riscv: More accurate handling of `sip` CSR
Jonathan Behrens
1
-2
/
+5
2019-05-24
target/riscv: Add checks for several RVC reserved operands
Richard Henderson
2
-3
/
+14
2019-05-24
target/riscv: Add the HGATP register masks
Alistair Francis
1
-0
/
+11
2019-05-24
target/riscv: Add the HSTATUS register masks
Alistair Francis
1
-0
/
+18
2019-05-24
target/riscv: Add Hypervisor CSR macros
Alistair Francis
1
-3
/
+6
2019-05-24
target/riscv: Allow setting mstatus virtulisation bits
Alistair Francis
1
-9
/
+8
2019-05-24
target/riscv: Add the MPV and MTL mstatus bits
Alistair Francis
1
-3
/
+2
2019-05-24
target/riscv: Improve the scause logic
Alistair Francis
1
-1
/
+1
2019-05-24
target/riscv: Trigger interrupt on MIP update asynchronously
Alistair Francis
2
-8
/
+27
2019-05-24
target/riscv: Mark privilege level 2 as reserved
Alistair Francis
1
-1
/
+1
2019-05-24
target/riscv: Add a base 32 and 64 bit CPU
Alistair Francis
2
-0
/
+16
2019-05-24
target/riscv: Create settable CPU properties
Alistair Francis
2
-0
/
+57
2019-05-24
target/riscv: Remove spaces from register names
Richard Henderson
1
-8
/
+8
2019-05-24
target/riscv: Split gen_arith_imm into functional and temp
Richard Henderson
2
-9
/
+24
2019-05-24
target/riscv: Split RVC32 and RVC64 insns into separate files
Richard Henderson
6
-151
/
+67
2019-05-24
target/riscv: Use pattern groups in insn16.decode
Richard Henderson
3
-69
/
+29
2019-05-24
target/riscv: Merge argument decode for RVC shifti
Richard Henderson
3
-53
/
+12
2019-05-24
target/riscv: Merge argument sets for insn32 and insn16
Richard Henderson
2
-170
/
+58
2019-05-24
target/riscv: Use --static-decode for decodetree
Richard Henderson
2
-7
/
+4
2019-05-24
target/riscv: Name the argument sets for all of insn32 formats
Richard Henderson
2
-3
/
+25
2019-05-24
RISC-V: fix single stepping over ret and other branching instructions
Fabien Chouteau
3
-12
/
+32
2019-05-24
target/riscv: Do not allow sfence.vma from user mode
Jonathan Behrens
1
-3
/
+4
2019-05-16
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190510' into staging
Peter Maydell
3
-35
/
+25
2019-05-13
Clean up ill-advised or unusual header guards
Markus Armbruster
1
-2
/
+2
2019-05-10
tcg: Use CPUClass::tlb_fill in cputlb.c
Richard Henderson
1
-6
/
+0
2019-05-10
target/riscv: Convert to CPUClass::tlb_fill
Richard Henderson
3
-30
/
+26
2019-05-06
decodetree: Add DisasContext argument to !function expanders
Richard Henderson
2
-7
/
+7
2019-04-24
tcg: Hoist max_insns computation to tb_gen_code
Richard Henderson
1
-2
/
+2
2019-04-18
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
1
-19
/
+18
2019-04-18
target: Simplify how the TARGET_cpu_list() print
Markus Armbruster
2
-14
/
+5
2019-03-26
target/riscv: Fix wrong expanding for c.fswsp
Kito Cheng
1
-1
/
+1
2019-03-22
target/riscv: Zero extend the inputs of divuw and remuw
Palmer Dabbelt
2
-2
/
+23
2019-03-19
target/riscv: Remove unused struct
Alistair Francis
1
-6
/
+0
2019-03-19
RISC-V: Update load reservation comment in do_interrupt
Michael Clark
1
-1
/
+7
2019-03-19
RISC-V: Convert trap debugging to trace events
Michael Clark
2
-9
/
+5
2019-03-19
RISC-V: Add support for vectored interrupts
Michael Clark
2
-97
/
+60
2019-03-19
RISC-V: Change local interrupts from edge to level
Michael Clark
1
-2
/
+2
[next]