aboutsummaryrefslogtreecommitdiff
path: root/linux-user/hppa
AgeCommit message (Expand)AuthorFilesLines
3 daysbsd-user, linux-user: introduce qemu_process_cpu_eventsPaolo Bonzini1-1/+1
2025-08-30linux-user: Remove target_pt_regs from target_syscall.hRichard Henderson1-18/+0
2025-08-30linux-user: Standardize on ELF_MACHINE not ELF_ARCHRichard Henderson1-1/+1
2025-08-30linux-user: Move elf parameters to hppa/target_elf.hRichard Henderson1-0/+6
2025-08-30linux-user: Move init_guest_commpage to hppa/elfload.cRichard Henderson2-0/+33
2025-08-28linux-user/hppa: Create init_main_threadRichard Henderson1-7/+11
2025-08-28linux-user/hppa: Create get_elf_platformRichard Henderson2-0/+7
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-05-17linux-user/hppa: Send proper si_code on SIGFPE exceptionHelge Deller1-2/+10
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-10-02linux-user/hppa: fix -Werror=maybe-uninitialized false-positiveMarc-André Lureau1-0/+2
2024-09-27Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell1-12/+29
2024-09-22linux-user: update syscall.tbl to Linux v6.10Laurent Vivier1-12/+29
2024-09-20license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-onlyPhilippe Mathieu-Daudé2-2/+2
2024-05-15linux-user/hppa: Force all code addresses to PRIV_USERRichard Henderson3-11/+13
2024-03-13linux-user: Move tswap_siginfo out of target codeGustavo Romero1-1/+1
2024-03-06{linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich1-1/+1
2023-11-06linux-user/hppa: Drop EXCP_DUMP from handled exceptionsRichard Henderson1-4/+0
2023-11-06linux-user/hppa: Fixes for TARGET_ABI32Richard Henderson1-3/+3
2023-11-06target/hppa: Implement hppa_cpu_class_by_nameRichard Henderson1-1/+1
2023-10-30linux-user/hppa: Add vdsoRichard Henderson7-10/+284
2023-10-04linux-user/hppa: Fix struct target_sigcontext layoutRichard Henderson1-1/+1
2023-09-19linux-user/hppa: lock both words of function descriptorMikulas Patocka1-2/+3
2023-09-19linux-user/hppa: clear the PSW 'N' bit when delivering signalsMikulas Patocka1-0/+1
2023-09-01linux-user: Split out cpu/target_proc.hRichard Henderson1-0/+26
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/+3
2023-07-15linux-user: Split TARGET_MAP_* out of syscall_defs.hRichard Henderson1-0/+10
2023-03-10linux-user: Add translation for argument of msync()Helge Deller1-0/+4
2022-11-02linux-user/hppa: Detect glibc ABORT_INSTRUCTION and EXCP_BREAK handlerHelge Deller1-5/+14
2022-09-27linux-user/hppa: Fix setup_sigcontext()Helge Deller1-13/+3
2022-09-27linux-user/hppa: Increase guest stack size to 80MB for hppa targetHelge Deller1-0/+2
2022-09-27linux-user/hppa: Add signal trampoline for hppa targetHelge Deller2-23/+32
2022-09-27linux-user: Provide MADV_* definitionsIlya Leoshkevich1-0/+15
2022-09-27linux-user/hppa: Use EXCP_DUMP() to show enhanced debug infoHelge Deller1-1/+5
2022-07-25linux-user/hppa: Fix segfaults on page zeroHelge Deller1-0/+3
2022-02-01linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev1-0/+1
2022-01-11linux-user/hppa: Set FPE_CONDTRAP for CONDRichard Henderson1-0/+2
2022-01-11linux-user/hppa: Use the proper si_code for PRIV_OPR, PRIV_REG, OVERFLOWRichard Henderson1-1/+7
2022-01-11linux-user/hppa: Use force_sig_faultRichard Henderson1-15/+3
2022-01-06target/hppa: 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-3/+3
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson1-1/+1
2021-11-02linux-user/hppa: Remove EXCP_UNALIGN handlingRichard Henderson1-7/+0
2021-11-02target/hppa: Make hppa_cpu_tlb_fill sysemu onlyRichard Henderson1-16/+0