Age | Commit message (Expand) | Author | Files | Lines |
2009-04-16 | target-ppc: mark a few helpers TCG_CALL_CONST and/or TCG_CALL_PURE | aurel32 | 1 | -19/+19 |
2009-04-13 | Fix ppc-softmmu warnings on OpenBSD host | blueswir1 | 1 | -6/+14 |
2009-04-05 | Add new command line option -singlestep for tcg single stepping. | aurel32 | 1 | -4/+1 |
2009-03-29 | target-ppc: Explain why the whole TLB is flushed on SR write | aurel32 | 1 | -0/+2 |
2009-03-29 | target-ppc: avoid nop to override next instruction | aurel32 | 1 | -3/+3 |
2009-03-13 | Make the ELF loader aware of backwards compatibility | blueswir1 | 1 | -2/+1 |
2009-03-13 | target-ppc: use the new bswap* TCG ops | aurel32 | 1 | -114/+15 |
2009-03-13 | tcg: rename bswap_i32/i64 functions | aurel32 | 1 | -11/+11 |
2009-03-10 | target-ppc: fix commit r6789 | aurel32 | 1 | -2/+2 |
2009-03-09 | targe-ppc: optimize mfcr and mtcrf | aurel32 | 3 | -30/+26 |
2009-03-09 | target-ppc: free a tcg temp variable | aurel32 | 1 | -0/+1 |
2009-03-09 | target-ppc: add support for reading/writing spefscr | aurel32 | 1 | -8/+23 |
2009-03-07 | Fix off-by-one errors for Altivec and SPE registers | aurel32 | 1 | -8/+8 |
2009-03-07 | Disable BAT for 970 | blueswir1 | 1 | -3/+3 |
2009-03-07 | Fix mfcr on ppc64-softmmu | aurel32 | 1 | -2/+2 |
2009-03-07 | Keep SLB in-CPU | blueswir1 | 3 | -64/+77 |
2009-03-07 | Fix NX bit | blueswir1 | 1 | -1/+1 |
2009-03-07 | Fix RFI(d) | blueswir1 | 1 | -3/+3 |
2009-03-07 | Implement mtfsf.L encoding | blueswir1 | 1 | -2/+6 |
2009-03-07 | Enable 64bit mode on interrupts | blueswir1 | 1 | -1/+5 |
2009-03-07 | Nop some SPRs on 970fx | blueswir1 | 1 | -0/+12 |
2009-03-07 | Implment tlbiel | blueswir1 | 1 | -0/+14 |
2009-03-07 | Implement large pages | blueswir1 | 2 | -30/+49 |
2009-03-07 | Implement slbmte | blueswir1 | 4 | -20/+74 |
2009-03-07 | Sparse fixes: add extern to ELF opcode tables to avoid warnings | blueswir1 | 1 | -0/+4 |
2009-03-07 | The _exit syscall is used for both thread termination in NPTL applications, | pbrook | 1 | -1/+2 |
2009-03-03 | target-ppc: improve mfcr/mtcrf | aurel32 | 2 | -7/+7 |
2009-03-02 | Fix mtcrf/mfcr | malc | 1 | -9/+13 |
2009-03-02 | kvm/powerpc: Add MPC8544DS board support | aurel32 | 1 | -0/+1 |
2009-03-02 | kvm/powerpc: Add irq support for E500 core | aurel32 | 2 | -2/+13 |
2009-02-28 | Implement HIOR | blueswir1 | 1 | -8/+21 |
2009-02-28 | Fix typo in gen_qemu_ld32s | blueswir1 | 1 | -1/+1 |
2009-02-21 | Turn MMU off on reset | blueswir1 | 1 | -1/+1 |
2009-02-19 | Fix branch debugging | blueswir1 | 1 | -1/+3 |
2009-02-09 | target-ppc: Model e500v{1,2} CPUs more accurately | aurel32 | 1 | -102/+125 |
2009-02-09 | target-ppc: Model SPE floating-point instructions more accurately | aurel32 | 2 | -55/+57 |
2009-02-09 | target-ppc: Add vrsqrtefp instruction | aurel32 | 3 | -0/+13 |
2009-02-09 | target-ppc: Add vrefp instruction | aurel32 | 3 | -0/+12 |
2009-02-09 | target-ppc: Add vct{u,s}xs instructions | aurel32 | 3 | -0/+31 |
2009-02-09 | target-ppc: Add vcmp{eq, ge, gt, b}fp{, .} instructions | aurel32 | 3 | -0/+80 |
2009-02-09 | target-ppc: Add vmaddfp and vnmsubfp instructions | aurel32 | 3 | -0/+40 |
2009-02-09 | target-ppc: Add v{add,sub}fp instructions | aurel32 | 3 | -0/+18 |
2009-02-09 | target-ppc: Add v{max,min}fp instructions | aurel32 | 3 | -0/+22 |
2009-02-08 | Load 32 bit ELF BIOS images also on PPC64 | blueswir1 | 1 | -1/+2 |
2009-02-05 | target-ppc: change instruction name vrlogefp into vlogefp | aurel32 | 3 | -3/+3 |
2009-02-05 | targets: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori | 3 | -8/+0 |
2009-02-05 | target-ppc: add vrlogefp instruction | aurel32 | 3 | -0/+12 |
2009-02-04 | target-ppc: fix previous commit | aurel32 | 1 | -1/+4 |
2009-02-04 | target-ppc: use the new float constants | aurel32 | 1 | -12/+6 |
2009-02-04 | Add vcf{u,s}x instructions | aurel32 | 3 | -0/+17 |