Age | Commit message (Expand) | Author |
2015-05-18 | target-arm: Remove unneeded '+' | Edgar E. Iglesias |
2015-05-18 | target-arm: Correct accessfn for CNTV_TVAL_EL0 | Edgar E. Iglesias |
2015-05-18 | target-arm: Correct accessfn for CNTP_{CT}VAL_EL0 | Edgar E. Iglesias |
2015-05-18 | target-arm: Add WFx syndrome function | Greg Bellows |
2015-05-18 | target-arm: Add EL3 and EL2 TCR checking | Greg Bellows |
2015-05-18 | target-arm: Add TTBR regime function and use | Greg Bellows |
2015-05-18 | target-arm: cpu64: Add support for Cortex-A53 | Peter Crosthwaite |
2015-05-18 | target-arm: cpu64: generalise name of A57 regs | Peter Crosthwaite |
2015-05-14 | tcg: Push merged memop+mmu_idx parameter to softmmu routines | Richard Henderson |
2015-05-11 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-04-30 | kvm: add support for memory transaction attributes | Paolo Bonzini |
2015-04-30 | tcg: Delete unused cpu_pc_from_tb() | Peter Crosthwaite |
2015-04-30 | arm: cpu.h: Remove unused typdefs | Peter Crosthwaite |
2015-04-26 | Allow ARMv8 SCR.SMD updates | Greg Bellows |
2015-04-26 | target-arm: Adjust id_aa64pfr0 when has_el3 CPU property disabled | Sergey Fedorov |
2015-04-26 | target-arm: rename c1_coproc to cpacr_el1 | Sergey Fedorov |
2015-04-26 | target-arm: Check watchpoints against CPU security state | Peter Maydell |
2015-04-26 | target-arm: Use attribute info to handle user-only watchpoints | Peter Maydell |
2015-04-26 | target-arm: Add user-mode transaction attribute | Peter Maydell |
2015-04-26 | target-arm: Use correct memory attributes for page table walks | Peter Maydell |
2015-04-26 | target-arm: Honour NS bits in page tables | Peter Maydell |
2015-04-01 | target-arm: kvm64 fix save/restore of SPSR regs | Alex Bennée |
2015-04-01 | target-arm: kvm64 sync FP register state | Alex Bennée |
2015-04-01 | target-arm: kvm: save/restore mp state | Alex Bennée |
2015-04-01 | target-arm: Store SPSR_EL1 state in banked_spsr[1] (SPSR_svc) | Peter Maydell |
2015-03-16 | target-arm: Ignore low bit of PC in M-profile exception return | Peter Maydell |
2015-03-16 | target-arm: Fix handling of STM (user) with r15 in register list | Peter Maydell |
2015-03-16 | target-arm: get_phys_addr_lpae: more xn control | Andrew Jones |
2015-03-16 | target-arm: fix get_phys_addr_v6/SCTLR_AFE access check | Andrew Jones |
2015-03-16 | target-arm: convert check_ap to ap_to_rw_prot | Andrew Jones |
2015-03-13 | tcg: Change translator-side labels to a pointer | Richard Henderson |
2015-03-12 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2015-03-11 | kvm: add machine state to kvm_arch_init | Marcel Apfelbaum |
2015-03-11 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150311'... | Peter Maydell |
2015-03-11 | target-arm: Add missing compatible property to A57 | Ryota Ozaki |
2015-03-10 | cpu: Make cpu_init() return QOM CPUState object | Eduardo Habkost |
2015-02-13 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150212' into staging | Peter Maydell |
2015-02-13 | target-arm: A64: Avoid signed shifts in disas_ldst_pair() | Peter Maydell |
2015-02-13 | target-arm: A64: Avoid left shifting negative integers in disas_pc_rel_addr | Peter Maydell |
2015-02-13 | target-arm: A64: Fix handling of rotate in logic_imm_decode_wmask | Peter Maydell |
2015-02-13 | target-arm: A64: Fix shifts into sign bit | Peter Maydell |
2015-02-13 | target-arm: Add AArch32 guest support to KVM64 | Greg Bellows |
2015-02-13 | target-arm: Add 32/64-bit register sync | Greg Bellows |
2015-02-13 | target-arm: Add CPU property to disable AArch64 | Greg Bellows |
2015-02-12 | tcg: Introduce tcg_op_buf_count and tcg_op_buf_full | Richard Henderson |
2015-02-12 | tcg: Move emit of INDEX_op_end into gen_tb_end | Richard Henderson |
2015-02-05 | target-arm: fix for exponent comparison in recpe_f64 | Ildar Isaev |
2015-02-05 | target-arm: Guest cpu endianness determination for virtio KVM ARM/ARM64 | Pranavkumar Sawargaonkar |
2015-02-05 | target-arm: KVM64: Get and Sync up guest register state like kvm32. | Pranavkumar Sawargaonkar |
2015-02-05 | target-arm: Fix brace style in reindented code | Peter Maydell |