summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* linux-user: fix comment s/atomic_write/atomic_set/Emilio G. Cota2018-10-261-1/+1
* 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
| * linux-user: add SO_LINGER to {g,s}etsockoptCarlo Marcelo Arenas Belón2018-09-252-1/+56
| * linux-user: move TargetFdTrans functions to their own fileLaurent Vivier2018-09-254-1448/+1508
* | target-ppc: Extend HWCAP2 bits for ISA 3.0Sandipan Das2018-09-071-0/+2
|/
* elf: Don't check FCR31_NAN2008 bit for nanoMIPSAleksandar Markovic2018-08-241-0/+3
* elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS tooAleksandar Markovic2018-08-241-0/+2
* target/mips: Implement emulation of nanoMIPS LLWP/SCWP pairAleksandar Rikalo2018-08-241-5/+20
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-08-232-2/+2
|\
| * qom: convert the CPU list to RCUEmilio G. Cota2018-08-232-2/+2
* | linux-user: Propagate goto fail to returnRichard Henderson2018-08-211-38/+22Star
* | linux-user: Propagate goto unimplemented to defaultRichard Henderson2018-08-211-143/+1Star
* | linux-user: Propagate goto unimplemented_nowarn to returnRichard Henderson2018-08-211-7/+4Star
* | linux-user: Propagate goto efault to returnRichard Henderson2018-08-211-166/+175
* | linux-user: Relax single exit from "break"Richard Henderson2018-08-211-582/+390Star
* | linux-user: Split out do_syscall1Richard Henderson2018-08-211-29/+48
* | linux-user: Remove DEBUGRichard Henderson2018-08-211-10/+0Star
|/
* linux-user: add QEMU_IFLA_INFO_KIND nested type for tunLaurent Vivier2018-08-201-0/+48
* linux-user: update netlink route typesLaurent Vivier2018-08-201-0/+19
* linux-user: introduce QEMU_RTA_* to use with rtattr_type_tLaurent Vivier2018-08-201-11/+45
* linux-user: fix recvmsg()/recvfrom() with netlink and MSG_TRUNCLaurent Vivier2018-08-201-2/+7
* linux-user: fix 32bit g2h()/h2g()Laurent Vivier2018-08-171-1/+1
* Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-2018' int...Peter Maydell2018-08-164-1/+69
|\
| * linux-user: Add preprocessor availability control to some syscallsAleksandar Rikalo2018-08-162-1/+42
| * linux-user: Update MIPS syscall numbers up to kernel 4.18 headersAleksandar Markovic2018-08-162-0/+27
* | target/arm: Add sve-max-vq cpu property to -cpu maxRichard Henderson2018-08-161-6/+13
|/
* linux-user: ppc64: don't use volatile register during safe_syscallShivaprasad G Bhat2018-07-311-2/+6
* linux-user/mmap.c: handle invalid len maps correctlyAlex Bennée2018-07-311-3/+12
* linux-user/ppc: Implement swapcontext syscallRichard Henderson2018-07-223-0/+64
* linux-user: fix ELF load alignment errorLaurent Vivier2018-07-222-1/+10
* Zero out the host's `msg_control` bufferJonas Schievink2018-07-151-0/+2
* linux-user: fix mmap_find_vma_reserved()Laurent Vivier2018-07-151-7/+12
* linux-user: convert remaining fcntl() to safe_fcntl()Laurent Vivier2018-07-151-1/+1
* linux-user: ppc64: use the correct values for F_*LK64sShivaprasad G Bhat2018-07-151-46/+80