summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-31translate-all: add DEBUG_LOCKING assertsAlex Bennée1-0/+5
2016-10-26target-alpha: Emulate LL/SC using cmpxchg helpersRichard Henderson1-49/+0
2016-10-26linux-user: remove handling of aarch64's EXCP_STREXEmilio G. Cota1-125/+0
2016-10-26linux-user: remove handling of ARM's EXCP_STREXEmilio G. Cota1-93/+0
2016-10-26linux-user: enable parallel code generation on cloneAlex Bennée1-0/+8
2016-10-26tcg: Add EXCP_ATOMICRichard Henderson1-0/+45
2016-10-24target-arm: Implement new HLT trap for semihostingPeter Maydell1-0/+3
2016-10-24Put the copyright information on a separate lineThomas Huth1-1/+1
2016-10-21linux-user: added support for pwritev() system call.Dejan Jovicevic1-0/+15
2016-10-21linux-user: added support for preadv() system call.Dejan Jovicevic1-0/+15
2016-10-21linux-user: Fix fadvise64() syscall support for Mips32Aleksandar Markovic1-1/+1
2016-10-21linux-user: Redirect termbits.h for Mips64 to termbits.h for Mips32Aleksandar Markovic1-244/+1
2016-10-21linux-user: Update ioctls definitions for Mips32Aleksandar Markovic1-0/+12
2016-10-21linux-user: Update mips_syscall_args[] array in main.cAleksandar Markovic1-2/+22
2016-10-21linux-user: Add support for syncfs() syscallAleksandar Markovic2-1/+6
2016-10-21linux-user: Add support for clock_adjtime() syscallAleksandar Markovic3-0/+97
2016-10-21linux-user: Fix definition of target_sigevent for 32-bit guestsPeter Maydell1-6/+10
2016-10-21linux-user: use libc wrapper instead of direct mremap syscallFelix Janda1-10/+4
2016-10-21linux-user: Don't use alloca() for epoll_wait's epoll event arrayPeter Maydell1-4/+13
2016-10-21linux-user: add RTA_PRIORITY in netlinkLaurent Vivier1-0/+1
2016-10-21linux-user: add kcmp() syscallLaurent Vivier1-0/+10
2016-10-21linux-user: sparc64: Use correct target SHMLBA in shmat()Peter Maydell1-0/+7
2016-10-21linux-user: Remove a duplicate item from strace.listAleksandar Markovic1-3/+0
2016-10-21linux-user: Fix syslog() syscall supportAleksandar Markovic4-7/+142
2016-10-21linux-user: Fix socketcall() syscall supportAleksandar Markovic3-95/+105
2016-10-21linux-user: Fix msgrcv() and msgsnd() syscalls supportAleksandar Markovic1-0/+3
2016-10-21linux-user: Fix mq_open() syscall supportAleksandar Markovic1-7/+9