Age | Commit message (Expand) | Author | Files | Lines |
2018-11-17 | linux-user: Update MIPS specific prctl() implementation | Stefan Markovic | 1 | -0/+18 |
2018-11-15 | linux-user/sparc/signal.c: Remove dead code | Peter Maydell | 1 | -8/+8 |
2018-11-12 | linux-user: Add support for SO_REUSEPORT | Yunqiang Su | 2 | -0/+13 |
2018-11-12 | linux-user: Clean up nios2 main loop signal handling | Peter Maydell | 1 | -11/+6 |
2018-11-12 | linux-user: Don't call gdb_handlesig() before queue_signal() | Peter Maydell | 16 | -151/+62 |
2018-11-12 | linux-user: Remove dead error-checking code | Peter Maydell | 3 | -9/+0 |
2018-11-01 | target/m68k: use EXCP_ILLEGAL instead of EXCP_UNSUPPORTED | Laurent Vivier | 1 | -1/+0 |
2018-10-31 | Merge remote-tracking branch 'remotes/xtensa/tags/20181030-xtensa' into staging | Peter Maydell | 2 | -4/+14 |
2018-10-30 | linux-user/flatload: fix initial stack pointer alignment | Max Filippov | 1 | -3/+3 |
2018-10-30 | Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-... | Peter Maydell | 1 | -1/+1 |
2018-10-29 | linux-user: Add prctl() PR_SET_FP_MODE and PR_GET_FP_MODE implementations | Stefan Markovic | 3 | -4/+62 |
2018-10-29 | linux-user: Determine the desired FPU mode from MIPS.abiflags | Stefan Markovic | 1 | -0/+75 |
2018-10-29 | linux-user: Read and set FP ABI value from MIPS abiflags | Stefan Markovic | 1 | -0/+4 |
2018-10-29 | linux-user: Extract MIPS abiflags from ELF file | Stefan Markovic | 1 | -0/+33 |
2018-10-29 | linux-user: Extend image_info struct with MIPS fp_abi and interp_fp_abi fields | Stefan Markovic | 1 | -0/+4 |
2018-10-26 | linux-user: fix comment s/atomic_write/atomic_set/ | Emilio G. Cota | 1 | -1/+1 |
2018-10-24 | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-oct-2018-part... | Peter Maydell | 1 | -0/+3 |
2018-10-24 | linux-user/mips: Recognize the R5900 CPU model | Fredrik Noring | 1 | -0/+3 |
2018-10-24 | target/arm: Convert v8.2-fp16 from feature bit to aa64pfr0 test | Richard Henderson | 1 | -5/+1 |
2018-10-24 | target/arm: Convert sve from feature bit to aa64pfr0 test | Richard Henderson | 3 | -7/+9 |
2018-10-24 | target/arm: Convert division from feature bits to isar0 tests | Richard Henderson | 1 | -2/+2 |
2018-10-24 | target/arm: Convert v8 extensions from feature bits to isar tests | Richard Henderson | 1 | -18/+28 |
2018-10-19 | linux-user: xtensa: enable bFLT support | Max Filippov | 2 | -1/+11 |
2018-10-19 | linux-user: Implement special usbfs ioctls. | Cortland Tölva | 4 | -0/+209 |
2018-10-19 | linux-user: Define ordinary usbfs ioctls. | Cortland Tölva | 4 | -0/+113 |
2018-10-19 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re... | Peter Maydell | 2 | -25/+53 |
2018-10-18 | linux-user: Add infrastructure for handling MIPS-specific prctl() | Stefan Markovic | 1 | -0/+8 |
2018-10-18 | linux-user: Add MIPS-specific prctl() options | Stefan Markovic | 2 | -0/+8 |
2018-10-18 | linux-user/sparc/signal.c: Remove unnecessary comment | Peter Maydell | 1 | -4/+0 |
2018-10-18 | linux-user: Suppress address-of-packed-member warnings in __get/put_user_e | Peter Maydell | 1 | -21/+53 |
2018-09-28 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re... | Peter Maydell | 6 | -1453/+1589 |
2018-09-25 | linux-user: do setrlimit selectively | Max Filippov | 1 | -1/+15 |
2018-09-25 | linux-user: write(fd, NULL, 0) parity with linux's treatment of same | Tony Garnock-Jones | 1 | -0/+3 |
2018-09-25 | linux-user: elf: mmap all the target-pages of hostpage for data segment | Shivaprasad G Bhat | 1 | -3/+7 |
2018-09-25 | linux-user: add SO_LINGER to {g,s}etsockopt | Carlo Marcelo Arenas Belón | 2 | -1/+56 |
2018-09-25 | linux-user: move TargetFdTrans functions to their own file | Laurent Vivier | 4 | -1448/+1508 |
2018-09-07 | target-ppc: Extend HWCAP2 bits for ISA 3.0 | Sandipan Das | 1 | -0/+2 |
2018-08-24 | elf: Don't check FCR31_NAN2008 bit for nanoMIPS | Aleksandar Markovic | 1 | -0/+3 |
2018-08-24 | elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too | Aleksandar Markovic | 1 | -0/+2 |
2018-08-24 | target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair | Aleksandar Rikalo | 1 | -5/+20 |
2018-08-23 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2 | -2/+2 |
2018-08-23 | qom: convert the CPU list to RCU | Emilio G. Cota | 2 | -2/+2 |
2018-08-21 | linux-user: Propagate goto fail to return | Richard Henderson | 1 | -38/+22 |
2018-08-21 | linux-user: Propagate goto unimplemented to default | Richard Henderson | 1 | -143/+1 |
2018-08-21 | linux-user: Propagate goto unimplemented_nowarn to return | Richard Henderson | 1 | -7/+4 |
2018-08-21 | linux-user: Propagate goto efault to return | Richard Henderson | 1 | -166/+175 |
2018-08-21 | linux-user: Relax single exit from "break" | Richard Henderson | 1 | -582/+390 |
2018-08-21 | linux-user: Split out do_syscall1 | Richard Henderson | 1 | -29/+48 |
2018-08-21 | linux-user: Remove DEBUG | Richard Henderson | 1 | -10/+0 |
2018-08-20 | linux-user: add QEMU_IFLA_INFO_KIND nested type for tun | Laurent Vivier | 1 | -0/+48 |