Age | Commit message (Expand) | Author |
2007-10-14 | Support for 32 bit ABI on 64 bit targets (only enabled Sparc64) | blueswir1 |
2007-10-14 | Properly implement non-execute bit on PowerPC segments and PTEs. | j_mayer |
2007-10-14 | Implement time-base start/stop helpers. | j_mayer |
2007-10-14 | Merge PowerPC 620 input bus definitions with standard PowerPC 6xx. | j_mayer |
2007-10-14 | There is no need of a specific MMU model for PowerPC 601. | j_mayer |
2007-10-14 | Implement PowerPC 64 SLB invalidation helpers. | j_mayer |
2007-10-14 | Fix memory corruption reported by Julian Seward | j_mayer |
2007-10-14 | Allow Alpha target to use supervisor and executive mode micro-ops. | j_mayer |
2007-10-14 | Do not allow PowerPC CPU restart after entering checkstop mode. | j_mayer |
2007-10-14 | Provision for PowerPC 64 with hypervisor mode support - not enabled for now. | j_mayer |
2007-10-14 | Generate micro-ops for PowerPC hypervisor mode. | j_mayer |
2007-10-14 | Generate micro-ops for Alpha executive and supervisor modes. | j_mayer |
2007-10-14 | Replace is_user variable with mmu_idx in softmmu core, | j_mayer |
2007-10-13 | Update TODO. | ths |
2007-10-13 | Fix off-by-one in address check. | ths |
2007-10-13 | Static-ify function. | ths |
2007-10-12 | Unify '-cpu ?' option. | j_mayer |
2007-10-10 | Fix taddcctv and tsubcctv (David Matthews) | blueswir1 |
2007-10-09 | Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulator | blueswir1 |
2007-10-09 | Match values with the ones documented in the PIIX4 datasheet. | ths |
2007-10-09 | getpriority() shouldn't use libc wrapper, by Thayne Harbaugh. | ths |
2007-10-09 | Use always_inline in the MIPS support where applicable. | ths |
2007-10-09 | Fix vmmouse for 64bit guest, by Dan Kenigsberg. | ths |
2007-10-09 | Delete file which should have been removed in the lst commit. | ths |
2007-10-09 | Fix [ls][wd][lr] instructions, by Aurelien Jarno. | ths |
2007-10-09 | Don't route PIC interrupts through the local APIC if the local APIC | ths |
2007-10-09 | Update .cvsignore. | ths |
2007-10-08 | Mentione CRIS in Changelog. | ths |
2007-10-08 | Add CRIS configuration bits, by Edgar E. Iglesias. | ths |
2007-10-08 | CRIS Linux userland emulation, part 2. By Edgar E. Iglesias. | ths |
2007-10-08 | CRIS Linux usermode emulation, part 1. By Edgar E. Iglesias. | ths |
2007-10-08 | CRIS testsuite, based on the SIM testsuite, by Edgar E. Iglesias. | ths |
2007-10-08 | EtraxFS board support, by Edgar E. Iglesias. | ths |
2007-10-08 | CRIS support in toplevel, by Edgar E. Iglesias. | ths |
2007-10-08 | CRIS MMU emulation, by Edgar E. Iglesias. | ths |
2007-10-08 | The remainder of CRIS CPU emulation files, by Edgar E. Iglesias. | ths |
2007-10-08 | CRIS micro-ops, by Edgar E. Iglesias. | ths |
2007-10-08 | CRIS insn decoding macros, by Edgar E. Iglesias. | ths |
2007-10-08 | CRIS instruction translation, by Edgar E. Iglesias. | ths |
2007-10-08 | Wire up CRIS disassembler, by Edgar E. Iglesias. | ths |
2007-10-08 | CRIS disassembler, originally from binutils, by Edgar E. Iglesias. | ths |
2007-10-08 | Update PowerPC emulation status file. | j_mayer |
2007-10-08 | Remove synonymous in PowerPC MSR bits definitions. | j_mayer |
2007-10-08 | Real-mode only PowerPC 40x do not have any TLBs. | j_mayer |
2007-10-08 | Implement exception prefix feature for PowerPC 601. | j_mayer |
2007-10-08 | Add missing exception vectors for PowerPC 7x5. | j_mayer |
2007-10-07 | Work-around C89 and/or "old" gcc unspecified behavior (#if in macro calls). | j_mayer |
2007-10-07 | Implement PowerPC Altivec load & stores, used by Apple firmware for memcpy. | j_mayer |
2007-10-07 | PowerPC target coding style fixes. | j_mayer |
2007-10-07 | PowerPC target optimisations: make intensive use of always_inline. | j_mayer |