aboutsummaryrefslogtreecommitdiff
path: root/linux-user/alpha
AgeCommit message (Expand)AuthorFilesLines
2026-01-24Merge tag 'linux-user-for-v11-pull-request' of https://github.com/hdeller/qem...Richard Henderson1-0/+30
2026-01-23linux-user: Add missing termios baud ratesVivian Wang1-0/+1
2026-01-23linux-user: Add termios2 support to alpha targetLuca Bonissi1-0/+29
2026-01-22all: Clean up includesPeter Maydell1-1/+0
2026-01-12target/alpha: Introduce alpha_phys_addr_space_bits()Anton Johansson1-1/+22
2025-09-24target/alpha: Simplify call_pal implementationRichard Henderson1-5/+0
2025-09-17bsd-user, linux-user: introduce qemu_process_cpu_eventsPaolo Bonzini1-1/+1
2025-08-30linux-user: Remove target_pt_regs from target_syscall.hRichard Henderson1-40/+0
2025-08-30linux-user: Standardize on ELF_MACHINE not ELF_ARCHRichard Henderson1-1/+1
2025-08-30linux-user: Move elf parameters to alpha/target_elf.hRichard Henderson1-0/+3
2025-08-28linux-user/alpha: Create init_main_threadRichard Henderson1-7/+4
2025-08-28linux-user: Move get_elf_cpu_model to target/elfload.cRichard Henderson2-4/+11
2025-08-28linux-user: Create target/elfload.c filesRichard Henderson1-0/+1
2025-03-09user: Prefer cached CpuClass over CPU_GET_CLASS() macroPhilippe Mathieu-Daudé1-1/+1
2024-12-20user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h'Philippe Mathieu-Daudé1-1/+1
2024-12-20user: Forward declare target_cpu_copy_regs structurePhilippe Mathieu-Daudé1-1/+1
2024-09-27Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell1-6/+22
2024-09-22linux-user: update syscall.tbl to Linux v6.10Laurent Vivier1-6/+22
2024-09-20license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-onlyPhilippe Mathieu-Daudé2-2/+2
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