summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
...
* linux-user: Add generic 'termbits.h' for some archsFilip Bozuta2020-08-2712-2704/+329Star
* linux-user: Add strace support for printing arguments of some clock and time ...Filip Bozuta2020-08-272-72/+232
* linux-user: Add an api to print enumareted argument values with straceFilip Bozuta2020-08-271-0/+31
* linux-user: Add strace support for printing arguments of syscalls used to loc...Filip Bozuta2020-08-2724-49/+97
* linux-user: Add strace support for printing arguments of truncate()/ftruncate...Filip Bozuta2020-08-274-37/+87
* linux-user: Make cpu_env accessible in strace.cFilip Bozuta2020-08-273-241/+247
* linux-user: syscall: ioctls: support DRM_IOCTL_I915_GETPARAMChen Gang2020-08-274-0/+50
* linux-user: Fix 'clock_nanosleep()' implementationFilip Bozuta2020-08-271-3/+6
* linux-user: Fix 'semop()' and 'semtimedop()' implementationFilip Bozuta2020-08-272-2/+13
* linux-user: Fix 'utimensat()' implementationFilip Bozuta2020-08-231-2/+7
* linux-user: Add support for a group of 2038 safe syscallsFilip Bozuta2020-08-232-1/+143
* linux-user: Modify 'target_to_host/host_to_target_itimerspec()'Filip Bozuta2020-08-231-27/+19Star
* linux-user: Adjust guest page protection for the hostRichard Henderson2020-08-231-1/+5
* linux-user: Validate mmap/mprotect prot valueRichard Henderson2020-08-231-33/+73
* linux-user: Fix "print_fdset()" in "strace.c" to not print ", " after last valueFilip Bozuta2020-08-231-2/+6
* 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