COMMITS
/ linux-user/elfload.c August 16, 2023
R
linux-user: Remove ELF_START_MMAP and image_info.start_mmap
Richard Henderson committed
R
linux-user: Adjust brk for load_bias
Richard Henderson committed
August 3, 2023
H
linux-user: Emulate /proc/cpuinfo on aarch64 and arm
Helge Deller committed
R
linux-user: Use zero_bss for PT_LOAD with no file contents too
Richard Henderson committed
R
linux-user: Do not adjust zero_bss for host page size
Richard Henderson committed
R
linux-user: Do not adjust image mapping for host page size
Richard Henderson committed
R
linux-user: Use MAP_FIXED_NOREPLACE for initial image mmap
Richard Henderson committed
N
linux-user/elfload: Set V in ELF_HWCAP for RISC-V
Nathan Egge committed
August 4, 2023
I
linux-user/elfload: Enable vxe2 on s390x
Ilya Leoshkevich committed
August 7, 2023
R
linux-user: Rewrite non-fixed probe_guest_base
Richard Henderson committed
R
linux-user: Rewrite fixed probe_guest_base
Richard Henderson committed
R
linux-user: Consolidate guest bounds check in probe_guest_base
Richard Henderson committed
R
linux-user: Remove duplicate CPU_LOG_PAGE from probe_guest_base
Richard Henderson committed
August 6, 2023
R
util/selfmap: Rewrite using qemu/interval-tree.h
Richard Henderson committed
August 2, 2023
H
linux-user: Adjust initial brk when interpreter is close to executable
Helge Deller committed
R
linux-user: Use elf_et_dyn_base for ET_DYN with interpreter
Richard Henderson committed
A
linux-user: Do not align brk with host page size
Akihiko Odaki committed
July 22, 2023
M
Revert "linux-user: Fix qemu-arm to run static armhf binaries"
Michael Tokarev committed
July 20, 2023
P
July 17, 2023
H
linux-user: Fix qemu-arm to run static armhf binaries
Helge Deller committed
June 27, 2023
I
linux-user/elfload: Fix /proc/cpuinfo features: on s390x
Ilya Leoshkevich committed
July 11, 2023
P
linux-user/arm: Do not allocate a commpage at all for M-profile CPUs
Philippe Mathieu-Daudé committed
July 4, 2023
I
linux-user: elfload: Add more initial s390x PSW bits
Ilya Leoshkevich committed
March 27, 2023
A
linux-user: elfload: Specify -R is an option for qemu-user binaries
Andrew Jeffery committed
A
linux-user: elfload: s/min_mmap_addr/mmap_min_addr/
Andrew Jeffery committed
R
linux-user: Pass last not end to probe_guest_base
Richard Henderson committed
June 5, 2023
I
linux-user/elfload: Introduce elf_hwcap_str() on s390x
Ilya Leoshkevich committed
I
linux-user/elfload: Expose get_elf_hwcap() on s390x
Ilya Leoshkevich committed
April 27, 2023
J
cpu: expose qemu_cpu_list_lock for lock-guard use
Jamie Iles committed
May 3, 2023
R
disas: Remove target_ulong from the interface
Richard Henderson committed
H
ppc: spapr: cleanup cr get/set with helpers.
Harsh Prateek Bora committed
April 1, 2023
R
Revert "linux-user/arm: Take more care allocating commpage"
Richard Henderson committed
March 22, 2023
R
linux-user/arm: Take more care allocating commpage
Richard Henderson committed
March 5, 2023
R
include/exec: Change reserved_va semantics to last byte
Richard Henderson committed
R
accel/tcg: Pass last not end to page_set_flags
Richard Henderson committed
March 15, 2023
R
*: Add missing includes of qemu/error-report.h
Richard Henderson committed
February 5, 2023
M
linux-user: add support for xtensa FDPIC
Max Filippov committed
January 12, 2023
I
accel/tcg: Add debuginfo support
Ilya Leoshkevich committed
August 3, 2022
J
linux-user: Set ELF_BASE_PLATFORM for MIPS
Jiaxun Yang committed
J
linux-user: Introduce stubs for ELF AT_BASE_PLATFORM
Jiaxun Yang committed
September 24, 2022
H
linux-user/hppa: Drop stack guard page on hppa target
Helge Deller committed
August 11, 2022
R
linux-user: Honor PT_GNU_STACK
Richard Henderson committed
R
linux-user/x86_64: Allocate vsyscall page as a commpage
Richard Henderson committed
R
linux-user/hppa: Allocate page zero as a commpage
Richard Henderson committed
R
linux-user/arm: Mark the commpage executable
Richard Henderson committed
July 8, 2022
R
linux-user/aarch64: Add SME related hwcap entries
Richard Henderson committed
June 24, 2022
S
linux-user: Add LoongArch elf support
Song Gao committed
June 3, 2022
R
linux-user/x86_64: Fix ELF_PLATFORM
Richard Henderson committed
May 24, 2022
J
linux-user: Add PowerPC ISA 3.1 and MMA to hwcap
Joel Stanley committed
May 9, 2022
P
linux-user/elfload: Remove pointless non-const CPUArchState cast
Philippe Mathieu-Daudé committed