summary refs log tree commit diff stats
path: root/linux-user/alpha (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Move get_elf_cpu_model to target/elfload.cRichard Henderson2025-08-282-4/+11
* linux-user: Create target/elfload.c filesRichard Henderson2025-08-281-0/+1
* user: Prefer cached CpuClass over CPU_GET_CLASS() macroPhilippe Mathieu-Daudé2025-03-091-1/+1
* user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h'Philippe Mathieu-Daudé2024-12-201-1/+1
* user: Forward declare target_cpu_copy_regs structurePhilippe Mathieu-Daudé2024-12-201-1/+1
* Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2024-09-271-6/+22
|\
| * linux-user: update syscall.tbl to Linux v6.10Laurent Vivier2024-09-221-6/+22
* | license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-onlyPhilippe Mathieu-Daudé2024-09-202-2/+2
|/
* linux-user: Move tswap_siginfo out of target codeGustavo Romero2024-03-131-1/+1
* target/alpha: Remove fallback to ev67 cpu classGavin Shan2024-01-051-1/+1
* linux-user: Emulate /proc/cpuinfo for AlphaHelge Deller2023-09-011-1/+67
* linux-user: Split out cpu/target_proc.hRichard Henderson2023-09-011-0/+1
* linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.hRichard Henderson2023-08-081-0/+3
* linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.hRichard Henderson2023-08-081-0/+8
* linux-user: Split TARGET_MAP_* out of syscall_defs.hRichard Henderson2023-07-151-0/+13
* linux-user: Add translation for argument of msync()Helge Deller2023-03-101-0/+4
* linux-user: Provide MADV_* definitionsIlya Leoshkevich2022-09-271-0/+8
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev2022-02-011-0/+21
* linux-user/alpha: Use force_sig_faultRichard Henderson2022-01-111-42/+19
* linux-user/alpha: Set FPE_FLTUNK for gentrap ROPRANDRichard Henderson2022-01-111-1/+1
* linux-user/alpha: Set TRAP_UNK for bugchk and unknown gentrapRichard Henderson2022-01-111-2/+2
* target/alpha: Implement prctl_unalign_sigbusRichard Henderson2022-01-061-1/+1
* linux-user: Split out do_prctl and subroutinesRichard Henderson2022-01-061-0/+1
* linux-user: Remove TARGET_SIGSTKSZSong Gao2022-01-061-1/+0
* linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZSong Gao2022-01-061-1/+0
* linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson2021-12-192-5/+5
* linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson2021-12-191-1/+1
* target/alpha: Implement alpha_cpu_record_sigbusRichard Henderson2021-11-021-7/+0
* target/alpha: Implement alpha_cpu_record_sigsegvRichard Henderson2021-11-021-8/+0
* linux-user/alpha: Implement setup_sigtrampRichard Henderson2021-10-012-14/+21
* linux-user: Split linux-user internals out of qemu.hPeter Maydell2021-09-132-0/+2
* linux-user: Split signal-related prototypes into signal-common.hPeter Maydell2021-09-131-0/+1
* linux-user: update syscall.tbl to Linux v5.13Laurent Vivier2021-07-131-0/+7
* linux-user/alpha: Move errno definitions to 'target_errno_defs.h'Philippe Mathieu-Daudé2021-07-122-194/+198
* linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé2021-07-121-0/+6
* linux-user/alpha: Remove hardcoded tabs (code style)Philippe Mathieu-Daudé2021-07-071-99/+97
* linux-user/alpha: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé2021-07-071-0/+2
* linux-user/alpha: Define TARGET_ARCH_HAS_KA_RESTORERRichard Henderson2021-05-181-0/+1
* linux-user/alpha: Rename the sigaction restorer fieldRichard Henderson2021-05-181-4/+4
* linux-user/alpha: Fix rt sigframe returnRichard Henderson2021-05-181-1/+1
* linux-user: Pass CPUArchState to target_restore_altstackRichard Henderson2021-05-151-1/+1
* linux-user: Use target_restore_altstack in all sigreturnRichard Henderson2021-05-151-5/+1
* linux-user: target: signal: Support TARGET_SS_AUTODISARMChen Gang2021-02-131-0/+6
* linux-user: Add missing TARGET___O_TMPFILE for hppa and alphaHelge Deller2021-02-131-0/+1
* linux-user: Remove obsolete F_SHLCK and F_EXLCK translationMichael Forney2021-01-211-2/+0
* linux user: Fix Lesser GPL version numberChetan Pant2020-11-152-2/+2
* linux-user: Correct definition of stack_tLemonBoy2020-11-111-2/+1
* linux-user: update syscall.tbl to Linux 5.9-rc7Laurent Vivier2020-10-261-1/+3
* linux-user: Add missing termbits types and values definitionsFilip Bozuta2020-08-271-0/+1