index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
elfload.c
Age
Commit message (
Expand
)
Author
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
2021-03-13
linux-user/elfload: munmap proper address in pgd_find_hole_fallback
Vincent Fazio
2021-03-09
Remove deprecated target tilegx
Thomas Huth
2021-02-18
Hexagon (linux-user/hexagon) Linux user emulation
Taylor Simpson
2021-02-16
linux-user: Use cpu_untagged_addr in access_ok; split out *_untagged
Richard Henderson
2021-02-16
exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
Richard Henderson
2021-02-16
exec: Use uintptr_t for guest_base
Richard Henderson
2021-02-13
linux-user: Fix loading of BSS segments
Giuseppe Musacchio
2020-12-17
linux-user: Add support for MIPS Loongson 2F/3A
Philippe Mathieu-Daudé
2020-12-17
linux-user/elfload: Update HWCAP bits from linux 5.7
Philippe Mathieu-Daudé
2020-12-17
linux-user/elfload: Introduce MIPS GET_FEATURE_REG_EQU() macro
Philippe Mathieu-Daudé
2020-12-17
linux-user/elfload: Introduce MIPS GET_FEATURE_REG_SET() macro
Philippe Mathieu-Daudé
2020-12-17
linux-user/elfload: Rename MIPS GET_FEATURE() as GET_FEATURE_INSN()
Philippe Mathieu-Daudé
2020-12-17
linux-user/elfload: Move GET_FEATURE macro out of get_elf_hwcap() body
Philippe Mathieu-Daudé
2020-11-04
linux-user: Check copy_from_user() return value in vma_dump_size()
Peter Maydell
2020-11-04
linux-user: Use "!= 0" when checking if MAP_FIXED_NOREPLACE is non-zero
Peter Maydell
2020-10-27
linux-user/elfload: Parse GNU_PROPERTY_AARCH64_FEATURE_1_AND
Richard Henderson
2020-10-27
linux-user/elfload: Parse NT_GNU_PROPERTY_TYPE_0 notes
Richard Henderson
2020-10-27
linux-user/elfload: Use Error for load_elf_interp
Richard Henderson
2020-10-27
linux-user/elfload: Use Error for load_elf_image
Richard Henderson
2020-10-27
linux-user/elfload: Move PT_INTERP detection to first loop
Richard Henderson
2020-10-27
linux-user/elfload: Adjust iteration over phdr
Richard Henderson
2020-10-27
linux-user/elfload: Fix coding style in load_elf_image
Richard Henderson
2020-10-27
linux-user/elfload: Avoid leaking interp_name using GLib memory API
Philippe Mathieu-Daudé
2020-09-16
linux-user: test, don't assert addr != test in pgb_reserved_va
Alex Bennée
2020-09-05
linux-user: Correctly start brk after executable
Timothy E Baldwin
2020-09-01
target/microblaze: Split out MSR[C] to its own variable
Richard Henderson
2020-09-01
target/microblaze: Split out EDR from env->sregs
Richard Henderson
2020-08-27
linux-user: detect mismatched ELF ABI in qemu-mips[n32][el]
Carlo Marcelo Arenas Belón
2020-07-27
linux-user: don't use MAP_FIXED in pgd_find_hole_fallback
Alex Bennée
2020-07-11
linux-user/elfload: use MAP_FIXED_NOREPLACE in pgb_reserved_va
Alex Bennée
2020-06-08
linux-user: deal with address wrap for ARM_COMMPAGE on 32 bit
Alex Bennée
2020-06-08
linux-user: provide fallback pgd_find_hole for bare chroots
Alex Bennée
2020-05-28
linux-user: limit check to HOST_LONG_BITS < TARGET_ABI_BITS
Alex Bennée
2020-05-15
linux-user: completely re-write init_guest_space
Alex Bennée
2020-04-07
linux-user: more debug for init_guest_space
Alex Bennée
2020-03-20
linux-user: Add AT_EXECFN auxval
Lirong Yuan
2020-02-28
target/arm: Implement v8.4-RCPC
Peter Maydell
2020-02-28
target/arm: Implement v8.3-RCPC
Peter Maydell
2020-02-28
linux-user/arm: Replace ARM_FEATURE_VFP* tests for HWCAP
Richard Henderson
2020-02-21
target/arm: Add _aa32_ to isar_feature functions testing 32-bit ID registers
Peter Maydell
2020-01-22
linux-user: Reserve space for brk
Richard Henderson
[next]