aboutsummaryrefslogtreecommitdiff
path: root/linux-user/elfload.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-29accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich1-1/+1
2024-01-23linux-user/elfload: check PR_GET_DUMPABLE before creating coredumpThomas Weißschuh1-0/+6
2024-01-23linux-user/elfload: test return value of getrlimitThomas Weißschuh1-2/+2
2023-11-21linux-user: Fix loaddr computation for some elf filesRichard Henderson1-1/+1
2023-11-02linux-user: Report AArch64 hwcap2 fields above bit 31Peter Maydell1-4/+4
2023-11-02linux-user/elfload: Add missing arm64 hwcap valuesMarielle Novastrider1-0/+3
2023-10-31Merge tag 'pull-lu-20231030' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi1-130/+223
2023-10-30linux-user: Show vdso address in /proc/pid/mapsRichard Henderson1-0/+1
2023-10-30linux-user/s390x: Add vdsoRichard Henderson1-0/+2
2023-10-30linux-user/ppc: Add vdsoRichard Henderson1-0/+8
2023-10-30linux-user/loongarch64: Add vdsoRichard Henderson1-0/+2
2023-10-30linux-user/riscv: Add vdsoRichard Henderson1-0/+2
2023-10-30linux-user/hppa: Add vdsoRichard Henderson1-0/+2
2023-10-30linux-user/arm: Add vdsoRichard Henderson1-1/+2
2023-10-30linux-user/aarch64: Add vdsoRichard Henderson1-0/+6
2023-10-30linux-user/x86_64: Add vdsoRichard Henderson1-2/+2
2023-10-30linux-user/i386: Add vdsoRichard Henderson1-2/+17
2023-10-30linux-user: Load vdso image if availableRichard Henderson1-9/+81
2023-10-30linux-user: Use ImageSource in load_symbolsRichard Henderson1-36/+45
2023-10-30linux-user: Use ImageSource in load_elf_imageRichard Henderson1-79/+49
2023-10-30linux-user: Do not clobber bprm_buf swapping ehdrRichard Henderson1-11/+14
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell1-0/+4
2023-10-18linux-user/elfload: Enable LSX/LASX in HWCAP for LoongArchJiajie Chen1-0/+8
2023-10-18linux-user: Fixes for zero_bssRichard Henderson1-13/+40
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-2/+2
2023-09-21target/arm: Enable FEAT_MOPS for CPU 'max'Peter Maydell1-0/+1
2023-09-21target/arm: Implement FEAT_HBCPeter Maydell1-0/+1
2023-09-21linux-user/elfload.c: Report previously missing arm32 hwcapsPeter Maydell1-0/+12
2023-09-21linux-user/elfload.c: Add missing arm and arm64 hwcap valuesPeter Maydell1-0/+44
2023-09-21linux-user/elfload.c: Correct SME feature names reported in cpuinfoPeter Maydell1-7/+7
2023-09-01linux-user: Remove ELF_START_MMAP and image_info.start_mmapRichard Henderson1-38/+0
2023-09-01linux-user: Adjust brk for load_biasRichard Henderson1-1/+1
2023-09-01linux-user: Emulate /proc/cpuinfo on aarch64 and armHelge Deller1-4/+126
2023-08-23linux-user/elfload: Enable vxe2 on s390xIlya Leoshkevich1-0/+1
2023-08-08linux-user: Rewrite non-fixed probe_guest_baseRichard Henderson1-181/+100
2023-08-08linux-user: Rewrite fixed probe_guest_baseRichard Henderson1-27/+161
2023-08-08linux-user: Consolidate guest bounds check in probe_guest_baseRichard Henderson1-33/+17
2023-08-08linux-user: Remove duplicate CPU_LOG_PAGE from probe_guest_baseRichard Henderson1-19/+0
2023-08-08util/selfmap: Rewrite using qemu/interval-tree.hRichard Henderson1-5/+9
2023-08-08linux-user: Use zero_bss for PT_LOAD with no file contents tooRichard Henderson1-21/+8
2023-08-08linux-user: Do not adjust zero_bss for host page sizeRichard Henderson1-39/+30
2023-08-08linux-user: Do not adjust image mapping for host page sizeRichard Henderson1-13/+4
2023-08-08linux-user: Adjust initial brk when interpreter is close to executableHelge Deller1-36/+15
2023-08-08linux-user: Use elf_et_dyn_base for ET_DYN with interpreterRichard Henderson1-2/+25
2023-08-08linux-user: Use MAP_FIXED_NOREPLACE for initial image mmapRichard Henderson1-3/+6
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