index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linux-user
/
elfload.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'pull-lu-20231030' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
2023-10-31
1
-130
/
+223
|
\
|
*
linux-user: Show vdso address in /proc/pid/maps
Richard Henderson
2023-10-30
1
-0
/
+1
|
*
linux-user/s390x: Add vdso
Richard Henderson
2023-10-30
1
-0
/
+2
|
*
linux-user/ppc: Add vdso
Richard Henderson
2023-10-30
1
-0
/
+8
|
*
linux-user/loongarch64: Add vdso
Richard Henderson
2023-10-30
1
-0
/
+2
|
*
linux-user/riscv: Add vdso
Richard Henderson
2023-10-30
1
-0
/
+2
|
*
linux-user/hppa: Add vdso
Richard Henderson
2023-10-30
1
-0
/
+2
|
*
linux-user/arm: Add vdso
Richard Henderson
2023-10-30
1
-1
/
+2
|
*
linux-user/aarch64: Add vdso
Richard Henderson
2023-10-30
1
-0
/
+6
|
*
linux-user/x86_64: Add vdso
Richard Henderson
2023-10-30
1
-2
/
+2
|
*
linux-user/i386: Add vdso
Richard Henderson
2023-10-30
1
-2
/
+17
|
*
linux-user: Load vdso image if available
Richard Henderson
2023-10-30
1
-9
/
+81
|
*
linux-user: Use ImageSource in load_symbols
Richard Henderson
2023-10-30
1
-36
/
+45
|
*
linux-user: Use ImageSource in load_elf_image
Richard Henderson
2023-10-30
1
-79
/
+49
|
*
linux-user: Do not clobber bprm_buf swapping ehdr
Richard Henderson
2023-10-30
1
-11
/
+14
*
|
target/arm: Move feature test functions to their own header
Peter Maydell
2023-10-27
1
-0
/
+4
|
/
*
linux-user/elfload: Enable LSX/LASX in HWCAP for LoongArch
Jiajie Chen
2023-10-18
1
-0
/
+8
*
linux-user: Fixes for zero_bss
Richard Henderson
2023-10-18
1
-13
/
+40
*
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-04
1
-2
/
+2
*
target/arm: Enable FEAT_MOPS for CPU 'max'
Peter Maydell
2023-09-21
1
-0
/
+1
*
target/arm: Implement FEAT_HBC
Peter Maydell
2023-09-21
1
-0
/
+1
*
linux-user/elfload.c: Report previously missing arm32 hwcaps
Peter Maydell
2023-09-21
1
-0
/
+12
*
linux-user/elfload.c: Add missing arm and arm64 hwcap values
Peter Maydell
2023-09-21
1
-0
/
+44
*
linux-user/elfload.c: Correct SME feature names reported in cpuinfo
Peter Maydell
2023-09-21
1
-7
/
+7
*
linux-user: Remove ELF_START_MMAP and image_info.start_mmap
Richard Henderson
2023-09-01
1
-38
/
+0
*
linux-user: Adjust brk for load_bias
Richard Henderson
2023-09-01
1
-1
/
+1
*
linux-user: Emulate /proc/cpuinfo on aarch64 and arm
Helge Deller
2023-09-01
1
-4
/
+126
*
linux-user/elfload: Enable vxe2 on s390x
Ilya Leoshkevich
2023-08-23
1
-0
/
+1
*
linux-user: Rewrite non-fixed probe_guest_base
Richard Henderson
2023-08-08
1
-181
/
+100
*
linux-user: Rewrite fixed probe_guest_base
Richard Henderson
2023-08-08
1
-27
/
+161
*
linux-user: Consolidate guest bounds check in probe_guest_base
Richard Henderson
2023-08-08
1
-33
/
+17
*
linux-user: Remove duplicate CPU_LOG_PAGE from probe_guest_base
Richard Henderson
2023-08-08
1
-19
/
+0
*
util/selfmap: Rewrite using qemu/interval-tree.h
Richard Henderson
2023-08-08
1
-5
/
+9
*
linux-user: Use zero_bss for PT_LOAD with no file contents too
Richard Henderson
2023-08-08
1
-21
/
+8
*
linux-user: Do not adjust zero_bss for host page size
Richard Henderson
2023-08-08
1
-39
/
+30
*
linux-user: Do not adjust image mapping for host page size
Richard Henderson
2023-08-08
1
-13
/
+4
*
linux-user: Adjust initial brk when interpreter is close to executable
Helge Deller
2023-08-08
1
-36
/
+15
*
linux-user: Use elf_et_dyn_base for ET_DYN with interpreter
Richard Henderson
2023-08-08
1
-2
/
+25
*
linux-user: Use MAP_FIXED_NOREPLACE for initial image mmap
Richard Henderson
2023-08-08
1
-3
/
+6
*
linux-user: Do not align brk with host page size
Akihiko Odaki
2023-08-06
1
-2
/
+2
*
linux-user/elfload: Set V in ELF_HWCAP for RISC-V
Nathan Egge
2023-08-06
1
-1
/
+2
*
Revert "linux-user: Fix qemu-arm to run static armhf binaries"
Michael Tokarev
2023-07-22
1
-7
/
+0
*
Merge tag 'linux-user-brk-fixes-pull-request' of https://github.com/hdeller/q...
Peter Maydell
2023-07-20
1
-0
/
+7
|
\
|
*
linux-user: Fix qemu-arm to run static armhf binaries
Helge Deller
2023-07-18
1
-0
/
+7
*
|
linux-user/elfload: Fix /proc/cpuinfo features: on s390x
Ilya Leoshkevich
2023-07-18
1
-19
/
+22
|
/
*
linux-user/arm: Do not allocate a commpage at all for M-profile CPUs
Philippe Mathieu-Daudé
2023-07-15
1
-4
/
+17
*
linux-user: elfload: Add more initial s390x PSW bits
Ilya Leoshkevich
2023-07-10
1
-1
/
+3
*
linux-user: elfload: Specify -R is an option for qemu-user binaries
Andrew Jeffery
2023-06-10
1
-1
/
+2
*
linux-user: elfload: s/min_mmap_addr/mmap_min_addr/
Andrew Jeffery
2023-06-10
1
-1
/
+1
*
linux-user/elfload: Introduce elf_hwcap_str() on s390x
Ilya Leoshkevich
2023-06-05
1
-0
/
+27
[next]