aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-09Don't route PIC interrupts through the local APIC if the local APICths3-3/+38
2007-10-09Update .cvsignore.ths1-35/+3
2007-10-08Mentione CRIS in Changelog.ths1-0/+1
2007-10-08Add CRIS configuration bits, by Edgar E. Iglesias.ths3-3/+36
2007-10-08CRIS Linux userland emulation, part 2. By Edgar E. Iglesias.ths4-5/+104
2007-10-08CRIS Linux usermode emulation, part 1. By Edgar E. Iglesias.ths4-0/+571
2007-10-08CRIS testsuite, based on the SIM testsuite, by Edgar E. Iglesias.ths103-0/+7014
2007-10-08EtraxFS board support, by Edgar E. Iglesias.ths3-0/+568
2007-10-08CRIS support in toplevel, by Edgar E. Iglesias.ths7-2/+143
2007-10-08CRIS MMU emulation, by Edgar E. Iglesias.ths2-0/+167
2007-10-08The remainder of CRIS CPU emulation files, by Edgar E. Iglesias.ths6-0/+680
2007-10-08CRIS micro-ops, by Edgar E. Iglesias.ths1-0/+1289
2007-10-08CRIS insn decoding macros, by Edgar E. Iglesias.ths1-0/+126
2007-10-08CRIS instruction translation, by Edgar E. Iglesias.ths1-0/+2507
2007-10-08Wire up CRIS disassembler, by Edgar E. Iglesias.ths2-0/+8
2007-10-08CRIS disassembler, originally from binutils, by Edgar E. Iglesias.ths2-0/+3273
2007-10-08Update PowerPC emulation status file.j_mayer1-15/+45
2007-10-08Remove synonymous in PowerPC MSR bits definitions.j_mayer3-72/+193
2007-10-08Real-mode only PowerPC 40x do not have any TLBs.j_mayer2-2/+2
2007-10-08Implement exception prefix feature for PowerPC 601.j_mayer2-7/+8
2007-10-08Add missing exception vectors for PowerPC 7x5.j_mayer1-1/+27
2007-10-07Work-around C89 and/or "old" gcc unspecified behavior (#if in macro calls).j_mayer2-28/+16
2007-10-07Implement PowerPC Altivec load & stores, used by Apple firmware for memcpy.j_mayer5-8/+274
2007-10-07PowerPC target coding style fixes.j_mayer6-33/+25
2007-10-07PowerPC target optimisations: make intensive use of always_inline.j_mayer10-253/+275
2007-10-07Report missing elf_addr_t definition from Linux kernel headerj_mayer1-0/+2
2007-10-07Fix host and target longs confusions (continued).j_mayer2-21/+24
2007-10-07Fix confusions between host and target long types.j_mayer1-47/+61
2007-10-07Reorganize the CPUPPCState structure to group features.j_mayer3-19/+69
2007-10-07Add MSR bits signification per PowerPC implementation flags (to be continued).j_mayer4-61/+122
2007-10-07Share devices that may be useful for all PowerPC 40x and 440 implementations.j_mayer1-1/+3
2007-10-07Share devices that might be useful for all PowerPC 40x & 440 implementationsj_mayer4-525/+587
2007-10-07 More user timer fixes (Robert Reif)blueswir12-69/+87
2007-10-06 More detabificationblueswir114-2547/+2547
2007-10-06 Implement user mode for timersblueswir13-21/+78
2007-10-06 Support for loading a real BIOS image (Robert Reif)blueswir11-5/+7
2007-10-05Full implementation of PowerPC 64 MMU, just missing support for 1 TBj_mayer5-119/+373
2007-10-05 Implement sparc64_[gs]et_contextblueswir13-0/+247
2007-10-05Rename PowerPC MMUCSR0 and MMUCFG SPRs: those are not BookE specific.j_mayer2-4/+4
2007-10-05PowerPC hardware reset vector is now considered as part of the exception model.j_mayer2-137/+31
2007-10-05New '-bios' option, used to select an alternate BIOS image from bios_dir.j_mayer12-13/+42
2007-10-04Implement PL110 byte order config bit (original patch by Richard Purdie).balrog2-37/+95
2007-10-04Quiet warnings introduced with the USB iso support.balrog1-43/+46
2007-10-04USB iso transfers support for the linux redirector and for UHCI, by Arnon Gil...balrog2-89/+621
2007-10-04sh775x interrupt controller by Magnus Damm.balrog6-91/+631
2007-10-04Remove redundant qemu_rearm_alarm_timer() in qemu_del_timer, patch by Dan Ken...balrog1-2/+0
2007-10-04(int64_t)UINT64_MAX is -1 and should not be assigned to nearest_delta_us, pat...balrog1-1/+1
2007-10-04Several corrections in the spitzkbd keymap (patch by Juergen Lock).balrog2-2/+13
2007-10-04We must reset the PowerPC CPU _after_ registering it, as hardware resetj_mayer2-3/+5
2007-10-04More cache tuning fixes:j_mayer2-3/+23