aboutsummaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)Author
2020-03-20linux-user, x86_64, i386: cleanup TARGET_NR_arch_prctlLaurent Vivier
2020-03-20linux-user, arm: add syscall table generation supportLaurent Vivier
2020-03-20linux-user/riscv: Update the syscall_nr's to the 5.5 kernelAlistair Francis
2020-03-20linux-user/syscall: Add support for clock_gettime64/clock_settime64Alistair Francis
2020-03-20linux-user: Protect more syscallsAlistair Francis
2020-03-20linux-user: do prlimit selectivelyTobias Koch
2020-02-19linux-user: Add support for getting alsa timer version and idFilip Bozuta
2020-02-19linux-user: Use `qemu_log' for straceJosh Kunz
2020-02-19linux-user: Use `qemu_log' for non-strace loggingJosh Kunz
2020-02-19linux-user: implement getsockopt SO_RCVTIMEO and SO_SNDTIMEOAndreas Schwab
2020-02-19linux-user: Implement membarrier syscallAndreas Schwab
2020-02-12linux-user: implement TARGET_SO_PEERSECLaurent Vivier
2020-01-22linux-user: Add support for enabling/disabling RTC features using ioctlsFilip Bozuta
2020-01-22linux-user: Add support for TYPE_LONG and TYPE_ULONG in do_ioctl()Filip Bozuta
2020-01-22linux-user: Add support for KCOV_<ENABLE|DISABLE> ioctlsAleksandar Markovic
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2020-01-15linux-user: Include tcg.h in syscall.cRichard Henderson
2019-11-25linux-user: fix translation of statx structuresAriadne Conill
2019-11-12linux-user: remove host stime() syscallLaurent Vivier
2019-11-12linux-user: fix missing breakLaurent Vivier
2019-11-06linux-user: Introduce cpu_clone_regs_parentRichard Henderson
2019-11-06linux-user: Rename cpu_clone_regs to cpu_clone_regs_childRichard Henderson
2019-11-05linux-user: Support for NETLINK socket optionsJosh Kunz
2019-10-28*-user: plugin syscallsEmilio G. Cota
2019-10-24target/arm: Rebuild hflags at EL changesRichard Henderson
2019-10-21linux-user/syscall: Introduce target_sockaddr_nlPhilippe Mathieu-Daudé
2019-09-11linux-user: Add support for FDFLUSH ioctlYunqiang Su
2019-09-11linux-user: add memfd_createShu-Chun Weng
2019-09-11linux-user: erroneous fd_trans_unregister callShu-Chun Weng
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster
2019-07-19linux-user: fix to handle variably sized SIOCGSTAMP with new kernelsDaniel P. Berrangé
2019-07-02linux-user: Add support for translation of statx() syscallAleksandar Rikalo
2019-06-24linux-user: Add support for setsockopt() options IPV6_<ADD|DROP>_MEMBERSHIPNeng Chen
2019-06-24linux-user: Add support for setsockopt() option SOL_ALGYunqiang Su
2019-06-24linux-user: emulate msgsnd(), msgrcv() and semtimedop()Laurent Vivier
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-10target/arm: Use env_cpu, env_archcpuRichard Henderson
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-05-26linux-user: fix __NR_semtimedop undeclared errorLaurent Vivier
2019-05-24Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.1-pull-re...Peter Maydell
2019-05-24linux-user: Pass through nanosecond timestamp components for stat syscallsChen-Yu Tsai
2019-05-24linux-user: Fix shmat emulation by honoring host SHMLBARichard Henderson
2019-05-22linux-user: add pseudo /proc/hardware for m68kLaurent Vivier
2019-05-22linux-user: add pseudo /proc/cpuinfo for sparcLaurent Vivier
2019-05-22target/arm: Put all PAC keys into a structureRichard Henderson
2019-05-22linux-user/aarch64: Use qemu_guest_getrandom for PAUTH keysRichard Henderson
2019-05-22linux-user: Initialize pseudo-random seeds for all guest cpusRichard Henderson
2019-05-19target/alpha: Fix user-only floating-point exceptionsRichard Henderson
2019-05-10linux-user: fix GPROF build failureAlex Bennée
2019-05-09linux-user: Add missing IPV6 sockoptsHelge Deller