summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2017-02-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170228'...Peter Maydell1-0/+1
2017-02-28armv7m: Raise correct kind of UsageFault for attempts to execute ARM codePeter Maydell1-0/+1
2017-02-27syscall: fixed mincore(2) not failing with ENOMEMFranklin \"Snaipe\" Mathieu1-3/+8
2017-02-27linux-user: fix do_rt_sigreturn on m68k linux userspace emulationMichael Karcher1-2/+1
2017-02-27linux-user: correctly manage SR in ucontextLaurent Vivier1-2/+3
2017-02-27linux-user: Add signal handling support for x86_64Pranith Kumar1-51/+227
2017-02-27linux-user: Add sockopts for IPv6 ping and IPv6 tracerouteHelge Deller2-1/+139
2017-02-27linux-user: fix fork()Laurent Vivier1-2/+3
2017-02-22target-ppc, tcg: fix usermode segfault with pthread_create()Sam Bobroff1-1/+2
2017-02-16linux-user: Add FICLONE and FICLONERANGE ioctlsHelge Deller3-0/+15
2017-02-16linux-user: Use correct types in load_symbols()Peter Maydell1-7/+15
2017-02-16linux-user: fill target sigcontext struct accordinglyJose Ricardo Ziviani1-0/+5
2017-02-16linux-user: fix tcg/mmap testMarc-André Lureau1-3/+3
2017-02-16linux-user: fix settime old value locationMarc-André Lureau1-2/+6
2017-02-16linux-user: Update m68k syscall definitions to match Linux 4.6John Paul Adrian Glaubitz1-0/+3
2017-02-16linux-user: Update sh4 syscall definitions to match Linux 4.8John Paul Adrian Glaubitz1-0/+14
2017-02-14linux-user: manage two new IFLA host message typesLaurent Vivier1-0/+2
2017-02-14linux-user: Fix mq_openLena Djokic1-3/+8
2017-02-14linux-user: Fix readaheadLena Djokic1-1/+1
2017-02-14linux-user: Fix inotify_init1 supportLena Djokic1-1/+2
2017-02-14linux-user: Fix s390x safe-syscall for z900Richard Henderson1-1/+1
2017-02-14linux-user: drop __cygwin__ ifdefRiku Voipio1-3/+0
2017-02-14linux-user: remove ifdef __USER_MISCRiku Voipio1-2/+0
2017-02-14target/openrisc: Keep SR_F in a separate variableRichard Henderson2-4/+2
2017-02-14linux-user: Honor CLONE_SETTLS for openriscRichard Henderson1-3/+1
2017-02-14linux-user: Fix openrisc cpu_loopRichard Henderson1-54/+41
2017-02-14linux-user: Add MMAP_SHIFT for openriscRichard Henderson1-0/+2
2017-02-06linux-user: define correct UTS machine name for hppaLaurent Vivier1-1/+1
2017-02-06linux-user: fix "apt-get update" on linux-user hppaLaurent Vivier1-1/+0
2017-02-01target/s390x: use "qemu" cpu model in user modeDavid Hildenbrand1-0/+2
2017-01-27armv7m: Report no-coprocessor faults correctlyPeter Maydell1-0/+1
2017-01-24nios2: Add usermode binaries emulationMarek Vasut10-7/+1146
2017-01-23linux-user: Add HPPA startup and main loopRichard Henderson2-0/+196
2017-01-23linux-user: Add HPPA signal handlingRichard Henderson1-1/+190
2017-01-23linux-user: Add HPPA target_signal.h and target_cpu.hRichard Henderson2-0/+64
2017-01-23linux-user: Add HPPA target_structs.hRichard Henderson1-0/+54
2017-01-23linux-user: Add HPPA definitions to syscall_defs.hRichard Henderson1-1/+130
2017-01-23linux-user: Add HPPA target_syscall.hRichard Henderson1-0/+237
2017-01-23linux-user: Add HPPA termbits.hRichard Henderson1-0/+219
2017-01-23linux-user: Add HPPA syscall numbersRichard Henderson1-0/+353
2017-01-23linux-user: Add HPPA socket.h definitionsRichard Henderson2-0/+99
2017-01-23linux-user: Add some hppa ioctlsHelge Deller1-0/+15
2017-01-22linux-user: Handle ERFKILL and EHWPOISONRichard Henderson5-0/+21
2017-01-22linux-user: Add SIOCGPGRP, SIOCGSTAMP, SIOCGSTAMPNSHelge Deller3-0/+13
2017-01-22linux-user: Handle TIOCSTART and TIOCSTOPHelge Deller2-0/+11
2017-01-22linux-user: Support stack-grows-up in elfload.cRichard Henderson3-71/+180
2017-01-22Revert "Remove remainders of HPPA backend"Richard Henderson1-2/+2
2017-01-18target-sparc: use SparcV9MMU type for sparc64 I/D-MMUsArtyom Tarasenko1-1/+1
2016-12-27target-m68k: add 680x0 divu/divs variantsLaurent Vivier1-0/+7
2016-10-31linux-user/elfload: ensure mmap_lock() held while setting upAlex Bennée1-0/+4