Age | Commit message (Expand) | Author |
2021-02-15 | target/ppc: Drop use of gdb_get_float64() and ldfq_p() | Peter Maydell |
2021-02-15 | target/m68k: Drop use of gdb_get_float64() and ldfq_p() | Peter Maydell |
2021-02-15 | target/sh4: Drop use of gdb_get_float32() and ldfl_p() | Peter Maydell |
2021-02-13 | Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.0-pull-request' ... | Peter Maydell |
2021-02-11 | m68k: add MSP detection support for stack pointer swap helpers | Lucien Murray-Pitts |
2021-02-11 | m68k: MOVEC insn. should generate exception if wrong CR is accessed | Lucien Murray-Pitts |
2021-02-11 | m68k: add missing BUSCR/PCR CR defines, and BUSCR/PCR/CAAR CR to m68k_move_to... | Lucien Murray-Pitts |
2021-02-11 | m68k: improve comments on m68k_move_to/from helpers | Lucien Murray-Pitts |
2021-02-11 | m68k: cascade m68k_features by m680xx_cpu_initfn() to improve readability | Lucien Murray-Pitts |
2021-02-11 | m68k: improve cpu instantiation comments | Lucien Murray-Pitts |
2021-02-11 | target/arm: Correctly initialize MDCR_EL2.HPMN | Daniel Müller |
2021-02-11 | target/arm: Set ID_PFR0.DIT to 1 for "max" 32-bit CPU | Rebecca Cran |
2021-02-11 | target/arm: Set ID_AA64PFR0.DIT and ID_PFR0.DIT to 1 for "max" AA64 CPU | Rebecca Cran |
2021-02-11 | target/arm: Support AA32 DIT by moving PSTATE_SS from cpsr into env->pstate | Rebecca Cran |
2021-02-11 | target/arm: Add support for FEAT_DIT, Data Independent Timing | Rebecca Cran |
2021-02-11 | target/arm: Fix SCR RES1 handling | Mike Nawrocki |
2021-02-11 | target/arm: Don't migrate CPUARMState.features | Aaron Lindsay |
2021-02-10 | target/ppc: Add E500 L2CSR0 write helper | Bin Meng |
2021-02-10 | target/ppc: Remove unused MMU definitions | Philippe Mathieu-Daudé |
2021-02-08 | target/i386: Expose VMX entry/exit load pkrs control bits | Chenyi Qiang |
2021-02-08 | target/i386: Add support for save/load IA32_PKRS MSR | Chenyi Qiang |
2021-02-08 | target/i86: implement PKS | Paolo Bonzini |
2021-02-08 | target/i386: Fix decoding of certain BMI instructions | David Greenaway |
2021-02-08 | x86/cpu: Populate SVM CPUID feature bits | Wei Huang |
2021-02-08 | target/i386: do not set LM for 32-bit emulation "-cpu host/max" | Paolo Bonzini |
2021-02-08 | spapr: Add PEF based confidential guest support | David Gibson |
2021-02-08 | confidential guest support: Move SEV initialization into arch specific code | David Gibson |
2021-02-08 | confidential guest support: Introduce cgs "ready" flag | David Gibson |
2021-02-08 | sev: Add Error ** to sev_kvm_init() | David Gibson |
2021-02-08 | confidential guest support: Rework the "memory-encryption" property | David Gibson |
2021-02-08 | sev: Remove false abstraction of flash encryption | David Gibson |
2021-02-08 | confidential guest support: Introduce new confidential guest support class | David Gibson |
2021-02-05 | accel: replace struct CpusAccel with AccelOpsClass | Claudio Fontana |
2021-02-05 | accel: extend AccelState and AccelClass to user-mode | Claudio Fontana |
2021-02-05 | cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass | Claudio Fontana |
2021-02-05 | cpu: move debug_check_watchpoint to tcg_ops | Claudio Fontana |
2021-02-05 | cpu: move adjust_watchpoint_address to tcg_ops | Claudio Fontana |
2021-02-05 | cpu: move do_unaligned_access to tcg_ops | Claudio Fontana |
2021-02-05 | cpu: move cc->transaction_failed to tcg_ops | Claudio Fontana |
2021-02-05 | cpu: move cc->do_interrupt to tcg_ops | Claudio Fontana |
2021-02-05 | target/arm: do not use cc->do_interrupt for KVM directly | Claudio Fontana |
2021-02-05 | cpu: Move debug_excp_handler to tcg_ops | Eduardo Habkost |
2021-02-05 | cpu: Move tlb_fill to tcg_ops | Eduardo Habkost |
2021-02-05 | cpu: Move cpu_exec_* to tcg_ops | Eduardo Habkost |
2021-02-05 | cpu: Move synchronize_from_tb() to tcg_ops | Eduardo Habkost |
2021-02-05 | target/riscv: remove CONFIG_TCG, as it is always TCG | Claudio Fontana |
2021-02-05 | cpu: Introduce TCGCpuOperations struct | Eduardo Habkost |
2021-01-29 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210129-... | Peter Maydell |
2021-01-29 | target/arm: Replace magic value by MMU_DATA_LOAD definition | Philippe Mathieu-Daudé |
2021-01-29 | target/arm: Conditionalize DBGDIDR | Richard Henderson |