summary refs log tree commit diff stats
path: root/linux-user/elfload.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* linux-user/elfload: Expose get_elf_hwcap() on s390xIlya Leoshkevich2023-06-051-1/+1
* cpu: expose qemu_cpu_list_lock for lock-guard useJamie Iles2023-05-111-6/+7
* disas: Remove target_ulong from the interfaceRichard Henderson2023-05-111-2/+3
* ppc: spapr: cleanup cr get/set with helpers.Harsh Prateek Bora2023-05-051-3/+1
* Revert "linux-user/arm: Take more care allocating commpage"Richard Henderson2023-04-041-27/+10
* linux-user/arm: Take more care allocating commpageRichard Henderson2023-03-281-10/+27
* include/exec: Change reserved_va semantics to last byteRichard Henderson2023-03-281-7/+7
* linux-user: Pass last not end to probe_guest_baseRichard Henderson2023-03-281-12/+12
* accel/tcg: Pass last not end to page_set_flagsRichard Henderson2023-03-281-5/+6
* *: Add missing includes of qemu/error-report.hRichard Henderson2023-03-221-0/+1
* linux-user: add support for xtensa FDPICMax Filippov2023-03-101-1/+15
* accel/tcg: Add debuginfo supportIlya Leoshkevich2023-01-161-0/+3
* linux-user: Set ELF_BASE_PLATFORM for MIPSJiaxun Yang2022-09-271-0/+31
* linux-user: Introduce stubs for ELF AT_BASE_PLATFORMJiaxun Yang2022-09-271-2/+27
* linux-user/hppa: Drop stack guard page on hppa targetHelge Deller2022-09-271-4/+9
* linux-user: Honor PT_GNU_STACKRichard Henderson2022-09-061-1/+18
* linux-user/x86_64: Allocate vsyscall page as a commpageRichard Henderson2022-09-061-0/+23
* linux-user/hppa: Allocate page zero as a commpageRichard Henderson2022-09-061-3/+31
* linux-user/arm: Mark the commpage executableRichard Henderson2022-09-061-1/+5