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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-06
fuzz: fix style/typos in linker-script comments
Alexander Bulekov
1
-6
/
+10
2020-03-05
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-03-04-2...
Peter Maydell
27
-609
/
+1207
2020-03-05
test: tpm-tis: Add Sysbus TPM-TIS device test
Eric Auger
3
-0
/
+168
2020-03-05
test: tpm-tis: Get prepared to share tests between ISA and sysbus devices
Eric Auger
9
-415
/
+493
2020-03-05
test: tpm: pass optional machine options to swtpm test functions
Eric Auger
6
-13
/
+23
2020-03-05
docs/specs/tpm: Document TPM_TIS sysbus device for ARM
Eric Auger
1
-1
/
+24
2020-03-05
hw/arm/virt: vTPM support
Eric Auger
3
-0
/
+41
2020-03-05
tpm: Add the SysBus TPM TIS device
Eric Auger
4
-0
/
+166
2020-03-05
tpm: Separate TPM_TIS and TPM_TIS_ISA configs
Eric Auger
5
-6
/
+12
2020-03-05
tpm: Separate tpm_tis common functions from isa code
Eric Auger
4
-201
/
+271
2020-03-05
tpm: Use TPMState as a common struct
Eric Auger
1
-55
/
+91
2020-03-05
tpm: rename TPM_TIS into TPM_TIS_ISA
Eric Auger
3
-8
/
+8
2020-03-05
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200305'...
Peter Maydell
25
-308
/
+550
2020-03-05
target/arm: Clean address for DC ZVA
Richard Henderson
1
-1
/
+1
2020-03-05
target/arm: Use DEF_HELPER_FLAGS for helper_dc_zva
Richard Henderson
1
-1
/
+1
2020-03-05
target/arm: Move helper_dc_zva to helper-a64.c
Richard Henderson
4
-94
/
+92
2020-03-05
target/arm: Apply TBI to ESR_ELx in helper_exception_return
Richard Henderson
1
-1
/
+22
2020-03-05
target/arm: Introduce core_to_aa64_mmu_idx
Richard Henderson
2
-1
/
+7
2020-03-05
target/arm: Optimize cpu_mmu_index
Richard Henderson
2
-15
/
+13
2020-03-05
target/arm: Replicate TBI/TBID bits for single range regimes
Richard Henderson
1
-2
/
+4
2020-03-05
hw/arm/cubieboard: report error when using unsupported -bios argument
Niek Linnenbank
1
-0
/
+7
2020-03-05
hw/arm/cubieboard: restrict allowed RAM size to 512MiB and 1GiB
Niek Linnenbank
1
-0
/
+8
2020-03-05
hw/arm/cubieboard: restrict allowed CPU type to ARM Cortex-A8
Niek Linnenbank
1
-1
/
+9
2020-03-05
hw/arm/cubieboard: use ARM Cortex-A8 as the default CPU in machine definition
Niek Linnenbank
1
-2
/
+2
2020-03-05
tests/tcg/aarch64: Add newline in pauth-1 printf
Richard Henderson
1
-1
/
+1
2020-03-05
target/arm: Honor the HCR_EL2.TTLB bit
Richard Henderson
1
-30
/
+55
2020-03-05
target/arm: Honor the HCR_EL2.TPU bit
Richard Henderson
1
-20
/
+31
2020-03-05
target/arm: Honor the HCR_EL2.TPCP bit
Richard Henderson
1
-8
/
+31
2020-03-05
target/arm: Honor the HCR_EL2.TACR bit
Richard Henderson
1
-4
/
+14
2020-03-05
target/arm: Honor the HCR_EL2.TSW bit
Richard Henderson
1
-6
/
+16
2020-03-05
target/arm: Honor the HCR_EL2.{TVM,TRVM} bits
Richard Henderson
1
-27
/
+55
2020-03-05
target/arm: Improve masking in arm_hcr_el2_eff
Richard Henderson
1
-4
/
+27
2020-03-05
target/arm: Remove EL2 and EL3 setup from user-only
Richard Henderson
1
-6
/
+0
2020-03-05
target/arm: Disable has_el2 and has_el3 for user-only
Richard Henderson
1
-2
/
+4
2020-03-05
target/arm: Add HCR_EL2 bit definitions from ARMv8.6
Richard Henderson
1
-0
/
+7
2020-03-05
target/arm: Improve masking of HCR/HCR2 RES0 bits
Richard Henderson
1
-13
/
+25
2020-03-05
hw/timer/cadence_ttc: move timer_new from init() into realize() to avoid meml...
Pan Nengyuan
1
-5
/
+11
2020-03-05
hw/arm/strongarm: move timer_new from init() into realize() to avoid memleaks
Pan Nengyuan
1
-6
/
+12
2020-03-05
hw/arm/spitz: move timer_new from init() into realize() to avoid memleaks
Pan Nengyuan
1
-1
/
+7
2020-03-05
hw/arm/pxa2xx: move timer_new from init() into realize() to avoid memleaks
Pan Nengyuan
1
-6
/
+11
2020-03-05
hw/arm/musicpal: Simplify since the machines are little-endian only
Philippe Mathieu-Daudé
1
-10
/
+0
2020-03-05
hw/arm/z2: Simplify since the machines are little-endian only
Philippe Mathieu-Daudé
1
-7
/
+1
2020-03-05
hw/arm/omap_sx1: Simplify since the machines are little-endian only
Philippe Mathieu-Daudé
1
-9
/
+2
2020-03-05
hw/arm/mainstone: Simplify since the machines are little-endian only
Philippe Mathieu-Daudé
1
-7
/
+1
2020-03-05
hw/arm/gumstix: Simplify since the machines are little-endian only
Philippe Mathieu-Daudé
1
-14
/
+2
2020-03-05
hw/arm/smmu-common: Simplify smmu_find_smmu_pcibus() logic
Philippe Mathieu-Daudé
1
-10
/
+11
2020-03-05
hw/arm/smmu-common: a fix to smmu_find_smmu_pcibus
Eric Auger
1
-0
/
+1
2020-03-05
target/arm: Implement (trivially) ARMv8.2-TTCNP
Peter Maydell
3
-0
/
+7
2020-03-05
hw/arm: versal: Generate xlnx-versal-virt zdma FDT nodes
Edgar E. Iglesias
1
-0
/
+28
2020-03-05
hw/arm: versal: Add support for the LPD ADMAs
Edgar E. Iglesias
2
-0
/
+30
[next]