aboutsummaryrefslogtreecommitdiff
path: root/linux-user/arm
AgeCommit message (Expand)Author
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2024-03-13linux-user: Move tswap_siginfo out of target codeGustavo Romero
2024-03-06{linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich
2023-10-31Merge tag 'pull-lu-20231030' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-10-30linux-user/arm: Add vdsoRichard Henderson
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell
2023-09-01linux-user: Emulate /proc/cpuinfo on aarch64 and armHelge Deller
2023-09-01linux-user: Split out cpu/target_proc.hRichard Henderson
2023-08-08linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.hRichard Henderson
2023-08-08linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.hRichard Henderson
2023-07-31linux-user/armeb: Fix __kernel_cmpxchg() for armebHelge Deller
2023-03-28include/exec: Change reserved_va semantics to last byteRichard Henderson
2023-02-16target/arm: Convert CPUARMState::eabi to booleanPhilippe Mathieu-Daudé
2023-02-03linux-user: move target_flat.h to target subdirsMike Frysinger
2022-09-27linux-user: Provide MADV_* definitionsIlya Leoshkevich
2022-09-06linux-user/arm: Mark the commpage executableRichard Henderson
2022-06-28semihosting: Return void from do_common_semihostingRichard Henderson
2022-04-22target/arm: Change CPUArchState.thumb to boolRichard Henderson
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-03-23linux-user/arm: Implement __kernel_cmpxchg64 with host atomicsRichard Henderson
2022-03-23linux-user/arm: Implement __kernel_cmpxchg with host atomicsRichard Henderson
2022-03-23linux-user/arm: Implement __kernel_memory_barrierRichard Henderson
2022-02-01linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev
2022-01-18linux-user: Fix comment typo in arm cpu_loop codePeter Maydell
2022-01-11linux-user: Move target_struct.h generic definitions to generic/Richard Henderson
2022-01-11linux-user/arm: Move target_oabi_flock64 out of target_structs.hRichard Henderson
2022-01-06linux-user: Split out do_prctl and subroutinesRichard Henderson
2022-01-06linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZSong Gao
2022-01-06linux-user: Move target_signal.h generic definitions to generic/signal.hSong Gao
2021-12-19linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson
2021-11-02target/arm: Implement arm_cpu_record_sigbusRichard Henderson
2021-10-01linux-user/arm: Implement setup_sigtrampRichard Henderson
2021-10-01linux-user/arm: Drop "_v2" from symbols in signal.cRichard Henderson
2021-10-01linux-user/arm: Drop v1 signal framesRichard Henderson
2021-09-23linux-user/arm: Use force_sig_fault()Peter Maydell
2021-09-23linux-user/arm: Use force_sig() to deliver fpa11 emulation SIGFPEPeter Maydell
2021-09-23linux-user/arm: Set siginfo_t addr field for SIGTRAP signalsPeter Maydell
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell
2021-09-13linux-user: Split signal-related prototypes into signal-common.hPeter Maydell
2021-08-26target/arm: Do hflags rebuild in cpsr_write()Peter Maydell
2021-07-13linux-user: update syscall.tbl to Linux v5.13Laurent Vivier
2021-07-12linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé
2021-06-03softfloat: Introduce Floatx80RoundPrecRichard Henderson
2021-05-15linux-user: Pass CPUArchState to target_restore_altstackRichard Henderson
2021-05-15linux-user: Use target_restore_altstack in all sigreturnRichard Henderson
2021-05-15linux-user/arm: Simplify accumulating and raising fpa11 exceptionsRichard Henderson
2021-05-15linux-user/arm: Do not fill in si_code for fpa11 exceptionsRichard Henderson