Age | Commit message (Expand) | Author | Files | Lines |
2020-05-29 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-tcg-plugins-2... | Peter Maydell | 1 | -8/+11 |
2020-05-28 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-05-2... | Peter Maydell | 1 | -0/+2 |
2020-05-28 | linux-user: limit check to HOST_LONG_BITS < TARGET_ABI_BITS | Alex Bennée | 1 | -0/+2 |
2020-05-27 | linux-user: properly "unrealize" vCPU object | Alex Bennée | 1 | -8/+11 |
2020-05-27 | target/ppc: Add support for scv and rfscv instructions | Nicholas Piggin | 1 | -0/+1 |
2020-05-21 | linux-user/arm/signal.c: Drop TARGET_CONFIG_CPU_32 | Peter Maydell | 1 | -6/+0 |
2020-05-21 | linux-user/arm: Reset CPSR_E when entering a signal handler | Amanieu d'Antras | 1 | -1/+7 |
2020-05-21 | target/arm: Allow user-mode code to write CPSR.E via MSR | Peter Maydell | 1 | -0/+1 |
2020-05-21 | linux-user/arm: Fix identification of syscall numbers | Peter Maydell | 1 | -66/+77 |
2020-05-21 | linux-user/arm: Handle invalid arm-specific syscalls correctly | Peter Maydell | 1 | -4/+26 |
2020-05-21 | linux-user/arm: Remove bogus SVC 0xf0002 handling | Peter Maydell | 1 | -3/+1 |
2020-05-21 | linux-user/arm: BKPT should cause SIGTRAP, not be a syscall | Peter Maydell | 1 | -22/+8 |
2020-05-15 | exec/cpu-all: Use bool for have_guest_base | Richard Henderson | 1 | -2/+2 |
2020-05-15 | linux-user: completely re-write init_guest_space | Alex Bennée | 4 | -286/+277 |
2020-05-06 | gdbstub/linux-user: support debugging over a unix socket | Alex Bennée | 1 | -6/+6 |
2020-04-29 | linux-user/riscv: fix up struct target_ucontext definition | LIU Zhiwei | 1 | -1/+2 |
2020-04-20 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200417' into... | Peter Maydell | 1 | -40/+29 |
2020-04-17 | linux-user/ppc: Fix padding in mcontext_t for ppc64 | Richard Henderson | 1 | -40/+29 |
2020-04-16 | linux-user/syscall.c: add target-to-host mapping for epoll_create1() | Sergei Trofimovich | 1 | -1/+1 |
2020-04-15 | linux-user: fix /proc/self/stat handling | Alex Bennée | 1 | -24/+19 |
2020-04-14 | linux-user/flatload.c: Use "" for include of QEMU header target_flat.h | Peter Maydell | 1 | -1/+1 |
2020-04-07 | linux-user: clean-up padding on /proc/self/maps | Alex Bennée | 1 | -13/+19 |
2020-04-07 | linux-user: factor out reading of /proc/self/maps | Alex Bennée | 1 | -30/+28 |
2020-04-07 | linux-user: more debug for init_guest_space | Alex Bennée | 1 | -1/+7 |
2020-04-07 | linux-user: protect fcntl64 with an #ifdef | Alex Bennée | 1 | -4/+4 |
2020-03-30 | linux-user: Support futex_time64 | Alistair Francis | 1 | -14/+126 |
2020-03-26 | linux-user: Flush out implementation of gettimeofday | Richard Henderson | 1 | -2/+27 |
2020-03-26 | linux-user: Add x86_64 vsyscall page to /proc/self/maps | Richard Henderson | 1 | -0/+10 |
2020-03-26 | linux-user/i386: Emulate x86_64 vsyscalls | Richard Henderson | 1 | -0/+108 |
2020-03-26 | linux-user/i386: Split out gen_signal | Richard Henderson | 1 | -60/+33 |
2020-03-24 | target/ppc: don't byte swap ELFv2 signal handler | Vincent Fazio | 1 | -4/+2 |
2020-03-20 | linux-user, openrisc: sync syscall numbers with kernel v5.5 | Laurent Vivier | 1 | -247/+62 |
2020-03-20 | linux-user, nios2: sync syscall numbers with kernel v5.5 | Laurent Vivier | 1 | -330/+320 |
2020-03-20 | linux-user, aarch64: sync syscall numbers with kernel v5.5 | Laurent Vivier | 1 | -5/+29 |
2020-03-20 | linux-user,mips: update syscall-args-o32.c.inc | Laurent Vivier | 1 | -438/+436 |
2020-03-20 | linux-user,mips: move content of mips_syscall_args | Laurent Vivier | 2 | -439/+439 |
2020-03-20 | linux-user: update syscall.tbl from linux 0bf999f9c5e7 | Laurent Vivier | 15 | -1/+31 |
2020-03-20 | linux-user, mips64: add syscall table generation support | Laurent Vivier | 6 | -725/+774 |
2020-03-20 | linux-user, mips: add syscall table generation support | Laurent Vivier | 5 | -425/+467 |
2020-03-20 | linux-user, x86_64: add syscall table generation support | Laurent Vivier | 5 | -356/+436 |
2020-03-20 | linux-user, i386: add syscall table generation support | Laurent Vivier | 5 | -387/+476 |
2020-03-20 | linux-user, x86_64, i386: cleanup TARGET_NR_arch_prctl | Laurent Vivier | 2 | -10/+13 |
2020-03-20 | linux-user, sparc, sparc64: add syscall table generation support | Laurent Vivier | 9 | -729/+1042 |
2020-03-20 | linux-user, s390x: add syscall table generation support | Laurent Vivier | 5 | -331/+478 |
2020-03-20 | linux-user, s390x: remove syscall definitions for !TARGET_S390X | Laurent Vivier | 1 | -190/+123 |
2020-03-20 | linux-user, ppc: add syscall table generation support | Laurent Vivier | 6 | -403/+562 |
2020-03-20 | linux-user, arm: add syscall table generation support | Laurent Vivier | 6 | -449/+497 |
2020-03-20 | linux-user, microblaze: add syscall table generation support | Laurent Vivier | 5 | -442/+481 |
2020-03-20 | linux-user, sh4: add syscall table generation support | Laurent Vivier | 5 | -441/+478 |
2020-03-20 | linux-user, xtensa: add syscall table generation support | Laurent Vivier | 5 | -469/+446 |