aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2018-01-30linux-user/signal.c: Rename MC_* definessparc-buildfixPeter Maydell
2018-01-25target/arm: Add aa{32, 64}_vfp_{dreg, qreg} helpersRichard Henderson
2018-01-23linux-user: implement renameat2Andreas Schwab
2018-01-23linux-user: Add getcpu() supportSamuel Thibault
2018-01-23linux-user: Add AT_SECURE auxvalMarco A L Barbosa
2018-01-23linux-user: Fix sched_get/setaffinity conversionSamuel Thibault
2018-01-23linux-user/mmap.c: Avoid choosing NULL as start addressMaximilian Riemensberger
2018-01-23linux-user: Translate flags argument to dup3 syscallPeter Maydell
2018-01-23linux-user: Don't use CMSG_ALIGN(sizeof struct cmsghdr)Peter Maydell
2018-01-23linux-user: Fix length calculations in host_to_target_cmsg()Peter Maydell
2018-01-23linux-user: wrap fork() in a start/end exclusive sectionPeter Maydell
2018-01-23linux-user: Fix locking order in fork_start()Peter Maydell
2018-01-11linux-user/arm/nwfpe: Check coprocessor number for FPA emulationPeter Maydell
2018-01-11linux-user: Fix endianess of aarch64 signal trampolineMichael Weiser
2018-01-11linux-user: Add separate aarch64_be unameMichael Weiser
2018-01-11linux-user: Add support for big-endian aarch64Michael Weiser
2018-01-04target/m68k: add chk and chk2Laurent Vivier
2018-01-04linux-user, m68k: correctly manage SR in contextLaurent Vivier
2017-12-18target/sh4: Use cmpxchg for movco when parallel_cpusRichard Henderson
2017-12-18misc: remove headers implicitly includedPhilippe Mathieu-Daudé
2017-12-18Remove empty statementsLadi Prosek
2017-11-20linux-user: Fix calculation of auxv lengthPeter Maydell
2017-11-07linux-user: Handle rt_sigaction correctly for SPARCPeter Maydell
2017-11-07linux-user/ppc: Report correct fault address for data faultsPeter Maydell
2017-11-07linux-user/s390x: Mask si_addr for SIGSEGVPeter Maydell
2017-11-07linux-user: return EINVAL from prctl(PR_*_SECCOMP)James Cowgill
2017-11-07linux-user: fix 'finshed' typo in commentEmilio G. Cota
2017-11-07linux-user/syscall.c: Handle SH4's exceptional alignment for p{read, write}64James Clarke
2017-11-07linux-user: Handle TARGET_MAP_STACK and TARGET_MAP_HUGETLBHelge Deller
2017-11-07linux-user/hppa: Fix TARGET_F_RDLCK, TARGET_F_WRLCK, TARGET_F_UNLCKHelge Deller
2017-11-07linux-user/hppa: Fix TARGET_MAP_TYPEHelge Deller
2017-11-07linux-user/hppa: Fix typo for TARGET_NR_epoll_waitHelge Deller
2017-11-07linux-user/hppa: Fix cpu_clone_regsRichard Henderson
2017-11-07linux-user/hppa: Fix TARGET_SA_* definesHelge Deller
2017-11-07linux-user: Restrict usage of sa_restorerRichard Henderson
2017-10-27sh4: simplify superh_cpu_class_by_name()Igor Mammedov
2017-10-24tcg: enable multiple TCG contexts in softmmuEmilio G. Cota
2017-10-24tcg: introduce regions to split code_gen_bufferEmilio G. Cota
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota
2017-10-24tcg: take tb_ctx out of TCGContextEmilio G. Cota
2017-10-19Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20171018' int...Peter Maydell
2017-10-17linux-user: Fix TARGET_MTIOCTOP/MTIOCGET/MTIOCPOS valuesPeter Maydell
2017-10-17linux-user/main: support dfilterAlex Bennée
2017-10-16linux-user: Add some random ioctlsMarco A L Barbosa
2017-10-16linux-user: remove duplicate break in syscallCarlo Marcelo Arenas Belón
2017-10-16linux-user: Fix target FS_IOC_GETFLAGS and FS_IOC_SETFLAGS numbersPeter Maydell
2017-10-16linux-user: Tidy and enforce reserved_va initializationRichard Henderson
2017-10-16linux-user: Allow -R values up to 0xffff0000 for 32-bit ARM guestsPeter Maydell
2017-10-16linux-user: remove duplicate break in syscallCarlo Marcelo Arenas Belón
2017-10-16target/m68k,linux-user: manage FP registers in ucontextLaurent Vivier