aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2019-02-05linux-user: Implement PR_PAC_RESET_KEYSRichard Henderson
2019-02-01linux-user: Initialize aarch64 pac keysRichard Henderson
2019-02-01aarch64-linux-user: Enable HWCAP bits for PAuthRichard Henderson
2019-02-01aarch64-linux-user: Update HWCAP bits from linux 5.0-rc1Richard Henderson
2019-01-30target/m68k: Fix LGPL information in the file headersThomas Huth
2019-01-22linux-user: Fix compilation with clang 3.4Thomas Huth
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2019-01-11remove space-tab sequencesPaolo Bonzini
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini
2019-01-10Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-re...Peter Maydell
2019-01-10linux-user: make pwrite64/pread64(fd, NULL, 0, offset) return 0Peter Maydell
2019-01-10Add getsockopt for settable SOL_IPV6 optionsTom Deseyn
2019-01-09target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland
2018-12-26linux-user: Add safe_syscall for riscv64 hostRichard Henderson
2018-12-26linux-user: Add host dependency for RISC-V 64-bitAlistair Francis
2018-12-26linux-user: Add host dependency for RISC-V 32-bitAlistair Francis
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