Age | Commit message (Expand) | Author |
2012-06-24 | ppc: Move misc helpers from helper.c to misc_helper.c | Blue Swirl |
2012-06-24 | ppc: Move MMU helpers from helper.c to mmu_helper.c | Blue Swirl |
2012-06-24 | ppc: Move exception helpers from helper.c to excp_helper.c | Blue Swirl |
2012-06-24 | ppc: Fix coding style in helper.c | Blue Swirl |
2012-06-21 | qemu-log: use LOG_UNIMP for some target CPU cases | Blue Swirl |
2012-06-04 | Kill off cpu_state_reset() | Andreas Färber |
2012-06-04 | target-ppc: Let cpu_ppc_init() return PowerPCCPU | Andreas Färber |
2012-05-01 | target-ppc: Some support for dumping TLB_EMB TLBs | François Revol |
2012-04-15 | target-ppc: QOM'ify CPU reset | Andreas Färber |
2012-04-15 | target-ppc: Start QOM'ifying CPU init | Andreas Färber |
2012-04-15 | target-ppc: QOM'ify CPU | Andreas Färber |
2012-04-15 | target-ppc: Add hooks for handling tcg and kvm limitations | David Gibson |
2012-04-15 | target-ppc: Drop cpu_ppc_close() | Andreas Färber |
2012-04-15 | PPC: Fix TLB invalidation bug within the PPC interrupt handler. | Mark Cave-Ayland |
2012-04-07 | Replace Qemu by QEMU in comments | Stefan Weil |
2012-03-15 | PPC: Fix large page support in TCG | Nathan Whitehorn |
2012-03-14 | target-ppc: Don't overuse CPUState | Andreas Färber |
2012-03-14 | Rename cpu_reset() to cpu_state_reset() | Andreas Färber |
2012-02-28 | target-ppc: Clean includes | Stefan Weil |
2012-02-11 | ppc: remove unused variables | Blue Swirl |
2012-02-02 | PPC: Enable doorbell excp handlers | Alexander Graf |
2012-02-02 | PPC: booke206: move avail check to tlbwe | Alexander Graf |
2012-02-02 | PPC: booke206: Check for TLB overrun | Alexander Graf |
2012-02-02 | PPC: booke206: allow NULL raddr in ppcmas_tlb_check | Alexander Graf |
2012-01-03 | PPC: monitor: add ability to dump SLB entries | Nishanth Aravamudan |
2011-10-30 | pseries: Support SMT systems for KVM Book3S-HV | 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-09-16 | Remove blanks before \n in output strings | Stefan Weil |
2011-08-23 | PPC: E500: Set ESR values | Alexander Graf |
2011-08-23 | PPC: E500: Add ESR bit definitions | Alexander Graf |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-08-07 | Remove unused is_softmmu parameter from cpu_handle_mmu_fault | Blue Swirl |
2011-08-05 | Avoid allocating TCG resources in non-TCG mode | Jan Kiszka |
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: move TLBs to their own arrays | Alexander Graf |
2011-06-17 | PPC: E500: Use MAS registers instead of internal TLB representation | Alexander Graf |
2011-06-17 | target-ppc: Handle memory-forced I/O controller access | Hervé Poussineau |
2011-06-08 | Fix compilation warning due to missing header for sigaction (followup) | Alexandre Raymond |
2011-05-20 | Fix a bug in mtsr/mtsrin emulation on ppc64 | David Gibson |
2011-05-12 | PPC: Implement e500 (FSL) MMU | Alexander Graf |
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 | Clean up slb_lookup() function | David Gibson |
2011-04-01 | Implement PowerPC slbmfee and slbmfev instructions | David Gibson |