summary refs log tree commit diff stats
path: root/linux-user/elfload.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user/microblaze: Create init_main_threadRichard Henderson2025-08-281-7/+1
* linux-user/mips: Create init_main_threadRichard Henderson2025-08-281-7/+1
* linux-user/loongarch64: Create init_main_threadRichard Henderson2025-08-281-8/+1
* linux-user/ppc: Create init_main_threadRichard Henderson2025-08-281-16/+1
* linux-user/sparc: Create init_main_threadRichard Henderson2025-08-281-10/+2
* linux-user/aarch64: Create init_main_threadRichard Henderson2025-08-281-9/+1
* linux-user/arm: Create init_main_threadRichard Henderson2025-08-281-40/+1
* linux-user/i386: Create init_main_threadRichard Henderson2025-08-281-23/+6
* linux-user: Create do_init_main_threadRichard Henderson2025-08-281-2/+5
* linux-user: Move get_elf_base_platform to mips/elfload.cRichard Henderson2025-08-281-36/+4
* linux-user: Remove ELF_PLATFORMRichard Henderson2025-08-281-14/+4
* linux-user/hppa: Create get_elf_platformRichard Henderson2025-08-281-1/+1
* linux-user/loongarch64: Create get_elf_platformRichard Henderson2025-08-281-1/+1
* linux-user: Move get_elf_platform to arm/elfload.cRichard Henderson2025-08-281-36/+2
* linux-user: Move get_elf_platform to {i386,x86_64}/elfload.cRichard Henderson2025-08-281-16/+2
* linux-user: Remove ELF_HWCAP2Richard Henderson2025-08-281-13/+10
* linux-user: Remove ELF_HWCAPRichard Henderson2025-08-281-23/+12
* linux-user: Move get_elf_hwcap to riscv/elfload.cRichard Henderson2025-08-281-13/+1
* linux-user: Move hwcap functions to s390x/elfload.cRichard Henderson2025-08-281-59/+1
* linux-user: Move get_elf_hwcap to sh4/elfload.cRichard Henderson2025-08-281-28/+1
* linux-user: Move get_elf_hwcap to mips/elfload.cRichard Henderson2025-08-281-51/+1
* linux-user: Move get_elf_hwcap to loongarch64/elfload.cRichard Henderson2025-08-281-48/+1
* linux-user: Move hwcap functions to ppc/elfload.cRichard Henderson2025-08-281-114/+2
* linux-user: Move get_elf_hwcap to sparc/elfload.cRichard Henderson2025-08-281-29/+1
* linux-user: Move hwcap functions to {arm,aarch64}/elfload.cRichard Henderson2025-08-281-501/+4
* linux-user: Move get_elf_hwcap to {i386,x86_64}/elfload.cRichard Henderson2025-08-281-8/+1
* linux-user: Move ppc uabi/asm/elf.h workaround to osdep.hRichard Henderson2025-08-281-10/+0
* linux-user/aarch64: Set hwcap bits for SME2p1/SVE2p1Richard Henderson2025-07-041-0/+8
* linux-user/aarch64: Update hwcap bits from 6.14Richard Henderson2025-06-231-3/+72
* accel/tcg: Use vaddr for walk_memory_regions callbackRichard Henderson2025-04-301-10/+9
* accel/tcg: Add CPUState argument to page_unprotectRichard Henderson2025-04-301-1/+1
* linux-user/elfload: Use target_needs_bswap()Philippe Mathieu-Daudé2025-04-251-24/+39
* include/exec: Split out mmap-lock.hRichard Henderson2025-04-231-0/+1
* exec/cpu-all: remove BSWAP_NEEDEDPierrick Bouvier2025-03-211-4/+4
* elfload: Fix alignment when unmapping excess reservationFabiano Rosas2025-02-181-2/+2
* accel/tcg: Include missing 'exec/translation-block.h' headerPhilippe Mathieu-Daudé2024-12-201-0/+1
* accel/tcg: Move page_[un]protect() to 'user/page-protection.h'Philippe Mathieu-Daudé2024-12-201-1/+1
* linux-user/arm: Select vdso for be8 and be32 modesRichard Henderson2024-11-161-6/+25
* linux-user: Drop image_info.alignmentRichard Henderson2024-11-161-4/+3
* linux-user: Honor elf alignment when placing imagesRichard Henderson2024-11-161-7/+28
* linux-user: Tolerate CONFIG_LSM_MMAP_MIN_ADDRIlya Leoshkevich2024-11-161-1/+1
* linux-user/i386: Emulate orig_axIlya Leoshkevich2024-10-131-2/+2
* include/exec: Introduce env_cpu_const()Ilya Leoshkevich2024-10-131-1/+1
* linux-user: Fix parse_elf_properties GNU0_MAGIC checkRichard Henderson2024-10-081-6/+6
* linux-user: Remove support for CRIS targetPhilippe Mathieu-Daudé2024-09-131-15/+0
* linux-user/elfload: Fix pr_pid values in core filesIlya Leoshkevich2024-08-051-5/+3
* target/sparc: Implement IMA extensionRichard Henderson2024-06-051-0/+1
* target/sparc: Enable VIS3 feature bitRichard Henderson2024-06-051-0/+1
* target/sparc: Implement FMAf extensionRichard Henderson2024-06-051-0/+1
* linux-user/hppa: Force all code addresses to PRIV_USERRichard Henderson2024-05-151-2/+2