Age | Commit message (Expand) | Author |
2007-09-26 | Add flags to support PowerPC 405 bootinfos variations. | j_mayer |
2007-09-26 | Great rework and cleanups to ease PowerPC implementations definitions. | j_mayer |
2007-09-26 | hflags computation cleanup, by Aurelien Jarno. | ths |
2007-09-26 | Wrap a few often used tests with unlikely(), by Aurelien Jarno. | ths |
2007-09-26 | Convert syscall arguments and return value from long to int or target_long. | j_mayer |
2007-09-25 | linux-user utimensat() syscall, by Thayne Harbaugh. | ths |
2007-09-25 | Remove the target dependency introduced by previous patch | blueswir1 |
2007-09-25 | Fix monitor expressions | blueswir1 |
2007-09-25 | Timer start/stop implementation, by Aurelien Jarno. | ths |
2007-09-25 | Check if the hosts defines a symlinkat syscall. | ths |
2007-09-25 | Optimise instructions accessing CP0, by Aurelien Jarno. | ths |
2007-09-25 | vvfat mbr fixes, by Ivan Kalvachev. | ths |
2007-09-25 | Improve completion in monitor, by Pascal Terjan. | ths |
2007-09-25 | Move ECC calculation to a more appropriate place. | balrog |
2007-09-24 | CPU boot mode | blueswir1 |
2007-09-24 | Fix loading above 4G | blueswir1 |
2007-09-24 | Fix >4G physical memory dump for Sparc32 | blueswir1 |
2007-09-24 | Per-CPU instruction decoding implementation, by Aurelien Jarno. | ths |
2007-09-24 | linux-user faccessat() syscall, by Thayne Harbaugh. | ths |
2007-09-24 | linux-user fchmodat() syscall, by Thayne Harbaugh. | ths |
2007-09-24 | linux-user readlinkat() syscall, by Thayne Harbaugh. | ths |
2007-09-24 | linux-user symlinkat() syscall, by Thayne Harbaugh. | ths |
2007-09-24 | linux-user linkat() syscall, by Thayne Harbaugh. | ths |
2007-09-24 | linux-user renameat() syscall, by Thayne Harbaugh. | ths |
2007-09-24 | linux-user unlinkat() syscall, by Thayne Harbaugh. | ths |
2007-09-24 | linux-user fchownat() syscall, by Thayne Harbaugh. | ths |
2007-09-24 | linux-user mknodat() syscall, by Thayne Harbaugh. | ths |
2007-09-24 | linux-user mkdirat() syscall, by Thayne Harbaugh. | ths |
2007-09-24 | linux-user openat() syscall, by Thayne Harbaugh. | ths |
2007-09-24 | Update Linux kernel syscall list. | ths |
2007-09-23 | Sync termbits.h with current Linux kernel. | ths |
2007-09-23 | Add new MIPS/Linux syscalls. | ths |
2007-09-23 | Correct and update mips termbits.h. | ths |
2007-09-23 | Fix mips usermode emulation. | ths |
2007-09-23 | Add missing svm.h header, and add a Changelog entry. | ths |
2007-09-23 | SVM Support, by Alexander Graf. | ths |
2007-09-23 | Fix Caps lock and Num lock handling | blueswir1 |
2007-09-23 | Add missing break statements | blueswir1 |
2007-09-22 | Only build qemu-img with softmmu targets. | pbrook |
2007-09-22 | Fix breakage on big endian hosts (Aurelien Jarno) | blueswir1 |
2007-09-21 | Rework ASI instructions (Aurelien Jarno) | blueswir1 |
2007-09-21 | Improve keyboard handling | blueswir1 |
2007-09-21 | Avoid compilation warnings on 32 bits hosts. | j_mayer |
2007-09-21 | Avoid compilation warnings on 64 bits hosts. | j_mayer |
2007-09-21 | More PowerPC definitions, from POWER 2.04 specifications and misc sources. | j_mayer |
2007-09-21 | Rework PowerPC 440 TLB management (thanks to Hollis Blanchard) | j_mayer |
2007-09-21 | Make CPU hflags be a masked version of the PowerPC MSR. | j_mayer |
2007-09-20 | Extend TB flags to 64 bits (Alexander Graf). | j_mayer |
2007-09-20 | Change ldl_phys to cpu_physical_memory_read, fix pte address | blueswir1 |
2007-09-20 | Fix tadd op generation with GCC 4.x | blueswir1 |