aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2020-06-08Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell4-8/+35
2020-06-05linux-user: implement OFD locksAndreas Schwab2-0/+10
2020-06-05linux-user/mmap.c: fix integer underflow in target_mremapJonathan Marler1-1/+1
2020-06-05linux-user/strace.list: fix epoll_create{,1} -strace outputSergei Trofimovich1-2/+2
2020-06-05linux-user: Add support for /proc/cpuinfo on hppa platformHelge Deller1-2/+14
2020-05-29Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-tcg-plugins-2...Peter Maydell1-8/+11
2020-05-28Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-05-2...Peter Maydell1-0/+2
2020-05-28linux-user: limit check to HOST_LONG_BITS < TARGET_ABI_BITSAlex Bennée1-0/+2
2020-05-27linux-user: return target error codes for socket() and prctl()Helge Deller1-2/+2
2020-05-27linux-user, alpha: fix oldumount syscallLaurent Vivier1-1/+6
2020-05-27linux-user: properly "unrealize" vCPU objectAlex Bennée1-8/+11
2020-05-27target/ppc: Add support for scv and rfscv instructionsNicholas Piggin1-0/+1
2020-05-21linux-user/arm/signal.c: Drop TARGET_CONFIG_CPU_32Peter Maydell1-6/+0
2020-05-21linux-user/arm: Reset CPSR_E when entering a signal handlerAmanieu d'Antras1-1/+7
2020-05-21target/arm: Allow user-mode code to write CPSR.E via MSRPeter Maydell1-0/+1
2020-05-21linux-user/arm: Fix identification of syscall numbersPeter Maydell1-66/+77
2020-05-21linux-user/arm: Handle invalid arm-specific syscalls correctlyPeter Maydell1-4/+26
2020-05-21linux-user/arm: Remove bogus SVC 0xf0002 handlingPeter Maydell1-3/+1
2020-05-21linux-user/arm: BKPT should cause SIGTRAP, not be a syscallPeter Maydell1-22/+8
2020-05-15exec/cpu-all: Use bool for have_guest_baseRichard Henderson1-2/+2
2020-05-15linux-user: completely re-write init_guest_spaceAlex Bennée4-286/+277
2020-05-06gdbstub/linux-user: support debugging over a unix socketAlex Bennée1-6/+6
2020-04-29linux-user/riscv: fix up struct target_ucontext definitionLIU Zhiwei1-1/+2
2020-04-20Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200417' into...Peter Maydell1-40/+29
2020-04-17linux-user/ppc: Fix padding in mcontext_t for ppc64Richard Henderson1-40/+29
2020-04-16linux-user/syscall.c: add target-to-host mapping for epoll_create1()Sergei Trofimovich1-1/+1
2020-04-15linux-user: fix /proc/self/stat handlingAlex Bennée1-24/+19
2020-04-14linux-user/flatload.c: Use "" for include of QEMU header target_flat.hPeter Maydell1-1/+1
2020-04-07linux-user: clean-up padding on /proc/self/mapsAlex Bennée1-13/+19
2020-04-07linux-user: factor out reading of /proc/self/mapsAlex Bennée1-30/+28
2020-04-07linux-user: more debug for init_guest_spaceAlex Bennée1-1/+7
2020-04-07linux-user: protect fcntl64 with an #ifdefAlex Bennée1-4/+4
2020-03-30linux-user: Support futex_time64Alistair Francis1-14/+126
2020-03-26linux-user: Flush out implementation of gettimeofdayRichard Henderson1-2/+27
2020-03-26linux-user: Add x86_64 vsyscall page to /proc/self/mapsRichard Henderson1-0/+10
2020-03-26linux-user/i386: Emulate x86_64 vsyscallsRichard Henderson1-0/+108
2020-03-26linux-user/i386: Split out gen_signalRichard Henderson1-60/+33
2020-03-24target/ppc: don't byte swap ELFv2 signal handlerVincent Fazio1-4/+2
2020-03-20linux-user, openrisc: sync syscall numbers with kernel v5.5Laurent Vivier1-247/+62
2020-03-20linux-user, nios2: sync syscall numbers with kernel v5.5Laurent Vivier1-330/+320
2020-03-20linux-user, aarch64: sync syscall numbers with kernel v5.5Laurent Vivier1-5/+29
2020-03-20linux-user,mips: update syscall-args-o32.c.incLaurent Vivier1-438/+436
2020-03-20linux-user,mips: move content of mips_syscall_argsLaurent Vivier2-439/+439
2020-03-20linux-user: update syscall.tbl from linux 0bf999f9c5e7Laurent Vivier15-1/+31
2020-03-20linux-user, mips64: add syscall table generation supportLaurent Vivier6-725/+774
2020-03-20linux-user, mips: add syscall table generation supportLaurent Vivier5-425/+467
2020-03-20linux-user, x86_64: add syscall table generation supportLaurent Vivier5-356/+436
2020-03-20linux-user, i386: add syscall table generation supportLaurent Vivier5-387/+476
2020-03-20linux-user, x86_64, i386: cleanup TARGET_NR_arch_prctlLaurent Vivier2-10/+13
2020-03-20linux-user, sparc, sparc64: add syscall table generation supportLaurent Vivier9-729/+1042