summaryrefslogtreecommitdiffstats
path: root/linux-user/alpha
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Provide MADV_* definitionsIlya Leoshkevich2022-09-271-0/+8
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* 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/+19Star
* 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/+0Star
* linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZSong Gao2022-01-061-1/+0Star
* linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson2021-12-202-5/+5
* linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson2021-12-201-1/+1
* target/alpha: Implement alpha_cpu_record_sigbusRichard Henderson2021-11-021-7/+0Star
* target/alpha: Implement alpha_cpu_record_sigsegvRichard Henderson2021-11-021-8/+0Star
* 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/+97Star
* 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/+1Star
* 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/+0Star
* linux user: Fix Lesser GPL version numberChetan Pant2020-11-152-2/+2
* linux-user: Correct definition of stack_tLemonBoy2020-11-111-2/+1Star
* 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
* linux-user: Add strace support for printing arguments of syscalls used to loc...Filip Bozuta2020-08-271-2/+3
* meson: linux-userMarc-André Lureau2020-08-212-5/+5
* linux-user, alpha: add syscall table generation supportLaurent Vivier2020-03-204-492/+516
* linux-user: alpha: Update syscall numbers to kernel 5.5 levelAleksandar Markovic2020-02-171-0/+35
* linux-user/alpha: Set r20 secondary return valueRichard Henderson2019-11-061-0/+9
* linux-user: Introduce cpu_clone_regs_parentRichard Henderson2019-11-061-0/+4
* linux-user: Rename cpu_clone_regs to cpu_clone_regs_childRichard Henderson2019-11-061-1/+2
* Supply missing header guardsMarkus Armbruster2019-06-122-0/+10
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* target/alpha: Use env_cpu, env_archcpuRichard Henderson2019-06-101-1/+1
* qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster2019-04-181-1/+1
* linux-user: Don't call gdb_handlesig() before queue_signal()Peter Maydell2018-11-121-8/+4Star
* linux-user: Report error message on stderr, rather than stdoutPhilippe Mathieu-Daudé2018-07-091-1/+1
* linux-user/alpha: Fix epoll syscallsRichard Henderson2018-06-111-3/+3
* linux-user: move alpha signal definitions to alpha/target_signal.hLaurent Vivier2018-06-041-0/+45
* linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier2018-06-043-9/+4Star