summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2018-03-09linux-user: Implement aarch64 PR_SVE_SET/GET_VLRichard Henderson2-0/+30
2018-03-07RISC-V Linux User EmulationMichael Clark12-6/+999
2018-03-02target/arm: Add ARM_FEATURE_V8_FCMARichard Henderson1-0/+1
2018-03-02target/arm: Add ARM_FEATURE_V8_RDMRichard Henderson1-0/+1
2018-03-01linux-user: Report AArch64 FP16 support via hwcap bitsPeter Maydell1-0/+2
2018-02-25linux-user: MIPS set cpu to r6 CPU if binary is R6YunQiang Su2-0/+6
2018-02-25linux-user, m68k: select CPU according to ELF header valuesLaurent Vivier1-0/+6
2018-02-25linux-user: introduce functions to detect CPU typeYunQiang Su3-10/+46
2018-02-25linux-user: Move CPU type name selection to a functionLaurent Vivier21-39/+290
2018-02-18linux-user: Remove THREAD macroPeter Maydell2-4/+2
2018-02-18linux-user: Fix sched_getaffinity mask sizeSamuel Thibault1-1/+3
2018-02-18linux-user: Fix register used for 6th and 7th syscall argument on aarch64Guido Günther1-3/+3
2018-02-18linux-user: Implement ioctl cmd TIOCGPTPEERAndreas Schwab20-0/+34
2018-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell1-1/+0
2018-02-09target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction supportArd Biesheuvel1-0/+19
2018-02-09Clean up includesMarkus Armbruster1-1/+0
2018-02-05Drop remaining bits of ia64 host supportPeter Maydell1-6/+1
2018-01-30target/hppa: Add control registersRichard Henderson3-5/+5
2018-01-30target/hppa: Define hardware exception typesRichard Henderson1-3/+23
2018-01-30linux-user/signal.c: Rename MC_* definesPeter Maydell1-59/+59
2018-01-25target/arm: Add aa{32, 64}_vfp_{dreg, qreg} helpersRichard Henderson1-10/+12
2018-01-23linux-user: implement renameat2Andreas Schwab1-0/+34
2018-01-23linux-user: Add getcpu() supportSamuel Thibault1-0/+19
2018-01-23linux-user: Add AT_SECURE auxvalMarco A L Barbosa1-1/+2
2018-01-23linux-user: Fix sched_get/setaffinity conversionSamuel Thibault1-8/+73
2018-01-23linux-user/mmap.c: Avoid choosing NULL as start addressMaximilian Riemensberger1-1/+1
2018-01-23linux-user: Translate flags argument to dup3 syscallPeter Maydell1-1/+9
2018-01-23linux-user: Don't use CMSG_ALIGN(sizeof struct cmsghdr)Peter Maydell2-5/+5
2018-01-23linux-user: Fix length calculations in host_to_target_cmsg()Peter Maydell1-7/+22
2018-01-23linux-user: wrap fork() in a start/end exclusive sectionPeter Maydell1-0/+5
2018-01-23linux-user: Fix locking order in fork_start()Peter Maydell1-2/+2
2018-01-11linux-user/arm/nwfpe: Check coprocessor number for FPA emulationPeter Maydell1-0/+9
2018-01-11linux-user: Fix endianess of aarch64 signal trampolineMichael Weiser1-3/+7
2018-01-11linux-user: Add separate aarch64_be unameMichael Weiser1-0/+4
2018-01-11linux-user: Add support for big-endian aarch64Michael Weiser1-0/+6
2018-01-04target/m68k: add chk and chk2Laurent Vivier1-0/+7
2018-01-04linux-user, m68k: correctly manage SR in contextLaurent Vivier1-3/+4
2017-12-18target/sh4: Use cmpxchg for movco when parallel_cpusRichard Henderson1-4/+15
2017-12-18misc: remove headers implicitly includedPhilippe Mathieu-Daudé1-1/+0
2017-12-18Remove empty statementsLadi Prosek1-1/+1
2017-11-20linux-user: Fix calculation of auxv lengthPeter Maydell1-2/+9
2017-11-07linux-user: Handle rt_sigaction correctly for SPARCPeter Maydell1-4/+23
2017-11-07linux-user/ppc: Report correct fault address for data faultsPeter Maydell1-1/+1
2017-11-07linux-user/s390x: Mask si_addr for SIGSEGVPeter Maydell1-1/+5
2017-11-07linux-user: return EINVAL from prctl(PR_*_SECCOMP)James Cowgill1-0/+6
2017-11-07linux-user: fix 'finshed' typo in commentEmilio G. Cota1-1/+1
2017-11-07linux-user/syscall.c: Handle SH4's exceptional alignment for p{read, write}64James Clarke1-11/+25
2017-11-07linux-user: Handle TARGET_MAP_STACK and TARGET_MAP_HUGETLBHelge Deller2-11/+30
2017-11-07linux-user/hppa: Fix TARGET_F_RDLCK, TARGET_F_WRLCK, TARGET_F_UNLCKHelge Deller1-0/+3
2017-11-07linux-user/hppa: Fix TARGET_MAP_TYPEHelge Deller1-1/+5