summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Implement PR_PAC_RESET_KEYSRichard Henderson2019-02-052-0/+43
* linux-user: Initialize aarch64 pac keysRichard Henderson2019-02-012-2/+31
* aarch64-linux-user: Enable HWCAP bits for PAuthRichard Henderson2019-02-011-0/+1
* aarch64-linux-user: Update HWCAP bits from linux 5.0-rc1Richard Henderson2019-02-011-0/+9
* target/m68k: Fix LGPL information in the file headersThomas Huth2019-01-302-3/+3
* linux-user: Fix compilation with clang 3.4Thomas Huth2019-01-221-5/+1Star
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-118-28/+28
* remove space-tab sequencesPaolo Bonzini2019-01-114-5/+5
* qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini2019-01-111-1/+1
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-re...Peter Maydell2019-01-101-4/+57
|\
| * linux-user: make pwrite64/pread64(fd, NULL, 0, offset) return 0Peter Maydell2019-01-101-4/+18
| * Add getsockopt for settable SOL_IPV6 optionsTom Deseyn2019-01-101-0/+39
* | target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland2019-01-081-12/+16
|/
* linux-user: Add safe_syscall for riscv64 hostRichard Henderson2018-12-252-0/+100
* linux-user: Add host dependency for RISC-V 64-bitAlistair Francis2018-12-251-0/+11
* linux-user: Add host dependency for RISC-V 32-bitAlistair Francis2018-12-251-0/+11
* linux-user: Update MIPS specific prctl() implementationStefan Markovic2018-11-171-0/+18
* linux-user/sparc/signal.c: Remove dead codePeter Maydell2018-11-151-8/+8
* linux-user: Add support for SO_REUSEPORTYunqiang Su2018-11-122-0/+13
* linux-user: Clean up nios2 main loop signal handlingPeter Maydell2018-11-121-11/+6Star
* linux-user: Don't call gdb_handlesig() before queue_signal()Peter Maydell2018-11-1216-151/+62Star
* linux-user: Remove dead error-checking codePeter Maydell2018-11-123-9/+0Star
* target/m68k: use EXCP_ILLEGAL instead of EXCP_UNSUPPORTEDLaurent Vivier2018-11-011-1/+0Star
* Merge remote-tracking branch 'remotes/xtensa/tags/20181030-xtensa' into stagingPeter Maydell2018-10-312-4/+14
|\
| * linux-user/flatload: fix initial stack pointer alignmentMax Filippov2018-10-301-3/+3
| * linux-user: xtensa: enable bFLT supportMax Filippov2018-10-202-1/+11
* | Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-...Peter Maydell2018-10-301-1/+1
|\ \
| * | linux-user: fix comment s/atomic_write/atomic_set/Emilio G. Cota2018-10-261-1/+1
* | | linux-user: Add prctl() PR_SET_FP_MODE and PR_GET_FP_MODE implementationsStefan Markovic2018-10-293-4/+62
* | | linux-user: Determine the desired FPU mode from MIPS.abiflagsStefan Markovic2018-10-291-0/+75
* | | linux-user: Read and set FP ABI value from MIPS abiflagsStefan Markovic2018-10-291-0/+4
* | | linux-user: Extract MIPS abiflags from ELF fileStefan Markovic2018-10-291-0/+33
* | | linux-user: Extend image_info struct with MIPS fp_abi and interp_fp_abi fieldsStefan Markovic2018-10-291-0/+4
|/ /
* | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-oct-2018-part...Peter Maydell2018-10-241-0/+3
|\ \
| * | linux-user/mips: Recognize the R5900 CPU modelFredrik Noring2018-10-241-0/+3
* | | target/arm: Convert v8.2-fp16 from feature bit to aa64pfr0 testRichard Henderson2018-10-241-5/+1Star
* | | target/arm: Convert sve from feature bit to aa64pfr0 testRichard Henderson2018-10-243-7/+9
* | | target/arm: Convert division from feature bits to isar0 testsRichard Henderson2018-10-241-2/+2
* | | target/arm: Convert v8 extensions from feature bits to isar testsRichard Henderson2018-10-241-18/+28
|/ /
* | linux-user: Implement special usbfs ioctls.Cortland Tölva2018-10-194-0/+209
* | linux-user: Define ordinary usbfs ioctls.Cortland Tölva2018-10-194-0/+113
* | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...Peter Maydell2018-10-192-25/+53
|\ \
| * | linux-user/sparc/signal.c: Remove unnecessary commentPeter Maydell2018-10-181-4/+0Star
| * | linux-user: Suppress address-of-packed-member warnings in __get/put_user_ePeter Maydell2018-10-181-21/+53
| |/
* | linux-user: Add infrastructure for handling MIPS-specific prctl()Stefan Markovic2018-10-181-0/+8
* | linux-user: Add MIPS-specific prctl() optionsStefan Markovic2018-10-182-0/+8
|/
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...Peter Maydell2018-09-286-1453/+1589
|\
| * linux-user: do setrlimit selectivelyMax Filippov2018-09-251-1/+15
| * linux-user: write(fd, NULL, 0) parity with linux's treatment of sameTony Garnock-Jones2018-09-251-0/+3
| * linux-user: elf: mmap all the target-pages of hostpage for data segmentShivaprasad G Bhat2018-09-251-3/+7