summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell2020-06-084-8/+35
|\
| * linux-user: implement OFD locksAndreas Schwab2020-06-052-0/+10
| * linux-user/mmap.c: fix integer underflow in target_mremapJonathan Marler2020-06-051-1/+1
| * linux-user/strace.list: fix epoll_create{,1} -strace outputSergei Trofimovich2020-06-051-2/+2
| * linux-user: Add support for /proc/cpuinfo on hppa platformHelge Deller2020-06-051-2/+14
| * linux-user: return target error codes for socket() and prctl()Helge Deller2020-05-271-2/+2
| * linux-user, alpha: fix oldumount syscallLaurent Vivier2020-05-271-1/+6
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-tcg-plugins-2...Peter Maydell2020-05-291-8/+11
|\ \
| * | linux-user: properly "unrealize" vCPU objectAlex Bennée2020-05-271-8/+11
| |/
* | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-05-2...Peter Maydell2020-05-281-0/+2
|\ \
| * | linux-user: limit check to HOST_LONG_BITS < TARGET_ABI_BITSAlex Bennée2020-05-281-0/+2
| |/
* / target/ppc: Add support for scv and rfscv instructionsNicholas Piggin2020-05-271-0/+1
|/
* linux-user/arm/signal.c: Drop TARGET_CONFIG_CPU_32Peter Maydell2020-05-211-6/+0Star
* linux-user/arm: Reset CPSR_E when entering a signal handlerAmanieu d'Antras2020-05-211-1/+7
* target/arm: Allow user-mode code to write CPSR.E via MSRPeter Maydell2020-05-211-0/+1
* linux-user/arm: Fix identification of syscall numbersPeter Maydell2020-05-211-66/+77
* linux-user/arm: Handle invalid arm-specific syscalls correctlyPeter Maydell2020-05-211-4/+26
* linux-user/arm: Remove bogus SVC 0xf0002 handlingPeter Maydell2020-05-211-3/+1Star
* linux-user/arm: BKPT should cause SIGTRAP, not be a syscallPeter Maydell2020-05-211-22/+8Star
* exec/cpu-all: Use bool for have_guest_baseRichard Henderson2020-05-151-2/+2
* linux-user: completely re-write init_guest_spaceAlex Bennée2020-05-154-286/+277Star
* gdbstub/linux-user: support debugging over a unix socketAlex Bennée2020-05-061-6/+6
* linux-user/riscv: fix up struct target_ucontext definitionLIU Zhiwei2020-04-291-1/+2
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200417' into...Peter Maydell2020-04-201-40/+29Star
|\
| * linux-user/ppc: Fix padding in mcontext_t for ppc64Richard Henderson2020-04-171-40/+29Star
* | linux-user/syscall.c: add target-to-host mapping for epoll_create1()Sergei Trofimovich2020-04-161-1/+1
|/
* linux-user: fix /proc/self/stat handlingAlex Bennée2020-04-151-24/+19Star
* linux-user/flatload.c: Use "" for include of QEMU header target_flat.hPeter Maydell2020-04-141-1/+1
* linux-user: clean-up padding on /proc/self/mapsAlex Bennée2020-04-071-13/+19
* linux-user: factor out reading of /proc/self/mapsAlex Bennée2020-04-071-30/+28Star
* linux-user: more debug for init_guest_spaceAlex Bennée2020-04-071-1/+7
* linux-user: protect fcntl64 with an #ifdefAlex Bennée2020-04-071-4/+4
* linux-user: Support futex_time64Alistair Francis2020-03-301-14/+126
* linux-user: Flush out implementation of gettimeofdayRichard Henderson2020-03-261-2/+27
* linux-user: Add x86_64 vsyscall page to /proc/self/mapsRichard Henderson2020-03-261-0/+10
* linux-user/i386: Emulate x86_64 vsyscallsRichard Henderson2020-03-261-0/+108
* linux-user/i386: Split out gen_signalRichard Henderson2020-03-261-60/+33Star
* target/ppc: don't byte swap ELFv2 signal handlerVincent Fazio2020-03-241-4/+2Star
* linux-user, openrisc: sync syscall numbers with kernel v5.5Laurent Vivier2020-03-201-247/+62Star
* linux-user, nios2: sync syscall numbers with kernel v5.5Laurent Vivier2020-03-201-330/+320Star
* linux-user, aarch64: sync syscall numbers with kernel v5.5Laurent Vivier2020-03-201-5/+29
* linux-user,mips: update syscall-args-o32.c.incLaurent Vivier2020-03-201-438/+436Star
* linux-user,mips: move content of mips_syscall_argsLaurent Vivier2020-03-202-439/+439
* linux-user: update syscall.tbl from linux 0bf999f9c5e7Laurent Vivier2020-03-2015-1/+31
* linux-user, mips64: add syscall table generation supportLaurent Vivier2020-03-206-725/+774
* linux-user, mips: add syscall table generation supportLaurent Vivier2020-03-205-425/+467
* linux-user, x86_64: add syscall table generation supportLaurent Vivier2020-03-205-356/+436
* linux-user, i386: add syscall table generation supportLaurent Vivier2020-03-205-387/+476
* linux-user, x86_64, i386: cleanup TARGET_NR_arch_prctlLaurent Vivier2020-03-202-10/+13
* linux-user, sparc, sparc64: add syscall table generation supportLaurent Vivier2020-03-209-729/+1042