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-10.0
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-10.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-14
maint: Ignore built elf2dmp
Eric Blake
1
-0
/
+1
2019-03-14
Merge remote-tracking branch 'remotes/stsquad/tags/pull-gitdm-next-120319-1' ...
Peter Maydell
6
-0
/
+29
2019-03-14
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-for-4.0-12031...
Peter Maydell
132
-368
/
+1213
2019-03-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
4
-2
/
+5
2019-03-14
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2
-0
/
+22
2019-03-14
Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...
Peter Maydell
3
-10
/
+2
2019-03-13
Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.0-sf4' i...
Peter Maydell
12
-1589
/
+2891
2019-03-13
configure: remove slirp submodule support that doesn't exist yet
Daniel P. Berrangé
1
-9
/
+2
2019-03-13
slirp: remove empty state.h
Marc-André Lureau
2
-1
/
+0
2019-03-13
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190313-pull-request' i...
Peter Maydell
6
-52
/
+348
2019-03-13
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
37
-281
/
+2126
2019-03-13
Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...
Peter Maydell
17
-193
/
+869
2019-03-13
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
26
-160
/
+1929
2019-03-13
Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20190312' into staging
Peter Maydell
15
-169
/
+483
2019-03-13
file-posix: add drop-cache=on|off option
Stefan Hajnoczi
2
-0
/
+22
2019-03-13
target/riscv: Remove decode_RV32_64G()
Bastian Koppelmann
1
-20
/
+1
2019-03-13
target/riscv: Remove gen_system()
Bastian Koppelmann
1
-34
/
+0
2019-03-13
target/riscv: Rename trans_arith to gen_arith
Bastian Koppelmann
3
-18
/
+18
2019-03-13
target/riscv: Remove manual decoding of RV32/64M insn
Bastian Koppelmann
2
-211
/
+164
2019-03-13
target/riscv: Remove shift and slt insn manual decoding
Bastian Koppelmann
2
-71
/
+81
2019-03-13
target/riscv: make ADD/SUB/OR/XOR/AND insn use arg lists
Bastian Koppelmann
3
-30
/
+34
2019-03-13
target/riscv: Move gen_arith_imm() decoding into trans_* functions
Bastian Koppelmann
3
-100
/
+108
2019-03-13
target/riscv: Remove manual decoding from gen_store()
Bastian Koppelmann
2
-11
/
+24
2019-03-13
target/riscv: Remove manual decoding from gen_load()
Bastian Koppelmann
2
-16
/
+25
2019-03-13
target/riscv: Remove manual decoding from gen_branch()
Bastian Koppelmann
2
-60
/
+33
2019-03-13
target/riscv: Remove gen_jalr()
Bastian Koppelmann
2
-39
/
+27
2019-03-13
target/riscv: Convert quadrant 2 of RVXC insns to decodetree
Bastian Koppelmann
3
-81
/
+134
2019-03-13
target/riscv: Convert quadrant 1 of RVXC insns to decodetree
Bastian Koppelmann
3
-117
/
+195
2019-03-13
target/riscv: Convert quadrant 0 of RVXC insns to decodetree
Bastian Koppelmann
4
-38
/
+154
2019-03-13
target/riscv: Convert RV priv insns to decodetree
Bastian Koppelmann
3
-56
/
+126
2019-03-13
target/riscv: Convert RV64D insns to decodetree
Bastian Koppelmann
3
-600
/
+91
2019-03-13
target/riscv: Convert RV32D insns to decodetree
Bastian Koppelmann
3
-0
/
+389
2019-03-13
target/riscv: Convert RV64F insns to decodetree
Bastian Koppelmann
2
-0
/
+66
2019-03-13
target/riscv: Convert RV32F insns to decodetree
Bastian Koppelmann
3
-0
/
+415
2019-03-13
target/riscv: Convert RV64A insns to decodetree
Bastian Koppelmann
3
-144
/
+71
2019-03-13
target/riscv: Convert RV32A insns to decodetree
Bastian Koppelmann
3
-0
/
+178
2019-03-13
target/riscv: Convert RVXM insns to decodetree
Bastian Koppelmann
4
-9
/
+137
2019-03-13
target/riscv: Convert RVXI csr insns to decodetree
Bastian Koppelmann
3
-42
/
+88
2019-03-13
target/riscv: Convert RVXI fence insns to decodetree
Bastian Koppelmann
3
-12
/
+21
2019-03-13
target/riscv: Convert RVXI arithmetic insns to decodetree
Bastian Koppelmann
4
-9
/
+206
2019-03-13
target/riscv: Convert RV64I load/store insns to decodetree
Bastian Koppelmann
4
-10
/
+50
2019-03-13
target/riscv: Convert RV32I load/store insns to decodetree
Bastian Koppelmann
2
-0
/
+58
2019-03-13
target/riscv: Convert RVXI branch insns to decodetree
Bastian Koppelmann
3
-11
/
+69
2019-03-13
target/riscv: Activate decodetree and implemnt LUI & AUIPC
Bastian Koppelmann
4
-14
/
+92
2019-03-13
Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20190312' into staging
Peter Maydell
10
-37
/
+151
2019-03-13
curses: add option to specify VGA font encoding
Samuel Thibault
4
-49
/
+290
2019-03-13
iconv: detect and make curses depend on it
Samuel Thibault
3
-3
/
+58
2019-03-12
i386, acpi: check acpi_memory_hotplug capacity in pre_plug
Wei Yang
5
-5
/
+28
2019-03-12
gen_pcie_root_port: Add ACS (Access Control Services) capability
Knut Omang
3
-0
/
+9
2019-03-12
pcie: Add a simple PCIe ACS (Access Control Services) helper function
Knut Omang
3
-0
/
+48
[next]