Age | Commit message (Expand) | Author |
2020-10-05 | icount: rename functions to be consistent with the module name | Claudio Fontana |
2020-10-05 | cpu-timers, icount: new modules | Claudio Fontana |
2020-10-01 | target/arm: Fix SVE splice | Richard Henderson |
2020-10-01 | target/arm: Fix sve ldr/str | Richard Henderson |
2020-10-01 | target/arm: Make isar_feature_aa32_fp16_arith() handle M-profile | Peter Maydell |
2020-10-01 | target/arm: Add ID register values for Cortex-M0 | Peter Maydell |
2020-10-01 | target/arm: Move id_pfr0, id_pfr1 into ARMISARegisters | Peter Maydell |
2020-10-01 | target/arm: Replace ARM_FEATURE_PXN with ID_MMFR0.VMSA check | Peter Maydell |
2020-09-24 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi |
2020-09-22 | qom: simplify object_find_property / object_class_find_property | Daniel P. Berrangé |
2020-09-18 | qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros | Eduardo Habkost |
2020-09-18 | target/arm: Set instance_align on CPUARM TypeInfo | Richard Henderson |
2020-09-16 | util: rename qemu_open() to qemu_open_old() | Daniel P. Berrangé |
2020-09-14 | target/arm: Count PMU events when MDCR.SPME is set | Aaron Lindsay |
2020-09-14 | target/arm: Remove no-longer-reachable 32-bit KVM code | Peter Maydell |
2020-09-14 | target/arm: Remove KVM support for 32-bit Arm hosts | Peter Maydell |
2020-09-14 | target/arm: Convert VCMLA, VCADD size field to MO_* in decode | Peter Maydell |
2020-09-14 | target/arm: Convert Neon VCVT fp size field to MO_* in decode | Peter Maydell |
2020-09-14 | target/arm: Convert Neon 3-same-fp size field to MO_* in decode | Peter Maydell |
2020-09-09 | Use OBJECT_DECLARE_TYPE where possible | Eduardo Habkost |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-09-08 | target/arm: Move setting of CPU halted state to generic code | Thiago Jung Bauermann |
2020-09-08 | target/arm: Move start-powered-off property to generic CPUState | Thiago Jung Bauermann |
2020-09-02 | arm: Fix typo in AARCH64_CPU_GET_CLASS definition | Eduardo Habkost |
2020-09-01 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200901'... | Peter Maydell |
2020-09-01 | target/arm: Enable FP16 in '-cpu max' | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VMUL, VMLA, VMLS | Peter Maydell |
2020-09-01 | target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations | Peter Maydell |
2020-09-01 | target/arm/vec_helper: Handle oprsz less than 16 bytes in indexed operations | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VRINTX | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VRINT-with-specified-rounding-mode | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VCVT with rounding modes | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VCVT fixed-point | Peter Maydell |
2020-09-01 | target/arm: Convert Neon VCVT fixed-point to gvec | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon float-integer VCVT | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon pairwise fp ops | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VRSQRTS | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VRECPS | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon fp compare-vs-0 | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VFMA, VMFS | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VMLA, VMLS operations | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VMAXNM, VMINNM | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VMAX, VMIN | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for VACGE, VACGT | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for VCEQ, VCGE, VCGT comparisons | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VABS, VNEG of floats | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VRECPE, VRSQRTE using gvec | Peter Maydell |
2020-09-01 | target/arm: Implement FP16 for Neon VADD, VSUB, VABD, VMUL | Peter Maydell |