Age | Commit message (Expand) | Author | Files | Lines |
2019-07-26 | linux-user: Make sigaltstack stacks per-thread | Peter Maydell | 1 | -16/+19 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-06-10 | cpu: Replace ENV_GET_CPU with env_cpu | Richard Henderson | 1 | -4/+4 |
2019-05-10 | linux-user: avoid treading on gprof's SIGPROF signals | Alex Bennée | 1 | -0/+5 |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini | 1 | -8/+8 |
2018-07-03 | linux-user: Implement signals for openrisc | Richard Henderson | 1 | -1/+1 |
2018-06-04 | linux-user: move get_sp_from_cpustate() to target_cpu.h | Laurent Vivier | 1 | -1/+0 |
2018-05-03 | linux-user: introduce target_sigsp() and target_save_altstack() | Laurent Vivier | 1 | -0/+32 |
2018-04-30 | linux-user: define TARGET_ARCH_HAS_SETUP_FRAME | Laurent Vivier | 1 | -10/+7 |
2018-04-30 | linux-user: move ppc/ppc64 signal.c parts to ppc directory | Laurent Vivier | 1 | -669/+0 |
2018-04-30 | linux-user: move mips/mips64 signal.c parts to mips directory | Laurent Vivier | 1 | -380/+1 |
2018-04-30 | linux-user: move sparc/sparc64 signal.c parts to sparc directory | Laurent Vivier | 1 | -603/+1 |
2018-04-30 | linux-user: move i386/x86_64 signal.c parts to i386 directory | Laurent Vivier | 1 | -581/+1 |
2018-04-30 | linux-user: move xtensa signal.c parts to xtensa directory | Laurent Vivier | 1 | -247/+0 |
2018-04-30 | linux-user: move hppa signal.c parts to hppa directory | Laurent Vivier | 1 | -189/+0 |
2018-04-30 | linux-user: move riscv signal.c parts to riscv directory | Laurent Vivier | 1 | -197/+0 |
2018-04-30 | linux-user: move tilegx signal.c parts to tilegx directory | Laurent Vivier | 1 | -165/+0 |
2018-04-30 | linux-user: move alpha signal.c parts to alpha directory | Laurent Vivier | 1 | -259/+0 |
2018-04-30 | linux-user: move m68k signal.c parts to m68k directory | Laurent Vivier | 1 | -407/+0 |
2018-04-30 | linux-user: move s390x signal.c parts to s390x directory | Laurent Vivier | 1 | -306/+0 |
2018-04-30 | linux-user: move openrisc signal.c parts to openrisc directory | Laurent Vivier | 1 | -211/+0 |
2018-04-30 | linux-user: move nios2 signal.c parts to nios2 directory | Laurent Vivier | 1 | -234/+0 |
2018-04-30 | linux-user: move cris signal.c parts to cris directory | Laurent Vivier | 1 | -168/+0 |
2018-04-30 | linux-user: move microblaze signal.c parts to microblaze directory | Laurent Vivier | 1 | -227/+0 |
2018-04-30 | linux-user: move sh4 signal.c parts to sh4 directory | Laurent Vivier | 1 | -328/+0 |
2018-04-30 | linux-user: move arm signal.c parts to arm directory | Laurent Vivier | 1 | -751/+0 |
2018-04-30 | linux-user: move aarch64 signal.c parts to aarch64 directory | Laurent Vivier | 1 | -566/+1 |
2018-04-30 | linux-user: create a dummy per arch signal.c | Laurent Vivier | 1 | -30/+11 |
2018-04-17 | linux-user: check that all of AArch64 SVE extended sigframe is writable | Peter Maydell | 1 | -3/+4 |
2018-04-16 | linux-user/signal.c: Put AArch64 frame record in the right place | Peter Maydell | 1 | -6/+6 |
2018-04-10 | linux-user/signal.c: Ensure AArch64 signal frame isn't too small | Peter Maydell | 1 | -0/+6 |
2018-04-04 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r... | Peter Maydell | 1 | -4/+4 |
2018-04-03 | linux-user: define TARGET_ARCH_HAS_KA_RESTORER | Laurent Vivier | 1 | -2/+2 |
2018-04-03 | linux-user: fix alpha signal emulation | Laurent Vivier | 1 | -2/+2 |
2018-03-31 | target/xtensa: fix flush_window_regs | Max Filippov | 1 | -31/+24 |
2018-03-17 | Merge remote-tracking branch 'remotes/xtensa/tags/20180316-xtensa' into staging | Peter Maydell | 1 | -1/+255 |
2018-03-16 | target/xtensa: add linux-user support | Max Filippov | 1 | -1/+255 |
2018-03-15 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r... | Peter Maydell | 1 | -30/+2 |
2018-03-09 | linux-user: Remove the unused "not implemented" signal handling stubs | Peter Maydell | 1 | -26/+1 |
2018-03-09 | linux-user: Drop unicore32 code | Peter Maydell | 1 | -4/+1 |
2018-03-09 | aarch64-linux-user: Add support for SVE signal frame records | Richard Henderson | 1 | -19/+193 |
2018-03-09 | aarch64-linux-user: Add support for EXTRA signal frame records | Richard Henderson | 1 | -11/+63 |
2018-03-09 | aarch64-linux-user: Remove struct target_aux_context | Richard Henderson | 1 | -28/+61 |
2018-03-09 | aarch64-linux-user: Split out helpers for guest signal handling | Richard Henderson | 1 | -50/+68 |
2018-03-07 | RISC-V Linux User Emulation | Michael Clark | 1 | -1/+202 |
2018-01-30 | target/hppa: Add control registers | Richard Henderson | 1 | -2/+2 |
2018-01-30 | linux-user/signal.c: Rename MC_* defines | Peter Maydell | 1 | -59/+59 |
2018-01-25 | target/arm: Add aa{32, 64}_vfp_{dreg, qreg} helpers | Richard Henderson | 1 | -10/+12 |
2018-01-11 | linux-user: Fix endianess of aarch64 signal trampoline | Michael Weiser | 1 | -3/+7 |
2018-01-04 | linux-user, m68k: correctly manage SR in context | Laurent Vivier | 1 | -3/+4 |