summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* linux-user: add new netlink typesLaurent Vivier2019-03-071-0/+9
* linux-user: Nicer strace output of chroot() syscallHelge Deller2019-03-072-1/+13
* linux-user: fix "may be used uninitialized" warningsMarc-André Lureau2019-03-071-2/+5
* linux-user: don't short-circuit read with zero lengthAndreas Schwab2019-03-071-2/+2
* Fix breakpoint support in Nios II user-mode emulation.Sandra Loosemore2019-03-071-0/+6
* linux-user: fix emulation of accept4/getpeername/getsockname/recvfrom syscallsAndreas Schwab2019-03-071-16/+25
* linux-user: Fix ELF_PLATFORM for aarch64_be-linux-userRichard Henderson2019-03-071-1/+5
* linux-user: Add ELF_PLATFORM for armRichard Henderson2019-03-071-0/+31
* linux-user: fix recvmsg emulationAndreas Schwab2019-03-071-0/+1
* target/arm: Implement ARMv8.4-CondMRichard Henderson2019-03-051-0/+1
* target/arm: Implement ARMv8.0-SBRichard Henderson2019-03-051-0/+1
* linux-user: Enable HWCAP_ASIMDFHM, HWCAP_JSCVTRichard Henderson2019-02-281-0/+2
* s390x: Fix the confusing contributions-after-2012 license statementsThomas Huth2019-02-181-11/+8Star
* linux-user/elfload: enable HWCAP_CPUID for AArch64Alex Bennée2019-02-151-0/+1
* target/mips: reimplement SC instruction emulation and use cmpxchgLeon Alrae2019-02-141-73/+0Star
* RISC-V: Use riscv prefix consistently on cpu helpersMichael Clark2019-02-121-2/+2
* linux-user: add new netlink typesLaurent Vivier2019-02-071-0/+8
* linux-user: Check sscanf return value in open_net_route()Peter Maydell2019-02-071-3/+9
* Fix linux-user crashes in ioctl(SIOCGIFCONF) when ifc_buf is NULL.Kan Li2019-02-071-25/+31
* 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