Age | Commit message (Expand) | Author | Files | Lines |
2012-03-15 | PPC: KVM: Synchronize regs on CPU dump | Alexander Graf | 1 | -0/+2 |
2012-03-15 | ppc: Correctly define POWERPC_INSNS2_DEFAULT | Meador Inge | 1 | -2/+2 |
2012-03-15 | PPC: Fix large page support in TCG | Nathan Whitehorn | 1 | -6/+6 |
2012-03-15 | PPC: Add PIR register to POWER7 CPU | Nathan Whitehorn | 1 | -0/+5 |
2012-03-15 | PPC64: Add support for ldbrx and stdbrx instructions | Thomas Huth | 3 | -11/+47 |
2012-03-15 | pseries: Don't try to munmap() a malloc()ed TCE table | David Gibson | 1 | -2/+10 |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber | 1 | -1/+1 |
2012-03-14 | target-ppc: Don't overuse CPUState | Andreas Färber | 8 | -152/+152 |
2012-03-14 | Rename cpu_reset() to cpu_state_reset() | Andreas Färber | 1 | -1/+1 |
2012-03-14 | PPC: 405: Use proper CPU reset | Alexander Graf | 1 | -0/+3 |
2012-02-28 | target-ppc: Clean includes | Stefan Weil | 2 | -12/+0 |
2012-02-11 | ppc: remove unused variables | Blue Swirl | 1 | -3/+0 |
2012-02-02 | PPC: E500: Populate L1CFG0 SPR | Alexander Graf | 1 | -1/+4 |
2012-02-02 | PPC: e500mc: Enable processor control | Alexander Graf | 1 | -1/+1 |
2012-02-02 | PPC: E500: Implement msgsnd | Alexander Graf | 3 | -0/+35 |
2012-02-02 | PPC: E500: Implement msgclr | Alexander Graf | 3 | -0/+54 |
2012-02-02 | PPC: Enable doorbell excp handlers | Alexander Graf | 1 | -14/+2 |
2012-02-02 | PPC: Add CPU feature for processor control | Alexander Graf | 1 | -1/+3 |
2012-02-02 | PPC: E500: Add doorbell defines | Alexander Graf | 1 | -0/+16 |
2012-02-02 | PPC: E500: Add some more excp vectors | Alexander Graf | 1 | -1/+4 |
2012-02-02 | PPC: booke206: move avail check to tlbwe | Alexander Graf | 2 | -7/+10 |
2012-02-02 | PPC: booke206: Check for TLB overrun | Alexander Graf | 4 | -1/+29 |
2012-02-02 | PPC: booke206: Implement tlbilx | Alexander Graf | 3 | -0/+102 |
2012-02-02 | PPC: booke206: Check for min/max TLB entry size | Alexander Graf | 1 | -0/+11 |
2012-02-02 | PPC: booke: add tlbnps handling | Alexander Graf | 1 | -0/+25 |
2012-02-02 | PPC: booke206: allow NULL raddr in ppcmas_tlb_check | Alexander Graf | 1 | -1/+4 |
2012-02-02 | PPC: rename msync to msync_4xx | Alexander Graf | 1 | -2/+2 |
2012-02-02 | PPC: e500: msync is 440 only, e500 has real sync | Alexander Graf | 2 | -5/+4 |
2012-02-02 | PPC: e500mc: add missing IVORs to bitmap | Alexander Graf | 1 | -1/+5 |
2012-02-02 | PPC: Add IVOR 38-42 | Alexander Graf | 2 | -14/+20 |
2012-02-02 | PPC: KVM: Update HIOR code to new interface | Alexander Graf | 1 | -3/+7 |
2012-01-21 | PPC: Enable 440EP CPU target | Alexander Graf | 1 | -11/+5 |
2012-01-08 | kvm: fix build error in ppc kvm due to memory_region_init_ram_ptr() change | Avi Kivity | 1 | -1/+2 |
2012-01-03 | PPC: Add description for the Freescale e500mc core. | Varun Sethi | 1 | -6/+50 |
2012-01-03 | kvm-ppc: halt secondary cpus when guest reset | Liu Yu-B13201 | 1 | -1/+1 |
2012-01-03 | PPC: monitor: add ability to dump SLB entries | Nishanth Aravamudan | 1 | -0/+28 |
2011-12-02 | fix spelling in target sub directory | Dong Xu Wang | 3 | -5/+5 |
2011-11-11 | PPC: Fix for the gdb single step problem on an rfi instruction | Sebastian Bauer | 1 | -1/+3 |
2011-10-31 | ppc: Alter CPU state to mask out TCG unimplemented instructions as appropriate | David Gibson | 2 | -3/+43 |
2011-10-30 | pseries: Allow writes to KVM accelerated TCE table | David Gibson | 1 | -1/+1 |
2011-10-30 | KVM: PPC: Override host vmx/vsx/dfp only when information known | Alexander Graf | 1 | -3/+9 |
2011-10-30 | ppc: Fix up usermode only builds | David Gibson | 1 | -0/+4 |
2011-10-30 | pseries: Correct vmx/dfp handling in both KVM and TCG cases | David Gibson | 3 | -17/+44 |
2011-10-30 | PPC: Disable non-440 CPUs for ppcemb target | Alexander Graf | 1 | -0/+24 |
2011-10-30 | PPC: Bump qemu-system-ppc to 64-bit physical address space | Alexander Graf | 1 | -1/+1 |
2011-10-30 | ppc: Add cpu defs for POWER7 revisions 2.1 and 2.3 | David Gibson | 1 | -0/+4 |
2011-10-30 | ppc: First cut implementation of -cpu host | David Gibson | 4 | -1/+33 |
2011-10-30 | ppc: Remove broken partial PVR matching | David Gibson | 1 | -30/+6 |
2011-10-30 | pseries: Add device tree properties for VMX/VSX and DFP under kvm | David Gibson | 2 | -0/+22 |
2011-10-30 | ppc: Generalize the kvmppc_get_clockfreq() function | David Gibson | 1 | -11/+24 |