aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-04linux-user: Add strace support for printing arguments of ioctl()Filip Bozuta
2020-06-29linux-user: Add thunk argument types for SIOCGSTAMP and SIOCGSTAMPNSFilip Bozuta
2020-06-29linux-user: Add strace support for printing arguments of fallocate()Filip Bozuta
2020-06-29linux-user: Add strace support for printing arguments of chown()/lchown()Filip Bozuta
2020-06-29linux-user: Add strace support for printing arguments of lseek()Filip Bozuta
2020-06-29linux-user: Add strace support for printing argument of syscalls used for ext...Filip Bozuta
2020-06-29linux-user: Add strace support for a group of syscallsFilip Bozuta
2020-06-29linux-user: Extend strace support to enable argument printing after syscall e...Filip Bozuta
2020-06-29linux-user: syscall: ioctls: support DRM_IOCTL_VERSIONChen Gang
2020-06-29linux-user/sparc64: Fix the handling of window spill trapGiuseppe Musacchio
2020-06-08linux-user: detect overflow of MAP_FIXED mmapAlex Bennée
2020-06-08linux-user: deal with address wrap for ARM_COMMPAGE on 32 bitAlex Bennée
2020-06-08linux-user: provide fallback pgd_find_hole for bare chrootsAlex Bennée
2020-06-08Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell
2020-06-05linux-user: implement OFD locksAndreas Schwab
2020-06-05linux-user/mmap.c: fix integer underflow in target_mremapJonathan Marler
2020-06-05linux-user/strace.list: fix epoll_create{,1} -strace outputSergei Trofimovich
2020-06-05linux-user: Add support for /proc/cpuinfo on hppa platformHelge Deller
2020-05-29Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-tcg-plugins-2...Peter Maydell
2020-05-28Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-05-2...Peter Maydell
2020-05-28linux-user: limit check to HOST_LONG_BITS < TARGET_ABI_BITSAlex Bennée
2020-05-27linux-user: return target error codes for socket() and prctl()Helge Deller
2020-05-27linux-user, alpha: fix oldumount syscallLaurent Vivier
2020-05-27linux-user: properly "unrealize" vCPU objectAlex Bennée
2020-05-27target/ppc: Add support for scv and rfscv instructionsNicholas Piggin
2020-05-21linux-user/arm/signal.c: Drop TARGET_CONFIG_CPU_32pull-target-arm-20200521-1Peter Maydell
2020-05-21linux-user/arm: Reset CPSR_E when entering a signal handlerAmanieu d'Antras
2020-05-21target/arm: Allow user-mode code to write CPSR.E via MSRPeter Maydell
2020-05-21linux-user/arm: Fix identification of syscall numbersPeter Maydell
2020-05-21linux-user/arm: Handle invalid arm-specific syscalls correctlyPeter Maydell
2020-05-21linux-user/arm: Remove bogus SVC 0xf0002 handlingPeter Maydell
2020-05-21linux-user/arm: BKPT should cause SIGTRAP, not be a syscallPeter Maydell
2020-05-15exec/cpu-all: Use bool for have_guest_baseRichard Henderson
2020-05-15linux-user: completely re-write init_guest_spaceAlex Bennée
2020-05-06gdbstub/linux-user: support debugging over a unix socketAlex Bennée
2020-04-29linux-user/riscv: fix up struct target_ucontext definitionLIU Zhiwei
2020-04-20Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200417' into...Peter Maydell
2020-04-17linux-user/ppc: Fix padding in mcontext_t for ppc64Richard Henderson
2020-04-16linux-user/syscall.c: add target-to-host mapping for epoll_create1()Sergei Trofimovich
2020-04-15linux-user: fix /proc/self/stat handlingAlex Bennée
2020-04-14linux-user/flatload.c: Use "" for include of QEMU header target_flat.hPeter Maydell
2020-04-07linux-user: clean-up padding on /proc/self/mapsAlex Bennée
2020-04-07linux-user: factor out reading of /proc/self/mapsAlex Bennée
2020-04-07linux-user: more debug for init_guest_spaceAlex Bennée
2020-04-07linux-user: protect fcntl64 with an #ifdefAlex Bennée
2020-03-30linux-user: Support futex_time64Alistair Francis
2020-03-26linux-user: Flush out implementation of gettimeofdayRichard Henderson
2020-03-26linux-user: Add x86_64 vsyscall page to /proc/self/mapsRichard Henderson
2020-03-26linux-user/i386: Emulate x86_64 vsyscallsRichard Henderson