| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix off-by-one errors for Altivec and SPE registers | aurel32 | 2009-03-07 | 1 | -8/+8 |
* | Disable BAT for 970 | blueswir1 | 2009-03-07 | 1 | -3/+3 |
* | Fix mfcr on ppc64-softmmu | aurel32 | 2009-03-07 | 1 | -2/+2 |
* | Keep SLB in-CPU | blueswir1 | 2009-03-07 | 3 | -64/+77 |
* | Fix NX bit | blueswir1 | 2009-03-07 | 1 | -1/+1 |
* | Fix RFI(d) | blueswir1 | 2009-03-07 | 1 | -3/+3 |
* | Implement mtfsf.L encoding | blueswir1 | 2009-03-07 | 1 | -2/+6 |
* | Enable 64bit mode on interrupts | blueswir1 | 2009-03-07 | 1 | -1/+5 |
* | Nop some SPRs on 970fx | blueswir1 | 2009-03-07 | 1 | -0/+12 |
* | Implment tlbiel | blueswir1 | 2009-03-07 | 1 | -0/+14 |
* | Implement large pages | blueswir1 | 2009-03-07 | 2 | -30/+49 |
* | Implement slbmte | blueswir1 | 2009-03-07 | 4 | -20/+74 |
* | Sparse fixes: add extern to ELF opcode tables to avoid warnings | blueswir1 | 2009-03-07 | 1 | -0/+4 |
* | The _exit syscall is used for both thread termination in NPTL applications, | pbrook | 2009-03-07 | 1 | -1/+2 |
* | target-ppc: improve mfcr/mtcrf | aurel32 | 2009-03-03 | 2 | -7/+7 |
* | Fix mtcrf/mfcr | malc | 2009-03-02 | 1 | -9/+13 |
* | kvm/powerpc: Add MPC8544DS board support | aurel32 | 2009-03-02 | 1 | -0/+1 |
* | kvm/powerpc: Add irq support for E500 core | aurel32 | 2009-03-02 | 2 | -2/+13 |
* | Implement HIOR | blueswir1 | 2009-02-28 | 1 | -8/+21 |
* | Fix typo in gen_qemu_ld32s | blueswir1 | 2009-02-28 | 1 | -1/+1 |
* | Turn MMU off on reset | blueswir1 | 2009-02-21 | 1 | -1/+1 |
* | Fix branch debugging | blueswir1 | 2009-02-19 | 1 | -1/+3 |
* | target-ppc: Model e500v{1,2} CPUs more accurately | aurel32 | 2009-02-09 | 1 | -102/+125 |
* | target-ppc: Model SPE floating-point instructions more accurately | aurel32 | 2009-02-09 | 2 | -55/+57 |
* | target-ppc: Add vrsqrtefp instruction | aurel32 | 2009-02-09 | 3 | -0/+13 |
* | target-ppc: Add vrefp instruction | aurel32 | 2009-02-09 | 3 | -0/+12 |
* | target-ppc: Add vct{u,s}xs instructions | aurel32 | 2009-02-09 | 3 | -0/+31 |
* | target-ppc: Add vcmp{eq, ge, gt, b}fp{, .} instructions | aurel32 | 2009-02-09 | 3 | -0/+80 |
* | target-ppc: Add vmaddfp and vnmsubfp instructions | aurel32 | 2009-02-09 | 3 | -0/+40 |
* | target-ppc: Add v{add,sub}fp instructions | aurel32 | 2009-02-09 | 3 | -0/+18 |
* | target-ppc: Add v{max,min}fp instructions | aurel32 | 2009-02-09 | 3 | -0/+22 |
* | Load 32 bit ELF BIOS images also on PPC64 | blueswir1 | 2009-02-08 | 1 | -1/+2 |
* | target-ppc: change instruction name vrlogefp into vlogefp | aurel32 | 2009-02-05 | 3 | -3/+3 |
* | targets: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori | 2009-02-05 | 3 | -8/+0 |
* | target-ppc: add vrlogefp instruction | aurel32 | 2009-02-05 | 3 | -0/+12 |
* | target-ppc: fix previous commit | aurel32 | 2009-02-04 | 1 | -1/+4 |
* | target-ppc: use the new float constants | aurel32 | 2009-02-04 | 1 | -12/+6 |
* | Add vcf{u,s}x instructions | aurel32 | 2009-02-04 | 3 | -0/+17 |
* | Add vrfi{m,n,p,z} instructions | aurel32 | 2009-02-04 | 3 | -0/+26 |
* | Add various NaN-handling macros | aurel32 | 2009-02-04 | 1 | -0/+21 |
* | Make mtvscr use a helper | aurel32 | 2009-02-03 | 3 | -5/+15 |
* | Add calls to initialize VSCR on appropriate machines | aurel32 | 2009-02-03 | 1 | -0/+22 |
* | Rename spe_status to vec_status | aurel32 | 2009-02-03 | 2 | -57/+59 |
* | Add f field to ppc_avr_t | aurel32 | 2009-02-03 | 1 | -0/+1 |
* | Fix compilation of PPC64 targets with DEBUG_TCGV enabled | aurel32 | 2009-02-03 | 1 | -3/+3 |
* | Log reset events (Jan Kiszka) | aliguori | 2009-01-26 | 1 | -2/+6 |
* | kvm/powerpc: extern one function for MPC85xx code use | aurel32 | 2009-01-24 | 2 | -1/+3 |
* | target-ppc: Add SPE register read/write using XML | aurel32 | 2009-01-24 | 1 | -0/+50 |
* | target-ppc: Add Altivec register read/write using XML | aurel32 | 2009-01-24 | 1 | -0/+50 |
* | target-ppc: Add float register read/write using XML | aurel32 | 2009-01-24 | 1 | -0/+32 |