Sign in
qemu
/
qemu
/
85a353a024dc8dcfbb3a3b8ec6061b1663d903d7
/
linux-user
/
elfload.c
955f56d
target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction support
by Ard Biesheuvel
· 7 years ago
444cd5c
linux-user: Add AT_SECURE auxval
by Marco A L Barbosa
· 7 years ago
f516511
linux-user: Fix calculation of auxv length
by Peter Maydell
· 7 years ago
e568f9d
linux-user: Allow -R values up to 0xffff0000 for 32-bit ARM guests
by Peter Maydell
· 7 years ago
72cd500
linux-user/sh4: fix incorrect memory write
by Philippe Mathieu-Daudé
· 8 years ago
82991be
linux-user: Put PPC AT_IGNOREPPC auxv entries in the right place
by Peter Maydell
· 8 years ago
d89e71e
target/openrisc: implement shadow registers
by Stafford Horne
· 8 years ago
1e06262
linux-user: Use correct types in load_symbols()
by Peter Maydell
· 8 years ago
84775c4
target/openrisc: Keep SR_F in a separate variable
by Richard Henderson
· 10 years ago
a0a839b
nios2: Add usermode binaries emulation
by Marek Vasut
· 8 years ago
7c248bc
linux-user: Add HPPA startup and main loop
by Richard Henderson
· 8 years ago
7c4ee5b
linux-user: Support stack-grows-up in elfload.c
by Richard Henderson
· 8 years ago
98c1076
linux-user/elfload: ensure mmap_lock() held while setting up
by Alex Bennée
· 8 years ago
58eb530
linux-user: ppc64: fix ARCH_206 bit in AT_HWCAP
by Michael Walle
· 8 years ago
0ef9ea2
linux-user: Use glib malloc functions in load_symbols()
by Peter Maydell
· 9 years ago
772034b
linux-user: Check dump_write() return in elf_core_dump()
by Peter Maydell
· 9 years ago
68754b4
linux-user: Pass missing MAP_ANONYMOUS to target_mmap() call
by Peter Maydell
· 9 years ago
b8da57f
linux-user: complete omission of removing uses of strdup
by Wei Jiangang
· 9 years ago
02d0e09
os-posix: include sys/mman.h
by Paolo Bonzini
· 9 years ago
167e4cd
linux-user: arm: Remove ARM_cpsr and similar #defines
by Peter Maydell
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
d39594e
linux-user: Clean up includes
by Peter Maydell
· 9 years ago
1382902
user: introduce "-d page"
by Paolo Bonzini
· 9 years ago
0c2d70c
translate-all: ensure host page mask is always extended with 1's
by Paolo Bonzini
· 9 years ago
c78d65e
linux-user: Use g_new() & friends where that makes obvious sense
by Markus Armbruster
· 9 years ago
59baae9
linux-user: remove MAX_ARG_PAGES limit
by Stefan Brüns
· 9 years ago
84646ee
linux-user: remove unused image_info members
by Stefan Brüns
· 9 years ago
4ecd4d1
ppc: Rename ELF_MACHINE to be PPC specific
by Peter Crosthwaite
· 10 years ago
b597c3f
arm: Remove ELF_MACHINE from cpu.h
by Peter Crosthwaite
· 10 years ago
d276a60
linux-user: elfload: Provide default for elf_check_arch
by Peter Crosthwaite
· 10 years ago
75be901
linux_user: elfload: Default ELF_MACHINE to ELF_ARCH
by Peter Crosthwaite
· 10 years ago
b16189b
linux-user: Support tilegx architecture in linux-user
by Chen Gang
· 10 years ago
b6af097
maint: remove / fix many doubled words
by Daniel P. Berrange
· 10 years ago
4cbea59
linux-user: remove --enable-guest-base/--disable-guest-base
by Laurent Vivier
· 10 years ago
79cb1f1
linux-user: Use abi_ulong for TARGET_ELF_PAGESTART
by Yongbok Kim
· 10 years ago
e42fd94
linux-user: Add HWCAP for SH4
by Richard Henderson
· 10 years ago
52a53af
linux-user/elfload: use QTAILQ_FOREACH instead of open-coding it
by Emilio G. Cota
· 10 years ago
2ccf97e
linux-user/elfload.c: Don't use _raw accessor functions
by Peter Maydell
· 10 years ago
ccf661f
linux-user: Do not subtract offset from end address
by Tom Musta
· 10 years ago
a93934f
elf: take phdr offset into account when calculating the program load address
by Jonas Maebe
· 10 years ago
c5e4a5a
linux-user: Let user specify random seed
by Magnus Reftel
· 10 years ago
1a1c4db
translate-all.c: memory walker initial address miscalculation
by Mikhail Ilyin
· 10 years ago
67d6d82
linux-user: Move get_ppc64_abi
by Tom Musta
· 11 years ago
a60438d
linux-user: Support HWCAP2 in PowerPC
by Tom Musta
· 11 years ago
0e01974
linux-user: Identify Addition Hardware Capabilities for PowerPC
by Tom Musta
· 11 years ago
623e250
linux-user: Correct AUXV Cache Line Sizes for PowerPC
by Tom Musta
· 11 years ago
d3606f0
User mode support for Linux ELF files with no section header
by Craig Heffner
· 13 years ago
a70daba3
linux-user: Tell guest about big host page sizes
by Alexander Graf
· 11 years ago
f46e9a0
target-ppc: Confirm That .bss Pages Are Valid
by Tom Musta
· 11 years ago
d90b94c
target-ppc: Support little-endian PPC64 in user mode.
by Doug Kwan
· 11 years ago
f6fe04d
target-arm: A64: Implement two-register SHA instructions
by Peter Maydell
· 11 years ago
5acc765
target-arm: A64: Implement AES instructions
by Peter Maydell
· 11 years ago
130f2e7
target-arm: A64: Implement CRC instructions
by Peter Maydell
· 11 years ago
411bdc7
target-arm: A64: Use PMULL feature bit for PMULL
by Peter Maydell
· 11 years ago
4e624ed
target-arm: add support for v8 VMULL.P64 instruction
by Peter Maydell
· 11 years ago
f1ecb91
target-arm: add support for v8 SHA1 and SHA256 instructions
by Ard Biesheuvel
· 11 years ago
ad6919d
linux-user/elfload.c: Support ARM HWCAP2 flags
by Peter Maydell
· 11 years ago
24e76ff
linux-user/elfload.c: Fix A64 code which was incorrectly acting like A32
by Peter Maydell
· 11 years ago
2468265
linux-user/elfload.c: Update ARM HWCAP bits
by Peter Maydell
· 11 years ago
43ce393
linux-user/elfload.c: Fix incorrect ARM HWCAP bits
by Peter Maydell
· 11 years ago
8c0f0a6
linux-user: Assert stack used for auxvec, envp, argv
by James Hogan
· 11 years ago
ad1c7e0
linux-user: Correct DLINFO_ITEMS
by James Hogan
· 11 years ago
6b1275f
linux-user: Don't reserve space for commpage for AArch64
by Peter Maydell
· 11 years ago
0429a97
cpu: Move opaque field from CPU_COMMON to CPUState
by Andreas Färber
· 12 years ago
6afafa8
linux-user/elfload.c: Avoid calling g_free() on uninitialized data
by Peter Maydell
· 11 years ago
f0116c5
linux-user: Remove regs parameter of load_elf_binary and load_flt_binary
by Will Newton
· 11 years ago
99033ca
linux-user: Add AArch64 support
by Alexander Graf
· 11 years ago
bdc4464
cpu: Use QTAILQ for CPU list
by Andreas Färber
· 12 years ago
a2247f8
linux-user: Change thread_env to CPUState
by Andreas Färber
· 12 years ago
182735e
cpu: Make first_cpu and next_cpu CPUState
by Andreas Färber
· 12 years ago
0514ef2
target-i386: Replace cpuid_*features fields with a feature word array
by Eduardo Habkost
· 12 years ago
918fc54
elfload: use abi_llong/ullong instead of target_llong/ullong
by Paolo Bonzini
· 12 years ago
f8fd4fc
elfload: use abi_int/uint instead of target_int/uint
by Paolo Bonzini
· 12 years ago
1ddd592
elfload: use abi_short/ushort instead of target_short/ushort
by Paolo Bonzini
· 12 years ago
86cd7b2
elfload: use tswapreg consistently in elf_core_copy_regs
by Paolo Bonzini
· 12 years ago
a29f998
elfload: fix size of registers for N32
by Paolo Bonzini
· 12 years ago
ca98ac8
elfload: fix size of ABI-dependent fields in core dumps
by Paolo Bonzini
· 12 years ago
76cad71
build: kill libdis, move disassemblers to disas/
by Paolo Bonzini
· 12 years ago
900cfbc
linux-user: remove two unchecked uses of strdup
by Jim Meyering
· 12 years ago
806d102
linux-user: Use init_guest_space when -R and -B are specified
by Meador Inge
· 13 years ago
dce1040
linux-user: Factor out guest space probing into a function
by Meador Inge
· 13 years ago
d962783
target-or32: Add linux user support
by Jia Liu
· 13 years ago
d8fd295
Userspace ARM BE8 support
by Paul Brook
· 13 years ago
adf050b
arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features.
by Benoit Canet
· 13 years ago
9349b4f
Rename CPUState -> CPUArchState
by Andreas Färber
· 13 years ago
0539024
linux-user: Don't overuse CPUState
by Andreas Färber
· 13 years ago
125b0f5
linux-user: save auxv length
by Alexander Graf
· 13 years ago
c7c530c
elf: Improve symbol lookup (optimize, fix for bsd-user)
by Stefan Weil
· 13 years ago
b4916d7
fix spelling in linux-user sub directory
by Dong Xu Wang
· 13 years ago
7dd4766
linux-user/elfload.c: Don't memset(NULL..) if malloc() failed
by Peter Maydell
· 13 years ago
8e78064
ppc64-linux-user: Properly interpret the entry function descriptor.
by Richard Henderson
· 13 years ago
97cc756
linux-user: Implement new ARM 64 bit cmpxchg kernel helper
by Dr. David Alan Gilbert
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
cf973e4
set ELF_HWCAP for SPARC and SPARC64
by Artyom Tarasenko
· 14 years ago
14322ba
linux-user: Define AT_RANDOM to support target stack protection mechanism.
by Laurent ALFONSI
· 14 years ago
f3ed1f5
linux-user: Handle images where lowest vaddr is not page aligned
by Peter Maydell
· 14 years ago
b947527
linux-user: Fix the load of ELF files that have no "useful" symbol
by Cédric VINCENT
· 14 years ago
a4c075f
s390x: s390x-linux-user support
by Ulrich Hecht
· 16 years ago
d2fbca9
unicore32: necessary modifications for other files to support unicore32
by Guan Xuetao
· 14 years ago
80f5ce7
linux-user: correct core dump format
by Laurent Vivier
· 14 years ago
Next »