Age | Commit message (Expand) | Author |
2012-04-15 | target-ppc: QOM'ify CPU | Andreas Färber |
2012-04-15 | target-ppc: Drop cpu_ppc_close() | Andreas Färber |
2012-04-07 | Replace Qemu by QEMU in comments | Stefan Weil |
2012-03-15 | PPC64: Add support for ldbrx and stdbrx instructions | Thomas Huth |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber |
2012-03-14 | target-ppc: Don't overuse CPUState | Andreas Färber |
2012-03-14 | PPC: 405: Use proper CPU reset | Alexander Graf |
2012-02-02 | PPC: Add CPU feature for processor control | Alexander Graf |
2012-02-02 | PPC: E500: Add doorbell defines | Alexander Graf |
2012-02-02 | PPC: E500: Add some more excp vectors | Alexander Graf |
2012-02-02 | PPC: booke206: Check for TLB overrun | Alexander Graf |
2012-02-02 | PPC: booke: add tlbnps handling | Alexander Graf |
2012-02-02 | PPC: Add IVOR 38-42 | Alexander Graf |
2011-12-02 | fix spelling in target sub directory | Dong Xu Wang |
2011-10-31 | ppc: Alter CPU state to mask out TCG unimplemented instructions as appropriate | David Gibson |
2011-10-30 | pseries: Correct vmx/dfp handling in both KVM and TCG cases | David Gibson |
2011-10-30 | PPC: Bump qemu-system-ppc to 64-bit physical address space | Alexander Graf |
2011-10-30 | ppc: First cut implementation of -cpu host | David Gibson |
2011-10-06 | PPC: booke timers | Fabien Chouteau |
2011-10-06 | Implement POWER7's CFAR in TCG | David Gibson |
2011-10-06 | ppc: booke206: use MAV=2.0 TSIZE definition, fix 4G pages | Scott Wood |
2011-10-06 | ppc: booke206: add "info tlb" support | Scott Wood |
2011-10-06 | kvm: ppc: booke206: use MMU API | Scott Wood |
2011-08-23 | PPC: E500: Add ESR bit definitions | Alexander Graf |
2011-08-07 | Remove unused is_softmmu parameter from cpu_handle_mmu_fault | Blue Swirl |
2011-07-12 | target-alpha, target-ppc: Remove unnecessary setjmp.h include | Peter Maydell |
2011-07-01 | Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf | Blue Swirl |
2011-06-26 | Move cpu_has_work and cpu_pc_from_tb to cpu.h | Blue Swirl |
2011-06-17 | PPC: move TLBs to their own arrays | Alexander Graf |
2011-06-17 | PPC: E500: Use MAS registers instead of internal TLB representation | Alexander Graf |
2011-05-20 | w32: Fix compilation and replace non-portable usage of ulong | Stefan Weil |
2011-05-14 | Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf | 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-12 | PPC: Add GS MSR definition | Alexander Graf |
2011-05-09 | monitor: add PPC BookE SPRs | Scott Wood |
2011-05-08 | Fix typo in comment (embeded -> embedded) | Stefan Weil |
2011-04-01 | Implement PAPR VPA functions for pSeries shared processor partitions | David Gibson |
2011-04-01 | Virtual hash page table handling on pSeries machine | David Gibson |
2011-04-01 | Add POWER7 support for ppc | David Gibson |
2011-04-01 | Support 1T segments on ppc | David Gibson |
2011-04-01 | Better factor the ppc hash translation path | David Gibson |
2011-04-01 | Use "hash" more consistently in ppc mmu code | David Gibson |
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 | Add a hook to allow hypercalls to be emulated on PowerPC | David Gibson |
2011-04-01 | Clean up PowerPC SLB handling code | David Gibson |
2010-10-30 | target-xxx: Use fprintf_function (format checking) | Stefan Weil |
2010-10-13 | ppc: remove video.x | Blue Swirl |