Age | Commit message (Expand) | Author |
2018-08-16 | target/arm: add "cortex-m0" CPU model | Stefan Hajnoczi |
2018-08-16 | target/arm: Add sve-max-vq cpu property to -cpu max | Richard Henderson |
2018-08-16 | target/arm: Dump SVE state if enabled | Richard Henderson |
2018-08-16 | target/arm: Reformat integer register dump | Richard Henderson |
2018-08-16 | target/arm: Fix offset scaling for LD_zprr and ST_zprr | Richard Henderson |
2018-08-16 | target/arm: Fix offset for LD1R instructions | Richard Henderson |
2018-08-16 | target/arm: Fix sign-extension in sve do_ldr/do_str | Richard Henderson |
2018-08-16 | target/arm: Fix typo in helper_sve_ld1hss_r | Richard Henderson |
2018-08-14 | target/arm: Fix typo in helper_sve_movz_d | Richard Henderson |
2018-08-14 | target/arm: Reorganize SVE WHILE | Richard Henderson |
2018-08-14 | target/arm: Fix typo in do_sat_addsub_64 | Richard Henderson |
2018-08-14 | target/arm: Fix sign of sve_cmpeq_ppzw/sve_cmpne_ppzw | Richard Henderson |
2018-08-14 | target/arm: Implement tailchaining for M profile cores | Peter Maydell |
2018-08-14 | target/arm: Restore M-profile CONTROL.SPSEL before any tailchaining | Peter Maydell |
2018-08-14 | target/arm: Initialize exc_secure correctly in do_v7m_exception_exit() | Peter Maydell |
2018-08-14 | target/arm: Improve exception-taken logging | Peter Maydell |
2018-08-14 | target/arm: Treat SCTLR_EL1.M as if it were zero when HCR_EL2.TGE is set | Peter Maydell |
2018-08-14 | target/arm: Provide accessor functions for HCR_EL2.{IMO, FMO, AMO} | Peter Maydell |
2018-08-14 | target/arm: Honour HCR_EL2.TGE when raising synchronous exceptions | Peter Maydell |
2018-08-14 | target/arm: Honour HCR_EL2.TGE and MDCR_EL2.TDE in debug register access checks | Peter Maydell |
2018-08-14 | target/arm: Mask virtual interrupts if HCR_EL2.TGE is set | Peter Maydell |
2018-08-14 | target/arm: Allow execution from small regions | Peter Maydell |
2018-08-14 | arm: Add ARMv6-M programmer's model support | Julia Suvorova |
2018-08-14 | target/arm: Forbid unprivileged mode for M Baseline | Julia Suvorova |
2018-08-06 | target/xtensa/cpu: Set owner of memory region in xtensa_cpu_initfn | Thomas Huth |
2018-08-06 | target/arm: Add dummy needed functions to M profile vmstate subsections | Peter Maydell |
2018-07-31 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2018-07-30 | target/arm: Remove duplicate 'host' entry in '-cpu ?' output | Philippe Mathieu-Daudé |
2018-07-30 | i386: implement MSR_SMI_COUNT for TCG | Paolo Bonzini |
2018-07-30 | i386: do not migrate MSR_SMI_COUNT on machine types <2.12 | Paolo Bonzini |
2018-07-24 | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in... | Peter Maydell |
2018-07-23 | i386: Rename enum CacheType members | Eduardo Habkost |
2018-07-23 | target/arm: Correctly handle overlapping small MPU regions | Peter Maydell |
2018-07-18 | s390x/cpumodel: fix segmentation fault when baselining models | David Hildenbrand |
2018-07-17 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2018-07-16 | target/arm: Fix LD1W and LDFF1W (scalar plus vector) | Richard Henderson |
2018-07-16 | hyperv: ensure VP index equal to QEMU cpu_index | Roman Kagan |
2018-07-16 | hyperv: rename vcpu_id to vp_index | Roman Kagan |
2018-07-16 | dump: add kernel_gs_base to QEMU CPU state | Viktor Prutyanov |
2018-07-10 | target/arm: Use correct mmu_idx for exception-return unstacking | Peter Maydell |
2018-07-09 | target/sh4: Fix translator.c assertion failure for gUSA | Richard Henderson |
2018-07-09 | target/arm: Fix do_predset for large VL | Richard Henderson |
2018-07-09 | target/arm: Suppress Coverity warning for PRF | Richard Henderson |
2018-07-07 | target/ppc: fix build on ppc64 host | Laurent Vivier |
2018-07-06 | i386: fix '-cpu ?' output for host cpu type | Greg Kurz |
2018-07-03 | Merge remote-tracking branch 'remotes/shorne/tags/pull-or-20180703' into staging | Peter Maydell |
2018-07-03 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into... | Peter Maydell |
2018-07-03 | target/openrisc: Fix writes to interrupt mask register | Stafford Horne |
2018-07-03 | target/openrisc: Fix delay slot exception flag to match spec | Stafford Horne |
2018-07-03 | linux-user: Implement signals for openrisc | Richard Henderson |