aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2020-03-17ppc/spapr: Fix FWNMI machine check interrupt deliveryNicholas Piggin
2020-03-17target/ppc: Fix rlwinm on ppc64Vitaly Chikunov
2020-03-17spapr,ppc: Simplify signature of kvmppc_rma_size()David Gibson
2020-03-17target/ppc: Don't store VRMA SLBE persistentlyDavid Gibson
2020-03-17target/ppc: Only calculate RMLS derived RMA limit on demandDavid Gibson
2020-03-17target/ppc: Correct RMLS tableDavid Gibson
2020-03-17target/ppc: Streamline calculation of RMA limit from LPCR[RMLS]David Gibson
2020-03-17target/ppc: Use class fields to simplify LPCR maskingDavid Gibson
2020-03-17target/ppc: Remove RMOR register from POWER9 & POWER10David Gibson
2020-03-17spapr, ppc: Remove VPM0/RMLS hacks for POWER9David Gibson
2020-03-17target/ppc: Introduce ppc_hash64_use_vrma() helperDavid Gibson
2020-03-17target/ppc: Correct handling of real mode accesses with vhyp on hash MMUDavid Gibson
2020-03-17ppc: Remove stub of PPC970 HID4 implementationDavid Gibson
2020-03-17ppc: Remove stub support for 32-bit hypervisor modeDavid Gibson
2020-03-17ppc: Officially deprecate the CPU "compat" propertyGreg Kurz
2020-03-12target/arm: kvm: Inject events at the last stage of syncBeata Michalska
2020-03-12target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmapEric Auger
2020-03-12target/arm: Disable clean_data_tbi for system modeRichard Henderson
2020-03-12target/arm: Check addresses for disabled regimesRichard Henderson
2020-03-12target/arm: Fix some comment typosPeter Maydell
2020-03-12target/arm: Recalculate hflags correctly after writes to CONTROLPeter Maydell
2020-03-12target/arm: Update hflags in trans_CPS_v7m()Peter Maydell
2020-03-10s390x: ipl: Consolidate iplb validity check into one functionJanosch Frank
2020-03-05RISC-V: Add a missing "," in riscv_excp_namesPalmer Dabbelt
2020-03-05target/arm: Clean address for DC ZVARichard Henderson
2020-03-05target/arm: Use DEF_HELPER_FLAGS for helper_dc_zvaRichard Henderson
2020-03-05target/arm: Move helper_dc_zva to helper-a64.cRichard Henderson
2020-03-05target/arm: Apply TBI to ESR_ELx in helper_exception_returnRichard Henderson
2020-03-05target/arm: Introduce core_to_aa64_mmu_idxRichard Henderson
2020-03-05target/arm: Optimize cpu_mmu_indexRichard Henderson
2020-03-05target/arm: Replicate TBI/TBID bits for single range regimesRichard Henderson
2020-03-05target/arm: Honor the HCR_EL2.TTLB bitRichard Henderson
2020-03-05target/arm: Honor the HCR_EL2.TPU bitRichard Henderson
2020-03-05target/arm: Honor the HCR_EL2.TPCP bitRichard Henderson
2020-03-05target/arm: Honor the HCR_EL2.TACR bitRichard Henderson
2020-03-05target/arm: Honor the HCR_EL2.TSW bitRichard Henderson
2020-03-05target/arm: Honor the HCR_EL2.{TVM,TRVM} bitsRichard Henderson
2020-03-05target/arm: Improve masking in arm_hcr_el2_effRichard Henderson
2020-03-05target/arm: Remove EL2 and EL3 setup from user-onlyRichard Henderson
2020-03-05target/arm: Disable has_el2 and has_el3 for user-onlyRichard Henderson
2020-03-05target/arm: Add HCR_EL2 bit definitions from ARMv8.6Richard Henderson
2020-03-05target/arm: Improve masking of HCR/HCR2 RES0 bitsRichard Henderson
2020-03-05target/arm: Implement (trivially) ARMv8.2-TTCNPPeter Maydell
2020-03-03Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf3' i...Peter Maydell
2020-02-28target/arm: Implement ARMv8.3-CCIDXPeter Maydell
2020-02-28target/arm: Implement v8.4-RCPCPeter Maydell
2020-02-28target/arm: Implement v8.3-RCPCPeter Maydell
2020-02-28target/arm: Fix wrong use of FIELD_EX32 on ID_AA64DFR0Peter Maydell
2020-02-28target/arm: Split VMINMAXNM decodeRichard Henderson
2020-02-28target/arm: Split VFM decodeRichard Henderson