aboutsummaryrefslogtreecommitdiff
path: root/linux-user/alpha
AgeCommit message (Expand)AuthorFilesLines
2024-03-13linux-user: Move tswap_siginfo out of target codeGustavo Romero1-1/+1
2024-01-05target/alpha: Remove fallback to ev67 cpu classGavin Shan1-1/+1
2023-09-01linux-user: Emulate /proc/cpuinfo for AlphaHelge Deller1-1/+67
2023-09-01linux-user: Split out cpu/target_proc.hRichard Henderson1-0/+1
2023-08-08linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.hRichard Henderson1-0/+3
2023-08-08linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.hRichard Henderson1-0/+8
2023-07-15linux-user: Split TARGET_MAP_* out of syscall_defs.hRichard Henderson1-0/+13
2023-03-10linux-user: Add translation for argument of msync()Helge Deller1-0/+4
2022-09-27linux-user: Provide MADV_* definitionsIlya Leoshkevich1-0/+8
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