Age | Commit message (Expand) | Author |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini |
2012-12-19 | build: kill libdis, move disassemblers to disas/ | Paolo Bonzini |
2012-12-08 | TCG: Use gen_opc_instr_start from context instead of global variable. | Evgeny Voevodin |
2012-12-08 | TCG: Use gen_opc_icount from context instead of global variable. | Evgeny Voevodin |
2012-12-08 | TCG: Use gen_opc_pc from context instead of global variable. | Evgeny Voevodin |
2012-11-26 | PPC: Fix missing TRACE exception | Julio Guerra |
2012-11-17 | TCG: Use gen_opc_buf from context instead of global variable. | Evgeny Voevodin |
2012-11-17 | TCG: Use gen_opc_ptr from context instead of global variable. | Evgeny Voevodin |
2012-11-10 | disas: avoid using cpu_single_env | Blue Swirl |
2012-11-01 | target-ppc: Extend FPU state for newer POWER CPUs | David Gibson |
2012-09-27 | Emit debug_insn for CPU_LOG_TB_OP_OPT as well. | Richard Henderson |
2012-08-28 | target-ppc: fix altivec instructions | Aurelien Jarno |
2012-06-24 | target-ppc: Fix build with --enable-debug | Stefan Weil |
2012-06-24 | PPC: Add support for MSR_CM | Alexander Graf |
2012-06-24 | ppc: Move load and store helpers, switch to AREG0 free mode | Blue Swirl |
2012-06-24 | ppc: Avoid AREG0 for misc helpers | Blue Swirl |
2012-06-24 | ppc: Avoid AREG0 for timebase helpers | Blue Swirl |
2012-06-24 | ppc: Avoid AREG0 for MMU etc. helpers | Blue Swirl |
2012-06-24 | ppc: Avoid AREG0 for integer and vector helpers | Blue Swirl |
2012-06-24 | ppc: Avoid AREG0 for FPU and SPE helpers | Blue Swirl |
2012-06-24 | ppc: Avoid AREG0 for exception helpers | Blue Swirl |
2012-04-15 | target-ppc: QOM'ify CPU reset | Andreas Färber |
2012-03-15 | PPC: KVM: Synchronize regs on CPU dump | Alexander Graf |
2012-03-15 | PPC64: Add support for ldbrx and stdbrx instructions | Thomas Huth |
2012-03-14 | target-ppc: Don't overuse CPUState | Andreas Färber |
2012-02-28 | target-ppc: Clean includes | Stefan Weil |
2012-02-02 | PPC: E500: Implement msgsnd | Alexander Graf |
2012-02-02 | PPC: E500: Implement msgclr | Alexander Graf |
2012-02-02 | PPC: booke206: Check for TLB overrun | Alexander Graf |
2012-02-02 | PPC: booke206: Implement tlbilx | Alexander Graf |
2012-02-02 | PPC: rename msync to msync_4xx | Alexander Graf |
2012-02-02 | PPC: e500: msync is 440 only, e500 has real sync | Alexander Graf |
2011-11-11 | PPC: Fix for the gdb single step problem on an rfi instruction | Sebastian Bauer |
2011-10-30 | Set an invalid-bits mask for each SPE instructions | Fabien Chouteau |
2011-10-06 | Implement POWER7's CFAR in TCG | David Gibson |
2011-08-23 | PPC: E500: Inject SPE exception on invalid SPE access | Alexander Graf |
2011-07-01 | Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf | Blue Swirl |
2011-06-26 | Remove exec-all.h include directives | Blue Swirl |
2011-06-17 | PPC: Only set lower 32bits with mtmsr | Alexander Graf |
2011-06-03 | target-ppc: remove old CONFIG_SOFTFLOAT #ifdef | Aurelien Jarno |
2011-05-12 | PPC: Implement e500 (FSL) MMU | Alexander Graf |
2011-05-12 | PPC: Add another 64 bits to instruction feature mask | Alexander Graf |
2011-05-09 | monitor: add PPC BookE SPRs | Scott Wood |
2011-04-20 | Remove unused function parameters from gen_pc_load and rename the function | Stefan Weil |
2011-04-10 | Fix conversions from pointer to tcg_target_long | Stefan Weil |
2011-04-01 | Parse SDR1 on mtspr instead of at translate time | David Gibson |
2011-04-01 | Correct ppc popcntb logic, implement popcntw and popcntd | David Gibson |
2011-04-01 | Implement PowerPC slbmfee and slbmfev instructions | David Gibson |
2011-04-01 | target-ppc: ext32u instead of andi with constant | Aurelien Jarno |