aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
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
2016-02-26target-arm: Add write_type argument to cpsr_write()Peter Maydell
2016-02-24linux-user: add getrandom() syscallLaurent Vivier
2016-02-23linux-user: correct timerfd_create syscall numbersRiku Voipio
2016-02-23linux-user: remove unavailable syscalls from aarch64Riku Voipio
2016-02-23linux-user: sync syscall numbers with kernelRiku Voipio
2016-02-23linux-user: Don't assert if guest tries shmdt(0)Peter Maydell
2016-02-23linux-user: set ppc64/ppc64le default CPU to POWER8Laurent Vivier
2016-02-23build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target direct...LluĂ­s Vilanova
2016-02-23linux-user: fix realloc size of target_fd_trans.Laurent Vivier
2016-02-23all: Clean up includesPeter Maydell
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini
2016-01-29linux-user: Clean up includesPeter Maydell
2016-01-11Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160111' int...Peter Maydell
2016-01-11linux-user/mmap.c: Use end instead of real_end in target_mmapChen Gang
2016-01-11linux-user: Add SOCKOP_sendmmsg and SOCKOP_recvmmsg socket call, wire them up.John Paul Adrian Glaubitz
2016-01-11linux-user: Update m68k syscall definitions to match Linux 4.4.John Paul Adrian Glaubitz
2016-01-11linux-user/syscall.c: Use SOL_SOCKET instead of level for setsockopt()Chen Gang
2016-01-11Add missing syscall nrs. according to more recent Linux kernelsJohan Ouwerkerk
2016-01-11linux-user: enable sigaltstack for all architecturesMichael Tokarev
2016-01-10unicore32: convert get_sp_from_cpustate from macro to inlineMichael Tokarev
2016-01-08linux-user: enable sigaltstack for all architecturesMichael Tokarev
2016-01-08unicore32: convert get_sp_from_cpustate from macro to inlineMichael Tokarev
2016-01-08linux-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()Chen Gang