index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
elfload.c
Age
Commit message (
Expand
)
Author
2023-11-29
linux-user: Fix loaddr computation for some elf files
Richard Henderson
2023-09-11
linux-user/elfload: Set V in ELF_HWCAP for RISC-V
Nathan Egge
2022-09-27
linux-user: Set ELF_BASE_PLATFORM for MIPS
Jiaxun Yang
2022-09-27
linux-user: Introduce stubs for ELF AT_BASE_PLATFORM
Jiaxun Yang
2022-09-27
linux-user/hppa: Drop stack guard page on hppa target
Helge Deller
2022-09-06
linux-user: Honor PT_GNU_STACK
Richard Henderson
2022-09-06
linux-user/x86_64: Allocate vsyscall page as a commpage
Richard Henderson
2022-09-06
linux-user/hppa: Allocate page zero as a commpage
Richard Henderson
2022-09-06
linux-user/arm: Mark the commpage executable
Richard Henderson
2022-07-11
linux-user/aarch64: Add SME related hwcap entries
Richard Henderson
2022-07-04
linux-user: Add LoongArch elf support
Song Gao
2022-06-21
linux-user/x86_64: Fix ELF_PLATFORM
Richard Henderson
2022-05-26
linux-user: Add PowerPC ISA 3.1 and MMA to hwcap
Joel Stanley
2022-05-23
linux-user/elfload: Remove pointless non-const CPUArchState cast
Philippe Mathieu-Daudé
2022-05-23
linux-user: Clean up arg_start/arg_end confusion
Richard Henderson
2022-04-26
linux-user/nios2: Only initialize SP and PC in target_cpu_copy_regs
Richard Henderson
2022-04-26
target/nios2: Split PC out of env->regs[]
Richard Henderson
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
2022-03-22
linux-user: Fix missing space in error message
Fergus Henderson
2022-02-09
linux-user: Remove the deprecated ppc64abi32 target
Thomas Huth
2022-01-18
linux-user: don't adjust base of found hole
Alex Bennée
2022-01-18
linux-user/elfload: add extra logging for hole finding
Alex Bennée
2022-01-18
linux-user: expand reserved brk space for 64bit guests
Alex Bennée
2022-01-12
linux-user: Fix clang warning for nios2-linux-user code
Peter Maydell
2022-01-06
linux-user/nios2: Map a real kuser page
Richard Henderson
2022-01-06
linux-user/elfload: Rename ARM_COMMPAGE to HI_COMMPAGE
Richard Henderson
2021-11-22
linux-user: fix Coverity CID 1464101
Laurent Vivier
2021-11-02
Revert "elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too"
Philippe Mathieu-Daudé
2021-10-22
target/riscv: Split misa.mxl and misa.ext
Richard Henderson
2021-10-21
linux-user: Fix XER access in ppc version of elf_core_copy_regs
Matheus Ferst
2021-10-01
linux-user: Remove default for TARGET_ARCH_HAS_SIGTRAMP_PAGE
Richard Henderson
2021-10-01
linux-user: Add infrastructure for a signal trampoline page
Richard Henderson
2021-09-13
linux-user: Split linux-user internals out of qemu.h
Peter Maydell
2021-09-13
linux-user: Split mmap prototypes into user-mmap.h
Peter Maydell
2021-09-13
linux-user: Split loader-related prototypes into loader.h
Peter Maydell
2021-08-05
linux-user/elfload: byteswap i386 registers when dumping core
Ilya Leoshkevich
2021-07-07
linux-user/elfload: Implement ELF_HWCAP for RISC-V
Kito Cheng
2021-06-22
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re...
Peter Maydell
2021-06-21
linux-user: elf: s390x: Prepare for Vector enhancements facility
David Hildenbrand
2021-06-20
linux-user: Check for ieee128 fpbits in PPC64 HWCAP2 feature list
Khem Raj
2021-06-03
linux-user/aarch64: Enable hwcap bits for bfloat16
Richard Henderson
2021-05-25
linux-user/aarch64: Enable hwcap bits for sve2 and related extensions
Richard Henderson
2021-05-18
linux-user/elfload: add s390x core dumping support
Ilya Leoshkevich
2021-05-18
linux-user/elfload: fix filling psinfo->pr_psargs
Ilya Leoshkevich
2021-05-18
linux-user: use GDateTime for formatting timestamp for core file
Daniel P. Berrangé
2021-05-15
linux-user/sparc: Clean up init_thread
Richard Henderson
2021-05-10
linux-user/aarch64: Enable hwcap for RND, BTI, and MTE
Richard Henderson
2021-03-13
linux-user/elfload: fix address calculation in fallback scenario
Vincent Fazio
2021-03-13
linux-user/elfload: do not assume MAP_FIXED_NOREPLACE kernel support
Vincent Fazio
[next]