aboutsummaryrefslogtreecommitdiff
path: root/linux-user/alpha
AgeCommit message (Expand)AuthorFilesLines
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-02-01linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev1-0/+21
2022-01-11linux-user/alpha: Use force_sig_faultRichard Henderson1-42/+19
2022-01-11linux-user/alpha: Set FPE_FLTUNK for gentrap ROPRANDRichard Henderson1-1/+1
2022-01-11linux-user/alpha: Set TRAP_UNK for bugchk and unknown gentrapRichard Henderson1-2/+2
2022-01-06target/alpha: Implement prctl_unalign_sigbusRichard Henderson1-1/+1
2022-01-06linux-user: Split out do_prctl and subroutinesRichard Henderson1-0/+1
2022-01-06linux-user: Remove TARGET_SIGSTKSZSong Gao1-1/+0
2022-01-06linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZSong Gao1-1/+0
2021-12-19linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson2-5/+5
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson1-1/+1
2021-11-02target/alpha: Implement alpha_cpu_record_sigbusRichard Henderson1-7/+0
2021-11-02target/alpha: Implement alpha_cpu_record_sigsegvRichard Henderson1-8/+0
2021-10-01linux-user/alpha: Implement setup_sigtrampRichard Henderson2-14/+21
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell2-0/+2
2021-09-13linux-user: Split signal-related prototypes into signal-common.hPeter Maydell1-0/+1
2021-07-13linux-user: update syscall.tbl to Linux v5.13Laurent Vivier1-0/+7
2021-07-12linux-user/alpha: Move errno definitions to 'target_errno_defs.h'Philippe Mathieu-Daudé2-194/+198
2021-07-12linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé1-0/+6
2021-07-07linux-user/alpha: Remove hardcoded tabs (code style)Philippe Mathieu-Daudé1-99/+97
2021-07-07linux-user/alpha: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé1-0/+2
2021-05-18linux-user/alpha: Define TARGET_ARCH_HAS_KA_RESTORERRichard Henderson1-0/+1
2021-05-18linux-user/alpha: Rename the sigaction restorer fieldRichard Henderson1-4/+4
2021-05-18linux-user/alpha: Fix rt sigframe returnRichard Henderson1-1/+1
2021-05-15linux-user: Pass CPUArchState to target_restore_altstackRichard Henderson1-1/+1
2021-05-15linux-user: Use target_restore_altstack in all sigreturnRichard Henderson1-5/+1
2021-02-13linux-user: target: signal: Support TARGET_SS_AUTODISARMChen Gang1-0/+6
2021-02-13linux-user: Add missing TARGET___O_TMPFILE for hppa and alphaHelge Deller1-0/+1
2021-01-21linux-user: Remove obsolete F_SHLCK and F_EXLCK translationMichael Forney1-2/+0
2020-11-15linux user: Fix Lesser GPL version numberChetan Pant2-2/+2
2020-11-11linux-user: Correct definition of stack_tLemonBoy1-2/+1
2020-10-26linux-user: update syscall.tbl to Linux 5.9-rc7Laurent Vivier1-1/+3
2020-08-27linux-user: Add missing termbits types and values definitionsFilip Bozuta1-0/+1
2020-08-27linux-user: Add strace support for printing arguments of syscalls used to loc...Filip Bozuta1-2/+3
2020-08-21meson: linux-userMarc-André Lureau2-5/+5
2020-03-20linux-user, alpha: add syscall table generation supportLaurent Vivier4-492/+516
2020-02-17linux-user: alpha: Update syscall numbers to kernel 5.5 levelAleksandar Markovic1-0/+35
2019-11-06linux-user/alpha: Set r20 secondary return valueRichard Henderson1-0/+9
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-06-12Supply missing header guardsMarkus Armbruster2-0/+10
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-10target/alpha: Use env_cpu, env_archcpuRichard Henderson1-1/+1
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster1-1/+1
2018-11-12linux-user: Don't call gdb_handlesig() before queue_signal()Peter Maydell1-8/+4
2018-07-09linux-user: Report error message on stderr, rather than stdoutPhilippe Mathieu-Daudé1-1/+1
2018-06-11linux-user/alpha: Fix epoll syscallsRichard Henderson1-3/+3
2018-06-04linux-user: move alpha signal definitions to alpha/target_signal.hLaurent Vivier1-0/+45
2018-06-04linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier3-9/+4
2018-06-04linux-user: move alpha fcntl definitions to alpha/target_fcntl.hLaurent Vivier1-0/+29