aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-24hw/arm/highbank: Use AddressSpace when using write_secondary_boot()pull-target-arm-20191024Philippe Mathieu-Daudé
2019-10-24hw/arm/raspi: Use AddressSpace when using arm_boot::write_secondary_bootPhilippe Mathieu-Daudé
2019-10-24hw/arm/bcm2836: Rename cpus[] as cpu[].corePhilippe Mathieu-Daudé
2019-10-24hw/arm/bcm2836: Make the SoC code modularPhilippe Mathieu-Daudé
2019-10-24hw/arm/bcm2835_peripherals: Use the SYS_timerPhilippe Mathieu-Daudé
2019-10-24hw/timer/bcm2835: Add the BCM2835 SYS_timerPhilippe Mathieu-Daudé
2019-10-24hw/arm/bcm2835_peripherals: Use the thermal sensor blockPhilippe Mathieu-Daudé
2019-10-24hw/misc/bcm2835_thermal: Add a dummy BCM2835 thermal sensorPhilippe Mathieu-Daudé
2019-10-24target/arm/kvm: host cpu: Add support for sve<N> propertiesAndrew Jones
2019-10-24target/arm/cpu64: max cpu: Support sve properties with KVMAndrew Jones
2019-10-24target/arm/kvm: scratch vcpu: Preserve input kvm_vcpu_init featuresAndrew Jones
2019-10-24target/arm/kvm64: max cpu: Enable SVE when availableAndrew Jones
2019-10-24target/arm/kvm64: Add kvm_arch_get/put_sveAndrew Jones
2019-10-24target/arm/cpu64: max cpu: Introduce sve<N> propertiesAndrew Jones
2019-10-24target/arm: Allow SVE to be disabled via a CPU propertyAndrew Jones
2019-10-24tests: arm: Introduce cpu feature testsAndrew Jones
2019-10-24target/arm/monitor: Introduce qmp_query_cpu_model_expansionAndrew Jones
2019-10-24hw/watchdog/milkymist-sysctl.c: Switch to transaction-based ptimer APIPeter Maydell
2019-10-24hw/m68k/mcf5206.c: Switch to transaction-based ptimer APIPeter Maydell
2019-10-24hw/timer/grlib_gptimer.c: Switch to transaction-based ptimer APIPeter Maydell
2019-10-24hw/timer/slavio_timer.c: Switch to transaction-based ptimer APIPeter Maydell
2019-10-24hw/timer/slavio_timer: Remove useless check for NULL t->timerPeter Maydell
2019-10-24hw/dma/xilinx_axidma.c: Switch to transaction-based ptimer APIPeter Maydell
2019-10-24hw/timer/xilinx_timer.c: Switch to transaction-based ptimer APIPeter Maydell
2019-10-24hw/net/fsl_etsec/etsec.c: Switch to transaction-based ptimer APIPeter Maydell
2019-10-24target/arm: Rely on hflags correct in cpu_get_tb_cpu_stateRichard Henderson
2019-10-24linux-user/arm: Rebuild hflags for TARGET_WORDS_BIGENDIANRichard Henderson
2019-10-24linux-user/aarch64: Rebuild hflags for TARGET_WORDS_BIGENDIANRichard Henderson
2019-10-24target/arm: Rebuild hflags for M-profile NVICRichard Henderson
2019-10-24target/arm: Rebuild hflags for M-profileRichard Henderson
2019-10-24target/arm: Rebuild hflags at Xscale SCTLR writesRichard Henderson
2019-10-24target/arm: Rebuild hflags at CPSR writesRichard Henderson
2019-10-24target/arm: Rebuild hflags at MSR writesRichard Henderson
2019-10-24target/arm: Rebuild hflags at EL changesRichard Henderson
2019-10-24target/arm: Add HELPER(rebuild_hflags_{a32, a64, m32})Richard Henderson
2019-10-24target/arm: Hoist store to cs_base in cpu_get_tb_cpu_stateRichard Henderson
2019-10-24target/arm: Split out arm_mmu_idx_elRichard Henderson
2019-10-24target/arm: Add arm_rebuild_hflagsRichard Henderson
2019-10-24target/arm: Hoist computation of TBFLAG_A32.VFPENRichard Henderson
2019-10-24target/arm: Simplify set of PSTATE_SS in cpu_get_tb_cpu_stateRichard Henderson
2019-10-24target/arm: Hoist XSCALE_CPAR, VECLEN, VECSTRIDE in cpu_get_tb_cpu_stateRichard Henderson
2019-10-24target/arm: Split out rebuild_hflags_aprofileRichard Henderson
2019-10-24target/arm: Split out rebuild_hflags_a32Richard Henderson
2019-10-24target/arm: Reduce tests vs M-profile in cpu_get_tb_cpu_stateRichard Henderson
2019-10-24target/arm: Split out rebuild_hflags_m32Richard Henderson
2019-10-24target/arm: Split arm_cpu_data_is_big_endianRichard Henderson
2019-10-24target/arm: Split out rebuild_hflags_common_32Richard Henderson
2019-10-24target/arm: Split out rebuild_hflags_a64Richard Henderson
2019-10-24target/arm: Split out rebuild_hflags_commonRichard Henderson
2019-10-24aspeed: Add an AST2600 eval boardCédric Le Goater