summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini8-28/+28
2019-01-11remove space-tab sequencesPaolo Bonzini4-5/+5
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-1/+1
2019-01-10Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-re...Peter Maydell1-4/+57
2019-01-10linux-user: make pwrite64/pread64(fd, NULL, 0, offset) return 0Peter Maydell1-4/+18
2019-01-10Add getsockopt for settable SOL_IPV6 optionsTom Deseyn1-0/+39
2019-01-09target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland1-12/+16
2018-12-26linux-user: Add safe_syscall for riscv64 hostRichard Henderson2-0/+100
2018-12-26linux-user: Add host dependency for RISC-V 64-bitAlistair Francis1-0/+11
2018-12-26linux-user: Add host dependency for RISC-V 32-bitAlistair Francis1-0/+11
2018-11-17linux-user: Update MIPS specific prctl() implementationStefan Markovic1-0/+18
2018-11-15linux-user/sparc/signal.c: Remove dead codePeter Maydell1-8/+8
2018-11-12linux-user: Add support for SO_REUSEPORTYunqiang Su2-0/+13
2018-11-12linux-user: Clean up nios2 main loop signal handlingPeter Maydell1-11/+6
2018-11-12linux-user: Don't call gdb_handlesig() before queue_signal()Peter Maydell16-151/+62
2018-11-12linux-user: Remove dead error-checking codePeter Maydell3-9/+0
2018-11-01target/m68k: use EXCP_ILLEGAL instead of EXCP_UNSUPPORTEDLaurent Vivier1-1/+0
2018-10-31Merge remote-tracking branch 'remotes/xtensa/tags/20181030-xtensa' into stagingPeter Maydell2-4/+14
2018-10-30linux-user/flatload: fix initial stack pointer alignmentMax Filippov1-3/+3
2018-10-30Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-...Peter Maydell1-1/+1
2018-10-29linux-user: Add prctl() PR_SET_FP_MODE and PR_GET_FP_MODE implementationsStefan Markovic3-4/+62
2018-10-29linux-user: Determine the desired FPU mode from MIPS.abiflagsStefan Markovic1-0/+75
2018-10-29linux-user: Read and set FP ABI value from MIPS abiflagsStefan Markovic1-0/+4
2018-10-29linux-user: Extract MIPS abiflags from ELF fileStefan Markovic1-0/+33
2018-10-29linux-user: Extend image_info struct with MIPS fp_abi and interp_fp_abi fieldsStefan Markovic1-0/+4
2018-10-26linux-user: fix comment s/atomic_write/atomic_set/Emilio G. Cota1-1/+1
2018-10-24Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-oct-2018-part...Peter Maydell1-0/+3
2018-10-24linux-user/mips: Recognize the R5900 CPU modelFredrik Noring1-0/+3
2018-10-24target/arm: Convert v8.2-fp16 from feature bit to aa64pfr0 testRichard Henderson1-5/+1
2018-10-24target/arm: Convert sve from feature bit to aa64pfr0 testRichard Henderson3-7/+9
2018-10-24target/arm: Convert division from feature bits to isar0 testsRichard Henderson1-2/+2
2018-10-24target/arm: Convert v8 extensions from feature bits to isar testsRichard Henderson1-18/+28
2018-10-19linux-user: xtensa: enable bFLT supportMax Filippov2-1/+11
2018-10-19linux-user: Implement special usbfs ioctls.Cortland Tölva4-0/+209
2018-10-19linux-user: Define ordinary usbfs ioctls.Cortland Tölva4-0/+113
2018-10-19Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...Peter Maydell2-25/+53
2018-10-18linux-user: Add infrastructure for handling MIPS-specific prctl()Stefan Markovic1-0/+8
2018-10-18linux-user: Add MIPS-specific prctl() optionsStefan Markovic2-0/+8
2018-10-18linux-user/sparc/signal.c: Remove unnecessary commentPeter Maydell1-4/+0
2018-10-18linux-user: Suppress address-of-packed-member warnings in __get/put_user_ePeter Maydell1-21/+53
2018-09-28Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...Peter Maydell6-1453/+1589
2018-09-25linux-user: do setrlimit selectivelyMax Filippov1-1/+15
2018-09-25linux-user: write(fd, NULL, 0) parity with linux's treatment of sameTony Garnock-Jones1-0/+3
2018-09-25linux-user: elf: mmap all the target-pages of hostpage for data segmentShivaprasad G Bhat1-3/+7
2018-09-25linux-user: add SO_LINGER to {g,s}etsockoptCarlo Marcelo Arenas Belón2-1/+56
2018-09-25linux-user: move TargetFdTrans functions to their own fileLaurent Vivier4-1448/+1508
2018-09-07target-ppc: Extend HWCAP2 bits for ISA 3.0Sandipan Das1-0/+2
2018-08-24elf: Don't check FCR31_NAN2008 bit for nanoMIPSAleksandar Markovic1-0/+3
2018-08-24elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS tooAleksandar Markovic1-0/+2
2018-08-24target/mips: Implement emulation of nanoMIPS LLWP/SCWP pairAleksandar Rikalo1-5/+20