aboutsummaryrefslogtreecommitdiff
path: root/linux-user/elfload.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-06linux-user: Do not align brk with host page sizeAkihiko Odaki1-2/+2
2023-08-06linux-user/elfload: Set V in ELF_HWCAP for RISC-VNathan Egge1-1/+2
2023-07-22Revert "linux-user: Fix qemu-arm to run static armhf binaries"Michael Tokarev1-7/+0
2023-07-20Merge tag 'linux-user-brk-fixes-pull-request' of https://github.com/hdeller/q...Peter Maydell1-0/+7
2023-07-18linux-user: Fix qemu-arm to run static armhf binariesHelge Deller1-0/+7
2023-07-18linux-user/elfload: Fix /proc/cpuinfo features: on s390xIlya Leoshkevich1-19/+22
2023-07-15linux-user/arm: Do not allocate a commpage at all for M-profile CPUsPhilippe Mathieu-Daudé1-4/+17
2023-07-10linux-user: elfload: Add more initial s390x PSW bitsIlya Leoshkevich1-1/+3
2023-06-10linux-user: elfload: Specify -R is an option for qemu-user binariesAndrew Jeffery1-1/+2
2023-06-10linux-user: elfload: s/min_mmap_addr/mmap_min_addr/Andrew Jeffery1-1/+1
2023-06-05linux-user/elfload: Introduce elf_hwcap_str() on s390xIlya Leoshkevich1-0/+27
2023-06-05linux-user/elfload: Expose get_elf_hwcap() on s390xIlya Leoshkevich1-1/+1
2023-05-11cpu: expose qemu_cpu_list_lock for lock-guard useJamie Iles1-6/+7
2023-05-11disas: Remove target_ulong from the interfaceRichard Henderson1-2/+3
2023-05-05ppc: spapr: cleanup cr get/set with helpers.Harsh Prateek Bora1-3/+1
2023-04-04Revert "linux-user/arm: Take more care allocating commpage"Richard Henderson1-27/+10
2023-03-28linux-user/arm: Take more care allocating commpageRichard Henderson1-10/+27
2023-03-28include/exec: Change reserved_va semantics to last byteRichard Henderson1-7/+7
2023-03-28linux-user: Pass last not end to probe_guest_baseRichard Henderson1-12/+12
2023-03-28accel/tcg: Pass last not end to page_set_flagsRichard Henderson1-5/+6
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson1-0/+1
2023-03-10linux-user: add support for xtensa FDPICMax Filippov1-1/+15
2023-01-16accel/tcg: Add debuginfo supportIlya Leoshkevich1-0/+3
2022-09-27linux-user: Set ELF_BASE_PLATFORM for MIPSJiaxun Yang1-0/+31
2022-09-27linux-user: Introduce stubs for ELF AT_BASE_PLATFORMJiaxun Yang1-2/+27
2022-09-27linux-user/hppa: Drop stack guard page on hppa targetHelge Deller1-4/+9
2022-09-06linux-user: Honor PT_GNU_STACKRichard Henderson1-1/+18
2022-09-06linux-user/x86_64: Allocate vsyscall page as a commpageRichard Henderson1-0/+23
2022-09-06linux-user/hppa: Allocate page zero as a commpageRichard Henderson1-3/+31
2022-09-06linux-user/arm: Mark the commpage executableRichard Henderson1-1/+5
2022-07-11linux-user/aarch64: Add SME related hwcap entriesRichard Henderson1-0/+20
2022-07-04linux-user: Add LoongArch elf supportSong Gao1-0/+91
2022-06-21linux-user/x86_64: Fix ELF_PLATFORMRichard Henderson1-13/+17
2022-05-26linux-user: Add PowerPC ISA 3.1 and MMA to hwcapJoel Stanley1-0/+4
2022-05-23linux-user/elfload: Remove pointless non-const CPUArchState castPhilippe Mathieu-Daudé1-1/+1
2022-05-23linux-user: Clean up arg_start/arg_end confusionRichard Henderson1-4/+6
2022-04-26linux-user/nios2: Only initialize SP and PC in target_cpu_copy_regsRichard Henderson1-1/+0
2022-04-26target/nios2: Split PC out of env->regs[]Richard Henderson1-1/+1
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-2/+2
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-3/+3
2022-03-22linux-user: Fix missing space in error messageFergus Henderson1-1/+1
2022-02-09linux-user: Remove the deprecated ppc64abi32 targetThomas Huth1-2/+2
2022-01-18linux-user: don't adjust base of found holeAlex Bennée1-3/+2
2022-01-18linux-user/elfload: add extra logging for hole findingAlex Bennée1-0/+18
2022-01-18linux-user: expand reserved brk space for 64bit guestsAlex Bennée1-3/+9
2022-01-12linux-user: Fix clang warning for nios2-linux-user codePeter Maydell1-1/+1
2022-01-06linux-user/nios2: Map a real kuser pageRichard Henderson1-1/+49
2022-01-06linux-user/elfload: Rename ARM_COMMPAGE to HI_COMMPAGERichard Henderson1-9/+9
2021-11-22linux-user: fix Coverity CID 1464101Laurent Vivier1-3/+7
2021-11-02Revert "elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too"Philippe Mathieu-Daudé1-2/+0