summary refs log tree commit diff stats
path: root/linux-user/elfload.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-lu-20231030' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2023-10-311-130/+223
|\
| * linux-user: Show vdso address in /proc/pid/mapsRichard Henderson2023-10-301-0/+1
| * linux-user/s390x: Add vdsoRichard Henderson2023-10-301-0/+2
| * linux-user/ppc: Add vdsoRichard Henderson2023-10-301-0/+8
| * linux-user/loongarch64: Add vdsoRichard Henderson2023-10-301-0/+2
| * linux-user/riscv: Add vdsoRichard Henderson2023-10-301-0/+2
| * linux-user/hppa: Add vdsoRichard Henderson2023-10-301-0/+2
| * linux-user/arm: Add vdsoRichard Henderson2023-10-301-1/+2
| * linux-user/aarch64: Add vdsoRichard Henderson2023-10-301-0/+6
| * linux-user/x86_64: Add vdsoRichard Henderson2023-10-301-2/+2
| * linux-user/i386: Add vdsoRichard Henderson2023-10-301-2/+17
| * linux-user: Load vdso image if availableRichard Henderson2023-10-301-9/+81
| * linux-user: Use ImageSource in load_symbolsRichard Henderson2023-10-301-36/+45
| * linux-user: Use ImageSource in load_elf_imageRichard Henderson2023-10-301-79/+49
| * linux-user: Do not clobber bprm_buf swapping ehdrRichard Henderson2023-10-301-11/+14
* | target/arm: Move feature test functions to their own headerPeter Maydell2023-10-271-0/+4
|/
* linux-user/elfload: Enable LSX/LASX in HWCAP for LoongArchJiajie Chen2023-10-181-0/+8
* linux-user: Fixes for zero_bssRichard Henderson2023-10-181-13/+40
* accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2023-10-041-2/+2
* target/arm: Enable FEAT_MOPS for CPU 'max'Peter Maydell2023-09-211-0/+1
* target/arm: Implement FEAT_HBCPeter Maydell2023-09-211-0/+1
* linux-user/elfload.c: Report previously missing arm32 hwcapsPeter Maydell2023-09-211-0/+12
* linux-user/elfload.c: Add missing arm and arm64 hwcap valuesPeter Maydell2023-09-211-0/+44
* linux-user/elfload.c: Correct SME feature names reported in cpuinfoPeter Maydell2023-09-211-7/+7
* linux-user: Remove ELF_START_MMAP and image_info.start_mmapRichard Henderson2023-09-011-38/+0
* linux-user: Adjust brk for load_biasRichard Henderson2023-09-011-1/+1
* linux-user: Emulate /proc/cpuinfo on aarch64 and armHelge Deller2023-09-011-4/+126
* linux-user/elfload: Enable vxe2 on s390xIlya Leoshkevich2023-08-231-0/+1
* linux-user: Rewrite non-fixed probe_guest_baseRichard Henderson2023-08-081-181/+100
* linux-user: Rewrite fixed probe_guest_baseRichard Henderson2023-08-081-27/+161
* linux-user: Consolidate guest bounds check in probe_guest_baseRichard Henderson2023-08-081-33/+17
* linux-user: Remove duplicate CPU_LOG_PAGE from probe_guest_baseRichard Henderson2023-08-081-19/+0
* util/selfmap: Rewrite using qemu/interval-tree.hRichard Henderson2023-08-081-5/+9
* linux-user: Use zero_bss for PT_LOAD with no file contents tooRichard Henderson2023-08-081-21/+8
* linux-user: Do not adjust zero_bss for host page sizeRichard Henderson2023-08-081-39/+30
* linux-user: Do not adjust image mapping for host page sizeRichard Henderson2023-08-081-13/+4
* linux-user: Adjust initial brk when interpreter is close to executableHelge Deller2023-08-081-36/+15
* linux-user: Use elf_et_dyn_base for ET_DYN with interpreterRichard Henderson2023-08-081-2/+25
* linux-user: Use MAP_FIXED_NOREPLACE for initial image mmapRichard Henderson2023-08-081-3/+6
* linux-user: Do not align brk with host page sizeAkihiko Odaki2023-08-061-2/+2
* linux-user/elfload: Set V in ELF_HWCAP for RISC-VNathan Egge2023-08-061-1/+2
* Revert "linux-user: Fix qemu-arm to run static armhf binaries"Michael Tokarev2023-07-221-7/+0
* Merge tag 'linux-user-brk-fixes-pull-request' of https://github.com/hdeller/q...Peter Maydell2023-07-201-0/+7
|\
| * linux-user: Fix qemu-arm to run static armhf binariesHelge Deller2023-07-181-0/+7
* | linux-user/elfload: Fix /proc/cpuinfo features: on s390xIlya Leoshkevich2023-07-181-19/+22
|/
* linux-user/arm: Do not allocate a commpage at all for M-profile CPUsPhilippe Mathieu-Daudé2023-07-151-4/+17
* linux-user: elfload: Add more initial s390x PSW bitsIlya Leoshkevich2023-07-101-1/+3
* linux-user: elfload: Specify -R is an option for qemu-user binariesAndrew Jeffery2023-06-101-1/+2
* linux-user: elfload: s/min_mmap_addr/mmap_min_addr/Andrew Jeffery2023-06-101-1/+1
* linux-user/elfload: Introduce elf_hwcap_str() on s390xIlya Leoshkevich2023-06-051-0/+27