summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* target/sh4: Fix LGPL information in the file headersThomas Huth2019-05-082-2/+2
* target/openrisc: Fix LGPL information in the file headersThomas Huth2019-05-082-2/+2
* cpu: Rename parse_cpu_model() to parse_cpu_option()Eduardo Habkost2019-04-251-1/+1
* qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster2019-04-187-9/+9
* target: Simplify how the TARGET_cpu_list() printMarkus Armbruster2019-04-181-1/+1
* log: Make glib logging go through QEMUChristophe Fergeau2019-04-171-0/+2
* linux-user: rename gettid() to sys_gettid() to avoid clash with glibcDaniel P. Berrangé2019-04-081-5/+6
* linux-user: assume __NR_gettid always existsDaniel P. Berrangé2019-04-081-8/+0Star
* trace-events: Fix attribution of trace points to sourceMarkus Armbruster2019-03-221-0/+1
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-1/+1
* RISC-V: linux-user support for RVE ABIKito Cheng2019-03-191-1/+14
* 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