aboutsummaryrefslogtreecommitdiff
path: root/linux-user/arm
AgeCommit message (Expand)Author
2020-08-27linux-user: Add generic 'termbits.h' for some archsFilip Bozuta
2020-08-27linux-user: Add strace support for printing arguments of syscalls used to loc...Filip Bozuta
2020-08-21meson: linux-userMarc-André Lureau
2020-05-21linux-user/arm/signal.c: Drop TARGET_CONFIG_CPU_32pull-target-arm-20200521-1Peter 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-03-20linux-user: update syscall.tbl from linux 0bf999f9c5e7Laurent Vivier
2020-03-20linux-user, arm: add syscall table generation supportLaurent Vivier
2020-02-28target/arm: Add isar_feature_aa32_vfp_simdRichard Henderson
2020-02-19linux-user: Use `qemu_log' for non-strace loggingJosh Kunz
2020-02-17linux-user: arm: Update syscall numbers to kernel 5.5 levelAleksandar Markovic
2020-01-09semihosting: add qemu_semihosting_console_inc for SYS_READCKeith Packard
2020-01-09target/arm: only update pc after semihosting completesAlex Bennée
2019-11-06linux-user: Introduce cpu_clone_regs_parentRichard Henderson
2019-11-06linux-user: Rename cpu_clone_regs to cpu_clone_regs_childRichard Henderson
2019-10-24linux-user/arm: Rebuild hflags for TARGET_WORDS_BIGENDIANRichard Henderson
2019-09-27target/arm: remove run-time semihosting checks for linux-userAlex Bennée
2019-09-11linux-user/arm: Adjust MAX_RESERVED_VA for M-profileRichard Henderson
2019-09-11linux-user: Pass CPUState to MAX_RESERVED_VARichard Henderson
2019-06-12semihosting: split console_out into string and char versionsAlex Bennée
2019-06-12Supply missing header guardsMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-10target/arm: Use env_cpu, env_archcpuRichard Henderson
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-05-28target/arm: use the common interface for WRITE0/WRITEC in arm-semiAlex Bennée
2018-11-12linux-user: Don't call gdb_handlesig() before queue_signal()Peter Maydell
2018-06-04linux-user: move generic signal definitions to generic/signal.hLaurent Vivier
2018-06-04linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier
2018-06-04linux-user: move arm/aarch64/m68k fcntl definitions to [arm|aarch64|m68k]/tar...Laurent Vivier
2018-06-04linux-user: move generic fcntl definitions to generic/fcntl.hLaurent Vivier
2018-05-25linux-user: move socket.h generic definitions to generic/sockbits.hLaurent Vivier
2018-05-03linux-user: remove useless padding in flock64 structureLaurent Vivier
2018-05-03linux-user: introduce target_sigsp() and target_save_altstack()Laurent Vivier
2018-05-03linux-user: ARM-FDPIC: Add support for signals for FDPIC targetsChristophe Lyon
2018-04-30linux-user: Add ARM get_tls syscall supportChristophe Lyon
2018-04-30linux-user: move arm cpu loop to arm directoryLaurent Vivier
2018-04-30linux-user: create a dummy per arch cpu_loop.cLaurent Vivier
2018-04-30linux-user: define TARGET_ARCH_HAS_SETUP_FRAMELaurent Vivier
2018-04-30linux-user: move arm signal.c parts to arm directoryLaurent Vivier
2018-04-30linux-user: create a dummy per arch signal.cLaurent Vivier
2018-02-25linux-user: Move CPU type name selection to a functionLaurent Vivier
2018-02-18linux-user: Implement ioctl cmd TIOCGPTPEERAndreas Schwab
2018-01-11linux-user/arm/nwfpe: Check coprocessor number for FPA emulationPeter Maydell
2017-10-16linux-user: Tidy and enforce reserved_va initializationRichard Henderson
2016-09-22linux-user: fix TARGET_NR_selectLaurent Vivier
2016-09-21linux-user: Use correct target SHMLBA in shmat()Peter Maydell