aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2020-07-11linux-user/elfload: use MAP_FIXED_NOREPLACE in pgb_reserved_vaAlex Bennée1-3/+7
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-1/+1
2020-07-04linux-user: Add strace support for printing arguments of ioctl()Filip Bozuta4-20/+130
2020-06-29linux-user: Add thunk argument types for SIOCGSTAMP and SIOCGSTAMPNSFilip Bozuta2-4/+30
2020-06-29linux-user: Add strace support for printing arguments of fallocate()Filip Bozuta4-17/+57
2020-06-29linux-user: Add strace support for printing arguments of chown()/lchown()Filip Bozuta2-2/+17
2020-06-29linux-user: Add strace support for printing arguments of lseek()Filip Bozuta2-1/+32
2020-06-29linux-user: Add strace support for printing argument of syscalls used for ext...Filip Bozuta2-9/+133
2020-06-29linux-user: Add strace support for a group of syscallsFilip Bozuta2-5/+16
2020-06-29linux-user: Extend strace support to enable argument printing after syscall e...Filip Bozuta3-55/+61
2020-06-29linux-user: syscall: ioctls: support DRM_IOCTL_VERSIONChen Gang4-0/+129
2020-06-29linux-user/sparc64: Fix the handling of window spill trapGiuseppe Musacchio1-1/+5
2020-06-08linux-user: detect overflow of MAP_FIXED mmapAlex Bennée1-1/+1
2020-06-08linux-user: deal with address wrap for ARM_COMMPAGE on 32 bitAlex Bennée1-14/+17
2020-06-08linux-user: provide fallback pgd_find_hole for bare chrootsAlex Bennée1-0/+48
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