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
Age
Commit message (
Expand
)
Author
Files
Lines
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-12
spapr: Use CamelCase properly
David Gibson
1
-2
/
+2
2019-03-12
target/ppc: Optimize x[sv]xsigdp using deposit_i64()
Philippe Mathieu-Daudé
1
-8
/
+4
2019-03-12
target/ppc: Optimize xviexpdp() using deposit_i64()
Philippe Mathieu-Daudé
1
-11
/
+3
2019-03-12
target/ppc: add HV support for POWER9
Cédric Le Goater
1
-1
/
+2
2019-03-12
target/ppc: introduce vsr64_offset() to simplify get_cpu_vsr{l,h}() and set_c...
Mark Cave-Ayland
2
-40
/
+14
2019-03-12
target/ppc: switch fpr/vsrl registers so all VSX registers are in host endian...
Mark Cave-Ayland
3
-10
/
+10
2019-03-12
target/ppc: improve avr64_offset() and use it to simplify get_avr64()/set_avr...
Mark Cave-Ayland
3
-19
/
+7
2019-03-12
target/ppc: introduce avr_full_offset() function
Mark Cave-Ayland
3
-17
/
+22
2019-03-12
target/ppc: move Vsr* macros from internal.h to cpu.h
Mark Cave-Ayland
2
-19
/
+20
2019-03-12
target/ppc: introduce single vsrl_offset() function
Mark Cave-Ayland
2
-7
/
+12
2019-03-12
target/ppc: introduce single fpr_offset() function
Mark Cave-Ayland
2
-3
/
+8
2019-03-12
target/ppc/spapr: Enable H_PAGE_INIT in-kernel handling
Suraj Jitindar Singh
2
-0
/
+10
2019-03-12
target/ppc: Refactor kvm_handle_debug
Fabiano Rosas
1
-36
/
+50
2019-03-12
target/ppc: Move handling of hardware breakpoints to a separate function
Fabiano Rosas
1
-19
/
+28
2019-03-12
target/ppc: Move exception vector offset computation into a function
Fabiano Rosas
1
-11
/
+19
2019-03-12
target/ppc/spapr: Add SPAPR_CAP_CCF_ASSIST
Suraj Jitindar Singh
2
-0
/
+22
2019-03-12
target/ppc/spapr: Add workaround option to SPAPR_CAP_IBS
Suraj Jitindar Singh
1
-1
/
+7
2019-03-12
target/ppc: Implement large decrementer support for KVM
Suraj Jitindar Singh
2
-0
/
+54
2019-03-12
target/ppc: Implement large decrementer support for TCG
Suraj Jitindar Singh
5
-6
/
+11
2019-03-11
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
3
-1
/
+13
2019-03-11
i386: extended the cpuid_level when Intel PT is enabled
Luwei Kang
2
-0
/
+12
2019-03-11
target-i386: add kvm stubs to user-mode emulators
Paolo Bonzini
1
-1
/
+1
2019-03-11
s390x/tcg: Implement VECTOR UNPACK *
David Hildenbrand
2
-0
/
+46
2019-03-11
s390x/tcg: Implement VECTOR STORE WITH LENGTH
David Hildenbrand
4
-0
/
+40
2019-03-11
s390x/tcg: Implement VECTOR STORE MULTIPLE
David Hildenbrand
2
-0
/
+32
2019-03-11
s390x/tcg: Implement VECTOR STORE ELEMENT
David Hildenbrand
2
-0
/
+23
2019-03-11
s390x/tcg: Implement VECTOR STORE
David Hildenbrand
2
-0
/
+19
2019-03-11
s390x/tcg: Provide probe_write_access helper
David Hildenbrand
3
-0
/
+29
2019-03-11
s390x/tcg: Implement VECTOR SIGN EXTEND TO DOUBLEWORD
David Hildenbrand
2
-0
/
+35
2019-03-11
s390x/tcg: Implement VECTOR SELECT
David Hildenbrand
2
-0
/
+43
2019-03-11
s390x/tcg: Implement VECTOR SCATTER ELEMENT
David Hildenbrand
2
-0
/
+25
2019-03-11
s390x/tcg: Implement VECTOR REPLICATE IMMEDIATE
David Hildenbrand
2
-0
/
+16
2019-03-11
s390x/tcg: Implement VECTOR REPLICATE
David Hildenbrand
2
-0
/
+18
2019-03-11
s390x/tcg: Implement VECTOR PERMUTE DOUBLEWORD IMMEDIATE
David Hildenbrand
2
-0
/
+18
2019-03-11
s390x/tcg: Implement VECTOR PERMUTE
David Hildenbrand
4
-0
/
+34
2019-03-11
s390x/tcg: Implement VECTOR PACK *
David Hildenbrand
4
-0
/
+215
[next]