summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* meson: linux-userMarc-André Lureau2020-08-2138-113/+139
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* linux-user: Use getcwd syscall directlyAndreas Schwab2020-07-271-8/+1Star
* linux-user: Fix syscall rt_sigtimedwait() implementationFilip Bozuta2020-07-271-1/+3
* linux-user: Ensure mmap_min_addr is non-zeroRichard Henderson2020-07-271-2/+14
* linux-user, ppc: fix clock_nanosleep() for linux-user-ppcLaurent Vivier2020-07-271-7/+0Star
* linux-user: fix clock_nanosleep()Laurent Vivier2020-07-271-1/+7
* linux-user: don't use MAP_FIXED in pgd_find_hole_fallbackAlex Bennée2020-07-271-4/+6
* linux-user: fix print_syscall_err() when syscall returned value is negativeLaurent Vivier2020-07-141-23/+13Star
* linux-user: fix the errno value in print_syscall_err()Laurent Vivier2020-07-141-1/+1
* linux-user: add netlink RTM_SETLINK commandLaurent Vivier2020-07-131-0/+1
* linux-user: add new netlink typesLaurent Vivier2020-07-131-0/+4
* linux-user: Fix Coverity CID 1430271 / CID 1430272Laurent Vivier2020-07-131-4/+12
* linux-user: refactor ipc syscall and support of semtimedop syscallMatus Kysel2020-07-131-7/+77
* linux-user: Use EPROTONOSUPPORT for unimplemented netlink protocolsJosh Kunz2020-07-131-1/+1
* linux-user/elfload: use MAP_FIXED_NOREPLACE in pgb_reserved_vaAlex Bennée2020-07-111-3/+7
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-1/+1
* linux-user: Add strace support for printing arguments of ioctl()Filip Bozuta2020-07-044-20/+130
* linux-user: Add thunk argument types for SIOCGSTAMP and SIOCGSTAMPNSFilip Bozuta2020-06-292-4/+30
* linux-user: Add strace support for printing arguments of fallocate()Filip Bozuta2020-06-294-17/+57
* linux-user: Add strace support for printing arguments of chown()/lchown()Filip Bozuta2020-06-292-2/+17
* linux-user: Add strace support for printing arguments of lseek()Filip Bozuta2020-06-292-1/+32
* linux-user: Add strace support for printing argument of syscalls used for ext...Filip Bozuta2020-06-292-9/+133
* linux-user: Add strace support for a group of syscallsFilip Bozuta2020-06-292-5/+16
* linux-user: Extend strace support to enable argument printing after syscall e...Filip Bozuta2020-06-293-55/+61
* linux-user: syscall: ioctls: support DRM_IOCTL_VERSIONChen Gang2020-06-294-0/+129
* linux-user/sparc64: Fix the handling of window spill trapGiuseppe Musacchio2020-06-291-1/+5
* linux-user: detect overflow of MAP_FIXED mmapAlex Bennée2020-06-081-1/+1
* linux-user: deal with address wrap for ARM_COMMPAGE on 32 bitAlex Bennée2020-06-081-14/+17
* linux-user: provide fallback pgd_find_hole for bare chrootsAlex Bennée2020-06-081-0/+48
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell2020-06-084-8/+35
|\
| * linux-user: implement OFD locksAndreas Schwab2020-06-052-0/+10
| * linux-user/mmap.c: fix integer underflow in target_mremapJonathan Marler2020-06-051-1/+1
| * linux-user/strace.list: fix epoll_create{,1} -strace outputSergei Trofimovich2020-06-051-2/+2
| * linux-user: Add support for /proc/cpuinfo on hppa platformHelge Deller2020-06-051-2/+14
| * linux-user: return target error codes for socket() and prctl()Helge Deller2020-05-271-2/+2
| * linux-user, alpha: fix oldumount syscallLaurent Vivier2020-05-271-1/+6
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-tcg-plugins-2...Peter Maydell2020-05-291-8/+11
|\ \
| * | linux-user: properly "unrealize" vCPU objectAlex Bennée2020-05-271-8/+11
| |/
* | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-05-2...Peter Maydell2020-05-281-0/+2
|\ \
| * | linux-user: limit check to HOST_LONG_BITS < TARGET_ABI_BITSAlex Bennée2020-05-281-0/+2
| |/
* / target/ppc: Add support for scv and rfscv instructionsNicholas Piggin2020-05-271-0/+1
|/
* linux-user/arm/signal.c: Drop TARGET_CONFIG_CPU_32Peter Maydell2020-05-211-6/+0Star
* linux-user/arm: Reset CPSR_E when entering a signal handlerAmanieu d'Antras2020-05-211-1/+7
* target/arm: Allow user-mode code to write CPSR.E via MSRPeter Maydell2020-05-211-0/+1
* linux-user/arm: Fix identification of syscall numbersPeter Maydell2020-05-211-66/+77
* linux-user/arm: Handle invalid arm-specific syscalls correctlyPeter Maydell2020-05-211-4/+26
* linux-user/arm: Remove bogus SVC 0xf0002 handlingPeter Maydell2020-05-211-3/+1Star
* linux-user/arm: BKPT should cause SIGTRAP, not be a syscallPeter Maydell2020-05-211-22/+8Star
* exec/cpu-all: Use bool for have_guest_baseRichard Henderson2020-05-151-2/+2