aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-07-27linux-user: Use getcwd syscall directlyAndreas Schwab1-8/+1
2020-07-27linux-user: Fix syscall rt_sigtimedwait() implementationFilip Bozuta1-1/+3
2020-07-27linux-user: Ensure mmap_min_addr is non-zeroRichard Henderson1-2/+14
2020-07-27linux-user, ppc: fix clock_nanosleep() for linux-user-ppcLaurent Vivier1-7/+0
2020-07-27linux-user: fix clock_nanosleep()Laurent Vivier1-1/+7
2020-07-27linux-user: don't use MAP_FIXED in pgd_find_hole_fallbackAlex Bennée1-4/+6
2020-07-14linux-user: fix print_syscall_err() when syscall returned value is negativeLaurent Vivier1-23/+13
2020-07-14linux-user: fix the errno value in print_syscall_err()Laurent Vivier1-1/+1
2020-07-13linux-user: add netlink RTM_SETLINK commandLaurent Vivier1-0/+1
2020-07-13linux-user: add new netlink typesLaurent Vivier1-0/+4
2020-07-13linux-user: Fix Coverity CID 1430271 / CID 1430272Laurent Vivier1-4/+12
2020-07-13linux-user: refactor ipc syscall and support of semtimedop syscallMatus Kysel1-7/+77
2020-07-13linux-user: Use EPROTONOSUPPORT for unimplemented netlink protocolsJosh Kunz1-1/+1
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