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-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
2020-01-22
linux-user:Fix align mistake when mmap guest space
Xinyu Li
2019-12-16
target/arm: Add support for DC CVAP & DC CVADP ins
Beata Michalska
2019-09-11
linux-user: Support gdb 'qOffsets' query for ELF
Josh Kunz
2019-09-10
linux-user: Add AT_HWCAP2 for aarch64-linux-user
Richard Henderson
2019-08-16
Include qemu/queue.h slightly less
Markus Armbruster
2019-06-24
linux-user: update PPC64 HWCAP2 feature list
Laurent Vivier
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2019-06-07
linux-user: elf: ELF_HWCAP for s390x
David Hildenbrand
2019-05-24
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.1-pull-re...
Peter Maydell
2019-05-24
linux-user: Fix shmat emulation by honoring host SHMLBA
Richard Henderson
2019-05-22
linux-user: Sanitize interp_info and, for mips only, init field fp_abi
Daniel Santos
[next]