Age | Commit message (Expand) | Author | Files | Lines |
2007-09-25 | Move ECC calculation to a more appropriate place. | balrog | 3 | -11/+17 |
2007-09-24 | CPU boot mode | blueswir1 | 6 | -10/+21 |
2007-09-24 | Fix loading above 4G | blueswir1 | 1 | -2/+2 |
2007-09-24 | Fix >4G physical memory dump for Sparc32 | blueswir1 | 1 | -19/+31 |
2007-09-24 | Per-CPU instruction decoding implementation, by Aurelien Jarno. | ths | 6 | -103/+230 |
2007-09-24 | linux-user faccessat() syscall, by Thayne Harbaugh. | ths | 1 | -0/+19 |
2007-09-24 | linux-user fchmodat() syscall, by Thayne Harbaugh. | ths | 1 | -0/+20 |
2007-09-24 | linux-user readlinkat() syscall, by Thayne Harbaugh. | ths | 1 | -0/+27 |
2007-09-24 | linux-user symlinkat() syscall, by Thayne Harbaugh. | ths | 1 | -0/+27 |
2007-09-24 | linux-user linkat() syscall, by Thayne Harbaugh. | ths | 1 | -0/+27 |
2007-09-24 | linux-user renameat() syscall, by Thayne Harbaugh. | ths | 1 | -0/+27 |
2007-09-24 | linux-user unlinkat() syscall, by Thayne Harbaugh. | ths | 1 | -0/+19 |
2007-09-24 | linux-user fchownat() syscall, by Thayne Harbaugh. | ths | 1 | -0/+20 |
2007-09-24 | linux-user mknodat() syscall, by Thayne Harbaugh. | ths | 1 | -0/+20 |
2007-09-24 | linux-user mkdirat() syscall, by Thayne Harbaugh. | ths | 1 | -0/+19 |
2007-09-24 | linux-user openat() syscall, by Thayne Harbaugh. | ths | 1 | -0/+22 |
2007-09-24 | Update Linux kernel syscall list. | ths | 10 | -6/+401 |
2007-09-23 | Sync termbits.h with current Linux kernel. | ths | 7 | -11/+45 |
2007-09-23 | Add new MIPS/Linux syscalls. | ths | 1 | -0/+5 |
2007-09-23 | Correct and update mips termbits.h. | ths | 1 | -12/+28 |
2007-09-23 | Fix mips usermode emulation. | ths | 1 | -0/+3 |
2007-09-23 | Add missing svm.h header, and add a Changelog entry. | ths | 2 | -0/+359 |
2007-09-23 | SVM Support, by Alexander Graf. | ths | 9 | -15/+921 |
2007-09-23 | Fix Caps lock and Num lock handling | blueswir1 | 1 | -3/+26 |
2007-09-23 | Add missing break statements | blueswir1 | 1 | -0/+20 |
2007-09-22 | Only build qemu-img with softmmu targets. | pbrook | 2 | -1/+6 |
2007-09-22 | Fix breakage on big endian hosts (Aurelien Jarno) | blueswir1 | 1 | -1/+1 |
2007-09-21 | Rework ASI instructions (Aurelien Jarno) | blueswir1 | 5 | -204/+727 |
2007-09-21 | Improve keyboard handling | blueswir1 | 1 | -3/+34 |
2007-09-21 | Avoid compilation warnings on 32 bits hosts. | j_mayer | 1 | -1/+3 |
2007-09-21 | Avoid compilation warnings on 64 bits hosts. | j_mayer | 2 | -6/+12 |
2007-09-21 | More PowerPC definitions, from POWER 2.04 specifications and misc sources. | j_mayer | 5 | -345/+1109 |
2007-09-21 | Rework PowerPC 440 TLB management (thanks to Hollis Blanchard) | j_mayer | 4 | -175/+110 |
2007-09-21 | Make CPU hflags be a masked version of the PowerPC MSR. | j_mayer | 2 | -4/+5 |
2007-09-20 | Extend TB flags to 64 bits (Alexander Graf). | j_mayer | 4 | -6/+7 |
2007-09-20 | Change ldl_phys to cpu_physical_memory_read, fix pte address | blueswir1 | 1 | -4/+6 |
2007-09-20 | Fix tadd op generation with GCC 4.x | blueswir1 | 1 | -1/+4 |
2007-09-20 | Detabify | blueswir1 | 6 | -2212/+2212 |
2007-09-20 | Make likely/unlikely accessible also in hw/. | balrog | 4 | -4/+12 |
2007-09-20 | Use logfile only when loglevel is set (http://bugzilla.openmoko.org/cgi-bin/bugz | balrog | 1 | -9/+6 |
2007-09-20 | Move likely and unlikely macros in a common place (Aurelien Jarno). | j_mayer | 3 | -8/+3 |
2007-09-19 | More PowerPC registers definitions. | j_mayer | 1 | -19/+44 |
2007-09-19 | TARGET_FMT_lu may also be useful. | j_mayer | 3 | -2/+6 |
2007-09-19 | Code provision for PowerPC BookE MMU model support. | j_mayer | 5 | -14/+365 |
2007-09-19 | Improve PowerPC target implementation, using computed hflags as TB flags. | j_mayer | 1 | -2/+1 |
2007-09-19 | Avoid Linux to stay stucked in an infinite loop when requesting a reboot. | j_mayer | 1 | -0/+6 |
2007-09-19 | Code provision for PowerPC 64 MMU model support. | j_mayer | 1 | -65/+276 |
2007-09-19 | More PowerPC target cleanups: | j_mayer | 2 | -38/+35 |
2007-09-18 | Fix invalid MAP_xxx flags for PowerPC targets. | j_mayer | 1 | -0/+5 |
2007-09-18 | Always keep the bootinfo structure in the first 16 MB, | j_mayer | 1 | -8/+12 |