2007-11-09 |
ths | Fix typo, spotted by Samuel Thibault.
|
commit | commitdiff | tree |
2007-11-09 |
ths | Move kernel loader parameters from the cpu state to...
|
commit | commitdiff | tree |
2007-11-08 |
ths | Clean out the N32 macros from target-mips, and introduce...
|
commit | commitdiff | tree |
2007-11-08 |
ths | More .cvsignore.
|
commit | commitdiff | tree |
2007-11-08 |
ths | Formatting fix.
|
commit | commitdiff | tree |
2007-11-08 |
ths | .cvsignore dependency files.
|
commit | commitdiff | tree |
2007-11-08 |
ths | Revert "Last AIO Patch" as requested by Fabrice, it...
|
commit | commitdiff | tree |
2007-11-05 |
ths | Add -lpthread flag.
|
commit | commitdiff | tree |
2007-11-03 |
ths | Fix some compiler warnings.
|
commit | commitdiff | tree |
2007-11-02 |
ths | EFAULT - update __get_user() __put_user(), by Thayne...
|
commit | commitdiff | tree |
2007-11-02 |
ths | Fix compiler warnings, by Stefan Weil.
|
commit | commitdiff | tree |
2007-11-02 |
ths | EFAULT - verify pages are in cache and are read/write...
|
commit | commitdiff | tree |
2007-11-01 |
ths | Add new files fir strace support, missed in earlier...
|
commit | commitdiff | tree |
2007-11-01 |
ths | Mention userland strace support, and mipssim machine...
|
commit | commitdiff | tree |
2007-11-01 |
ths | Strace for userland emulation, by Stuart Anderson and...
|
commit | commitdiff | tree |
2007-10-31 |
ths | Add copyright and license header.
|
commit | commitdiff | tree |
2007-10-30 |
ths | Declare function before use, reduces compiler warning...
|
commit | commitdiff | tree |
2007-10-29 |
ths | Adjust s390 addresses (the MSB is defined as "to be...
|
commit | commitdiff | tree |
2007-10-29 |
ths | Preliminary MIPS64R2 mode.
|
commit | commitdiff | tree |
2007-10-29 |
ths | Fix logic bug which broke TLBL/TLBS handling somewhat.
|
commit | commitdiff | tree |
2007-10-29 |
ths | Restrict CP0_PerfCnt to legal values.
|
commit | commitdiff | tree |
2007-10-28 |
ths | Implement missing MIPS supervisor mode bits.
|
commit | commitdiff | tree |
2007-10-28 |
ths | Use the shiny new clz helpers.
|
commit | commitdiff | tree |
2007-10-28 |
ths | Less debug noise from the mipsnet driver.
|
commit | commitdiff | tree |
2007-10-27 |
ths | Add sharable clz/clo inline functions and use them...
|
commit | commitdiff | tree |
2007-10-26 |
ths | The other half of the mul64 rework. Sorry for the breakage...
|
commit | commitdiff | tree |
2007-10-26 |
ths | Fix Windows build failure, by Stefan Weil.
|
commit | commitdiff | tree |
2007-10-25 |
ths | Restore a more maintainable version of the 64bit multiply...
|
commit | commitdiff | tree |
2007-10-25 |
ths | Fix gdb stub for MIPS64.
|
commit | commitdiff | tree |
2007-10-24 |
ths | Fix typo, spotted by Edivaldo de Araujo Pereira.
|
commit | commitdiff | tree |
2007-10-24 |
ths | Remove bogus instruction decode.
|
commit | commitdiff | tree |
2007-10-24 |
ths | Force proper sign extension for mfc0/mfhc0 on MIPS64.
|
commit | commitdiff | tree |
2007-10-23 |
ths | Fix writable length of the index register.
|
commit | commitdiff | tree |
2007-10-23 |
ths | Enforce proper sign extension for lwl/lwr on MIPS64.
|
commit | commitdiff | tree |
2007-10-23 |
ths | Fix overflow when multiplying two large positive numbers.
|
commit | commitdiff | tree |
2007-10-23 |
ths | Fix CLO calculation for MIPS64. And a small code cleanup.
|
commit | commitdiff | tree |
2007-10-23 |
ths | Use the standard ASE check for MIPS-3D and MT.
|
commit | commitdiff | tree |
2007-10-23 |
ths | Switch bc1any* instructions off if no MIPS-3D is implemented.
|
commit | commitdiff | tree |
2007-10-21 |
ths | Support tap down script, by Wolfram Gloger.
|
commit | commitdiff | tree |
2007-10-20 |
ths | "QEMU keyboard issue with Gujin-2.2", by Etienne Lorrain.
|
commit | commitdiff | tree |
2007-10-20 |
ths | Physical hard disk drive for win32, by Stefan Weil.
|
commit | commitdiff | tree |
2007-10-20 |
ths | Enable ACPI interrupts, by Igor Lvovsky.
|
commit | commitdiff | tree |
2007-10-20 |
ths | Syscall target errno fixes, by Thayne Harbaugh.
|
commit | commitdiff | tree |
2007-10-20 |
ths | Check the Galilleo config register instead of hardcoding...
|
commit | commitdiff | tree |
2007-10-20 |
ths | Handle IBE on MIPS properly.
|
commit | commitdiff | tree |
2007-10-20 |
ths | Don't install tools if $(TOOLS) is empty, by Thayne...
|
commit | commitdiff | tree |
2007-10-18 |
ths | Only map BIOS space when it was actually loaded.
|
commit | commitdiff | tree |
2007-10-17 |
ths | Cast ELF datatypes properly to host 64bit types.
|
commit | commitdiff | tree |
2007-10-17 |
ths | Update TODO.
|
commit | commitdiff | tree |
2007-10-17 |
ths | Second half of mipssim support, plus documentation...
|
commit | commitdiff | tree |
2007-10-17 |
ths | MIPSsim pseudo machine emulation.
|
commit | commitdiff | tree |
2007-10-13 |
ths | Update TODO.
|
commit | commitdiff | tree |
2007-10-13 |
ths | Fix off-by-one in address check.
|
commit | commitdiff | tree |
2007-10-13 |
ths | Static-ify function.
|
commit | commitdiff | tree |
2007-10-09 |
ths | Match values with the ones documented in the PIIX4...
|
commit | commitdiff | tree |
2007-10-09 |
ths | getpriority() shouldn't use libc wrapper, by Thayne...
|
commit | commitdiff | tree |
2007-10-09 |
ths | Use always_inline in the MIPS support where applicable.
|
commit | commitdiff | tree |
2007-10-09 |
ths | Fix vmmouse for 64bit guest, by Dan Kenigsberg.
|
commit | commitdiff | tree |
2007-10-09 |
ths | Delete file which should have been removed in the lst...
|
commit | commitdiff | tree |
2007-10-09 |
ths | Fix [ls][wd][lr] instructions, by Aurelien Jarno.
|
commit | commitdiff | tree |
2007-10-09 |
ths | Don't route PIC interrupts through the local APIC if...
|
commit | commitdiff | tree |
2007-10-09 |
ths | Update .cvsignore.
|
commit | commitdiff | tree |
2007-10-08 |
ths | Mentione CRIS in Changelog.
|
commit | commitdiff | tree |
2007-10-08 |
ths | Add CRIS configuration bits, by Edgar E. Iglesias.
|
commit | commitdiff | tree |
2007-10-08 |
ths | CRIS Linux userland emulation, part 2. By Edgar E....
|
commit | commitdiff | tree |
2007-10-08 |
ths | CRIS Linux usermode emulation, part 1. By Edgar E....
|
commit | commitdiff | tree |
2007-10-08 |
ths | CRIS testsuite, based on the SIM testsuite, by Edgar...
|
commit | commitdiff | tree |
2007-10-08 |
ths | EtraxFS board support, by Edgar E. Iglesias.
|
commit | commitdiff | tree |
2007-10-08 |
ths | CRIS support in toplevel, by Edgar E. Iglesias.
|
commit | commitdiff | tree |
2007-10-08 |
ths | CRIS MMU emulation, by Edgar E. Iglesias.
|
commit | commitdiff | tree |
2007-10-08 |
ths | The remainder of CRIS CPU emulation files, by Edgar...
|
commit | commitdiff | tree |
2007-10-08 |
ths | CRIS micro-ops, by Edgar E. Iglesias.
|
commit | commitdiff | tree |
2007-10-08 |
ths | CRIS insn decoding macros, by Edgar E. Iglesias.
|
commit | commitdiff | tree |
2007-10-08 |
ths | CRIS instruction translation, by Edgar E. Iglesias.
|
commit | commitdiff | tree |
2007-10-08 |
ths | Wire up CRIS disassembler, by Edgar E. Iglesias.
|
commit | commitdiff | tree |
2007-10-08 |
ths | CRIS disassembler, originally from binutils, by Edgar...
|
commit | commitdiff | tree |
2007-09-30 |
ths | Fix mmap to handle differing host/target page sizes...
|
commit | commitdiff | tree |
2007-09-30 |
ths | Add get_sp_from_cpustate implementation.
|
commit | commitdiff | tree |
2007-09-30 |
ths | Support UltraVNC clients, by Eduardo Felipe.
|
commit | commitdiff | tree |
2007-09-30 |
ths | Add mipsn32{,el}-linux-user.
|
commit | commitdiff | tree |
2007-09-30 |
ths | Remove unused variable.
|
commit | commitdiff | tree |
2007-09-30 |
ths | Code provision for n32/n64 mips userland emulation...
|
commit | commitdiff | tree |
2007-09-30 |
ths | Update TODO.
|
commit | commitdiff | tree |
2007-09-29 |
ths | Don't hardcode the host architecture name.
|
commit | commitdiff | tree |
2007-09-29 |
ths | Update tarbin rule.
|
commit | commitdiff | tree |
2007-09-29 |
ths | Enable sh4-softmmu and sh4-linux-user builds by default...
|
commit | commitdiff | tree |
2007-09-29 |
ths | Fix rte opcode, by Magnus Damm.
|
commit | commitdiff | tree |
2007-09-29 |
ths | Add FRQCR read support, by Magnus Damm.
|
commit | commitdiff | tree |
2007-09-29 |
ths | Add INTC controller prototype, by Magnus Damm.
|
commit | commitdiff | tree |
2007-09-29 |
ths | Stand-alone SCI/SCIF emulation code, by Magnus Damm.
|
commit | commitdiff | tree |
2007-09-29 |
ths | Stand-alone TMU emulation code, by Magnus Damm.
|
commit | commitdiff | tree |
2007-09-29 |
ths | Add R2D-PLUS support, by Magnus Damm.
|
commit | commitdiff | tree |
2007-09-29 |
ths | Supervisor mode implementation, by Aurelien Jarno.
|
commit | commitdiff | tree |
2007-09-29 |
ths | Less magic constants.
|
commit | commitdiff | tree |
2007-09-28 |
ths | Fix MIPS FP underflow handling, spotted by Daniel Jacobowitz.
|
commit | commitdiff | tree |
2007-09-28 |
ths | Build fix, ppc64 needs also a get_sp_from_cpustate...
|
commit | commitdiff | tree |
2007-09-27 |
ths | Move get_sp_from_cpustate from cpu.h to target_signal.h.
|
commit | commitdiff | tree |
2007-09-27 |
ths | linux-user sigaltstack() syscall, by Thayne Harbaugh.
|
commit | commitdiff | tree |
2007-09-27 |
ths | Build fix for PowerPC hosts, where "PPC" is a predefined...
|
commit | commitdiff | tree |
2007-09-27 |
ths | SVM VINTR fix, by Alexander Graf.
|
commit | commitdiff | tree |