Age | Commit message (Expand) | Author |
2008-06-04 | SVM: added tsc_offset | bellard |
2008-06-04 | Explicitly free temporaries. | ths |
2008-06-04 | Remove the temporaries cache of the MIPS target. | ths |
2008-06-04 | Fix pointer calculation for MIPS64 targets. | ths |
2008-06-04 | fixed exceptions for cpuid and invlpg | bellard |
2008-06-04 | GIF flag handling fix (Alexander Graf) | bellard |
2008-06-04 | reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke... | bellard |
2008-06-04 | update | bellard |
2008-06-04 | 32 bit SVM fixes - INVLPG and INVLPGA updates | bellard |
2008-06-04 | EFER loading fixes, including SVME bit | bellard |
2008-06-04 | Add sysrq to key names known by "sendkey". | balrog |
2008-06-04 | Refactor and fix do_sendkey (Jan Kiszka). | balrog |
2008-06-04 | Delete duplicate code. | ths |
2008-06-03 | Spelling fixes, by Stefan Weil. | ths |
2008-06-02 | Multithreaded locking for mmap(). | pbrook |
2008-06-02 | Fix location of futex.h. | pbrook |
2008-06-02 | Fix type mismatch. | ths |
2008-06-02 | Fix argument order. | ths |
2008-06-02 | Proper sign extensions for 32-bit divisions, spotted by Richard Sandiford. | ths |
2008-06-02 | Fix ATAPI GET_CONFIGURATION function (Alexander Graf, Carlo Marcelo Arenas Be... | balrog |
2008-06-02 | Mark a dead_tmp as such in ARM msr. | balrog |
2008-06-02 | Improve dependencies generation (malc). | balrog |
2008-06-02 | MusicPal: Restore display size after invalidation (Jan Kiszka). | balrog |
2008-06-02 | Fix smbus_eeprom.c compile with DEBUG (spotted by Duilio Protti). | balrog |
2008-06-02 | Don't forget to save VNC FB dimensions after resize (Brad Campbell). | balrog |
2008-06-02 | Provide basic emulation for Sharp SL-6000 PDA (Tosa), Dmitry Baryshkov. | balrog |
2008-06-02 | Factor out common SharpSL PDA code (Dmitry Baryshkov). | balrog |
2008-06-02 | Restore ARM signal handler compilation on glibc < 2.5 (Blue Swirl). | balrog |
2008-06-02 | Enable SD card on creation. | balrog |
2008-06-02 | Make -mtdblock optional again. | balrog |
2008-06-01 | Fix compilation warning | blueswir1 |
2008-05-31 | Mark host brk() area as reserved. | pbrook |
2008-05-31 | Add TLS sections. | pbrook |
2008-05-31 | Make signal queues per thread. | pbrook |
2008-05-31 | Fix usermode build. | pbrook |
2008-05-31 | Add more SuperSparcs | blueswir1 |
2008-05-30 | Copy siginfo.si_code. | pbrook |
2008-05-30 | Translate whole of target_sigset. Use host sigset accessors. | pbrook |
2008-05-30 | Fix structure type in sigtimedwait syscall. | pbrook |
2008-05-30 | support of long calls for PPC (malc) | bellard |
2008-05-30 | kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit host | bellard |
2008-05-30 | Handle NULL argp/envp in execve syscall. | pbrook |
2008-05-30 | Implement waitid syscall. | pbrook |
2008-05-30 | Perform target->host signal mapping for *kill syscalls. | pbrook |
2008-05-30 | Fix typo. | pbrook |
2008-05-30 | Move clone() register setup to target specific code. Handle fork-like clone. | pbrook |
2008-05-30 | Fix for 32-bit MIPS. | ths |
2008-05-29 | Avoid qemu SIGFPE for MIPS DIV, by Richard Sandiford. | ths |
2008-05-29 | Fix truncate/extend reversal in MIPS DIV{, U} handling, by Richard Sandiford. | ths |
2008-05-29 | Fix modulus result from MIPS DDIV & avoid overflowing division, | ths |