aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2016-05-27linux-user,target-ppc: fix use of MSR_LELaurent Vivier
2016-05-27linux-user/signal.c: Use s390 target space address instead of host spaceChen Gang
2016-05-27linux-user/signal.c: Use target address instead of host address for microblaz...Chen Gang
2016-05-27linux-user/signal.c: Generate opcode data for restorer in setup_rt_frameChen Gang
2016-05-27linux-user: arm: Remove ARM_cpsr and similar #definesPeter Maydell
2016-05-27linux-user: Use direct syscalls for setuid(), etcPeter Maydell
2016-05-27linux-user: x86_64: Don't use 16-bit UIDsPeter Maydell
2016-05-27linux-user: Use g_try_malloc() in do_msgrcv()Peter Maydell
2016-05-27linux-user: Handle msgrcv error case correctlyPeter Maydell
2016-05-27linux-user: Handle negative values in timespec conversionPeter Maydell
2016-05-27linux-user: Use safe_syscall for futex syscallPeter Maydell
2016-05-27linux-user: Use safe_syscall for pselect, select syscallsPeter Maydell
2016-05-27linux-user: Use safe_syscall for execve syscallTimothy E Baldwin
2016-05-27linux-user: Use safe_syscall for wait system callsTimothy E Baldwin
2016-05-27linux-user: Use safe_syscall for open and openat system callsTimothy E Baldwin
2016-05-27linux-user: Use safe_syscall for read and write system callsTimothy E Baldwin
2016-05-27linux-user: Provide safe_syscall for fixing races between signals and syscallsTimothy E Baldwin
2016-05-27linux-user: Add debug code to exercise restarting system callsTimothy E Baldwin
2016-05-27linux-user: Support for restarting system calls for Microblaze targetsTimothy E Baldwin
2016-05-27linux-user: Set r14 on exit from microblaze syscallPeter Maydell
2016-05-27linux-user: Support for restarting system calls for tilegx targetsPeter Maydell
2016-05-27linux-user: Support for restarting system calls for CRIS targetsTimothy E Baldwin
2016-05-27linux-user: Support for restarting system calls for S390 targetsTimothy E Baldwin
2016-05-27linux-user: Support for restarting system calls for M68K targetsTimothy E Baldwin
2016-05-27linux-user: Support for restarting system calls for OpenRISC targetsTimothy E Baldwin
2016-05-27linux-user: Support for restarting system calls for UniCore32 targetsTimothy E Baldwin
2016-05-27linux-user: Support for restarting system calls for Alpha targetsTimothy E Baldwin
2016-05-27linux-user: Support for restarting system calls for SH4 targetsTimothy E Baldwin
2016-05-27linux-user: Support for restarting system calls for SPARC targetsTimothy E Baldwin
2016-05-27linux-user: Support for restarting system calls for PPC targetsTimothy E Baldwin
2016-05-27linux-user: Support for restarting system calls for MIPS targetsTimothy E Baldwin
2016-05-27linux-user: Support for restarting system calls for ARM targetsTimothy E Baldwin
2016-05-27linux-user: Support for restarting system calls for x86 targetsTimothy E Baldwin
2016-05-27linux-user: Renumber TARGET_QEMU_ESIGRETURN, make it not arch-specificTimothy E Baldwin
2016-05-27linux-user: Define TARGET_ERESTART* errno valuesTimothy E Baldwin
2016-05-27linux-user: Reindent signal handlingTimothy E Baldwin
2016-05-27linux-user: Consistently return host errnos from do_openat()Peter Maydell
2016-05-27linux-user: Check array bounds in errno conversionTimothy E Baldwin
2016-05-23cpu: Eliminate cpudef_init(), cpudef_setup()Eduardo Habkost
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-05-19log: do not use CONFIG_USER_ONLYPaolo Bonzini
2016-04-04linux-user: arm: Handle (ignore) EXCP_YIELD in ARM cpu_loop()Peter Maydell
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-10osdep: add wrappers for socket functionsDaniel P. Berrange
2016-03-04linux-user: arm: handle CPSR.E correctly in strex emulationPaolo Bonzini
2016-03-04linux-user: arm: set CPSR.E/SCTLR.E0E correctly for BE modePeter Crosthwaite
2016-03-04target-arm: implement SCTLR.B, drop bswap_codePaolo Bonzini
2016-03-04linux-user: arm: pass env to get_user_code_*Paolo Bonzini
2016-03-04linux-user: arm: fix coding style for some linux-user signal functionsPaolo Bonzini
2016-02-26linux-user: Use restrictive mask when calling cpsr_write()Peter Maydell