Age | Commit message (Expand) | Author |
2019-03-07 | linux-user: add new netlink types | Laurent Vivier |
2019-03-07 | linux-user: Nicer strace output of chroot() syscall | Helge Deller |
2019-03-07 | linux-user: fix "may be used uninitialized" warnings | Marc-André Lureau |
2019-03-07 | linux-user: don't short-circuit read with zero length | Andreas Schwab |
2019-03-07 | Fix breakpoint support in Nios II user-mode emulation. | Sandra Loosemore |
2019-03-07 | linux-user: fix emulation of accept4/getpeername/getsockname/recvfrom syscalls | Andreas Schwab |
2019-03-07 | linux-user: Fix ELF_PLATFORM for aarch64_be-linux-user | Richard Henderson |
2019-03-07 | linux-user: Add ELF_PLATFORM for arm | Richard Henderson |
2019-03-07 | linux-user: fix recvmsg emulation | Andreas Schwab |
2019-03-05 | target/arm: Implement ARMv8.4-CondM | Richard Henderson |
2019-03-05 | target/arm: Implement ARMv8.0-SB | Richard Henderson |
2019-02-28 | linux-user: Enable HWCAP_ASIMDFHM, HWCAP_JSCVT | Richard Henderson |
2019-02-18 | s390x: Fix the confusing contributions-after-2012 license statements | Thomas Huth |
2019-02-15 | linux-user/elfload: enable HWCAP_CPUID for AArch64 | Alex Bennée |
2019-02-14 | target/mips: reimplement SC instruction emulation and use cmpxchg | Leon Alrae |
2019-02-11 | RISC-V: Use riscv prefix consistently on cpu helpers | Michael Clark |
2019-02-07 | linux-user: add new netlink types | Laurent Vivier |
2019-02-07 | linux-user: Check sscanf return value in open_net_route() | Peter Maydell |
2019-02-07 | Fix linux-user crashes in ioctl(SIOCGIFCONF) when ifc_buf is NULL. | Kan Li |
2019-02-05 | linux-user: Implement PR_PAC_RESET_KEYS | Richard Henderson |
2019-02-01 | linux-user: Initialize aarch64 pac keys | Richard Henderson |
2019-02-01 | aarch64-linux-user: Enable HWCAP bits for PAuth | Richard Henderson |
2019-02-01 | aarch64-linux-user: Update HWCAP bits from linux 5.0-rc1 | Richard Henderson |
2019-01-30 | target/m68k: Fix LGPL information in the file headers | Thomas Huth |
2019-01-22 | linux-user: Fix compilation with clang 3.4 | Thomas Huth |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini |
2019-01-11 | remove space-tab sequences | Paolo Bonzini |
2019-01-11 | qemu/queue.h: leave head structs anonymous unless necessary | Paolo Bonzini |
2019-01-10 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-re... | Peter Maydell |
2019-01-10 | linux-user: make pwrite64/pread64(fd, NULL, 0, offset) return 0 | Peter Maydell |
2019-01-10 | Add getsockopt for settable SOL_IPV6 options | Tom Deseyn |
2019-01-09 | target/ppc: move FP and VMX registers into aligned vsr register array | Mark Cave-Ayland |
2018-12-26 | linux-user: Add safe_syscall for riscv64 host | Richard Henderson |
2018-12-26 | linux-user: Add host dependency for RISC-V 64-bit | Alistair Francis |
2018-12-26 | linux-user: Add host dependency for RISC-V 32-bit | Alistair Francis |
2018-11-17 | linux-user: Update MIPS specific prctl() implementation | Stefan Markovic |
2018-11-15 | linux-user/sparc/signal.c: Remove dead code | Peter Maydell |
2018-11-12 | linux-user: Add support for SO_REUSEPORT | Yunqiang Su |
2018-11-12 | linux-user: Clean up nios2 main loop signal handling | Peter Maydell |
2018-11-12 | linux-user: Don't call gdb_handlesig() before queue_signal() | Peter Maydell |
2018-11-12 | linux-user: Remove dead error-checking code | Peter Maydell |
2018-11-01 | target/m68k: use EXCP_ILLEGAL instead of EXCP_UNSUPPORTED | Laurent Vivier |
2018-10-31 | Merge remote-tracking branch 'remotes/xtensa/tags/20181030-xtensa' into staging | Peter Maydell |
2018-10-30 | linux-user/flatload: fix initial stack pointer alignment | Max Filippov |
2018-10-30 | Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-... | Peter Maydell |
2018-10-29 | linux-user: Add prctl() PR_SET_FP_MODE and PR_GET_FP_MODE implementations | Stefan Markovic |
2018-10-29 | linux-user: Determine the desired FPU mode from MIPS.abiflags | Stefan Markovic |
2018-10-29 | linux-user: Read and set FP ABI value from MIPS abiflags | Stefan Markovic |
2018-10-29 | linux-user: Extract MIPS abiflags from ELF file | Stefan Markovic |
2018-10-29 | linux-user: Extend image_info struct with MIPS fp_abi and interp_fp_abi fields | Stefan Markovic |