Age | Commit message (Expand) | Author |
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 |
2011-03-22 | target-ppc: add support for 6 SPE instructions | Fabien Chouteau |
2011-01-21 | ppc: Correct BookE tlb reads | Edgar E. Iglesias |
2010-12-31 | Fix translation of unary PPC/SPE instructions (efdneg etc.). | Mike Pall |
2010-10-30 | target-xxx: Use fprintf_function (format checking) | Stefan Weil |
2010-09-15 | PPC: Enable hint bits for lwarx/ldarx | Alexander Graf |
2010-07-13 | target-ppc: add vexptefp instruction | Aurelien Jarno |
2010-05-22 | Fix %lld or %llx printf format use | Blue Swirl |
2010-05-05 | target-ppc: Remove duplicate cpu log. | Richard Henderson |
2010-04-25 | ppc: remove dead assignments, spotted by clang analyzer | Blue Swirl |
2010-04-18 | PPC: avoid function pointer type mismatch, spotted by clang | Blue Swirl |
2010-03-11 | target-ppc: fix evsrwu and evsrws (second try) | Aurelien Jarno |
2010-03-11 | target-ppc: fix evsrwu and evsrws | Aurelien Jarno |
2010-03-11 | target-ppc: fix evslw instruction | Aurelien Jarno |