Age | Commit message (Expand) | Author |
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 |
2018-10-26 | linux-user: fix comment s/atomic_write/atomic_set/ | Emilio G. Cota |
2018-10-24 | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-oct-2018-part... | Peter Maydell |
2018-10-24 | linux-user/mips: Recognize the R5900 CPU model | Fredrik Noring |
2018-10-24 | target/arm: Convert v8.2-fp16 from feature bit to aa64pfr0 test | Richard Henderson |
2018-10-24 | target/arm: Convert sve from feature bit to aa64pfr0 test | Richard Henderson |
2018-10-24 | target/arm: Convert division from feature bits to isar0 tests | Richard Henderson |
2018-10-24 | target/arm: Convert v8 extensions from feature bits to isar tests | Richard Henderson |
2018-10-19 | linux-user: xtensa: enable bFLT support | Max Filippov |
2018-10-19 | linux-user: Implement special usbfs ioctls. | Cortland Tölva |
2018-10-19 | linux-user: Define ordinary usbfs ioctls. | Cortland Tölva |
2018-10-19 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re... | Peter Maydell |
2018-10-18 | linux-user: Add infrastructure for handling MIPS-specific prctl() | Stefan Markovic |
2018-10-18 | linux-user: Add MIPS-specific prctl() options | Stefan Markovic |
2018-10-18 | linux-user/sparc/signal.c: Remove unnecessary comment | Peter Maydell |
2018-10-18 | linux-user: Suppress address-of-packed-member warnings in __get/put_user_e | Peter Maydell |
2018-09-28 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re... | Peter Maydell |
2018-09-25 | linux-user: do setrlimit selectively | Max Filippov |
2018-09-25 | linux-user: write(fd, NULL, 0) parity with linux's treatment of same | Tony Garnock-Jones |
2018-09-25 | linux-user: elf: mmap all the target-pages of hostpage for data segment | Shivaprasad G Bhat |
2018-09-25 | linux-user: add SO_LINGER to {g,s}etsockopt | Carlo Marcelo Arenas Belón |
2018-09-25 | linux-user: move TargetFdTrans functions to their own file | Laurent Vivier |
2018-09-07 | target-ppc: Extend HWCAP2 bits for ISA 3.0 | Sandipan Das |
2018-08-24 | elf: Don't check FCR31_NAN2008 bit for nanoMIPS | Aleksandar Markovic |
2018-08-24 | elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too | Aleksandar Markovic |
2018-08-24 | target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair | Aleksandar Rikalo |
2018-08-23 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2018-08-23 | qom: convert the CPU list to RCU | Emilio G. Cota |
2018-08-21 | linux-user: Propagate goto fail to return | Richard Henderson |
2018-08-21 | linux-user: Propagate goto unimplemented to default | Richard Henderson |
2018-08-21 | linux-user: Propagate goto unimplemented_nowarn to return | Richard Henderson |
2018-08-21 | linux-user: Propagate goto efault to return | Richard Henderson |
2018-08-21 | linux-user: Relax single exit from "break" | Richard Henderson |
2018-08-21 | linux-user: Split out do_syscall1 | Richard Henderson |
2018-08-21 | linux-user: Remove DEBUG | Richard Henderson |
2018-08-20 | linux-user: add QEMU_IFLA_INFO_KIND nested type for tun | Laurent Vivier |