Age | Commit message (Expand) | Author |
2020-03-30 | linux-user: Support futex_time64 | Alistair Francis |
2020-03-26 | linux-user: Flush out implementation of gettimeofday | Richard Henderson |
2020-03-26 | linux-user: Add x86_64 vsyscall page to /proc/self/maps | Richard Henderson |
2020-03-26 | linux-user/i386: Emulate x86_64 vsyscalls | Richard Henderson |
2020-03-26 | linux-user/i386: Split out gen_signal | Richard Henderson |
2020-03-24 | target/ppc: don't byte swap ELFv2 signal handler | Vincent Fazio |
2020-03-20 | linux-user, openrisc: sync syscall numbers with kernel v5.5 | Laurent Vivier |
2020-03-20 | linux-user, nios2: sync syscall numbers with kernel v5.5 | Laurent Vivier |
2020-03-20 | linux-user, aarch64: sync syscall numbers with kernel v5.5 | Laurent Vivier |
2020-03-20 | linux-user,mips: update syscall-args-o32.c.inc | Laurent Vivier |
2020-03-20 | linux-user,mips: move content of mips_syscall_args | Laurent Vivier |
2020-03-20 | linux-user: update syscall.tbl from linux 0bf999f9c5e7 | Laurent Vivier |
2020-03-20 | linux-user, mips64: add syscall table generation support | Laurent Vivier |
2020-03-20 | linux-user, mips: add syscall table generation support | Laurent Vivier |
2020-03-20 | linux-user, x86_64: add syscall table generation support | Laurent Vivier |
2020-03-20 | linux-user, i386: add syscall table generation support | Laurent Vivier |
2020-03-20 | linux-user, x86_64, i386: cleanup TARGET_NR_arch_prctl | Laurent Vivier |
2020-03-20 | linux-user, sparc, sparc64: add syscall table generation support | Laurent Vivier |
2020-03-20 | linux-user, s390x: add syscall table generation support | Laurent Vivier |
2020-03-20 | linux-user, s390x: remove syscall definitions for !TARGET_S390X | Laurent Vivier |
2020-03-20 | linux-user, ppc: add syscall table generation support | Laurent Vivier |
2020-03-20 | linux-user, arm: add syscall table generation support | Laurent Vivier |
2020-03-20 | linux-user, microblaze: add syscall table generation support | Laurent Vivier |
2020-03-20 | linux-user, sh4: add syscall table generation support | Laurent Vivier |
2020-03-20 | linux-user, xtensa: add syscall table generation support | Laurent Vivier |
2020-03-20 | linux-user, m68k: add syscall table generation support | Laurent Vivier |
2020-03-20 | linux-user, hppa: add syscall table generation support | Laurent Vivier |
2020-03-20 | linux-user, alpha: add syscall table generation support | Laurent Vivier |
2020-03-20 | linux-user/riscv: Update the syscall_nr's to the 5.5 kernel | Alistair Francis |
2020-03-20 | linux-user/syscall: Add support for clock_gettime64/clock_settime64 | Alistair Francis |
2020-03-20 | linux-user: Protect more syscalls | Alistair Francis |
2020-03-20 | linux-user: Update TASK_UNMAPPED_BASE for aarch64 | Lirong Yuan |
2020-03-20 | linux-user: fix socket() strace | Laurent Vivier |
2020-03-20 | linux-user: do prlimit selectively | Tobias Koch |
2020-03-20 | linux-user: Add AT_EXECFN auxval | Lirong Yuan |
2020-02-28 | target/arm: Implement v8.4-RCPC | Peter Maydell |
2020-02-28 | target/arm: Implement v8.3-RCPC | Peter Maydell |
2020-02-28 | linux-user/arm: Replace ARM_FEATURE_VFP* tests for HWCAP | Richard Henderson |
2020-02-28 | target/arm: Add isar_feature_aa32_vfp_simd | Richard Henderson |
2020-02-21 | target/arm: Add _aa32_ to isar_feature functions testing 32-bit ID registers | Peter Maydell |
2020-02-19 | linux-user: Add support for selected alsa timer instructions using ioctls | Filip Bozuta |
2020-02-19 | linux-user: Add support for getting/setting selected alsa timer parameters us... | Filip Bozuta |
2020-02-19 | linux-user: Add support for selecting alsa timer using ioctl | Filip Bozuta |
2020-02-19 | linux-user: Add support for getting/setting specified alsa timer parameters u... | Filip Bozuta |
2020-02-19 | linux-user: Add support for getting alsa timer version and id | Filip Bozuta |
2020-02-19 | linux-user: remove gemu_log from the linux-user tree | Josh Kunz |
2020-02-19 | linux-user: Use `qemu_log' for strace | Josh Kunz |
2020-02-19 | linux-user: Use `qemu_log' for non-strace logging | Josh Kunz |
2020-02-19 | linux-user/strace: Improve output of various syscalls | Helge Deller |
2020-02-19 | linux-user: implement getsockopt SO_RCVTIMEO and SO_SNDTIMEO | Andreas Schwab |