Age | Commit message (Expand) | Author |
2007-03-31 | Support for PowerPC BookE exception model. | j_mayer |
2007-03-31 | Merge PowerPC 405 MMU model. | j_mayer |
2007-03-31 | As embedded PowerPC TLB model is very different from PowerPC 6xx ones, | j_mayer |
2007-03-30 | Fix rfi instruction: do not depend on current execution mode | j_mayer |
2007-03-30 | Fix / update PowerPC BookE definitions. | j_mayer |
2007-03-30 | New model for PowerPC CPU hardware interrupt events: | j_mayer |
2007-03-28 | Solaris host compilation fix by Shaddy Baddah. | j_mayer |
2007-03-23 | Add missing PowerPC 64 instructions | j_mayer |
2007-03-23 | Fix debug printf: we need different macros for target_ulong prints | j_mayer |
2007-03-22 | PowerPC improvments: | j_mayer |
2007-03-22 | PowerPC bugfixes: | j_mayer |
2007-03-21 | Fix compilation on 32 bits hosts (pb reported by Thiemo Seufer) | j_mayer |
2007-03-20 | PowerPC 2.03 SPE extension - first pass. | j_mayer |
2007-03-19 | Define gen_intermediate_code_internal as "static inline". | ths |
2007-03-18 | As icbi is not a priviledge instruction and is treated as a load by the MMU | j_mayer |
2007-03-17 | Make it safe to use 64 bits GPR and/or 64 bits host registers. | j_mayer |
2007-03-07 | Great PowerPC emulation code resynchronisation and improvments: | j_mayer |
2007-01-31 | siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont. | ths |
2007-01-05 | PPC32 Trace Exception and Trap instruction, by Jason Wessel. | ths |
2006-12-23 | Check ELF binaries for machine type and endianness. | ths |
2006-12-23 | Use memory barriers in FORCE_RET / RETURN. | ths |
2006-06-25 | C99 64 bit printf | bellard |
2006-05-22 | PPC Breakpoints for gdb-stub (Jason Wessel) | bellard |
2006-04-23 | removed unnecessary header | bellard |
2005-11-26 | specialize the power save code for 7x0 CPUs | bellard |
2005-11-23 | halt state support for ppc | bellard |
2005-11-23 | avoid generating useless exceptions (Jocelyn Mayer) | bellard |
2005-11-21 | cpu_exec_init() change | bellard |
2005-11-21 | target_disas() little endian change | bellard |
2005-11-20 | removed unneeded code | bellard |
2005-11-20 | added CPU_COMMON and CPUState.tb_jmp_cache[] | bellard |
2005-11-20 | use direct jump only for jumps in the same page - stop translation after mtsr... | bellard |
2005-10-30 | suppressed JUMP_TB (Paul Brook) | bellard |
2005-10-30 | avoid using physical accesses in user emulation | bellard |
2005-10-30 | moved common softmmu code to common header (Paul Brook) | bellard |
2005-07-04 | correct split between helper.c and op_helper.c - moved some uops to op_helper... | bellard |
2005-07-02 | simplified PowerPC exception handling (Jocelyn Mayer) | bellard |
2005-07-02 | preliminary patch to support more PowerPC CPUs (Jocelyn Mayer) | bellard |
2005-06-05 | simplified end of page handling | bellard |
2005-06-05 | added back loglevel test | bellard |
2005-06-04 | fixed lsw[ix] / stsw[ix] potential exception bug - mtcrf workaround for Mac O... | bellard |
2005-06-04 | removed dynamic test of traces | bellard |
2005-06-04 | xec_bc mask fix | bellard |
2005-06-04 | bctr and blr must ignore the two lsb | bellard |
2005-06-04 | MMU fix - temporary osi_call support - xec_bc mask fix | bellard |
2005-06-04 | added temporary osi_call callback | bellard |
2005-05-12 | dcbz fix (Jocelyn Mayer) | bellard |
2005-04-23 | This patch adds little-endian mode support to PPC emulation. | bellard |
2005-04-23 | - remove the ugly "stop" pseudo-opcode. | bellard |
2005-04-17 | gdb support for user mode (Paul Brook) | bellard |