summary refs log tree commit diff stats
path: root/linux-user/hppa (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user/hppa: Create get_elf_platformRichard Henderson2025-08-282-0/+7
* 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
* linux-user/hppa: Send proper si_code on SIGFPE exceptionHelge Deller2025-05-171-2/+10
* 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
* linux-user/hppa: fix -Werror=maybe-uninitialized false-positiveMarc-André Lureau2024-10-021-0/+2
* Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2024-09-271-12/+29
|\
| * linux-user: update syscall.tbl to Linux v6.10Laurent Vivier2024-09-221-12/+29
* | license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-onlyPhilippe Mathieu-Daudé2024-09-202-2/+2
|/
* linux-user/hppa: Force all code addresses to PRIV_USERRichard Henderson2024-05-153-11/+13
* 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