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
2024-05-06
Merge tag 'qemu-sparc-20240506' of https://github.com/mcayland/qemu into staging
Richard Henderson
1
-14
/
+34
2024-05-06
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
1
-0
/
+1
2024-05-06
exec/cpu: Rename PAGE_BITS macro to PAGE_RWX
BALATON Zoltan
1
-1
/
+1
2024-05-05
linux-user/sparc: Add more hwcap bits for sparc64
Richard Henderson
1
-14
/
+34
2024-04-26
exec: Restrict inclusion of 'user/guest-base.h'
Philippe Mathieu-Daudé
1
-0
/
+1
2024-04-26
exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'
Philippe Mathieu-Daudé
1
-0
/
+1
2024-04-25
hw/elf_ops: Rename elf_ops.h -> elf_ops.h.inc
Philippe Mathieu-Daudé
1
-1
/
+1
2024-04-24
target/nios2: Remove the deprecated Nios II target
Philippe Mathieu-Daudé
1
-99
/
+0
2024-03-12
linux-user/elfload: Fully initialize struct target_elf_prpsinfo
Richard Henderson
1
-8
/
+8
2024-03-12
linux-user/elfload: Don't close an unopened file descriptor
Richard Henderson
1
-1
/
+3
2024-03-06
{linux,bsd}-user: Introduce get_task_state()
Ilya Leoshkevich
1
-1
/
+1
2024-02-29
linux-user: Remove pgb_dynamic alignment assertion
Richard Henderson
1
-2
/
+0
2024-02-29
linux-user: Remove qemu_host_page_size from elf_core_dump
Richard Henderson
1
-1
/
+1
2024-02-29
linux-user/arm: Remove qemu_host_page_size from init_guest_commpage
Richard Henderson
1
-5
/
+8
2024-02-29
linux-user/nios2: Remove qemu_host_page_size from init_guest_commpage
Richard Henderson
1
-6
/
+10
2024-02-29
linux-user/hppa: Simplify init_guest_commpage
Richard Henderson
1
-10
/
+14
2024-02-29
linux-user: Remove qemu_host_page_size from create_elf_tables
Richard Henderson
1
-7
/
+1
2024-02-29
linux-user: Remove qemu_host_page_{size, mask} in probe_guest_base
Richard Henderson
1
-2
/
+2
2024-02-29
linux-user: Adjust SVr4 NULL page mapping
Richard Henderson
1
-2
/
+3
2024-02-29
linux-user/elfload: Unprotect regions before core dump
Richard Henderson
1
-0
/
+22
2024-02-29
linux-user/elfload: Rely on walk_memory_regions for vmas
Richard Henderson
1
-135
/
+78
2024-02-29
linux-user/elfload: Simplify vma_dump_size
Richard Henderson
1
-24
/
+10
2024-02-29
linux-user/elfload: Write process memory to core file in larger chunks
Richard Henderson
1
-23
/
+4
2024-02-29
linux-user/elfload: Write corefile elf header in one block
Richard Henderson
1
-300
/
+116
2024-02-29
linux-user/elfload: Size corefile before opening
Richard Henderson
1
-39
/
+44
2024-02-29
linux-user/elfload: Lock cpu list and mmap during elf_core_dump
Richard Henderson
1
-6
/
+9
2024-02-29
linux-user/elfload: Truncate core file on open
Richard Henderson
1
-1
/
+1
2024-02-29
linux-user/elfload: Open core file after vma_init
Richard Henderson
1
-7
/
+9
2024-02-29
linux-user/elfload: Latch errno before cleanup in elf_core_dump
Richard Henderson
1
-7
/
+5
2024-02-29
linux-user/elfload: Stack allocate struct mm_struct
Richard Henderson
1
-19
/
+9
2024-02-29
linux-user/elfload: Tidy fill_note_info and struct elf_note_info
Richard Henderson
1
-32
/
+16
2024-02-29
linux-user/elfload: Merge init_note_info and fill_note_info
Richard Henderson
1
-12
/
+3
2024-02-29
linux-user/elfload: Disable core dump if getrlimit fails
Richard Henderson
1
-1
/
+1
2024-01-29
accel/tcg: Move perf and debuginfo support to tcg/
Ilya Leoshkevich
1
-1
/
+1
2024-01-23
linux-user/elfload: check PR_GET_DUMPABLE before creating coredump
Thomas Weißschuh
1
-0
/
+6
2024-01-23
linux-user/elfload: test return value of getrlimit
Thomas Weißschuh
1
-2
/
+2
2023-11-21
linux-user: Fix loaddr computation for some elf files
Richard Henderson
1
-1
/
+1
2023-11-02
linux-user: Report AArch64 hwcap2 fields above bit 31
Peter Maydell
1
-4
/
+4
2023-11-02
linux-user/elfload: Add missing arm64 hwcap values
Marielle Novastrider
1
-0
/
+3
2023-10-31
Merge tag 'pull-lu-20231030' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
1
-130
/
+223
2023-10-30
linux-user: Show vdso address in /proc/pid/maps
Richard Henderson
1
-0
/
+1
2023-10-30
linux-user/s390x: Add vdso
Richard Henderson
1
-0
/
+2
2023-10-30
linux-user/ppc: Add vdso
Richard Henderson
1
-0
/
+8
2023-10-30
linux-user/loongarch64: Add vdso
Richard Henderson
1
-0
/
+2
2023-10-30
linux-user/riscv: Add vdso
Richard Henderson
1
-0
/
+2
2023-10-30
linux-user/hppa: Add vdso
Richard Henderson
1
-0
/
+2
2023-10-30
linux-user/arm: Add vdso
Richard Henderson
1
-1
/
+2
2023-10-30
linux-user/aarch64: Add vdso
Richard Henderson
1
-0
/
+6
2023-10-30
linux-user/x86_64: Add vdso
Richard Henderson
1
-2
/
+2
2023-10-30
linux-user/i386: Add vdso
Richard Henderson
1
-2
/
+17
[next]