aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2018-11-17linux-user: Update MIPS specific prctl() implementationStefan Markovic
2018-11-15linux-user/sparc/signal.c: Remove dead codePeter Maydell
2018-11-12linux-user: Add support for SO_REUSEPORTYunqiang Su
2018-11-12linux-user: Clean up nios2 main loop signal handlingPeter Maydell
2018-11-12linux-user: Don't call gdb_handlesig() before queue_signal()Peter Maydell
2018-11-12linux-user: Remove dead error-checking codePeter Maydell
2018-11-01target/m68k: use EXCP_ILLEGAL instead of EXCP_UNSUPPORTEDLaurent Vivier
2018-10-31Merge remote-tracking branch 'remotes/xtensa/tags/20181030-xtensa' into stagingPeter Maydell
2018-10-30linux-user/flatload: fix initial stack pointer alignmentMax Filippov
2018-10-30Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-...Peter Maydell
2018-10-29linux-user: Add prctl() PR_SET_FP_MODE and PR_GET_FP_MODE implementationsStefan Markovic
2018-10-29linux-user: Determine the desired FPU mode from MIPS.abiflagsStefan Markovic
2018-10-29linux-user: Read and set FP ABI value from MIPS abiflagsStefan Markovic
2018-10-29linux-user: Extract MIPS abiflags from ELF fileStefan Markovic
2018-10-29linux-user: Extend image_info struct with MIPS fp_abi and interp_fp_abi fieldsStefan Markovic
2018-10-26linux-user: fix comment s/atomic_write/atomic_set/Emilio G. Cota
2018-10-24Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-oct-2018-part...Peter Maydell
2018-10-24linux-user/mips: Recognize the R5900 CPU modelFredrik Noring
2018-10-24target/arm: Convert v8.2-fp16 from feature bit to aa64pfr0 testRichard Henderson
2018-10-24target/arm: Convert sve from feature bit to aa64pfr0 testRichard Henderson
2018-10-24target/arm: Convert division from feature bits to isar0 testsRichard Henderson
2018-10-24target/arm: Convert v8 extensions from feature bits to isar testsRichard Henderson
2018-10-19linux-user: xtensa: enable bFLT supportMax Filippov
2018-10-19linux-user: Implement special usbfs ioctls.Cortland Tölva
2018-10-19linux-user: Define ordinary usbfs ioctls.Cortland Tölva
2018-10-19Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...Peter Maydell
2018-10-18linux-user: Add infrastructure for handling MIPS-specific prctl()Stefan Markovic
2018-10-18linux-user: Add MIPS-specific prctl() optionsStefan Markovic
2018-10-18linux-user/sparc/signal.c: Remove unnecessary commentPeter Maydell
2018-10-18linux-user: Suppress address-of-packed-member warnings in __get/put_user_ePeter Maydell
2018-09-28Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...Peter Maydell
2018-09-25linux-user: do setrlimit selectivelyMax Filippov
2018-09-25linux-user: write(fd, NULL, 0) parity with linux's treatment of sameTony Garnock-Jones
2018-09-25linux-user: elf: mmap all the target-pages of hostpage for data segmentShivaprasad G Bhat
2018-09-25linux-user: add SO_LINGER to {g,s}etsockoptCarlo Marcelo Arenas Belón
2018-09-25linux-user: move TargetFdTrans functions to their own fileLaurent Vivier
2018-09-07target-ppc: Extend HWCAP2 bits for ISA 3.0Sandipan Das
2018-08-24elf: Don't check FCR31_NAN2008 bit for nanoMIPSAleksandar Markovic
2018-08-24elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS tooAleksandar Markovic
2018-08-24target/mips: Implement emulation of nanoMIPS LLWP/SCWP pairAleksandar Rikalo
2018-08-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-08-23qom: convert the CPU list to RCUEmilio G. Cota
2018-08-21linux-user: Propagate goto fail to returnRichard Henderson
2018-08-21linux-user: Propagate goto unimplemented to defaultRichard Henderson
2018-08-21linux-user: Propagate goto unimplemented_nowarn to returnRichard Henderson
2018-08-21linux-user: Propagate goto efault to returnRichard Henderson
2018-08-21linux-user: Relax single exit from "break"Richard Henderson
2018-08-21linux-user: Split out do_syscall1Richard Henderson
2018-08-21linux-user: Remove DEBUGRichard Henderson
2018-08-20linux-user: add QEMU_IFLA_INFO_KIND nested type for tunLaurent Vivier