Age | Commit message (Expand) | Author |
2007-10-02 | Code provision for hypervisor mode memory accesses. | j_mayer |
2007-10-01 | Fix nasty sign-extensions when running 32 bits CPU in the 64 bits emulator | j_mayer |
2007-10-01 | Fix reproductible crash: call cpu_loop_exit from micro-op, not from helper.c | j_mayer |
2007-10-01 | Fix block load ASIs | blueswir1 |
2007-10-01 | Quickly hack PowerPC BIOS able to boot on CDROM again. | j_mayer |
2007-10-01 | Fix missing nip updates for instructions that potentially generate | j_mayer |
2007-10-01 | Handle all MMU models in switches, even if it's just to abort because of lack | j_mayer |
2007-10-01 | More comments about unimplemented SPRs. | j_mayer |
2007-10-01 | Optimisations: avoid generation of duplicated micro-ops. | j_mayer |
2007-10-01 | Compilation fix (forgotten patch). | j_mayer |
2007-10-01 | Remove definitions for deprecated SLB & TLB related op helpers. | j_mayer |
2007-10-01 | Avoid op helpers that would just call helpers for TLB & SLB management: | j_mayer |
2007-10-01 | Share more SPR instanciations between all PowerPC 401 incarnations. | j_mayer |
2007-10-01 | Implement embedded PowerPC exceptions prefix and vectors registers. | j_mayer |
2007-10-01 | Share input pins and internal interrupt controller between all PowerPC 40x. | j_mayer |
2007-09-30 | Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructions | blueswir1 |
2007-09-30 | Fix Sparc64 wrasr instructions | blueswir1 |
2007-09-30 | Fix (once again) PowerPC sync weight field. | j_mayer |
2007-09-30 | Fix PowerPC TLB miss dump code. | j_mayer |
2007-09-30 | Fix missing case in the new PowerPC exception model. | j_mayer |
2007-09-30 | Fix inconsistent end conditions in ppc_find_xxx functions. | j_mayer |
2007-09-30 | Fix compilation on Darwin platform, avoiding the use of gcc function attributes | j_mayer |
2007-09-30 | Fix mmap to handle differing host/target page sizes, by Edgar E. Iglesias. | ths |
2007-09-30 | Add get_sp_from_cpustate implementation. | ths |
2007-09-30 | * Update OEA environment, following the PowerPC 2.04 specification: | j_mayer |
2007-09-30 | Support UltraVNC clients, by Eduardo Felipe. | ths |
2007-09-30 | Synchronize with latest PowerPC ISA VEA: | j_mayer |
2007-09-30 | Add mipsn32{,el}-linux-user. | ths |
2007-09-30 | Remove unused variable. | ths |
2007-09-30 | Code provision for n32/n64 mips userland emulation. Not functional yet. | ths |
2007-09-30 | Avoid crash on NULL timers. | j_mayer |
2007-09-30 | Implement Process Priority Register as defined in the PowerPC 2.04 spec. | j_mayer |
2007-09-30 | Implement new floating-point instructions (fre, frin, friz, frip, frim) | j_mayer |
2007-09-30 | Improve single-precision floats load & stores: | j_mayer |
2007-09-30 | XER is to be treated as a 64 bits register on 64 bits implementations, | j_mayer |
2007-09-30 | Update TODO. | ths |
2007-09-30 | Implement the PowerPC alternate time-base, following the 2.04 specification. | j_mayer |
2007-09-29 | Don't hardcode the host architecture name. | ths |
2007-09-29 | Update tarbin rule. | ths |
2007-09-29 | Enable sh4-softmmu and sh4-linux-user builds by default, by Magnus Damm. | ths |
2007-09-29 | Fix rte opcode, by Magnus Damm. | ths |
2007-09-29 | Add FRQCR read support, by Magnus Damm. | ths |
2007-09-29 | Add INTC controller prototype, by Magnus Damm. | ths |
2007-09-29 | Stand-alone SCI/SCIF emulation code, by Magnus Damm. | ths |
2007-09-29 | Stand-alone TMU emulation code, by Magnus Damm. | ths |
2007-09-29 | Add R2D-PLUS support, by Magnus Damm. | ths |
2007-09-29 | Supervisor mode implementation, by Aurelien Jarno. | ths |
2007-09-29 | Less magic constants. | ths |
2007-09-29 | PowerPC emulation optimization: | j_mayer |
2007-09-29 | Code provision for hypervisor timers resources, | j_mayer |