Age | Commit message (Expand) | Author |
2013-09-02 | target-ppc: USE LPCR_ILE to control exception endian on POWER7 | Anton Blanchard |
2013-07-29 | target-ppc: Convert ppc cpu savevm to VMStateDescription | Alexey Kardashevskiy |
2013-07-23 | cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() | Andreas Färber |
2013-07-09 | linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user | Peter Maydell |
2013-07-01 | target-ppc: Introduce unrealizefn for PowerPCCPU | Andreas Färber |
2013-05-06 | PPC: Add MMU type for 2.06 with AMR but no TB pages | Alexander Graf |
2013-04-26 | target-ppc: add instruction flags for Book I 2.05 | Aurelien Jarno |
2013-04-26 | target-ppc: Add more stubs for POWER7 PMU registers | David Gibson |
2013-04-26 | PPC: Remove env->hreset_excp_prefix | Fabien Chouteau |
2013-03-22 | target-ppc: Move ppc tlb_fill implementation into mmu_helper.c | David Gibson |
2013-03-22 | target-ppc: Split user only code out of mmu_helper.c | David Gibson |
2013-03-22 | mmu-hash64: Implement Virtual Page Class Key Protection | David Gibson |
2013-03-22 | mmu-hash*: Add header file for definitions | David Gibson |
2013-03-22 | target-ppc: mmu_ctx_t should not be a global type | David Gibson |
2013-03-22 | target-ppc: Disentangle BAT code for 32-bit hash MMUs | David Gibson |
2013-03-22 | target-ppc: Don't share get_pteg_offset() between 32 and 64-bit | David Gibson |
2013-03-22 | target-ppc: Disentangle hash mmu helper functions | David Gibson |
2013-03-22 | target-ppc: Disentangle get_physical_address() paths | David Gibson |
2013-03-22 | target-ppc: Disentangle find_pte() | David Gibson |
2013-03-22 | target-ppc: Disentangle pte_check() | David Gibson |
2013-03-22 | target-ppc: Move SLB handling into a mmu-hash64.c | David Gibson |
2013-03-22 | target-ppc: Trivial cleanups in mmu_helper.c | David Gibson |
2013-03-22 | target-ppc: Remove vestigial PowerPC 620 support | David Gibson |
2013-03-22 | PPC/GDB: handle read and write of fpscr | Fabien Chouteau |
2013-03-12 | cpu: Replace do_interrupt() by CPUClass::do_interrupt method | Andreas Färber |
2013-03-12 | cpu: Move halted and interrupt_request fields to CPUState | Andreas Färber |
2013-03-08 | target-ppc: Add mechanism for synchronizing SPRs with KVM | David Gibson |
2013-03-08 | target-ppc: Convert CPU definitions | Andreas Färber |
2013-02-23 | target-ppc: Split out SO, OV, CA fields from XER | Richard Henderson |
2013-02-01 | PPC: Unify dcbzl code path | Alexander Graf |
2013-01-07 | target-ppc: Slim conversion of model definitions to QOM subclasses | Andreas Färber |
2013-01-07 | PPC: Bring EPR support closer to reality | Alexander Graf |
2012-12-19 | fpu: move public header file to include/fpu | Paolo Bonzini |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini |
2012-12-14 | target-ppc: Don't use hwaddr to represent hardware state | David Gibson |
2012-11-03 | Merge branch 'trivial-patches' of git://github.com/stefanha/qemu | Blue Swirl |
2012-11-01 | target-ppc: make some functions static | Blue Swirl |
2012-11-01 | ppc: add missing static | Blue Swirl |
2012-11-01 | Merge remote-tracking branch 'afaerber/qom-cpu' into staging | Anthony Liguori |
2012-11-01 | target-ppc: Extend FPU state for newer POWER CPUs | David Gibson |
2012-11-01 | target-ppc: Rework storage of VPA registration state | David Gibson |
2012-10-31 | cpus: Pass CPUState to [qemu_]cpu_has_work() | Andreas Färber |
2012-10-31 | target-ppc: Pass PowerPCCPU to cpu_ppc_hypercall | Andreas Färber |
2012-10-29 | target-ppc: Rework storage of VPA registration state | David Gibson |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity |
2012-10-04 | target-ppc: Remove unused power_mode field from cpu state | David Gibson |
2012-06-24 | PPC: BookE206: Bump MAS2 to 64bit | Alexander Graf |
2012-06-24 | PPC: BookE: Implement EPR SPR | Alexander Graf |
2012-06-24 | PPC: Add support for MSR_CM | Alexander Graf |
2012-06-24 | PPC: Add some booke SPR defines | Alexander Graf |