summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell2018-02-091-1/+0Star
|\
| * Clean up includesMarkus Armbruster2018-02-091-1/+0Star
* | target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction supportArd Biesheuvel2018-02-091-0/+19
|/
* Drop remaining bits of ia64 host supportPeter Maydell2018-02-051-6/+1Star
* target/hppa: Add control registersRichard Henderson2018-01-303-5/+5
* target/hppa: Define hardware exception typesRichard Henderson2018-01-301-3/+23
* linux-user/signal.c: Rename MC_* definesPeter Maydell2018-01-301-59/+59
* target/arm: Add aa{32, 64}_vfp_{dreg, qreg} helpersRichard Henderson2018-01-251-10/+12
* linux-user: implement renameat2Andreas Schwab2018-01-231-0/+34
* linux-user: Add getcpu() supportSamuel Thibault2018-01-231-0/+19
* linux-user: Add AT_SECURE auxvalMarco A L Barbosa2018-01-231-1/+2
* linux-user: Fix sched_get/setaffinity conversionSamuel Thibault2018-01-231-8/+73
* linux-user/mmap.c: Avoid choosing NULL as start addressMaximilian Riemensberger2018-01-231-1/+1
* linux-user: Translate flags argument to dup3 syscallPeter Maydell2018-01-231-1/+9
* linux-user: Don't use CMSG_ALIGN(sizeof struct cmsghdr)Peter Maydell2018-01-232-5/+5
* linux-user: Fix length calculations in host_to_target_cmsg()Peter Maydell2018-01-231-7/+22
* linux-user: wrap fork() in a start/end exclusive sectionPeter Maydell2018-01-231-0/+5
* linux-user: Fix locking order in fork_start()Peter Maydell2018-01-231-2/+2
* linux-user/arm/nwfpe: Check coprocessor number for FPA emulationPeter Maydell2018-01-111-0/+9
* linux-user: Fix endianess of aarch64 signal trampolineMichael Weiser2018-01-111-3/+7
* linux-user: Add separate aarch64_be unameMichael Weiser2018-01-111-0/+4
* linux-user: Add support for big-endian aarch64Michael Weiser2018-01-111-0/+6
* target/m68k: add chk and chk2Laurent Vivier2018-01-041-0/+7
* linux-user, m68k: correctly manage SR in contextLaurent Vivier2018-01-041-3/+4
* target/sh4: Use cmpxchg for movco when parallel_cpusRichard Henderson2017-12-181-4/+15
* misc: remove headers implicitly includedPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* Remove empty statementsLadi Prosek2017-12-181-1/+1
* linux-user: Fix calculation of auxv lengthPeter Maydell2017-11-201-2/+9
* linux-user: Handle rt_sigaction correctly for SPARCPeter Maydell2017-11-071-4/+23
* linux-user/ppc: Report correct fault address for data faultsPeter Maydell2017-11-071-1/+1
* linux-user/s390x: Mask si_addr for SIGSEGVPeter Maydell2017-11-071-1/+5
* linux-user: return EINVAL from prctl(PR_*_SECCOMP)James Cowgill2017-11-071-0/+6
* linux-user: fix 'finshed' typo in commentEmilio G. Cota2017-11-071-1/+1
* linux-user/syscall.c: Handle SH4's exceptional alignment for p{read, write}64James Clarke2017-11-071-11/+25
* linux-user: Handle TARGET_MAP_STACK and TARGET_MAP_HUGETLBHelge Deller2017-11-072-11/+30
* linux-user/hppa: Fix TARGET_F_RDLCK, TARGET_F_WRLCK, TARGET_F_UNLCKHelge Deller2017-11-071-0/+3
* linux-user/hppa: Fix TARGET_MAP_TYPEHelge Deller2017-11-071-1/+5
* linux-user/hppa: Fix typo for TARGET_NR_epoll_waitHelge Deller2017-11-071-1/+1
* linux-user/hppa: Fix cpu_clone_regsRichard Henderson2017-11-071-0/+4
* linux-user/hppa: Fix TARGET_SA_* definesHelge Deller2017-11-071-0/+8
* linux-user: Restrict usage of sa_restorerRichard Henderson2017-11-072-2/+15
* sh4: simplify superh_cpu_class_by_name()Igor Mammedov2017-10-271-1/+1
* tcg: enable multiple TCG contexts in softmmuEmilio G. Cota2017-10-241-0/+1
* tcg: introduce regions to split code_gen_bufferEmilio G. Cota2017-10-241-0/+1
* tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota2017-10-241-1/+1
* tcg: take tb_ctx out of TCGContextEmilio G. Cota2017-10-241-3/+3
* Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20171018' int...Peter Maydell2017-10-197-20/+124
|\
| * linux-user: Fix TARGET_MTIOCTOP/MTIOCGET/MTIOCPOS valuesPeter Maydell2017-10-171-3/+28
| * linux-user/main: support dfilterAlex Bennée2017-10-171-0/+7
| * linux-user: Fix target FS_IOC_GETFLAGS and FS_IOC_SETFLAGS numbersPeter Maydell2017-10-161-2/+2