Age | Commit message (Expand) | Author | Files | Lines |
2024-04-26 | target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h' | Philippe Mathieu-Daudé | 1 | -3/+0 |
2024-04-25 | target/arm: Handle IS/FS in ISR_EL1 for NMI, VINMI and VFNMI | Jinjie Ruan | 1 | -0/+2 |
2024-04-25 | target/arm: Add support for Non-maskable Interrupt | Jinjie Ruan | 1 | -0/+6 |
2024-04-25 | target/arm: Add PSTATE.ALLINT | Jinjie Ruan | 1 | -0/+1 |
2024-03-07 | target/arm: Implement FEAT_ECV CNTPOFF_EL2 handling | Peter Maydell | 1 | -0/+1 |
2024-03-07 | target/arm: Move some register related defines to internals.h | Peter Maydell | 1 | -128/+0 |
2024-02-28 | hw/core/cpu: Remove gdb_get_dynamic_xml member | Akihiko Odaki | 1 | -6/+0 |
2024-02-28 | target/arm: Use GDBFeature for dynamic XML | Akihiko Odaki | 1 | -11/+10 |
2024-02-03 | include/exec: Implement cpu_mmu_index generically | Richard Henderson | 1 | -13/+0 |
2024-01-26 | target/arm: Move GTimer definitions to new 'gtimer.h' header | Philippe Mathieu-Daudé | 1 | -7/+1 |
2024-01-26 | target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h' header | Philippe Mathieu-Daudé | 1 | -6/+0 |
2024-01-26 | target/arm: Expose M-profile register bank index definitions | Philippe Mathieu-Daudé | 1 | -15/+0 |
2024-01-26 | target/arm: Declare ARM_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h' | Philippe Mathieu-Daudé | 1 | -2/+0 |
2024-01-26 | target/arm: Expose arm_cpu_mp_affinity() in 'multiprocessing.h' header | Philippe Mathieu-Daudé | 1 | -5/+1 |
2024-01-26 | target/arm: Create arm_cpu_mp_affinity | Richard Henderson | 1 | -0/+5 |
2024-01-26 | target/arm: Rename arm_cpu_mp_affinity | Richard Henderson | 1 | -1/+1 |
2024-01-09 | target/arm: Report VNCR_EL2 based faults correctly | Peter Maydell | 1 | -2/+2 |
2024-01-09 | target/arm: Implement FEAT_NV2 redirection of sysregs to RAM | Peter Maydell | 1 | -0/+4 |
2024-01-09 | target/arm: Handle FEAT_NV2 redirection of SPSR_EL2, ELR_EL2, ESR_EL2, FAR_EL2 | Peter Maydell | 1 | -0/+2 |
2024-01-09 | target/arm: Implement VNCR_EL2 register | Peter Maydell | 1 | -0/+3 |
2024-01-09 | target/arm: Trap sysreg accesses for FEAT_NV | Peter Maydell | 1 | -0/+1 |
2024-01-09 | target/arm: Allow use of upper 32 bits of TBFLAG_A64 | Peter Maydell | 1 | -3/+5 |
2024-01-09 | target/arm: Enable trapping of ERET for FEAT_NV | Peter Maydell | 1 | -1/+1 |
2024-01-05 | target/arm: Use generic cpu_list() | Gavin Shan | 1 | -3/+0 |
2023-11-07 | target: Move ArchCPUClass definition to 'cpu.h' | Philippe Mathieu-Daudé | 1 | -0/+25 |
2023-11-07 | target/arm: Move internal declarations from 'cpu-qom.h' to 'cpu.h' | Philippe Mathieu-Daudé | 1 | -0/+22 |
2023-11-07 | target: Unify QOM style | Philippe Mathieu-Daudé | 1 | -2/+0 |
2023-10-27 | target/arm: Move feature test functions to their own header | Peter Maydell | 1 | -971/+0 |
2023-10-19 | target/arm/arm-powerctl: Correctly init CPUs when powered on to lower EL | Peter Maydell | 1 | -0/+22 |
2023-10-03 | accel/tcg: Move CPUNegativeOffsetState into CPUState | Richard Henderson | 1 | -1/+0 |
2023-09-21 | target/arm: Define new TB flag for ATA0 | Peter Maydell | 1 | -0/+1 |
2023-09-21 | target/arm: Implement FEAT_MOPS enable bits | Peter Maydell | 1 | -0/+6 |
2023-09-21 | target/arm: Implement FEAT_HBC | Peter Maydell | 1 | -0/+5 |
2023-09-21 | target/arm: Update AArch64 ID register field definitions | Peter Maydell | 1 | -0/+23 |
2023-09-11 | Merge tag 'pull-target-arm-20230908' of https://git.linaro.org/people/pmaydel... | Stefan Hajnoczi | 1 | -8/+46 |
2023-09-08 | target/arm: Implement FEAT_TIDCP1 | Richard Henderson | 1 | -0/+5 |
2023-09-08 | target/arm: Implement FEAT_PACQARMA3 | Richard Henderson | 1 | -0/+1 |
2023-09-08 | target/arm: Add feature detection for FEAT_Pauth2 and extensions | Aaron Lindsay | 1 | -8/+39 |
2023-09-08 | target/arm: Add ID_AA64ISAR2_EL1 | Aaron Lindsay | 1 | -0/+1 |
2023-09-08 | trivial: Simplify the spots that use TARGET_BIG_ENDIAN as a numeric value | Thomas Huth | 1 | -10/+2 |
2023-08-31 | target/arm: Allow cpu to configure GM blocksize | Richard Henderson | 1 | -0/+2 |
2023-08-31 | target/arm: Reduce dcz_blocksize to uint8_t | Richard Henderson | 1 | -1/+2 |
2023-08-22 | target/arm/helper: Implement CNTHCTL_EL2.CNT[VP]MASK | Jean-Philippe Brucker | 1 | -0/+4 |
2023-08-22 | target/arm: Pass an ARMSecuritySpace to arm_is_el2_enabled_secstate() | Peter Maydell | 1 | -5/+8 |
2023-08-22 | target/arm/ptw: Pass an ARMSecuritySpace to arm_hcr_el2_eff_secstate() | Peter Maydell | 1 | -1/+1 |
2023-07-25 | arm: spelling fixes | Michael Tokarev | 1 | -1/+1 |
2023-06-28 | target/arm: Restrict KVM-specific fields from ArchCPU | Philippe Mathieu-Daudé | 1 | -0/+2 |
2023-06-26 | target: Widen pc/cs_base in cpu_get_tb_cpu_state | Anton Johansson | 1 | -2/+2 |
2023-06-23 | target/arm: Implement GPC exceptions | Richard Henderson | 1 | -0/+1 |
2023-06-23 | target/arm: Introduce ARMMMUIdx_Phys_{Realm,Root} | Richard Henderson | 1 | -2/+21 |