aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-14target/arm: Correctly implement ACTLR2, HACTLR2vmid16Peter Maydell
2020-02-14target/arm: Use FIELD_EX32 for testing 32-bit fieldsPeter Maydell
2020-02-14target/arm: Use isar_feature function for testing AA32HPD featurePeter Maydell
2020-02-14target/arm: Test correct register in aa32_pan and aa32_ats1e1 checksPeter Maydell
2020-02-14target/arm: Correct handling of PMCR_EL0.LC bitPeter Maydell
2020-02-14target/arm: Correct definition of PMCRDPPeter Maydell
2020-02-14target/arm: Provide ARMv8.4-PMU in '-cpu max'Peter Maydell
2020-02-14target/arm: Implement ARMv8.4-PMU extensionPeter Maydell
2020-02-14target/arm: Implement ARMv8.1-PMU extensionPeter Maydell
2020-02-14target/arm: Read debug-related ID registers from KVMPeter Maydell
2020-02-14target/arm: Move DBGDIDR into ARMISARegistersPeter Maydell
2020-02-14target/arm: Stop assuming DBGDIDR always existsPeter Maydell
2020-02-14target/arm: Add _aa64_ and _any_ versions of pmu_8_1 isar checksPeter Maydell
2020-02-14target/arm: Define an aa32_pmu_8_1 isar feature test functionPeter Maydell
2020-02-14target/arm: Use FIELD macros for clearing ID_DFR0 PERFMON fieldPeter Maydell
2020-02-14target/arm: Add and use FIELD definitions for ID_AA64DFR0_EL1Peter Maydell
2020-02-14target/arm: Factor out PMU register definitionsPeter Maydell
2020-02-14target/arm: Define and use any_predinv isar_feature testPeter Maydell
2020-02-14target/arm: Add isar_feature_any_fp16 and document naming/usage conventionsPeter Maydell
2020-02-14target/arm: Check aa32_pan in take_aarch32_exception(), not aa64_panPeter Maydell
2020-02-14target/arm: Add _aa32_ to isar_feature functions testing 32-bit ID registersPeter Maydell
2020-02-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200213'...Peter Maydell
2020-02-13Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200213-pull-request' ...Peter Maydell
2020-02-13Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200212' into stagingPeter Maydell
2020-02-13Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200212-pull-request' ...Peter Maydell
2020-02-13target/arm: Implement ARMv8.1-VMID16 extensionpull-target-arm-20200213Peter Maydell
2020-02-13hw/arm/raspi: Extract the cores count from the board revisionPhilippe Mathieu-Daudé
2020-02-13hw/arm/raspi: Use a unique raspi_machine_class_init() methodPhilippe Mathieu-Daudé
2020-02-13hw/arm/raspi: Extract the board model from the board revisionPhilippe Mathieu-Daudé
2020-02-13hw/arm/raspi: Set default RAM size to size encoded in board revisionPhilippe Mathieu-Daudé
2020-02-13hw/arm/raspi: Let class_init() directly call raspi_machine_init()Philippe Mathieu-Daudé
2020-02-13hw/arm/raspi: Make board_rev a field of RaspiMachineClassPhilippe Mathieu-Daudé
2020-02-13hw/arm/raspi: Make machines children of abstract RaspiMachineClassPhilippe Mathieu-Daudé
2020-02-13hw/arm/raspi: Trivial code movementPhilippe Mathieu-Daudé
2020-02-13hw/arm/raspi: Extract the processor type from the board revisionPhilippe Mathieu-Daudé
2020-02-13hw/arm/raspi: Extract the RAM size from the board revisionPhilippe Mathieu-Daudé
2020-02-13hw/arm/raspi: Extract the version from the board revisionPhilippe Mathieu-Daudé
2020-02-13hw/arm/raspi: Correct the board descriptionsPhilippe Mathieu-Daudé
2020-02-13hw/arm/raspi: Use BCM2708 machine type with pre Device Tree kernelsPhilippe Mathieu-Daudé
2020-02-13hw/char/exynos4210_uart: Fix memleaks in exynos4210_uart_initChen Qun
2020-02-13hw/arm: ast2600: Wire up EHCI controllersGuenter Roeck
2020-02-13hw/arm: ast2400/ast2500: Wire up EHCI controllersGuenter Roeck
2020-02-13target/arm: Enable ARMv8.2-UAO in -cpu maxRichard Henderson
2020-02-13target/arm: Implement UAO semanticsRichard Henderson
2020-02-13target/arm: Update MSR access to UAORichard Henderson
2020-02-13target/arm: Add ID_AA64MMFR2_EL1Richard Henderson
2020-02-13target/arm: Enable ARMv8.2-ATS1E1 in -cpu maxRichard Henderson
2020-02-13target/arm: Implement ATS1E1 system registersRichard Henderson
2020-02-13target/arm: Set PAN bit as required on exception entryRichard Henderson
2020-02-13target/arm: Enforce PAN semantics in get_S1protRichard Henderson