Age | Commit message (Expand) | Author |
2020-08-27 | linux-user: Add generic 'termbits.h' for some archs | Filip Bozuta |
2020-08-27 | linux-user: Add strace support for printing arguments of syscalls used to loc... | Filip Bozuta |
2020-08-21 | meson: linux-user | Marc-André Lureau |
2020-05-21 | linux-user/arm/signal.c: Drop TARGET_CONFIG_CPU_32 | Peter Maydell |
2020-05-21 | linux-user/arm: Reset CPSR_E when entering a signal handler | Amanieu d'Antras |
2020-05-21 | target/arm: Allow user-mode code to write CPSR.E via MSR | Peter Maydell |
2020-05-21 | linux-user/arm: Fix identification of syscall numbers | Peter Maydell |
2020-05-21 | linux-user/arm: Handle invalid arm-specific syscalls correctly | Peter Maydell |
2020-05-21 | linux-user/arm: Remove bogus SVC 0xf0002 handling | Peter Maydell |
2020-05-21 | linux-user/arm: BKPT should cause SIGTRAP, not be a syscall | Peter Maydell |
2020-03-20 | linux-user: update syscall.tbl from linux 0bf999f9c5e7 | Laurent Vivier |
2020-03-20 | linux-user, arm: add syscall table generation support | Laurent Vivier |
2020-02-28 | target/arm: Add isar_feature_aa32_vfp_simd | Richard Henderson |
2020-02-19 | linux-user: Use `qemu_log' for non-strace logging | Josh Kunz |
2020-02-17 | linux-user: arm: Update syscall numbers to kernel 5.5 level | Aleksandar Markovic |
2020-01-09 | semihosting: add qemu_semihosting_console_inc for SYS_READC | Keith Packard |
2020-01-09 | target/arm: only update pc after semihosting completes | Alex Bennée |
2019-11-06 | linux-user: Introduce cpu_clone_regs_parent | Richard Henderson |
2019-11-06 | linux-user: Rename cpu_clone_regs to cpu_clone_regs_child | Richard Henderson |
2019-10-24 | linux-user/arm: Rebuild hflags for TARGET_WORDS_BIGENDIAN | Richard Henderson |
2019-09-27 | target/arm: remove run-time semihosting checks for linux-user | Alex Bennée |
2019-09-11 | linux-user/arm: Adjust MAX_RESERVED_VA for M-profile | Richard Henderson |
2019-09-11 | linux-user: Pass CPUState to MAX_RESERVED_VA | Richard Henderson |
2019-06-12 | semihosting: split console_out into string and char versions | Alex Bennée |
2019-06-12 | Supply missing header guards | Markus Armbruster |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-06-10 | target/arm: Use env_cpu, env_archcpu | Richard Henderson |
2019-06-10 | cpu: Replace ENV_GET_CPU with env_cpu | Richard Henderson |
2019-05-28 | target/arm: use the common interface for WRITE0/WRITEC in arm-semi | Alex Bennée |
2018-11-12 | linux-user: Don't call gdb_handlesig() before queue_signal() | Peter Maydell |
2018-06-04 | linux-user: move generic signal definitions to generic/signal.h | Laurent Vivier |
2018-06-04 | linux-user: move get_sp_from_cpustate() to target_cpu.h | Laurent Vivier |
2018-06-04 | linux-user: move arm/aarch64/m68k fcntl definitions to [arm|aarch64|m68k]/tar... | Laurent Vivier |
2018-06-04 | linux-user: move generic fcntl definitions to generic/fcntl.h | Laurent Vivier |
2018-05-25 | linux-user: move socket.h generic definitions to generic/sockbits.h | Laurent Vivier |
2018-05-03 | linux-user: remove useless padding in flock64 structure | Laurent Vivier |
2018-05-03 | linux-user: introduce target_sigsp() and target_save_altstack() | Laurent Vivier |
2018-05-03 | linux-user: ARM-FDPIC: Add support for signals for FDPIC targets | Christophe Lyon |
2018-04-30 | linux-user: Add ARM get_tls syscall support | Christophe Lyon |
2018-04-30 | linux-user: move arm cpu loop to arm directory | Laurent Vivier |
2018-04-30 | linux-user: create a dummy per arch cpu_loop.c | Laurent Vivier |
2018-04-30 | linux-user: define TARGET_ARCH_HAS_SETUP_FRAME | Laurent Vivier |
2018-04-30 | linux-user: move arm signal.c parts to arm directory | Laurent Vivier |
2018-04-30 | linux-user: create a dummy per arch signal.c | Laurent Vivier |
2018-02-25 | linux-user: Move CPU type name selection to a function | Laurent Vivier |
2018-02-18 | linux-user: Implement ioctl cmd TIOCGPTPEER | Andreas Schwab |
2018-01-11 | linux-user/arm/nwfpe: Check coprocessor number for FPA emulation | Peter Maydell |
2017-10-16 | linux-user: Tidy and enforce reserved_va initialization | Richard Henderson |
2016-09-22 | linux-user: fix TARGET_NR_select | Laurent Vivier |
2016-09-21 | linux-user: Use correct target SHMLBA in shmat() | Peter Maydell |