Age | Commit message (Expand) | Author | Files | Lines |
2019-02-18 | s390x: Fix the confusing contributions-after-2012 license statements | Thomas Huth | 1 | -11/+8 |
2019-02-15 | linux-user/elfload: enable HWCAP_CPUID for AArch64 | Alex Bennée | 1 | -0/+1 |
2019-02-14 | target/mips: reimplement SC instruction emulation and use cmpxchg | Leon Alrae | 1 | -73/+0 |
2019-02-11 | RISC-V: Use riscv prefix consistently on cpu helpers | Michael Clark | 1 | -2/+2 |
2019-02-07 | linux-user: add new netlink types | Laurent Vivier | 1 | -0/+8 |
2019-02-07 | linux-user: Check sscanf return value in open_net_route() | Peter Maydell | 1 | -3/+9 |
2019-02-07 | Fix linux-user crashes in ioctl(SIOCGIFCONF) when ifc_buf is NULL. | Kan Li | 1 | -25/+31 |
2019-02-05 | linux-user: Implement PR_PAC_RESET_KEYS | Richard Henderson | 2 | -0/+43 |
2019-02-01 | linux-user: Initialize aarch64 pac keys | Richard Henderson | 2 | -2/+31 |
2019-02-01 | aarch64-linux-user: Enable HWCAP bits for PAuth | Richard Henderson | 1 | -0/+1 |
2019-02-01 | aarch64-linux-user: Update HWCAP bits from linux 5.0-rc1 | Richard Henderson | 1 | -0/+9 |
2019-01-30 | target/m68k: Fix LGPL information in the file headers | Thomas Huth | 2 | -3/+3 |
2019-01-22 | linux-user: Fix compilation with clang 3.4 | Thomas Huth | 1 | -5/+1 |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini | 8 | -28/+28 |
2019-01-11 | remove space-tab sequences | Paolo Bonzini | 4 | -5/+5 |
2019-01-11 | qemu/queue.h: leave head structs anonymous unless necessary | Paolo Bonzini | 1 | -1/+1 |
2019-01-10 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-re... | Peter Maydell | 1 | -4/+57 |
2019-01-10 | linux-user: make pwrite64/pread64(fd, NULL, 0, offset) return 0 | Peter Maydell | 1 | -4/+18 |
2019-01-10 | Add getsockopt for settable SOL_IPV6 options | Tom Deseyn | 1 | -0/+39 |
2019-01-09 | target/ppc: move FP and VMX registers into aligned vsr register array | Mark Cave-Ayland | 1 | -12/+16 |
2018-12-26 | linux-user: Add safe_syscall for riscv64 host | Richard Henderson | 2 | -0/+100 |
2018-12-26 | linux-user: Add host dependency for RISC-V 64-bit | Alistair Francis | 1 | -0/+11 |
2018-12-26 | linux-user: Add host dependency for RISC-V 32-bit | Alistair Francis | 1 | -0/+11 |
2018-11-17 | linux-user: Update MIPS specific prctl() implementation | Stefan Markovic | 1 | -0/+18 |
2018-11-15 | linux-user/sparc/signal.c: Remove dead code | Peter Maydell | 1 | -8/+8 |
2018-11-12 | linux-user: Add support for SO_REUSEPORT | Yunqiang Su | 2 | -0/+13 |
2018-11-12 | linux-user: Clean up nios2 main loop signal handling | Peter Maydell | 1 | -11/+6 |
2018-11-12 | linux-user: Don't call gdb_handlesig() before queue_signal() | Peter Maydell | 16 | -151/+62 |
2018-11-12 | linux-user: Remove dead error-checking code | Peter Maydell | 3 | -9/+0 |
2018-11-01 | target/m68k: use EXCP_ILLEGAL instead of EXCP_UNSUPPORTED | Laurent Vivier | 1 | -1/+0 |
2018-10-31 | Merge remote-tracking branch 'remotes/xtensa/tags/20181030-xtensa' into staging | Peter Maydell | 2 | -4/+14 |
2018-10-30 | linux-user/flatload: fix initial stack pointer alignment | Max Filippov | 1 | -3/+3 |
2018-10-30 | Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-... | Peter Maydell | 1 | -1/+1 |
2018-10-29 | linux-user: Add prctl() PR_SET_FP_MODE and PR_GET_FP_MODE implementations | Stefan Markovic | 3 | -4/+62 |
2018-10-29 | linux-user: Determine the desired FPU mode from MIPS.abiflags | Stefan Markovic | 1 | -0/+75 |
2018-10-29 | linux-user: Read and set FP ABI value from MIPS abiflags | Stefan Markovic | 1 | -0/+4 |
2018-10-29 | linux-user: Extract MIPS abiflags from ELF file | Stefan Markovic | 1 | -0/+33 |
2018-10-29 | linux-user: Extend image_info struct with MIPS fp_abi and interp_fp_abi fields | Stefan Markovic | 1 | -0/+4 |
2018-10-26 | linux-user: fix comment s/atomic_write/atomic_set/ | Emilio G. Cota | 1 | -1/+1 |
2018-10-24 | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-oct-2018-part... | Peter Maydell | 1 | -0/+3 |
2018-10-24 | linux-user/mips: Recognize the R5900 CPU model | Fredrik Noring | 1 | -0/+3 |
2018-10-24 | target/arm: Convert v8.2-fp16 from feature bit to aa64pfr0 test | Richard Henderson | 1 | -5/+1 |
2018-10-24 | target/arm: Convert sve from feature bit to aa64pfr0 test | Richard Henderson | 3 | -7/+9 |
2018-10-24 | target/arm: Convert division from feature bits to isar0 tests | Richard Henderson | 1 | -2/+2 |
2018-10-24 | target/arm: Convert v8 extensions from feature bits to isar tests | Richard Henderson | 1 | -18/+28 |
2018-10-19 | linux-user: xtensa: enable bFLT support | Max Filippov | 2 | -1/+11 |
2018-10-19 | linux-user: Implement special usbfs ioctls. | Cortland Tölva | 4 | -0/+209 |
2018-10-19 | linux-user: Define ordinary usbfs ioctls. | Cortland Tölva | 4 | -0/+113 |
2018-10-19 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re... | Peter Maydell | 2 | -25/+53 |
2018-10-18 | linux-user: Add infrastructure for handling MIPS-specific prctl() | Stefan Markovic | 1 | -0/+8 |