aboutsummaryrefslogtreecommitdiff
path: root/linux-user/alpha
AgeCommit message (Expand)Author
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-02-01linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev
2022-01-11linux-user/alpha: Use force_sig_faultRichard Henderson
2022-01-11linux-user/alpha: Set FPE_FLTUNK for gentrap ROPRANDRichard Henderson
2022-01-11linux-user/alpha: Set TRAP_UNK for bugchk and unknown gentrapRichard Henderson
2022-01-06target/alpha: Implement prctl_unalign_sigbusRichard Henderson
2022-01-06linux-user: Split out do_prctl and subroutinesRichard Henderson
2022-01-06linux-user: Remove TARGET_SIGSTKSZSong Gao
2022-01-06linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZSong 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/alpha: Implement alpha_cpu_record_sigbusRichard Henderson
2021-11-02target/alpha: Implement alpha_cpu_record_sigsegvRichard Henderson
2021-10-01linux-user/alpha: Implement setup_sigtrampRichard Henderson
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-07-13linux-user: update syscall.tbl to Linux v5.13Laurent Vivier
2021-07-12linux-user/alpha: Move errno definitions to 'target_errno_defs.h'Philippe Mathieu-Daudé
2021-07-12linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé
2021-07-07linux-user/alpha: Remove hardcoded tabs (code style)Philippe Mathieu-Daudé
2021-07-07linux-user/alpha: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé
2021-05-18linux-user/alpha: Define TARGET_ARCH_HAS_KA_RESTORERRichard Henderson
2021-05-18linux-user/alpha: Rename the sigaction restorer fieldRichard Henderson
2021-05-18linux-user/alpha: Fix rt sigframe returnRichard 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-02-13linux-user: target: signal: Support TARGET_SS_AUTODISARMChen Gang
2021-02-13linux-user: Add missing TARGET___O_TMPFILE for hppa and alphaHelge Deller
2021-01-21linux-user: Remove obsolete F_SHLCK and F_EXLCK translationMichael Forney
2020-11-15linux user: Fix Lesser GPL version numberChetan Pant
2020-11-11linux-user: Correct definition of stack_tLemonBoy
2020-10-26linux-user: update syscall.tbl to Linux 5.9-rc7Laurent Vivier
2020-08-27linux-user: Add missing termbits types and values definitionsFilip 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-03-20linux-user, alpha: add syscall table generation supportLaurent Vivier
2020-02-17linux-user: alpha: Update syscall numbers to kernel 5.5 levelAleksandar Markovic
2019-11-06linux-user/alpha: Set r20 secondary return valueRichard Henderson
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-06-12Supply missing header guardsMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-10target/alpha: Use env_cpu, env_archcpuRichard Henderson
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2018-11-12linux-user: Don't call gdb_handlesig() before queue_signal()Peter Maydell
2018-07-09linux-user: Report error message on stderr, rather than stdoutPhilippe Mathieu-Daudé
2018-06-11linux-user/alpha: Fix epoll syscallsRichard Henderson
2018-06-04linux-user: move alpha signal definitions to alpha/target_signal.hLaurent Vivier
2018-06-04linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier
2018-06-04linux-user: move alpha fcntl definitions to alpha/target_fcntl.hLaurent Vivier