summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* 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
| * linux-user: Tidy and enforce reserved_va initializationRichard Henderson2017-10-162-13/+29
| * linux-user: Allow -R values up to 0xffff0000 for 32-bit ARM guestsPeter Maydell2017-10-161-1/+1
| * linux-user: remove duplicate break in syscallCarlo Marcelo Arenas Belón2017-10-161-1/+0Star
| * target/m68k,linux-user: manage FP registers in ucontextLaurent Vivier2017-10-161-0/+43
| * linux-user: fix O_TMPFILE handlingRiku Voipio2017-10-163-1/+14
* | linux-user: Add some random ioctlsMarco A L Barbosa2017-10-163-0/+13
* | linux-user: remove duplicate break in syscallCarlo Marcelo Arenas Belón2017-10-161-1/+0Star
|/
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-4/+0Star
* sparc: embed sparc_def_t into CPUSPARCStateIgor Mammedov2017-09-011-1/+1
* maint: Include bug-reporting info in --help outputEric Blake2017-08-081-1/+3
* Revert "rcu: do not create thread in pthread_atfork callback"Paolo Bonzini2017-08-081-1/+0Star
* trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy2017-08-011-5/+5
* Revert "syscall: fix dereference of undefined pointer"Peter Maydell2017-07-311-1/+0Star
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* syscall: check inotify() and eventfd() return valuePhilippe Mathieu-Daudé2017-07-311-4/+12
* syscall: fix use of uninitialized valuesPhilippe Mathieu-Daudé2017-07-311-0/+1
* syscall: fix dereference of undefined pointerPhilippe Mathieu-Daudé2017-07-311-0/+1
* linux-user/sh4: fix incorrect memory writePhilippe Mathieu-Daudé2017-07-311-1/+1
* Replace 'struct ucontext' with 'ucontext_t' typeKhem Raj2017-07-207-11/+11
* Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20170718' into stagingPeter Maydell2017-07-191-11/+14
|\
| * target/alpha: Merge several flag bytes into ENV->FLAGSRichard Henderson2017-07-191-11/+14
* | linux-user/sh4: Clean env->flags on signal boundariesRichard Henderson2017-07-181-0/+3
* | linux-user/sh4: Notice gUSA regions during signal deliveryRichard Henderson2017-07-181-0/+28
|/
* qom/cpu: remove host_tid fieldAlex Bennée2017-07-141-1/+0Star
* linux-user: Put PPC AT_IGNOREPPC auxv entries in the right placePeter Maydell2017-06-291-11/+12
* linux-user: add strace support for uinfo structure of rt_sigqueueinfo() and r...Miloš Stojanović2017-05-291-2/+111