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-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-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2021-02-18
Hexagon (linux-user/hexagon) Linux user emulation
Taylor Simpson
1
-0
/
+16
2021-02-16
linux-user: Use cpu_untagged_addr in access_ok; split out *_untagged
Richard Henderson
1
-1
/
+1
2021-02-16
exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
Richard Henderson
1
-6
/
+6
2021-02-16
exec: Use uintptr_t for guest_base
Richard Henderson
1
-2
/
+2
2021-02-13
linux-user: Fix loading of BSS segments
Giuseppe Musacchio
1
-10
/
+20
2020-12-17
linux-user: Add support for MIPS Loongson 2F/3A
Philippe Mathieu-Daudé
1
-0
/
+2
2020-12-17
linux-user/elfload: Update HWCAP bits from linux 5.7
Philippe Mathieu-Daudé
1
-0
/
+13
2020-12-17
linux-user/elfload: Introduce MIPS GET_FEATURE_REG_EQU() macro
Philippe Mathieu-Daudé
1
-1
/
+11
2020-12-17
linux-user/elfload: Introduce MIPS GET_FEATURE_REG_SET() macro
Philippe Mathieu-Daudé
1
-1
/
+5
2020-12-17
linux-user/elfload: Rename MIPS GET_FEATURE() as GET_FEATURE_INSN()
Philippe Mathieu-Daudé
1
-4
/
+4
2020-12-17
linux-user/elfload: Move GET_FEATURE macro out of get_elf_hwcap() body
Philippe Mathieu-Daudé
1
-5
/
+5
2020-11-04
linux-user: Check copy_from_user() return value in vma_dump_size()
Peter Maydell
1
-1
/
+3
2020-11-04
linux-user: Use "!= 0" when checking if MAP_FIXED_NOREPLACE is non-zero
Peter Maydell
1
-1
/
+2
2020-10-27
linux-user/elfload: Parse GNU_PROPERTY_AARCH64_FEATURE_1_AND
Richard Henderson
1
-2
/
+46
2020-10-27
linux-user/elfload: Parse NT_GNU_PROPERTY_TYPE_0 notes
Richard Henderson
1
-0
/
+157
2020-10-27
linux-user/elfload: Use Error for load_elf_interp
Richard Henderson
1
-7
/
+8
2020-10-27
linux-user/elfload: Use Error for load_elf_image
Richard Henderson
1
-17
/
+20
2020-10-27
linux-user/elfload: Move PT_INTERP detection to first loop
Richard Henderson
1
-29
/
+31
2020-10-27
linux-user/elfload: Adjust iteration over phdr
Richard Henderson
1
-4
/
+5
2020-10-27
linux-user/elfload: Fix coding style in load_elf_image
Richard Henderson
1
-3
/
+9
2020-10-27
linux-user/elfload: Avoid leaking interp_name using GLib memory API
Philippe Mathieu-Daudé
1
-4
/
+4
2020-09-16
linux-user: test, don't assert addr != test in pgb_reserved_va
Alex Bennée
1
-5
/
+4
2020-09-05
linux-user: Correctly start brk after executable
Timothy E Baldwin
1
-4
/
+3
2020-09-01
target/microblaze: Split out MSR[C] to its own variable
Richard Henderson
1
-1
/
+1
2020-09-01
target/microblaze: Split out EDR from env->sregs
Richard Henderson
1
-3
/
+6
2020-08-27
linux-user: detect mismatched ELF ABI in qemu-mips[n32][el]
Carlo Marcelo Arenas Belón
1
-0
/
+11
2020-07-27
linux-user: don't use MAP_FIXED in pgd_find_hole_fallback
Alex Bennée
1
-4
/
+6
2020-07-11
linux-user/elfload: use MAP_FIXED_NOREPLACE in pgb_reserved_va
Alex Bennée
1
-3
/
+7
2020-06-08
linux-user: deal with address wrap for ARM_COMMPAGE on 32 bit
Alex Bennée
1
-14
/
+17
2020-06-08
linux-user: provide fallback pgd_find_hole for bare chroots
Alex Bennée
1
-0
/
+48
2020-05-28
linux-user: limit check to HOST_LONG_BITS < TARGET_ABI_BITS
Alex Bennée
1
-0
/
+2
2020-05-15
linux-user: completely re-write init_guest_space
Alex Bennée
1
-253
/
+250
2020-04-07
linux-user: more debug for init_guest_space
Alex Bennée
1
-1
/
+7
2020-03-20
linux-user: Add AT_EXECFN auxval
Lirong Yuan
1
-1
/
+2
2020-02-28
target/arm: Implement v8.4-RCPC
Peter Maydell
1
-0
/
+1
2020-02-28
target/arm: Implement v8.3-RCPC
Peter Maydell
1
-0
/
+1
2020-02-28
linux-user/arm: Replace ARM_FEATURE_VFP* tests for HWCAP
Richard Henderson
1
-10
/
+13
2020-02-21
target/arm: Add _aa32_ to isar_feature functions testing 32-bit ID registers
Peter Maydell
1
-2
/
+2
2020-01-22
linux-user: Reserve space for brk
Richard Henderson
1
-17
/
+56
2020-01-22
linux-user:Fix align mistake when mmap guest space
Xinyu Li
1
-1
/
+1
2019-12-16
target/arm: Add support for DC CVAP & DC CVADP ins
Beata Michalska
1
-0
/
+2
2019-09-11
linux-user: Support gdb 'qOffsets' query for ELF
Josh Kunz
1
-0
/
+2
2019-09-10
linux-user: Add AT_HWCAP2 for aarch64-linux-user
Richard Henderson
1
-4
/
+27
2019-08-16
Include qemu/queue.h slightly less
Markus Armbruster
1
-0
/
+1
2019-06-24
linux-user: update PPC64 HWCAP2 feature list
Laurent Vivier
1
-2
/
+10
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
1
-3
/
+3
2019-06-07
linux-user: elf: ELF_HWCAP for s390x
David Hildenbrand
1
-0
/
+28
2019-05-24
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.1-pull-re...
Peter Maydell
1
-7
/
+15
2019-05-24
linux-user: Fix shmat emulation by honoring host SHMLBA
Richard Henderson
1
-7
/
+10
2019-05-22
linux-user: Sanitize interp_info and, for mips only, init field fp_abi
Daniel Santos
1
-0
/
+5
[next]