aboutsummaryrefslogtreecommitdiff
path: root/linux-user/arm
AgeCommit message (Expand)AuthorFilesLines
2020-11-23linux-user/arm: Deliver SIGTRAP for UDF patterns used as breakpointsPeter Maydell1-0/+28
2020-11-15linux user: Fix Lesser GPL version numberChetan Pant2-2/+2
2020-11-11linux-user: Correct definition of stack_tLemonBoy1-3/+3
2020-10-26linux-user: update syscall.tbl to Linux 5.9-rc7Laurent Vivier1-1/+3
2020-08-27linux-user: Add generic 'termbits.h' for some archsFilip Bozuta1-222/+1
2020-08-27linux-user: Add strace support for printing arguments of syscalls used to loc...Filip Bozuta1-2/+4
2020-08-21meson: linux-userMarc-André Lureau4-10/+20
2020-05-21linux-user/arm/signal.c: Drop TARGET_CONFIG_CPU_32Peter Maydell1-6/+0
2020-05-21linux-user/arm: Reset CPSR_E when entering a signal handlerAmanieu d'Antras1-1/+7
2020-05-21target/arm: Allow user-mode code to write CPSR.E via MSRPeter Maydell1-0/+1
2020-05-21linux-user/arm: Fix identification of syscall numbersPeter Maydell1-66/+77
2020-05-21linux-user/arm: Handle invalid arm-specific syscalls correctlyPeter Maydell1-4/+26
2020-05-21linux-user/arm: Remove bogus SVC 0xf0002 handlingPeter Maydell1-3/+1
2020-05-21linux-user/arm: BKPT should cause SIGTRAP, not be a syscallPeter Maydell1-22/+8
2020-03-20linux-user: update syscall.tbl from linux 0bf999f9c5e7Laurent Vivier1-0/+2
2020-03-20linux-user, arm: add syscall table generation supportLaurent Vivier4-447/+490
2020-02-28target/arm: Add isar_feature_aa32_vfp_simdRichard Henderson1-2/+2
2020-02-19linux-user: Use `qemu_log' for non-strace loggingJosh Kunz1-2/+3
2020-02-17linux-user: arm: Update syscall numbers to kernel 5.5 levelAleksandar Markovic1-0/+44
2020-01-09semihosting: add qemu_semihosting_console_inc for SYS_READCKeith Packard1-0/+27
2020-01-09target/arm: only update pc after semihosting completesAlex Bennée1-0/+1
2019-11-06linux-user: Introduce cpu_clone_regs_parentRichard Henderson1-0/+4
2019-11-06linux-user: Rename cpu_clone_regs to cpu_clone_regs_childRichard Henderson1-1/+2
2019-10-24linux-user/arm: Rebuild hflags for TARGET_WORDS_BIGENDIANRichard Henderson1-0/+1
2019-09-27target/arm: remove run-time semihosting checks for linux-userAlex Bennée2-6/+0
2019-09-11linux-user/arm: Adjust MAX_RESERVED_VA for M-profileRichard Henderson1-3/+21
2019-09-11linux-user: Pass CPUState to MAX_RESERVED_VARichard Henderson1-1/+1
2019-06-12semihosting: split console_out into string and char versionsAlex Bennée1-3/+28
2019-06-12Supply missing header guardsMarkus Armbruster2-0/+10
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-10target/arm: Use env_cpu, env_archcpuRichard Henderson1-1/+1
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-1/+1
2019-05-28target/arm: use the common interface for WRITE0/WRITEC in arm-semiAlex Bennée1-0/+24
2018-11-12linux-user: Don't call gdb_handlesig() before queue_signal()Peter Maydell1-12/+4
2018-06-04linux-user: move generic signal definitions to generic/signal.hLaurent Vivier1-0/+2
2018-06-04linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier3-8/+4
2018-06-04linux-user: move arm/aarch64/m68k fcntl definitions to [arm|aarch64|m68k]/tar...Laurent Vivier1-0/+6
2018-06-04linux-user: move generic fcntl definitions to generic/fcntl.hLaurent Vivier1-0/+11
2018-05-25linux-user: move socket.h generic definitions to generic/sockbits.hLaurent Vivier1-0/+1
2018-05-03linux-user: remove useless padding in flock64 structureLaurent Vivier1-0/+7
2018-05-03linux-user: introduce target_sigsp() and target_save_altstack()Laurent Vivier1-13/+4
2018-05-03linux-user: ARM-FDPIC: Add support for signals for FDPIC targetsChristophe Lyon1-16/+89
2018-04-30linux-user: Add ARM get_tls syscall supportChristophe Lyon2-0/+4
2018-04-30linux-user: move arm cpu loop to arm directoryLaurent Vivier1-0/+430
2018-04-30linux-user: create a dummy per arch cpu_loop.cLaurent Vivier1-0/+26
2018-04-30linux-user: define TARGET_ARCH_HAS_SETUP_FRAMELaurent Vivier1-5/+1
2018-04-30linux-user: move arm signal.c parts to arm directoryLaurent Vivier2-1/+759
2018-04-30linux-user: create a dummy per arch signal.cLaurent Vivier1-0/+18
2018-02-25linux-user: Move CPU type name selection to a functionLaurent Vivier1-0/+14
2018-02-18linux-user: Implement ioctl cmd TIOCGPTPEERAndreas Schwab1-0/+1