aboutsummaryrefslogtreecommitdiff
path: root/linux-user/elfload.c
AgeCommit message (Expand)Author
2023-10-30linux-user/riscv: Add vdsoRichard Henderson
2023-10-30linux-user/hppa: Add vdsoRichard Henderson
2023-10-30linux-user/arm: Add vdsoRichard Henderson
2023-10-30linux-user/aarch64: Add vdsoRichard Henderson
2023-10-30linux-user/x86_64: Add vdsoRichard Henderson
2023-10-30linux-user/i386: Add vdsoRichard Henderson
2023-10-30linux-user: Load vdso image if availableRichard Henderson
2023-10-30linux-user: Use ImageSource in load_symbolsRichard Henderson
2023-10-30linux-user: Use ImageSource in load_elf_imageRichard Henderson
2023-10-30linux-user: Do not clobber bprm_buf swapping ehdrRichard Henderson
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell
2023-10-18linux-user/elfload: Enable LSX/LASX in HWCAP for LoongArchJiajie Chen
2023-10-18linux-user: Fixes for zero_bssRichard Henderson
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-09-21target/arm: Enable FEAT_MOPS for CPU 'max'Peter Maydell
2023-09-21target/arm: Implement FEAT_HBCPeter Maydell
2023-09-21linux-user/elfload.c: Report previously missing arm32 hwcapsPeter Maydell
2023-09-21linux-user/elfload.c: Add missing arm and arm64 hwcap valuesPeter Maydell
2023-09-21linux-user/elfload.c: Correct SME feature names reported in cpuinfoPeter Maydell
2023-09-01linux-user: Remove ELF_START_MMAP and image_info.start_mmapRichard Henderson
2023-09-01linux-user: Adjust brk for load_biasRichard Henderson
2023-09-01linux-user: Emulate /proc/cpuinfo on aarch64 and armHelge Deller
2023-08-23linux-user/elfload: Enable vxe2 on s390xIlya Leoshkevich
2023-08-08linux-user: Rewrite non-fixed probe_guest_baseRichard Henderson
2023-08-08linux-user: Rewrite fixed probe_guest_baseRichard Henderson
2023-08-08linux-user: Consolidate guest bounds check in probe_guest_baseRichard Henderson
2023-08-08linux-user: Remove duplicate CPU_LOG_PAGE from probe_guest_baseRichard Henderson
2023-08-08util/selfmap: Rewrite using qemu/interval-tree.hRichard Henderson
2023-08-08linux-user: Use zero_bss for PT_LOAD with no file contents tooRichard Henderson
2023-08-08linux-user: Do not adjust zero_bss for host page sizeRichard Henderson
2023-08-08linux-user: Do not adjust image mapping for host page sizeRichard Henderson
2023-08-08linux-user: Adjust initial brk when interpreter is close to executableHelge Deller
2023-08-08linux-user: Use elf_et_dyn_base for ET_DYN with interpreterRichard Henderson
2023-08-08linux-user: Use MAP_FIXED_NOREPLACE for initial image mmapRichard Henderson
2023-08-06linux-user: Do not align brk with host page sizeAkihiko Odaki
2023-08-06linux-user/elfload: Set V in ELF_HWCAP for RISC-VNathan Egge
2023-07-22Revert "linux-user: Fix qemu-arm to run static armhf binaries"Michael Tokarev
2023-07-20Merge tag 'linux-user-brk-fixes-pull-request' of https://github.com/hdeller/q...Peter Maydell
2023-07-18linux-user: Fix qemu-arm to run static armhf binariesHelge Deller
2023-07-18linux-user/elfload: Fix /proc/cpuinfo features: on s390xIlya Leoshkevich
2023-07-15linux-user/arm: Do not allocate a commpage at all for M-profile CPUsPhilippe Mathieu-Daudé
2023-07-10linux-user: elfload: Add more initial s390x PSW bitsIlya Leoshkevich
2023-06-10linux-user: elfload: Specify -R is an option for qemu-user binariesAndrew Jeffery
2023-06-10linux-user: elfload: s/min_mmap_addr/mmap_min_addr/Andrew Jeffery
2023-06-05linux-user/elfload: Introduce elf_hwcap_str() on s390xIlya Leoshkevich
2023-06-05linux-user/elfload: Expose get_elf_hwcap() on s390xIlya Leoshkevich
2023-05-11cpu: expose qemu_cpu_list_lock for lock-guard useJamie Iles
2023-05-11disas: Remove target_ulong from the interfaceRichard Henderson
2023-05-05ppc: spapr: cleanup cr get/set with helpers.Harsh Prateek Bora
2023-04-04Revert "linux-user/arm: Take more care allocating commpage"Richard Henderson