Age | Commit message (Expand) | Author |
2016-05-27 | linux-user,target-ppc: fix use of MSR_LE | Laurent Vivier |
2016-05-27 | linux-user/signal.c: Use s390 target space address instead of host space | Chen Gang |
2016-05-27 | linux-user/signal.c: Use target address instead of host address for microblaz... | Chen Gang |
2016-05-27 | linux-user/signal.c: Generate opcode data for restorer in setup_rt_frame | Chen Gang |
2016-05-27 | linux-user: arm: Remove ARM_cpsr and similar #defines | Peter Maydell |
2016-05-27 | linux-user: Use direct syscalls for setuid(), etc | Peter Maydell |
2016-05-27 | linux-user: x86_64: Don't use 16-bit UIDs | Peter Maydell |
2016-05-27 | linux-user: Use g_try_malloc() in do_msgrcv() | Peter Maydell |
2016-05-27 | linux-user: Handle msgrcv error case correctly | Peter Maydell |
2016-05-27 | linux-user: Handle negative values in timespec conversion | Peter Maydell |
2016-05-27 | linux-user: Use safe_syscall for futex syscall | Peter Maydell |
2016-05-27 | linux-user: Use safe_syscall for pselect, select syscalls | Peter Maydell |
2016-05-27 | linux-user: Use safe_syscall for execve syscall | Timothy E Baldwin |
2016-05-27 | linux-user: Use safe_syscall for wait system calls | Timothy E Baldwin |
2016-05-27 | linux-user: Use safe_syscall for open and openat system calls | Timothy E Baldwin |
2016-05-27 | linux-user: Use safe_syscall for read and write system calls | Timothy E Baldwin |
2016-05-27 | linux-user: Provide safe_syscall for fixing races between signals and syscalls | Timothy E Baldwin |
2016-05-27 | linux-user: Add debug code to exercise restarting system calls | Timothy E Baldwin |
2016-05-27 | linux-user: Support for restarting system calls for Microblaze targets | Timothy E Baldwin |
2016-05-27 | linux-user: Set r14 on exit from microblaze syscall | Peter Maydell |
2016-05-27 | linux-user: Support for restarting system calls for tilegx targets | Peter Maydell |
2016-05-27 | linux-user: Support for restarting system calls for CRIS targets | Timothy E Baldwin |
2016-05-27 | linux-user: Support for restarting system calls for S390 targets | Timothy E Baldwin |
2016-05-27 | linux-user: Support for restarting system calls for M68K targets | Timothy E Baldwin |
2016-05-27 | linux-user: Support for restarting system calls for OpenRISC targets | Timothy E Baldwin |
2016-05-27 | linux-user: Support for restarting system calls for UniCore32 targets | Timothy E Baldwin |
2016-05-27 | linux-user: Support for restarting system calls for Alpha targets | Timothy E Baldwin |
2016-05-27 | linux-user: Support for restarting system calls for SH4 targets | Timothy E Baldwin |
2016-05-27 | linux-user: Support for restarting system calls for SPARC targets | Timothy E Baldwin |
2016-05-27 | linux-user: Support for restarting system calls for PPC targets | Timothy E Baldwin |
2016-05-27 | linux-user: Support for restarting system calls for MIPS targets | Timothy E Baldwin |
2016-05-27 | linux-user: Support for restarting system calls for ARM targets | Timothy E Baldwin |
2016-05-27 | linux-user: Support for restarting system calls for x86 targets | Timothy E Baldwin |
2016-05-27 | linux-user: Renumber TARGET_QEMU_ESIGRETURN, make it not arch-specific | Timothy E Baldwin |
2016-05-27 | linux-user: Define TARGET_ERESTART* errno values | Timothy E Baldwin |
2016-05-27 | linux-user: Reindent signal handling | Timothy E Baldwin |
2016-05-27 | linux-user: Consistently return host errnos from do_openat() | Peter Maydell |
2016-05-27 | linux-user: Check array bounds in errno conversion | Timothy E Baldwin |
2016-05-23 | cpu: Eliminate cpudef_init(), cpudef_setup() | Eduardo Habkost |
2016-05-19 | cpu: move exec-all.h inclusion out of cpu.h | Paolo Bonzini |
2016-05-19 | log: do not use CONFIG_USER_ONLY | Paolo Bonzini |
2016-04-04 | linux-user: arm: Handle (ignore) EXCP_YIELD in ARM cpu_loop() | Peter Maydell |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-10 | osdep: add wrappers for socket functions | Daniel P. Berrange |
2016-03-04 | linux-user: arm: handle CPSR.E correctly in strex emulation | Paolo Bonzini |
2016-03-04 | linux-user: arm: set CPSR.E/SCTLR.E0E correctly for BE mode | Peter Crosthwaite |
2016-03-04 | target-arm: implement SCTLR.B, drop bswap_code | Paolo Bonzini |
2016-03-04 | linux-user: arm: pass env to get_user_code_* | Paolo Bonzini |
2016-03-04 | linux-user: arm: fix coding style for some linux-user signal functions | Paolo Bonzini |
2016-02-26 | linux-user: Use restrictive mask when calling cpsr_write() | Peter Maydell |