summaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2020-06-08linux-user: detect overflow of MAP_FIXED mmapAlex Bennée
2020-06-08linux-user: deal with address wrap for ARM_COMMPAGE on 32 bitAlex Bennée
2020-06-08linux-user: provide fallback pgd_find_hole for bare chrootsAlex Bennée
2020-06-08Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell
2020-06-05linux-user: implement OFD locksAndreas Schwab
2020-06-05linux-user/mmap.c: fix integer underflow in target_mremapJonathan Marler
2020-06-05linux-user/strace.list: fix epoll_create{,1} -strace outputSergei Trofimovich
2020-06-05linux-user: Add support for /proc/cpuinfo on hppa platformHelge Deller
2020-05-29Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-tcg-plugins-2...Peter Maydell
2020-05-28Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-05-2...Peter Maydell
2020-05-28linux-user: limit check to HOST_LONG_BITS < TARGET_ABI_BITSAlex Bennée
2020-05-27linux-user: return target error codes for socket() and prctl()Helge Deller
2020-05-27linux-user, alpha: fix oldumount syscallLaurent Vivier
2020-05-27linux-user: properly "unrealize" vCPU objectAlex Bennée
2020-05-27target/ppc: Add support for scv and rfscv instructionsNicholas Piggin
2020-05-21linux-user/arm/signal.c: Drop TARGET_CONFIG_CPU_32Peter Maydell
2020-05-21linux-user/arm: Reset CPSR_E when entering a signal handlerAmanieu d'Antras
2020-05-21target/arm: Allow user-mode code to write CPSR.E via MSRPeter Maydell
2020-05-21linux-user/arm: Fix identification of syscall numbersPeter Maydell
2020-05-21linux-user/arm: Handle invalid arm-specific syscalls correctlyPeter Maydell
2020-05-21linux-user/arm: Remove bogus SVC 0xf0002 handlingPeter Maydell
2020-05-21linux-user/arm: BKPT should cause SIGTRAP, not be a syscallPeter Maydell
2020-05-15exec/cpu-all: Use bool for have_guest_baseRichard Henderson
2020-05-15linux-user: completely re-write init_guest_spaceAlex Bennée
2020-05-06gdbstub/linux-user: support debugging over a unix socketAlex Bennée
2020-04-29linux-user/riscv: fix up struct target_ucontext definitionLIU Zhiwei
2020-04-20Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200417' into...Peter Maydell
2020-04-17linux-user/ppc: Fix padding in mcontext_t for ppc64Richard Henderson
2020-04-16linux-user/syscall.c: add target-to-host mapping for epoll_create1()Sergei Trofimovich
2020-04-15linux-user: fix /proc/self/stat handlingAlex Bennée
2020-04-14linux-user/flatload.c: Use "" for include of QEMU header target_flat.hPeter Maydell
2020-04-07linux-user: clean-up padding on /proc/self/mapsAlex Bennée
2020-04-07linux-user: factor out reading of /proc/self/mapsAlex Bennée
2020-04-07linux-user: more debug for init_guest_spaceAlex Bennée
2020-04-07linux-user: protect fcntl64 with an #ifdefAlex Bennée
2020-03-30linux-user: Support futex_time64Alistair Francis
2020-03-26linux-user: Flush out implementation of gettimeofdayRichard Henderson
2020-03-26linux-user: Add x86_64 vsyscall page to /proc/self/mapsRichard Henderson
2020-03-26linux-user/i386: Emulate x86_64 vsyscallsRichard Henderson
2020-03-26linux-user/i386: Split out gen_signalRichard Henderson
2020-03-24target/ppc: don't byte swap ELFv2 signal handlerVincent Fazio
2020-03-20linux-user, openrisc: sync syscall numbers with kernel v5.5Laurent Vivier
2020-03-20linux-user, nios2: sync syscall numbers with kernel v5.5Laurent Vivier
2020-03-20linux-user, aarch64: sync syscall numbers with kernel v5.5Laurent Vivier
2020-03-20linux-user,mips: update syscall-args-o32.c.incLaurent Vivier
2020-03-20linux-user,mips: move content of mips_syscall_argsLaurent Vivier
2020-03-20linux-user: update syscall.tbl from linux 0bf999f9c5e7Laurent Vivier
2020-03-20linux-user, mips64: add syscall table generation supportLaurent Vivier
2020-03-20linux-user, mips: add syscall table generation supportLaurent Vivier
2020-03-20linux-user, x86_64: add syscall table generation supportLaurent Vivier