Age | Commit message (Expand) | Author |
2011-10-27 | qapi-commands.py: Don't call the output marshal on error | Luiz Capitulino |
2011-10-27 | ppc64-linux-user: Fix syscall return type. | Richard Henderson |
2011-10-27 | ppc64-linux-user: Properly interpret the entry function descriptor. | Richard Henderson |
2011-10-27 | sparc-linux-user: Add some missing syscall numbers | Richard Henderson |
2011-10-27 | sparc-linux-user: Fixup sending SIGSEGV | Richard Henderson |
2011-10-27 | sparc-linux-user: Handle SIGILL. | Richard Henderson |
2011-10-27 | linux-user: implement reboot syscall | Alexander Graf |
2011-10-27 | linux-user: fix openat | Alexander Graf |
2011-10-27 | linux-user: fix abi_(u)long, target_ulong mismatch | Matthias Braun |
2011-10-27 | linux-user: fix rlimit syscalls on sparc(64) | Matthias Braun |
2011-10-27 | linux-user: fix TARGET_RLIM_INFINITY declaration | Matthias Braun |
2011-10-27 | Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel... | Andrzej Zaborowski |
2011-10-26 | target-sparc: Implement FALIGNDATA inline. | Richard Henderson |
2011-10-26 | target-sparc: Implement BMASK/BSHUFFLE. | Richard Henderson |
2011-10-26 | target-sparc: Implement ALIGNADDR* inline. | Richard Henderson |
2011-10-26 | target-sparc: Implement EDGE* instructions. | Richard Henderson |
2011-10-26 | target-sparc: Implement fpack{16,32,fix}. | Richard Henderson |
2011-10-26 | target-sparc: Implement PDIST. | Richard Henderson |
2011-10-26 | target-sparc: Do exceptions management fully inside the helpers. | Richard Henderson |
2011-10-26 | target-sparc: Change fpr representation to doubles. | Richard Henderson |
2011-10-26 | target-sparc: Undo cpu_fpr rename. | Richard Henderson |
2011-10-26 | target-sparc: Extract float128 move to a function. | Richard Henderson |
2011-10-26 | target-sparc: Extract common code for floating-point operations. | Richard Henderson |
2011-10-26 | target-sparc: Make FPU/VIS helpers const when possible. | Richard Henderson |
2011-10-26 | target-sparc: Pass float64 parameters instead of dt0/1 temporaries. | Richard Henderson |
2011-10-26 | target-sparc: Add accessors for double-precision fpr access. | Richard Henderson |
2011-10-26 | target-sparc: Mark fprs dirty in store accessor. | Richard Henderson |
2011-10-26 | target-sparc: Add accessors for single-precision fpr access. | Richard Henderson |
2011-10-26 | Sparc: split load and store op helpers | Blue Swirl |
2011-10-26 | Sparc: convert win_helper to trace framework | Blue Swirl |
2011-10-26 | Sparc: convert interrupt helpers to trace framework | Blue Swirl |
2011-10-26 | Sparc: convert mmu_helper to trace framework | Blue Swirl |
2011-10-26 | Sparc: split MMU helpers | Blue Swirl |
2011-10-26 | Sparc: fix coding style in helper.c | Blue Swirl |
2011-10-26 | Sparc: avoid AREG0 for division op helpers | Blue Swirl |
2011-10-26 | Sparc: avoid AREG0 for softint op helpers and Leon cache control | Blue Swirl |
2011-10-26 | Sparc: avoid AREG0 for CWP and PSTATE helpers | Blue Swirl |
2011-10-26 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2011-10-26 | ahci: fix DPRINTF format strings | Max Filippov |
2011-10-26 | Documentation: fix typo | Bernhard Reutner-Fischer |
2011-10-26 | Fix typo: buf -> bus | Hervé Poussineau |
2011-10-26 | tools: reorganize Makefile variables | Paolo Bonzini |
2011-10-26 | exec.c: Remove useless comment | 陳韋任 |
2011-10-26 | qed: remove unneeded variable assignment | Pavel Borzenkov |
2011-10-26 | qed: don't pass NULL to memcpy | Pavel Borzenkov |
2011-10-26 | vmdk: vmdk_read_cid returns garbage if p_name is NULL | Pavel Borzenkov |
2011-10-26 | vmdk: remove unneeded variable assignment | Pavel Borzenkov |
2011-10-26 | device_tree: Fix potential memory leak | Stefan Weil |
2011-10-25 | main-loop: Add missing include file | Stefan Weil |
2011-10-25 | target-sparc: Fix use of g_new0 / g_free | Stefan Weil |