summary refs log tree commit diff stats
path: root/linux-user/aarch64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user/aarch64: Create init_main_threadRichard Henderson2025-08-281-8/+6
* linux-user: Move get_elf_platform to arm/elfload.cRichard Henderson2025-08-282-0/+6
* linux-user: Move hwcap functions to {arm,aarch64}/elfload.cRichard Henderson2025-08-282-0/+336
* 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
* semihosting: Initialize heap once per processRichard Henderson2025-08-281-7/+0
* semihosting: Retrieve stack top from image_infoRichard Henderson2025-08-281-1/+0
* linux-user/aarch64: Support ZT_MAGIC signal frame recordPeter Maydell2025-07-251-1/+92
* linux-user/aarch64: Support TPIDR2_MAGIC signal frame recordPeter Maydell2025-07-251-2/+40
* linux-user/aarch64: Clear TPIDR2_EL0 when delivering signalsPeter Maydell2025-07-251-1/+5
* target/arm: Rename zarray to za_state.zaRichard Henderson2025-07-041-2/+2
* linux-user/aarch64: Remove unused get/put_user macrosPeter Maydell2025-03-141-48/+0
* linux-user: Move TARGET_SA_RESTORER out of generic/signal.hAndreas Schwab2025-02-181-0/+2
* 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/aarch64: Include missing 'user/abitypes.h' headerPhilippe Mathieu-Daudé2024-12-201-0/+2
* linux-user/aarch64: Reduce vdso alignment to 4kRichard Henderson2024-11-163-2/+3
* linux-user,aarch64: move to syscalltbl fileLaurent Vivier2024-09-224-330/+440
* linux-user: update syscall_nr.h to Linux v6.10Laurent Vivier2024-09-221-1/+18
* target/arm: Factor out code for setting MTE TCF0 fieldGustavo Romero2024-07-054-20/+71
* 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/aarch64: Choose SYNC as the preferred MTE modeRichard Henderson2024-02-151-12/+17
* linux-user/aarch64: Add padding before __kernel_rt_sigreturnRichard Henderson2024-02-033-0/+4
* Merge tag 'pull-lu-20231030' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2023-10-316-0/+169
|\
| * linux-user/aarch64: Add vdsoRichard Henderson2023-10-306-0/+169
* | target/arm: Move feature test functions to their own headerPeter Maydell2023-10-273-0/+4
|/
* linux-user: Emulate /proc/cpuinfo on aarch64 and armHelge Deller2023-09-011-1/+1
* 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/+10
* linux-user: Split TARGET_PROT_* out of syscall_defs.hRichard Henderson2023-07-151-0/+8
* linux-user: move target_flat.h to target subdirsMike Frysinger2023-02-031-0/+1
* target/arm/sme: Rebuild hflags in aarch64_set_svcr()Richard Henderson2023-01-232-10/+1
* target/arm/sme: Reset SVE state in aarch64_set_svcr()Richard Henderson2023-01-232-8/+1
* target/arm/sme: Introduce aarch64_set_svcr()Richard Henderson2023-01-232-2/+2
* linux-user: Provide MADV_* definitionsIlya Leoshkevich2022-09-271-0/+1
* linux-user/aarch64: Implement PR_SME_GET_VL, PR_SME_SET_VLRichard Henderson2022-07-111-0/+54
* linux-user: Rename sve prctlsRichard Henderson2022-07-111-4/+4
* linux-user/aarch64: Implement SME signal handlingRichard Henderson2022-07-111-13/+154
* linux-user/aarch64: Move sve record checks into restoreRichard Henderson2022-07-111-16/+35
* linux-user/aarch64: Verify extra record lock succeededRichard Henderson2022-07-111-0/+3
* linux-user/aarch64: Do not allow duplicate or short sve recordsRichard Henderson2022-07-111-1/+4
* linux-user/aarch64: Tidy target_restore_sigframe error returnRichard Henderson2022-07-111-14/+10
* linux-user/aarch64: Add SM bit to SVE signal contextRichard Henderson2022-07-111-1/+8
* linux-user/aarch64: Reset PSTATE.SM on syscallsRichard Henderson2022-07-111-0/+9
* linux-user/aarch64: Clear tpidr2_el0 if CLONE_SETTLSRichard Henderson2022-07-111-1/+4
* semihosting: Return void from do_common_semihostingRichard Henderson2022-06-281-1/+1
* linux-user/aarch64: Introduce sve_vqRichard Henderson2022-06-082-8/+14
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0