summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-16linux-user: remove duplicate break in syscallCarlo Marcelo Arenas Belón1-1/+0
2017-10-16linux-user: Fix target FS_IOC_GETFLAGS and FS_IOC_SETFLAGS numbersPeter Maydell1-2/+2
2017-10-16linux-user: Tidy and enforce reserved_va initializationRichard Henderson2-13/+29
2017-10-16linux-user: Allow -R values up to 0xffff0000 for 32-bit ARM guestsPeter Maydell1-1/+1
2017-10-16linux-user: remove duplicate break in syscallCarlo Marcelo Arenas Belón1-1/+0
2017-10-16target/m68k,linux-user: manage FP registers in ucontextLaurent Vivier1-0/+43
2017-10-16linux-user: fix O_TMPFILE handlingRiku Voipio3-1/+14
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov1-4/+0
2017-09-01sparc: embed sparc_def_t into CPUSPARCStateIgor Mammedov1-1/+1
2017-08-08maint: Include bug-reporting info in --help outputEric Blake1-1/+3
2017-08-08Revert "rcu: do not create thread in pthread_atfork callback"Paolo Bonzini1-1/+0
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy1-5/+5
2017-07-31Revert "syscall: fix dereference of undefined pointer"Peter Maydell1-1/+0
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-31syscall: check inotify() and eventfd() return valuePhilippe Mathieu-Daudé1-4/+12
2017-07-31syscall: fix use of uninitialized valuesPhilippe Mathieu-Daudé1-0/+1
2017-07-31syscall: fix dereference of undefined pointerPhilippe Mathieu-Daudé1-0/+1
2017-07-31linux-user/sh4: fix incorrect memory writePhilippe Mathieu-Daudé1-1/+1
2017-07-20Replace 'struct ucontext' with 'ucontext_t' typeKhem Raj7-11/+11
2017-07-19Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20170718' into stagingPeter Maydell1-11/+14
2017-07-18target/alpha: Merge several flag bytes into ENV->FLAGSRichard Henderson1-11/+14
2017-07-18linux-user/sh4: Clean env->flags on signal boundariesRichard Henderson1-0/+3
2017-07-18linux-user/sh4: Notice gUSA regions during signal deliveryRichard Henderson1-0/+28
2017-07-14qom/cpu: remove host_tid fieldAlex Bennée1-1/+0
2017-06-29linux-user: Put PPC AT_IGNOREPPC auxv entries in the right placePeter Maydell1-11/+12
2017-05-29linux-user: add strace support for uinfo structure of rt_sigqueueinfo() and r...Miloš Stojanović1-2/+111
2017-05-29linux-user: fix inconsistent spaces in print_siginfo() outputMiloš Stojanović1-6/+6