- 2a53535 linux-user: init_guest_space: Try to make ARM space+commpage continuous by Luke Shumaker · 7 years ago
- 2278b93 Use cpu_create(type) instead of cpu_init(cpu_model) by Igor Mammedov · 7 years ago
- e1e44a9 Merge remote-tracking branch 'remotes/xtensa/tags/20180316-xtensa' into staging by Peter Maydell · 7 years ago
- ba7651f target/xtensa: add linux-user support by Max Filippov · 8 years ago
- 3788c7b Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 7 years ago
- 5590190 Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-request' into staging by Peter Maydell · 7 years ago
- bf9c3a5 linux-user: drop unused target_msync function by Max Filippov · 7 years ago
- 72d75bb linux-user: fix target_mprotect/target_munmap error return values by Max Filippov · 7 years ago
- 21b869a linux-user: fix assertion in shmdt by Max Filippov · 7 years ago
- e530acd linux-user: fix mmap/munmap/mprotect/mremap/shmat by Max Filippov · 7 years ago
- 8c17d86 linux-user: init_guest_space: Add a comment about search strategy by Luke Shumaker · 7 years ago
- aac362e linux-user: init_guest_space: Don't try to align if we'll reject it by Luke Shumaker · 7 years ago
- 7ad75ee linux-user: init_guest_space: Clean up control flow a bit by Luke Shumaker · 7 years ago
- 7e563bf Polish the version strings containing the package version by Thomas Huth · 7 years ago
- 955e304 linux-user: init_guest_commpage: Add a comment about size check by Luke Shumaker · 7 years ago
- 293f206 linux-user: init_guest_space: Clarify page alignment logic by Luke Shumaker · 7 years ago
- e7ea02e linux-user: init_guest_space: Correctly handle guest_start in commpage initialization by Luke Shumaker · 7 years ago
- f202481 linux-user: init_guest_space: Clean up if we can't initialize the commpage by Luke Shumaker · 7 years ago
- c3637ea linux-user: Rename validate_guest_space => init_guest_commpage by Luke Shumaker · 7 years ago
- 8756e13 linux-user: Use #if to only call validate_guest_space for 32-bit ARM target by Luke Shumaker · 7 years ago
- 41c97cc linux-user: drop unused target_msync function by Max Filippov · 7 years ago
- 78cf339 linux-user: fix target_mprotect/target_munmap error return values by Max Filippov · 7 years ago
- 3c5f6a5 linux-user: fix assertion in shmdt by Max Filippov · 7 years ago
- ebf9a36 linux-user: fix mmap/munmap/mprotect/mremap/shmat by Max Filippov · 7 years ago
- d4247ec linux-user: Support f_flags in statfs when available. by Shea Levy · 7 years ago
- f8b985d linux-user: Remove the unused "not implemented" signal handling stubs by Peter Maydell · 7 years ago
- daa4374 linux-user: Drop unicore32 code by Peter Maydell · 7 years ago
- 8c5931d aarch64-linux-user: Add support for SVE signal frame records by Richard Henderson · 7 years ago
- 7a53fb9 aarch64-linux-user: Add support for EXTRA signal frame records by Richard Henderson · 7 years ago
- e1eecd1 aarch64-linux-user: Remove struct target_aux_context by Richard Henderson · 7 years ago
- 3b505bb aarch64-linux-user: Split out helpers for guest signal handling by Richard Henderson · 7 years ago
- 85fc716 linux-user: Implement aarch64 PR_SVE_SET/GET_VL by Richard Henderson · 7 years ago
- 47ae93c RISC-V Linux User Emulation by Michael Clark · 7 years ago
- 0438f03 target/arm: Add ARM_FEATURE_V8_FCMA by Richard Henderson · 7 years ago
- 1dc81c1 target/arm: Add ARM_FEATURE_V8_RDM by Richard Henderson · 7 years ago
- 201b19d linux-user: Report AArch64 FP16 support via hwcap bits by Peter Maydell · 7 years ago
- 45506bd linux-user: MIPS set cpu to r6 CPU if binary is R6 by YunQiang Su · 7 years ago
- 33dff5f linux-user, m68k: select CPU according to ELF header values by Laurent Vivier · 7 years ago
- 768fe76 linux-user: introduce functions to detect CPU type by YunQiang Su · 7 years ago
- 542ca43 linux-user: Move CPU type name selection to a function by Laurent Vivier · 7 years ago
- b44316f linux-user: Remove THREAD macro by Peter Maydell · 7 years ago
- 5fdefcf linux-user: Fix sched_getaffinity mask size by Samuel Thibault · 7 years ago
- 2c41885 linux-user: Fix register used for 6th and 7th syscall argument on aarch64 by Guido Günther · 7 years ago
- 2b74f62 linux-user: Implement ioctl cmd TIOCGPTPEER by Andreas Schwab · 7 years ago
- 7e0019a Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' into staging by Peter Maydell · 7 years ago
- 955f56d target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction support by Ard Biesheuvel · 7 years ago
- 8f0a371 Clean up includes by Markus Armbruster · 7 years ago
- b1cef6d Drop remaining bits of ia64 host support by Peter Maydell · 7 years ago
- 35136a7 target/hppa: Add control registers by Richard Henderson · 7 years ago
- 2986721 target/hppa: Define hardware exception types by Richard Henderson · 7 years ago
- 8ebb314 linux-user/signal.c: Rename MC_* defines by Peter Maydell · 7 years ago
- 9a2b525 target/arm: Add aa{32, 64}_vfp_{dreg, qreg} helpers by Richard Henderson · 7 years ago
- 95d0307 linux-user: implement renameat2 by Andreas Schwab · 7 years ago
- b827c3e linux-user: Add getcpu() support by Samuel Thibault · 7 years ago
- 444cd5c linux-user: Add AT_SECURE auxval by Marco A L Barbosa · 7 years ago
- 2e0a871 linux-user: Fix sched_get/setaffinity conversion by Samuel Thibault · 7 years ago
- 95e6d43 linux-user/mmap.c: Avoid choosing NULL as start address by Maximilian Riemensberger · 7 years ago
- 10fa993 linux-user: Translate flags argument to dup3 syscall by Peter Maydell · 7 years ago
- ad762b9 linux-user: Don't use CMSG_ALIGN(sizeof struct cmsghdr) by Peter Maydell · 7 years ago
- 7174970 linux-user: Fix length calculations in host_to_target_cmsg() by Peter Maydell · 7 years ago
- 06065c4 linux-user: wrap fork() in a start/end exclusive section by Peter Maydell · 7 years ago
- 024949c linux-user: Fix locking order in fork_start() by Peter Maydell · 7 years ago
- 5796485 linux-user/arm/nwfpe: Check coprocessor number for FPA emulation by Peter Maydell · 7 years ago
- 50f22fa linux-user: Fix endianess of aarch64 signal trampoline by Michael Weiser · 7 years ago
- cb3aa5f linux-user: Add separate aarch64_be uname by Michael Weiser · 7 years ago
- dfdcf34 linux-user: Add support for big-endian aarch64 by Michael Weiser · 7 years ago
- 8bf6cba target/m68k: add chk and chk2 by Laurent Vivier · 7 years ago
- ef59760 linux-user, m68k: correctly manage SR in context by Laurent Vivier · 7 years ago
- f85da30 target/sh4: Use cmpxchg for movco when parallel_cpus by Richard Henderson · 7 years ago
- 47181f5 misc: remove headers implicitly included by Philippe Mathieu-Daudé · 7 years ago
- 3c254ab Remove empty statements by Ladi Prosek · 7 years ago
- f516511 linux-user: Fix calculation of auxv length by Peter Maydell · 7 years ago
- 78bfef7 linux-user: Handle rt_sigaction correctly for SPARC by Peter Maydell · 7 years ago
- 15e692a linux-user/ppc: Report correct fault address for data faults by Peter Maydell · 7 years ago
- f2d34df linux-user/s390x: Mask si_addr for SIGSEGV by Peter Maydell · 7 years ago
- a8b154a linux-user: return EINVAL from prctl(PR_*_SECCOMP) by James Cowgill · 7 years ago
- a4dd3d5 linux-user: fix 'finshed' typo in comment by Emilio G. Cota · 7 years ago
- 8bf8e9d linux-user/syscall.c: Handle SH4's exceptional alignment for p{read, write}64 by James Clarke · 7 years ago
- 541e169 linux-user: Handle TARGET_MAP_STACK and TARGET_MAP_HUGETLB by Helge Deller · 7 years ago
- 3d60c84 linux-user/hppa: Fix TARGET_F_RDLCK, TARGET_F_WRLCK, TARGET_F_UNLCK by Helge Deller · 7 years ago
- e65be6a linux-user/hppa: Fix TARGET_MAP_TYPE by Helge Deller · 7 years ago
- 92afb15 linux-user/hppa: Fix typo for TARGET_NR_epoll_wait by Helge Deller · 7 years ago
- fc37dcf linux-user/hppa: Fix cpu_clone_regs by Richard Henderson · 7 years ago
- 2da6e76 linux-user/hppa: Fix TARGET_SA_* defines by Helge Deller · 7 years ago
- 7f047de linux-user: Restrict usage of sa_restorer by Richard Henderson · 7 years ago
- d5ebe62 sh4: simplify superh_cpu_class_by_name() by Igor Mammedov · 7 years ago
- 3468b59 tcg: enable multiple TCG contexts in softmmu by Emilio G. Cota · 7 years ago
- e8feb96 tcg: introduce regions to split code_gen_buffer by Emilio G. Cota · 8 years ago
- b1311c4 tcg: define tcg_init_ctx and make tcg_ctx a pointer by Emilio G. Cota · 8 years ago
- 44ded3d tcg: take tb_ctx out of TCGContext by Emilio G. Cota · 8 years ago
- f2a48d6 Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20171018' into staging by Peter Maydell · 7 years ago
- f443e39 linux-user: Fix TARGET_MTIOCTOP/MTIOCGET/MTIOCPOS values by Peter Maydell · 7 years ago
- 8423fa9 linux-user/main: support dfilter by Alex Bennée · 7 years ago
- d6d6d6f linux-user: Add some random ioctls by Marco A L Barbosa · 7 years ago
- 2de123a linux-user: remove duplicate break in syscall by Carlo Marcelo Arenas Belón · 7 years ago
- 1847b7b linux-user: Fix target FS_IOC_GETFLAGS and FS_IOC_SETFLAGS numbers by Peter Maydell · 7 years ago
- 18e80c5 linux-user: Tidy and enforce reserved_va initialization by Richard Henderson · 7 years ago
- e568f9d linux-user: Allow -R values up to 0xffff0000 for 32-bit ARM guests by Peter Maydell · 7 years ago
- dd13df0 linux-user: remove duplicate break in syscall by Carlo Marcelo Arenas Belón · 7 years ago
- ee46a46 target/m68k,linux-user: manage FP registers in ucontext by Laurent Vivier · 7 years ago