Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-09-18 | Fix PowerPC 32 emulation on 64 bits hosts: | j_mayer | 1 | -12/+20 |
2007-09-17 | Prevent segfaulting when -clock is specified multiple times. | balrog | 1 | -1/+1 |
2007-09-17 | Pass correct pointer to HID keyboard event handler, fixes regression from IDL... | balrog | 1 | -1/+1 |
2007-09-17 | PowerPC flags update/use fixes: | j_mayer | 4 | -31/+41 |
2007-09-17 | Coding style fixes in PowerPC related code (no functional change): | j_mayer | 13 | -267/+274 |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 173 | -1557/+1557 |
2007-09-16 | Solaris x86_64 configure patch, by Ben Taylor. | ths | 1 | -0/+16 |
2007-09-16 | vmdk compatibility level 6 images, by Soren Hansen. | ths | 6 | -26/+43 |
2007-09-16 | Add some missing checks for host syscalls. | ths | 1 | -5/+7 |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 327 | -4737/+4736 |
2007-09-16 | Add a local copy of hpet.h. | ths | 2 | -1/+28 |
2007-09-16 | Use UINT64_MAX instead of ULONG_LONG_MAX, suggested by Andreas Schwab. | ths | 1 | -1/+1 |
2007-09-14 | Less magic constants, by Filip Navara. | ths | 1 | -4/+5 |
2007-09-13 | Fix infinite loop in VNC support, by Marc Bevand. | ths | 1 | -2/+5 |