summary refs log tree commit diff stats
path: root/linux-user/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user/arm: Remove a.out startup remenentsRichard Henderson2025-08-281-4/+0
* linux-user/arm: Create init_main_threadRichard Henderson2025-08-281-10/+43
* linux-user: Move get_elf_platform to arm/elfload.cRichard Henderson2025-08-282-0/+30
* linux-user: Move hwcap functions to {arm,aarch64}/elfload.cRichard Henderson2025-08-283-2/+166
* 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-14/+11
* semihosting: Retrieve stack top from image_infoRichard Henderson2025-08-281-1/+0
* linux-user/arm: Fix return value of SYS_cacheflushJ. Neuschäfer2025-06-161-0/+1
* include/exec: Split out mmap-lock.hRichard Henderson2025-04-231-0/+1
* linux-user/arm: Remove unused get_put_user macrosPeter Maydell2025-03-141-39/+4
* 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
* accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (4/4)Philippe Mathieu-Daudé2024-12-201-0/+1
* target/arm: Set default NaN pattern explicitlyPeter Maydell2024-12-111-0/+5
* linux-user/arm: Select vdso for be8 and be32 modesRichard Henderson2024-11-164-6/+16
* linux-user/arm: Reduce vdso alignment to 4kRichard Henderson2024-11-163-1/+1
* target/arm: Explicitly set 2-NaN propagation rulePeter Maydell2024-11-051-0/+18
* Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2024-09-271-4/+21
|\
| * linux-user: update syscall.tbl to Linux v6.11Laurent Vivier2024-09-221-0/+1
| * linux-user: update syscall.tbl to Linux v6.10Laurent Vivier2024-09-221-4/+20
* | license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-onlyPhilippe Mathieu-Daudé2024-09-201-1/+1
|/
* exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé2024-05-061-0/+1
* linux-user: Move tswap_siginfo out of target codeGustavo Romero2024-03-131-1/+1
* {linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich2024-03-062-3/+3
* Merge tag 'pull-lu-20231030' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2023-10-318-17/+305
|\
| * linux-user/arm: Add vdsoRichard Henderson2023-10-308-17/+305
* | target/arm: Move feature test functions to their own headerPeter Maydell2023-10-271-0/+1
|/
* linux-user: Emulate /proc/cpuinfo on aarch64 and armHelge Deller2023-09-011-1/+101
* 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/+8
* linux-user/armeb: Fix __kernel_cmpxchg() for armebHelge Deller2023-07-311-2/+7
* include/exec: Change reserved_va semantics to last byteRichard Henderson2023-03-281-1/+1
* target/arm: Convert CPUARMState::eabi to booleanPhilippe Mathieu-Daudé2023-02-161-2/+2
* linux-user: move target_flat.h to target subdirsMike Frysinger2023-02-031-0/+1
* linux-user: Provide MADV_* definitionsIlya Leoshkevich2022-09-271-0/+1
* linux-user/arm: Mark the commpage executableRichard Henderson2022-09-061-2/+2
* semihosting: Return void from do_common_semihostingRichard Henderson2022-06-281-1/+1
* target/arm: Change CPUArchState.thumb to boolRichard Henderson2022-04-221-1/+1
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-062-2/+2
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-062-4/+4
* linux-user/arm: Implement __kernel_cmpxchg64 with host atomicsRichard Henderson2022-03-231-39/+36
* linux-user/arm: Implement __kernel_cmpxchg with host atomicsRichard Henderson2022-03-231-25/+62
* linux-user/arm: Implement __kernel_memory_barrierRichard Henderson2022-03-231-1/+1
* linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev2022-02-011-0/+1
* linux-user: Fix comment typo in arm cpu_loop codePeter Maydell2022-01-181-2/+2
* linux-user: Move target_struct.h generic definitions to generic/Richard Henderson2022-01-111-51/+1