aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2018-10-26linux-user: fix comment s/atomic_write/atomic_set/Emilio G. Cota1-1/+1
2018-10-24Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-oct-2018-part...Peter Maydell1-0/+3
2018-10-24linux-user/mips: Recognize the R5900 CPU modelFredrik Noring1-0/+3
2018-10-24target/arm: Convert v8.2-fp16 from feature bit to aa64pfr0 testRichard Henderson1-5/+1
2018-10-24target/arm: Convert sve from feature bit to aa64pfr0 testRichard Henderson3-7/+9
2018-10-24target/arm: Convert division from feature bits to isar0 testsRichard Henderson1-2/+2
2018-10-24target/arm: Convert v8 extensions from feature bits to isar testsRichard Henderson1-18/+28
2018-10-19linux-user: xtensa: enable bFLT supportMax Filippov2-1/+11
2018-10-19linux-user: Implement special usbfs ioctls.Cortland Tölva4-0/+209
2018-10-19linux-user: Define ordinary usbfs ioctls.Cortland Tölva4-0/+113
2018-10-19Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...Peter Maydell2-25/+53
2018-10-18linux-user: Add infrastructure for handling MIPS-specific prctl()Stefan Markovic1-0/+8
2018-10-18linux-user: Add MIPS-specific prctl() optionsStefan Markovic2-0/+8
2018-10-18linux-user/sparc/signal.c: Remove unnecessary commentPeter Maydell1-4/+0
2018-10-18linux-user: Suppress address-of-packed-member warnings in __get/put_user_ePeter Maydell1-21/+53
2018-09-28Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...Peter Maydell6-1453/+1589
2018-09-25linux-user: do setrlimit selectivelyMax Filippov1-1/+15
2018-09-25linux-user: write(fd, NULL, 0) parity with linux's treatment of sameTony Garnock-Jones1-0/+3
2018-09-25linux-user: elf: mmap all the target-pages of hostpage for data segmentShivaprasad G Bhat1-3/+7
2018-09-25linux-user: add SO_LINGER to {g,s}etsockoptCarlo Marcelo Arenas Belón2-1/+56
2018-09-25linux-user: move TargetFdTrans functions to their own fileLaurent Vivier4-1448/+1508
2018-09-07target-ppc: Extend HWCAP2 bits for ISA 3.0Sandipan Das1-0/+2
2018-08-24elf: Don't check FCR31_NAN2008 bit for nanoMIPSAleksandar Markovic1-0/+3
2018-08-24elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS tooAleksandar Markovic1-0/+2
2018-08-24target/mips: Implement emulation of nanoMIPS LLWP/SCWP pairAleksandar Rikalo1-5/+20
2018-08-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-2/+2
2018-08-23qom: convert the CPU list to RCUEmilio G. Cota2-2/+2
2018-08-21linux-user: Propagate goto fail to returnRichard Henderson1-38/+22
2018-08-21linux-user: Propagate goto unimplemented to defaultRichard Henderson1-143/+1
2018-08-21linux-user: Propagate goto unimplemented_nowarn to returnRichard Henderson1-7/+4
2018-08-21linux-user: Propagate goto efault to returnRichard Henderson1-166/+175
2018-08-21linux-user: Relax single exit from "break"Richard Henderson1-582/+390
2018-08-21linux-user: Split out do_syscall1Richard Henderson1-29/+48
2018-08-21linux-user: Remove DEBUGRichard Henderson1-10/+0
2018-08-20linux-user: add QEMU_IFLA_INFO_KIND nested type for tunLaurent Vivier1-0/+48
2018-08-20linux-user: update netlink route typesLaurent Vivier1-0/+19
2018-08-20linux-user: introduce QEMU_RTA_* to use with rtattr_type_tLaurent Vivier1-11/+45
2018-08-20linux-user: fix recvmsg()/recvfrom() with netlink and MSG_TRUNCLaurent Vivier1-2/+7
2018-08-17linux-user: fix 32bit g2h()/h2g()Laurent Vivier1-1/+1
2018-08-16Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-2018' int...Peter Maydell4-1/+69
2018-08-16linux-user: Add preprocessor availability control to some syscallsAleksandar Rikalo2-1/+42
2018-08-16linux-user: Update MIPS syscall numbers up to kernel 4.18 headersAleksandar Markovic2-0/+27
2018-08-16target/arm: Add sve-max-vq cpu property to -cpu maxRichard Henderson1-6/+13
2018-07-31linux-user: ppc64: don't use volatile register during safe_syscallShivaprasad G Bhat1-2/+6
2018-07-31linux-user/mmap.c: handle invalid len maps correctlyAlex Bennée1-3/+12
2018-07-22linux-user/ppc: Implement swapcontext syscallRichard Henderson3-0/+64
2018-07-22linux-user: fix ELF load alignment errorLaurent Vivier2-1/+10
2018-07-15Zero out the host's `msg_control` bufferJonas Schievink1-0/+2
2018-07-15linux-user: fix mmap_find_vma_reserved()Laurent Vivier1-7/+12
2018-07-15linux-user: convert remaining fcntl() to safe_fcntl()Laurent Vivier1-1/+1