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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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-07-07
linux-user/elfload: Implement ELF_HWCAP for RISC-V
Kito Cheng
1
-0
/
+13
2021-06-22
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re...
Peter Maydell
1
-1
/
+1
2021-06-21
linux-user: elf: s390x: Prepare for Vector enhancements facility
David Hildenbrand
1
-0
/
+1
2021-06-20
linux-user: Check for ieee128 fpbits in PPC64 HWCAP2 feature list
Khem Raj
1
-1
/
+1
2021-06-03
linux-user/aarch64: Enable hwcap bits for bfloat16
Richard Henderson
1
-0
/
+2
2021-05-25
linux-user/aarch64: Enable hwcap bits for sve2 and related extensions
Richard Henderson
1
-0
/
+10
2021-05-18
linux-user/elfload: add s390x core dumping support
Ilya Leoshkevich
1
-0
/
+33
2021-05-18
linux-user/elfload: fix filling psinfo->pr_psargs
Ilya Leoshkevich
1
-2
/
+3
2021-05-18
linux-user: use GDateTime for formatting timestamp for core file
Daniel P. Berrangé
1
-27
/
+9
2021-05-15
linux-user/sparc: Clean up init_thread
Richard Henderson
1
-28
/
+5
2021-05-10
linux-user/aarch64: Enable hwcap for RND, BTI, and MTE
Richard Henderson
1
-0
/
+13
2021-03-13
linux-user/elfload: fix address calculation in fallback scenario
Vincent Fazio
1
-1
/
+2
2021-03-13
linux-user/elfload: do not assume MAP_FIXED_NOREPLACE kernel support
Vincent Fazio
1
-2
/
+1
2021-03-13
linux-user/elfload: munmap proper address in pgd_find_hole_fallback
Vincent Fazio
1
-1
/
+1
2021-03-09
Remove deprecated target tilegx
Thomas Huth
1
-23
/
+0
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
[next]