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-12-16
target/arm: Handle trapping to EL2 of AArch32 VMRS instructions
Marc Zyngier
3
-3
/
+46
2019-12-16
target/arm: Honor HCR_EL2.TID1 trapping requirements
Marc Zyngier
1
-4
/
+32
2019-12-16
target/arm: Honor HCR_EL2.TID2 trapping requirements
Marc Zyngier
1
-4
/
+27
2019-12-16
target/arm: Add support for cortex-m7 CPU
Christophe Lyon
1
-0
/
+33
2019-12-14
s390x/tcg: clear local interrupts on reset normal
Cornelia Huck
1
-4
/
+4
2019-12-14
s390x/cpumodel: Fix query-cpu-definitions error API violations
Markus Armbruster
1
-5
/
+1
2019-12-14
s390x/cpumodel: Fix query-cpu-model-FOO error API violations
Markus Armbruster
1
-16
/
+27
2019-12-14
s390x/cpumodel: Fix realize() error API violations
Markus Armbruster
1
-15
/
+22
2019-12-14
s390x/cpumodel: Fix feature property error API violations
Markus Armbruster
1
-4
/
+8
2019-12-14
s390x: Fix cpu normal reset ri clearing
Janosch Frank
2
-2
/
+12
2019-12-14
s390x: kvm: Make kvm_sclp_service_call void
Janosch Frank
1
-7
/
+5
2019-12-14
s390x: Beautify diag308 handling
Janosch Frank
1
-22
/
+32
2019-12-14
s390x: Move clear reset
Janosch Frank
2
-41
/
+18
2019-12-14
s390x: Move initial reset
Janosch Frank
4
-31
/
+21
2019-12-14
s390x: Move reset normal to shared reset handler
Janosch Frank
4
-9
/
+20
2019-12-13
i386: Use g_autofree in a few places
Eduardo Habkost
1
-28
/
+13
2019-12-13
i386: Add new CPU model Cooperlake
Cathy Zhang
1
-0
/
+60
2019-12-13
i386: Add macro for stibp
Cathy Zhang
1
-0
/
+2
2019-12-13
i386: Add MSR feature bit for MDS-NO
Cathy Zhang
1
-0
/
+1
2019-12-06
target/i386: disable VMX features if nested=0
Yang Zhong
1
-0
/
+8
2019-12-03
hvf: correctly inject VMCS_INTR_T_HWINTR versus VMCS_INTR_T_SWINTR.
Cameron Esfahani
2
-6
/
+12
2019-11-26
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
7
-72
/
+104
2019-11-26
target/arm: Honor HCR_EL2.TID3 trapping requirements
Marc Zyngier
1
-0
/
+76
2019-11-26
target/arm: Fix ISR_EL1 tracking when executing at EL2
Marc Zyngier
1
-2
/
+5
2019-11-26
target/arm: Fix handling of cortex-m FTYPE flag in EXCRET
Jean-Hugues DeschĂȘnes
1
-4
/
+3
2019-11-26
hvf: more accurately match SDM when setting CR0 and PDPTE registers
Cameron Esfahani
2
-8
/
+18
2019-11-26
hvf: correctly handle REX prefix in relation to legacy prefixes
Cameron Esfahani
2
-38
/
+46
2019-11-26
hvf: remove TSC synchronization code because it isn't fully complete
Cameron Esfahani
3
-9
/
+1
2019-11-26
hvf: non-RAM, non-ROMD memory ranges are now correctly mapped in
Cameron Esfahani
1
-15
/
+35
2019-11-26
target/i386: add two missing VMX features for Skylake and CascadeLake Server
Paolo Bonzini
1
-2
/
+4
2019-11-21
i386: Add -noTSX aliases for hle=off, rtm=off CPU models
Eduardo Habkost
1
-0
/
+5
2019-11-21
i386: Add new versions of Skylake/Cascadelake/Icelake without TSX
Eduardo Habkost
1
-0
/
+47
2019-11-21
target/i386: add support for MSR_IA32_TSX_CTRL
Paolo Bonzini
4
-1
/
+39
2019-11-21
target/i386: add VMX features to named CPU models
Paolo Bonzini
1
-0
/
+705
2019-11-19
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-4
/
+4
2019-11-19
target/arm: Support EL0 v7m msr/mrs for CONFIG_USER_ONLY
Richard Henderson
2
-43
/
+73
2019-11-19
target/arm: Relax r13 restriction for ldrex/strex for v8.0
Richard Henderson
1
-4
/
+8
2019-11-19
target/arm: Do not reject rt == rt2 for strexd
Richard Henderson
1
-1
/
+1
2019-11-19
target/arm: Merge arm_cpu_vq_map_next_smaller into sole caller
Richard Henderson
3
-20
/
+7
2019-11-19
hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClass
Liam Merwick
1
-2
/
+2
2019-11-19
target/i386: Export TAA_NO bit to guests
Pawan Gupta
1
-1
/
+1
2019-11-19
target/i386: add PSCHANGE_NO bit for the ARCH_CAPABILITIES MSR
Paolo Bonzini
1
-1
/
+1
2019-11-18
Merge remote-tracking branch 'remotes/vivier2/tags/ppc-for-4.2-pull-request' ...
Peter Maydell
1
-8
/
+13
2019-11-18
spapr/kvm: Set default cpu model for all machine classes
David Gibson
1
-8
/
+13
2019-11-14
target/riscv: Remove atomic accesses to MIP CSR
Alistair Francis
4
-43
/
+21
2019-11-14
remove unnecessary ifdef TARGET_RISCV64
hiroyuki.obinata
1
-3
/
+1
2019-11-12
target/microblaze: Plug temp leak around eval_cond_jmp()
Edgar E. Iglesias
1
-1
/
+4
2019-11-12
target/microblaze: Plug temp leaks with delay slot setup
Edgar E. Iglesias
1
-12
/
+14
2019-11-12
target/microblaze: Plug temp leaks for loads/stores
Edgar E. Iglesias
1
-26
/
+20
2019-11-06
target/sparc: Define an enumeration for accessing env->regwptr
Richard Henderson
1
-0
/
+33
[prev]
[next]