summary refs log tree commit diff stats
path: root/linux-user/hppa (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Move tswap_siginfo out of target codeGustavo Romero2024-03-131-1/+1
* {linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich2024-03-061-1/+1
* linux-user/hppa: Drop EXCP_DUMP from handled exceptionsRichard Henderson2023-11-061-4/+0
* linux-user/hppa: Fixes for TARGET_ABI32Richard Henderson2023-11-061-3/+3
* target/hppa: Implement hppa_cpu_class_by_nameRichard Henderson2023-11-061-1/+1
* linux-user/hppa: Add vdsoRichard Henderson2023-10-307-10/+284
* linux-user/hppa: Fix struct target_sigcontext layoutRichard Henderson2023-10-041-1/+1
* linux-user/hppa: lock both words of function descriptorMikulas Patocka2023-09-191-2/+3
* linux-user/hppa: clear the PSW 'N' bit when delivering signalsMikulas Patocka2023-09-191-0/+1
* linux-user: Split out cpu/target_proc.hRichard Henderson2023-09-011-0/+26
* 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/+3
* linux-user: Split TARGET_MAP_* out of syscall_defs.hRichard Henderson2023-07-151-0/+10
* linux-user: Add translation for argument of msync()Helge Deller2023-03-101-0/+4
* linux-user/hppa: Detect glibc ABORT_INSTRUCTION and EXCP_BREAK handlerHelge Deller2022-11-021-5/+14
* linux-user/hppa: Fix setup_sigcontext()Helge Deller2022-09-271-13/+3
* linux-user/hppa: Increase guest stack size to 80MB for hppa targetHelge Deller2022-09-271-0/+2
* linux-user/hppa: Add signal trampoline for hppa targetHelge Deller2022-09-272-23/+32
* linux-user: Provide MADV_* definitionsIlya Leoshkevich2022-09-271-0/+15
* linux-user/hppa: Use EXCP_DUMP() to show enhanced debug infoHelge Deller2022-09-271-1/+5
* linux-user/hppa: Fix segfaults on page zeroHelge Deller2022-07-251-0/+3
* linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev2022-02-011-0/+1
* linux-user/hppa: Set FPE_CONDTRAP for CONDRichard Henderson2022-01-111-0/+2
* linux-user/hppa: Use the proper si_code for PRIV_OPR, PRIV_REG, OVERFLOWRichard Henderson2022-01-111-1/+7
* linux-user/hppa: Use force_sig_faultRichard Henderson2022-01-111-15/+3
* target/hppa: 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-3/+3
* linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson2021-12-191-1/+1
* linux-user/hppa: Remove EXCP_UNALIGN handlingRichard Henderson2021-11-021-7/+0
* target/hppa: Make hppa_cpu_tlb_fill sysemu onlyRichard Henderson2021-11-021-16/+0
* linux-user/hppa: Document non-use of setup_sigtrampRichard Henderson2021-10-011-0/+14
* 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
* qemu/atomic: Add aligned_{int64,uint64}_t typesRichard Henderson2021-07-211-1/+1
* linux-user: update syscall.tbl to Linux v5.13Laurent Vivier2021-07-131-12/+19
* linux-user/hppa: Move errno definitions to 'target_errno_defs.h'Philippe Mathieu-Daudé2021-07-122-210/+214
* linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé2021-07-121-0/+6
* linux-user/hppa: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé2021-07-071-0/+2
* 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-7/+1
* linux-user: Use cpu_untagged_addr in access_ok; split out *_untaggedRichard Henderson2021-02-161-4/+4
* exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson2021-02-161-15/+16
* linux-user: target: signal: Support TARGET_SS_AUTODISARMChen Gang2021-02-131-0/+5
* linux-user: fix O_NONBLOCK in signalfd4() and eventfd2() syscallsHelge Deller2021-02-131-0/+1
* linux-user: fix O_NONBLOCK usage for hppa targetHelge Deller2021-02-131-1/+1
* linux-user: Add missing TARGET___O_TMPFILE for hppa and alphaHelge Deller2021-02-131-0/+1
* linux user: Fix Lesser GPL version numberChetan Pant2020-11-152-2/+2