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