index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
elfload.c
Age
Commit message (
Expand
)
Author
2024-03-06
{linux,bsd}-user: Introduce get_task_state()
Ilya Leoshkevich
2024-02-29
linux-user: Remove pgb_dynamic alignment assertion
Richard Henderson
2024-02-29
linux-user: Remove qemu_host_page_size from elf_core_dump
Richard Henderson
2024-02-29
linux-user/arm: Remove qemu_host_page_size from init_guest_commpage
Richard Henderson
2024-02-29
linux-user/nios2: Remove qemu_host_page_size from init_guest_commpage
Richard Henderson
2024-02-29
linux-user/hppa: Simplify init_guest_commpage
Richard Henderson
2024-02-29
linux-user: Remove qemu_host_page_size from create_elf_tables
Richard Henderson
2024-02-29
linux-user: Remove qemu_host_page_{size, mask} in probe_guest_base
Richard Henderson
2024-02-29
linux-user: Adjust SVr4 NULL page mapping
Richard Henderson
2024-02-29
linux-user/elfload: Unprotect regions before core dump
Richard Henderson
2024-02-29
linux-user/elfload: Rely on walk_memory_regions for vmas
Richard Henderson
2024-02-29
linux-user/elfload: Simplify vma_dump_size
Richard Henderson
2024-02-29
linux-user/elfload: Write process memory to core file in larger chunks
Richard Henderson
2024-02-29
linux-user/elfload: Write corefile elf header in one block
Richard Henderson
2024-02-29
linux-user/elfload: Size corefile before opening
Richard Henderson
2024-02-29
linux-user/elfload: Lock cpu list and mmap during elf_core_dump
Richard Henderson
2024-02-29
linux-user/elfload: Truncate core file on open
Richard Henderson
2024-02-29
linux-user/elfload: Open core file after vma_init
Richard Henderson
2024-02-29
linux-user/elfload: Latch errno before cleanup in elf_core_dump
Richard Henderson
2024-02-29
linux-user/elfload: Stack allocate struct mm_struct
Richard Henderson
2024-02-29
linux-user/elfload: Tidy fill_note_info and struct elf_note_info
Richard Henderson
2024-02-29
linux-user/elfload: Merge init_note_info and fill_note_info
Richard Henderson
2024-02-29
linux-user/elfload: Disable core dump if getrlimit fails
Richard Henderson
2024-01-29
accel/tcg: Move perf and debuginfo support to tcg/
Ilya Leoshkevich
2024-01-23
linux-user/elfload: check PR_GET_DUMPABLE before creating coredump
Thomas Weißschuh
2024-01-23
linux-user/elfload: test return value of getrlimit
Thomas Weißschuh
2023-11-21
linux-user: Fix loaddr computation for some elf files
Richard Henderson
2023-11-02
linux-user: Report AArch64 hwcap2 fields above bit 31
Peter Maydell
2023-11-02
linux-user/elfload: Add missing arm64 hwcap values
Marielle Novastrider
2023-10-31
Merge tag 'pull-lu-20231030' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
2023-10-30
linux-user: Show vdso address in /proc/pid/maps
Richard Henderson
2023-10-30
linux-user/s390x: Add vdso
Richard Henderson
2023-10-30
linux-user/ppc: Add vdso
Richard Henderson
2023-10-30
linux-user/loongarch64: Add vdso
Richard Henderson
2023-10-30
linux-user/riscv: Add vdso
Richard Henderson
2023-10-30
linux-user/hppa: Add vdso
Richard Henderson
2023-10-30
linux-user/arm: Add vdso
Richard Henderson
2023-10-30
linux-user/aarch64: Add vdso
Richard Henderson
2023-10-30
linux-user/x86_64: Add vdso
Richard Henderson
2023-10-30
linux-user/i386: Add vdso
Richard Henderson
2023-10-30
linux-user: Load vdso image if available
Richard Henderson
2023-10-30
linux-user: Use ImageSource in load_symbols
Richard Henderson
2023-10-30
linux-user: Use ImageSource in load_elf_image
Richard Henderson
2023-10-30
linux-user: Do not clobber bprm_buf swapping ehdr
Richard Henderson
2023-10-27
target/arm: Move feature test functions to their own header
Peter Maydell
2023-10-18
linux-user/elfload: Enable LSX/LASX in HWCAP for LoongArch
Jiajie Chen
2023-10-18
linux-user: Fixes for zero_bss
Richard Henderson
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-09-21
target/arm: Enable FEAT_MOPS for CPU 'max'
Peter Maydell
2023-09-21
target/arm: Implement FEAT_HBC
Peter Maydell
[next]