Age | Commit message (Expand) | Author | Files | Lines |
2019-02-28 | target/xtensa: reorganize register handling in translators | Max Filippov | 3 | -344/+386 |
2019-02-28 | target/xtensa: only rotate window in the retw helper | Max Filippov | 3 | -9/+10 |
2019-02-28 | target/xtensa: move WINDOW_BASE SR update to postprocessing | Max Filippov | 4 | -20/+28 |
2019-02-28 | target/xtensa: add generic instruction post-processing | Max Filippov | 2 | -8/+33 |
2019-02-28 | target/xtensa: sort FLIX instruction opcodes | Max Filippov | 2 | -8/+221 |
2019-02-28 | target/arm: Enable ARMv8.2-FHM for -cpu max | Richard Henderson | 2 | -0/+3 |
2019-02-28 | target/arm: Implement VFMAL and VFMSL for aarch32 | Richard Henderson | 2 | -33/+101 |
2019-02-28 | target/arm: Implement FMLAL and FMLSL for aarch64 | Richard Henderson | 2 | -1/+53 |
2019-02-28 | target/arm: Add helpers for FMLAL | Richard Henderson | 2 | -0/+157 |
2019-02-28 | Revert "arm: Allow system registers for KVM guests to be changed by QEMU code" | Peter Maydell | 5 | -38/+22 |
2019-02-28 | target/arm: Gate "miscellaneous FP" insns by ID register field | Peter Maydell | 2 | -12/+33 |
2019-02-28 | target/arm: Use MVFR1 feature bits to gate A32/T32 FP16 instructions | Peter Maydell | 4 | -14/+54 |
2019-02-28 | target/arm/arm-powerctl: Add new arm_set_cpu_on_and_reset() | Peter Maydell | 2 | -0/+72 |
2019-02-28 | target/arm/cpu: Allow init-svtor property to be set after realize | Peter Maydell | 1 | -5/+24 |
2019-02-27 | target/mips: Preparing for adding MMI instructions | Mateja Marjanovic | 1 | -2/+41 |
2019-02-26 | target/ppc: Basic POWER9 bare-metal radix MMU support | Benjamin Herrenschmidt | 1 | -12/+69 |
2019-02-26 | target/ppc: Support for POWER9 native hash | Benjamin Herrenschmidt | 4 | -20/+70 |
2019-02-26 | target/ppc: Rename PATB/PATBE -> PATE | Benjamin Herrenschmidt | 4 | -12/+27 |
2019-02-26 | target/ppc: Flush the TLB locally when the LPIDR is written | Benjamin Herrenschmidt | 3 | -1/+22 |
2019-02-26 | target/ppc: Fix synchronization of mttcg with broadcast TLB flushes | Benjamin Herrenschmidt | 1 | -17/+10 |
2019-02-26 | target/ppc: Add basic support for "new format" HPTE as found on POWER9 | Benjamin Herrenschmidt | 2 | -0/+22 |
2019-02-26 | target/ppc: Fix ordering of hash MMU accesses | Benjamin Herrenschmidt | 2 | -0/+12 |
2019-02-26 | target/ppc: Fix #include guard in mmu-book3s-v3.h | Benjamin Herrenschmidt | 1 | -3/+3 |
2019-02-26 | target/ppc: Re-enable RMLS on POWER9 for virtual hypervisors | Benjamin Herrenschmidt | 1 | -0/+8 |
2019-02-26 | target/ppc/mmu: Use LPCR:HR to chose radix vs. hash translation | Benjamin Herrenschmidt | 3 | -13/+21 |
2019-02-26 | target/ppc/spapr: Set LPCR:HR when using Radix mode | Benjamin Herrenschmidt | 2 | -1/+2 |
2019-02-26 | target/ppc: Add support for LPCR:HEIC on POWER9 | Benjamin Herrenschmidt | 2 | -2/+8 |
2019-02-26 | target/ppc: Add POWER9 external interrupt model | Benjamin Herrenschmidt | 3 | -2/+11 |
2019-02-26 | target/ppc: Add Hypervisor Virtualization Interrupt on POWER9 | Benjamin Herrenschmidt | 3 | -3/+35 |
2019-02-26 | target/ppc: Detect erroneous condition in interrupt delivery | Benjamin Herrenschmidt | 1 | -0/+16 |
2019-02-26 | target/ppc: Add POWER9 exception model | Benjamin Herrenschmidt | 4 | -6/+18 |
2019-02-26 | target/ppc: Rename "in_pm_state" to "resume_as_sreset" | Benjamin Herrenschmidt | 2 | -7/+7 |
2019-02-26 | target/ppc: Move "wakeup reset" code to a separate function | Benjamin Herrenschmidt | 1 | -34/+41 |
2019-02-26 | target/ppc: Fix support for "STOP light" states on POWER9 | Benjamin Herrenschmidt | 5 | -6/+35 |
2019-02-26 | target/ppc: Don't clobber MSR:EE on PM instructions | Benjamin Herrenschmidt | 1 | -12/+15 |
2019-02-26 | target/ppc: Fix nip on power management instructions | Benjamin Herrenschmidt | 2 | -5/+8 |
2019-02-22 | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-feb-21-2019-v... | Peter Maydell | 1 | -0/+33 |
2019-02-21 | target/mips: implement QMP query-cpu-definitions command | Pavel Dovgalyuk | 1 | -0/+33 |
2019-02-21 | target/arm: Implement ARMv8.3-JSConv | Richard Henderson | 7 | -0/+140 |
2019-02-21 | target/arm: Rearrange Floating-point data-processing (2 regs) | Richard Henderson | 1 | -116/+111 |
2019-02-21 | target/arm: Split out vfp_helper.c | Richard Henderson | 3 | -1063/+1089 |
2019-02-21 | target/arm: Restructure disas_fp_int_conv | Richard Henderson | 1 | -43/+47 |
2019-02-21 | target/arm: Stop unintentional sign extension in pmu_init | Aaron Lindsay OS | 1 | -1/+1 |
2019-02-21 | target/arm: v8M MPU should use background region as default, not always | Peter Maydell | 1 | -3/+5 |
2019-02-18 | target/xtensa: implement wide branches and loops | Max Filippov | 1 | -27/+102 |
2019-02-18 | target/xtensa: allow multiple names for single opcode | Max Filippov | 3 | -60/+60 |
2019-02-18 | target/xtensa: don't require opcode table sorting | Max Filippov | 3 | -16/+42 |
2019-02-18 | target/xtensa: move xtensa_finalize_config to xtensa_core_class_init | Max Filippov | 3 | -19/+19 |
2019-02-18 | target/xtensa: fixup test_mmuhifi_c3 overlay | Max Filippov | 1 | -661/+661 |
2019-02-18 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into... | Peter Maydell | 13 | -407/+444 |