summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2017-02-06linux-user: define correct UTS machine name for hppaLaurent Vivier
2017-02-06linux-user: fix "apt-get update" on linux-user hppaLaurent Vivier
2017-02-01target/s390x: use "qemu" cpu model in user modeDavid Hildenbrand
2017-01-27armv7m: Report no-coprocessor faults correctlyPeter Maydell
2017-01-24nios2: Add usermode binaries emulationMarek Vasut
2017-01-23linux-user: Add HPPA startup and main loopRichard Henderson
2017-01-23linux-user: Add HPPA signal handlingRichard Henderson
2017-01-23linux-user: Add HPPA target_signal.h and target_cpu.hRichard Henderson
2017-01-23linux-user: Add HPPA target_structs.hRichard Henderson
2017-01-23linux-user: Add HPPA definitions to syscall_defs.hRichard Henderson
2017-01-23linux-user: Add HPPA target_syscall.hRichard Henderson
2017-01-23linux-user: Add HPPA termbits.hRichard Henderson
2017-01-23linux-user: Add HPPA syscall numbersRichard Henderson
2017-01-23linux-user: Add HPPA socket.h definitionsRichard Henderson
2017-01-23linux-user: Add some hppa ioctlsHelge Deller
2017-01-22linux-user: Handle ERFKILL and EHWPOISONRichard Henderson
2017-01-22linux-user: Add SIOCGPGRP, SIOCGSTAMP, SIOCGSTAMPNSHelge Deller
2017-01-22linux-user: Handle TIOCSTART and TIOCSTOPHelge Deller
2017-01-22linux-user: Support stack-grows-up in elfload.cRichard Henderson
2017-01-22Revert "Remove remainders of HPPA backend"Richard Henderson
2017-01-18target-sparc: use SparcV9MMU type for sparc64 I/D-MMUsArtyom Tarasenko
2016-12-27target-m68k: add 680x0 divu/divs variantsLaurent Vivier
2016-10-31linux-user/elfload: ensure mmap_lock() held while setting upAlex Bennée
2016-10-31translate-all: add DEBUG_LOCKING assertsAlex Bennée
2016-10-26target-alpha: Emulate LL/SC using cmpxchg helpersRichard Henderson
2016-10-26linux-user: remove handling of aarch64's EXCP_STREXEmilio G. Cota
2016-10-26linux-user: remove handling of ARM's EXCP_STREXEmilio G. Cota
2016-10-26linux-user: enable parallel code generation on cloneAlex Bennée
2016-10-26tcg: Add EXCP_ATOMICRichard Henderson
2016-10-24target-arm: Implement new HLT trap for semihostingPeter Maydell
2016-10-24Put the copyright information on a separate lineThomas Huth
2016-10-21linux-user: added support for pwritev() system call.Dejan Jovicevic
2016-10-21linux-user: added support for preadv() system call.Dejan Jovicevic
2016-10-21linux-user: Fix fadvise64() syscall support for Mips32Aleksandar Markovic
2016-10-21linux-user: Redirect termbits.h for Mips64 to termbits.h for Mips32Aleksandar Markovic
2016-10-21linux-user: Update ioctls definitions for Mips32Aleksandar Markovic
2016-10-21linux-user: Update mips_syscall_args[] array in main.cAleksandar Markovic
2016-10-21linux-user: Add support for syncfs() syscallAleksandar Markovic
2016-10-21linux-user: Add support for clock_adjtime() syscallAleksandar Markovic
2016-10-21linux-user: Fix definition of target_sigevent for 32-bit guestsPeter Maydell
2016-10-21linux-user: use libc wrapper instead of direct mremap syscallFelix Janda
2016-10-21linux-user: Don't use alloca() for epoll_wait's epoll event arrayPeter Maydell
2016-10-21linux-user: add RTA_PRIORITY in netlinkLaurent Vivier
2016-10-21linux-user: add kcmp() syscallLaurent Vivier
2016-10-21linux-user: sparc64: Use correct target SHMLBA in shmat()Peter Maydell
2016-10-21linux-user: Remove a duplicate item from strace.listAleksandar Markovic
2016-10-21linux-user: Fix syslog() syscall supportAleksandar Markovic
2016-10-21linux-user: Fix socketcall() syscall supportAleksandar Markovic
2016-10-21linux-user: Fix msgrcv() and msgsnd() syscalls supportAleksandar Markovic
2016-10-21linux-user: Fix mq_open() syscall supportAleksandar Markovic