aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2018-08-24elf: Don't check FCR31_NAN2008 bit for nanoMIPSAleksandar Markovic
2018-08-24elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS tooAleksandar Markovic
2018-08-24target/mips: Implement emulation of nanoMIPS LLWP/SCWP pairAleksandar Rikalo
2018-08-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-08-23qom: convert the CPU list to RCUEmilio G. Cota
2018-08-21linux-user: Propagate goto fail to returnRichard Henderson
2018-08-21linux-user: Propagate goto unimplemented to defaultRichard Henderson
2018-08-21linux-user: Propagate goto unimplemented_nowarn to returnRichard Henderson
2018-08-21linux-user: Propagate goto efault to returnRichard Henderson
2018-08-21linux-user: Relax single exit from "break"Richard Henderson
2018-08-21linux-user: Split out do_syscall1Richard Henderson
2018-08-21linux-user: Remove DEBUGRichard Henderson
2018-08-20linux-user: add QEMU_IFLA_INFO_KIND nested type for tunLaurent Vivier
2018-08-20linux-user: update netlink route typesLaurent Vivier
2018-08-20linux-user: introduce QEMU_RTA_* to use with rtattr_type_tLaurent Vivier
2018-08-20linux-user: fix recvmsg()/recvfrom() with netlink and MSG_TRUNCLaurent Vivier
2018-08-17linux-user: fix 32bit g2h()/h2g()Laurent Vivier
2018-08-16Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-2018' int...Peter Maydell
2018-08-16linux-user: Add preprocessor availability control to some syscallsAleksandar Rikalo
2018-08-16linux-user: Update MIPS syscall numbers up to kernel 4.18 headersAleksandar Markovic
2018-08-16target/arm: Add sve-max-vq cpu property to -cpu maxRichard Henderson
2018-07-31linux-user: ppc64: don't use volatile register during safe_syscallShivaprasad G Bhat
2018-07-31linux-user/mmap.c: handle invalid len maps correctlyAlex Bennée
2018-07-22linux-user/ppc: Implement swapcontext syscallRichard Henderson
2018-07-22linux-user: fix ELF load alignment errorLaurent Vivier
2018-07-15Zero out the host's `msg_control` bufferJonas Schievink
2018-07-15linux-user: fix mmap_find_vma_reserved()Laurent Vivier
2018-07-15linux-user: convert remaining fcntl() to safe_fcntl()Laurent Vivier
2018-07-15linux-user: ppc64: use the correct values for F_*LK64sShivaprasad G Bhat
2018-07-09linux-user: Report error message on stderr, rather than stdoutPhilippe Mathieu-Daudé
2018-07-09linux-user: Do not report "syscall not implemented" by defaultPhilippe Mathieu-Daudé
2018-07-09linux-user: Do not report "Unsupported syscall" by defaultPhilippe Mathieu-Daudé
2018-07-05linux-user: add gcov support to preexit_cleanupAlex Bennée
2018-07-05linux-user: introduce preexit_cleanupAlex Bennée
2018-07-04Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-re...Peter Maydell
2018-07-03Merge remote-tracking branch 'remotes/shorne/tags/pull-or-20180703' into stagingPeter Maydell
2018-07-03linux-user/strace: Improve recvmsg() outputPhilippe Mathieu-Daudé
2018-07-03linux-user/strace: Improve capget()/capset() outputPhilippe Mathieu-Daudé
2018-07-03Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...Peter Maydell
2018-07-03linux-user: Fix struct sigaltstack for openriscRichard Henderson
2018-07-03linux-user: Implement signals for openriscRichard Henderson
2018-07-03target/ppc: Remove POWERPC_EXCP_STCXRichard Henderson
2018-07-02linux-user: update do_setsockopt()Laurent Vivier
2018-07-02linux-user: add netlink CARRIER_UP_COUNT/CARRIER_DOWN_COUNTLaurent Vivier
2018-07-02linux-user: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-06-29target/arm: Implement ARMv8.2-DotProdRichard Henderson
2018-06-29target/arm: Enable SVE for aarch64-linux-userRichard Henderson
2018-06-28move public invalidate APIs out of translate-all.{c,h}, clean upPaolo Bonzini
2018-06-15tcg: remove tb_lockEmilio G. Cota
2018-06-11linux-user/sparc64: Add inotify_rm_watch and tee syscallsRichard Henderson