index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-10.0
stable-10.1
stable-10.2
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-10.0
staging-10.1
staging-10.2
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
elfload.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-23
linux-user: Populate vdso_sigreturn_region_{start,end} from sigtramp page
Richard Henderson
1
-0
/
+2
2025-09-23
linux-user: Create vdso_sigreturn_region_{start,end}
Richard Henderson
1
-0
/
+5
2025-08-30
linux-user: Remove a.out declarations from elfload.c
Richard Henderson
1
-19
/
+0
2025-08-30
linux-user: Move arch_parse_elf_property to aarch64/elfload.c
Richard Henderson
1
-31
/
+8
2025-08-30
linux-user: Remove MAP_DENYWRITE from elfload.c
Richard Henderson
1
-5
/
+0
2025-08-30
linux-user: Remove ELIBBAD from elfload.c
Richard Henderson
1
-5
/
+0
2025-08-30
linux-user: Rename elf_check_arch
Richard Henderson
1
-3
/
+3
2025-08-30
linux-user: Standardize on ELF_MACHINE not ELF_ARCH
Richard Henderson
1
-5
/
+1
2025-08-30
linux-user: Move elf parameters to hexagon/target_elf.h
Richard Henderson
1
-7
/
+0
2025-08-30
linux-user: Move elf parameters to xtensa/target_elf.h
Richard Henderson
1
-7
/
+0
2025-08-30
linux-user: Move elf parameters to hppa/target_elf.h
Richard Henderson
1
-11
/
+0
2025-08-30
linux-user: Move elf parameters to riscv/target_elf.h
Richard Henderson
1
-14
/
+0
2025-08-30
linux-user: Move elf parameters to s390x/target_elf.h
Richard Henderson
1
-9
/
+0
2025-08-30
linux-user: Move elf parameters to alpha/target_elf.h
Richard Henderson
1
-7
/
+0
2025-08-30
linux-user: Move elf parameters to m68k/target_elf.h
Richard Henderson
1
-7
/
+0
2025-08-30
linux-user: Move elf parameters to sh4/target_elf.h
Richard Henderson
1
-7
/
+0
2025-08-30
linux-user: Move elf parameters to openrisc/target_elf.h
Richard Henderson
1
-7
/
+0
2025-08-30
linux-user: Move elf parameters to microblaze/target_elf.h
Richard Henderson
1
-9
/
+0
2025-08-30
linux-user: Move elf parameters to {mips,mips64}/target_elf.h
Richard Henderson
1
-18
/
+0
2025-08-30
linux-user: Move elf parameters to loongarch64/target_elf.h
Richard Henderson
1
-12
/
+0
2025-08-30
linux-user: Move elf parameters to ppc/target_elf.h
Richard Henderson
1
-53
/
+0
2025-08-30
linux-user: Move elf parameters to sparc/target_elf.h
Richard Henderson
1
-15
/
+0
2025-08-30
linux-user: Move elf parameters to {arm,aarch64}/target_elf.h
Richard Henderson
1
-25
/
+0
2025-08-30
linux-user: Move elf parameters to {i386,x86_64}/target_elf.h
Richard Henderson
1
-39
/
+0
2025-08-30
linux-user: Remove redundant ELF_DATA definitons
Richard Henderson
1
-2
/
+0
2025-08-30
linux-user: Remove ELF_EXEC_PAGESIZE
Richard Henderson
1
-30
/
+2
2025-08-30
linux-user: Move get_vdso_image_info to arm/elfload.c
Richard Henderson
1
-32
/
+9
2025-08-30
linux-user: Replace init_guest_commpage macro with function
Richard Henderson
1
-1
/
+1
2025-08-30
linux-user: Move init_guest_commpage to hppa/elfload.c
Richard Henderson
1
-32
/
+0
2025-08-30
linux-user: Move init_guest_commpage to arm/elfload.c
Richard Henderson
1
-48
/
+0
2025-08-30
linux-user: Move init_guest_commpage to x86_64/elfload.c
Richard Henderson
1
-22
/
+1
2025-08-30
linux-user: Remove target_elf_greg_t, tswapreg from elfload.c
Richard Henderson
1
-8
/
+0
2025-08-30
linux-user: Move elf_core_copy_regs to xtensa/elfload.c
Richard Henderson
1
-39
/
+0
2025-08-30
linux-user: Move elf_core_copy_regs to s390x/elfload.c
Richard Henderson
1
-32
/
+0
2025-08-30
linux-user: Move elf_core_copy_regs to m68k/elfload.c
Richard Henderson
1
-31
/
+0
2025-08-30
linux-user: Move elf_core_copy_regs to sh4/elfload.c
Richard Henderson
1
-33
/
+0
2025-08-30
linux-user: Move elf_core_copy_regs to openrisc/elfload.c
Richard Henderson
1
-16
/
+0
2025-08-30
linux-user: Move elf_core_copy_regs to microblaze/elfload.c
Richard Henderson
1
-21
/
+0
2025-08-30
linux-user: Move elf_core_copy_regs to mips/elfload.c
Richard Henderson
1
-46
/
+0
2025-08-30
linux-user: Move elf_core_copy_regs to loongarch64/elfload.c
Richard Henderson
1
-25
/
+0
2025-08-30
linux-user: Move elf_core_copy_regs to ppc/elfload.c
Richard Henderson
1
-26
/
+0
2025-08-30
linux-user: Move elf_core_copy_regs to aarch64/elfload.c
Richard Henderson
1
-15
/
+0
2025-08-30
linux-user: Move elf_core_copy_regs to arm/elfload.c
Richard Henderson
1
-15
/
+0
2025-08-30
linux-user: Move elf_core_copy_regs to {i386,x86_64}/elfload.c
Richard Henderson
1
-77
/
+0
2025-08-30
linux-user: Rename USE_ELF_CORE_DUMP to HAVE_ELF_CORE_DUMP
Richard Henderson
1
-19
/
+19
2025-08-30
linux-user: Declare elf_core_copy_regs in loader.h
Richard Henderson
1
-19
/
+14
2025-08-30
linux-user: Update comment for target_elf_gregset_t
Richard Henderson
1
-6
/
+2
2025-08-30
linux-user/xtensa: Convert target_elf_gregset_t to a struct
Richard Henderson
1
-12
/
+14
2025-08-30
linux-user/s390x: Convert target_elf_gregset_t to a struct
Richard Henderson
1
-7
/
+9
2025-08-30
linux-user/m68k: Convert target_elf_gregset_t to a struct
Richard Henderson
1
-23
/
+25
[next]