summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-07linux-user/hppa: Fix typo for TARGET_NR_epoll_waitHelge Deller1-1/+1
2017-11-07linux-user/hppa: Fix cpu_clone_regsRichard Henderson1-0/+4
2017-11-07linux-user/hppa: Fix TARGET_SA_* definesHelge Deller1-0/+8
2017-11-07linux-user: Restrict usage of sa_restorerRichard Henderson2-2/+15
2017-10-27sh4: simplify superh_cpu_class_by_name()Igor Mammedov1-1/+1
2017-10-24tcg: enable multiple TCG contexts in softmmuEmilio G. Cota1-0/+1
2017-10-24tcg: introduce regions to split code_gen_bufferEmilio G. Cota1-0/+1
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota1-1/+1
2017-10-24tcg: take tb_ctx out of TCGContextEmilio G. Cota1-3/+3
2017-10-19Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20171018' int...Peter Maydell7-20/+124
2017-10-17linux-user: Fix TARGET_MTIOCTOP/MTIOCGET/MTIOCPOS valuesPeter Maydell1-3/+28
2017-10-17linux-user/main: support dfilterAlex Bennée1-0/+7
2017-10-16linux-user: Add some random ioctlsMarco A L Barbosa3-0/+13