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
2018-02-09
target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction support
Ard Biesheuvel
1
-0
/
+19
2018-01-23
linux-user: Add AT_SECURE auxval
Marco A L Barbosa
1
-1
/
+2
2017-11-20
linux-user: Fix calculation of auxv length
Peter Maydell
1
-2
/
+9
2017-10-16
linux-user: Allow -R values up to 0xffff0000 for 32-bit ARM guests
Peter Maydell
1
-1
/
+1
2017-07-31
linux-user/sh4: fix incorrect memory write
Philippe Mathieu-Daudé
1
-1
/
+1
2017-06-29
linux-user: Put PPC AT_IGNOREPPC auxv entries in the right place
Peter Maydell
1
-11
/
+12
2017-05-04
target/openrisc: implement shadow registers
Stafford Horne
1
-1
/
+1
2017-02-16
linux-user: Use correct types in load_symbols()
Peter Maydell
1
-7
/
+15
2017-02-14
target/openrisc: Keep SR_F in a separate variable
Richard Henderson
1
-2
/
+1
2017-01-24
nios2: Add usermode binaries emulation
Marek Vasut
1
-0
/
+57
2017-01-23
linux-user: Add HPPA startup and main loop
Richard Henderson
1
-0
/
+24
2017-01-22
linux-user: Support stack-grows-up in elfload.c
Richard Henderson
1
-65
/
+170
2016-10-31
linux-user/elfload: ensure mmap_lock() held while setting up
Alex Bennée
1
-0
/
+4
2016-09-23
linux-user: ppc64: fix ARCH_206 bit in AT_HWCAP
Michael Walle
1
-2
/
+6
2016-09-21
linux-user: Use glib malloc functions in load_symbols()
Peter Maydell
1
-7
/
+7
2016-09-21
linux-user: Check dump_write() return in elf_core_dump()
Peter Maydell
1
-1
/
+3
2016-09-21
linux-user: Pass missing MAP_ANONYMOUS to target_mmap() call
Peter Maydell
1
-1
/
+1
2016-09-14
linux-user: complete omission of removing uses of strdup
Wei Jiangang
1
-5
/
+2
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
1
-1
/
+0
2016-05-27
linux-user: arm: Remove ARM_cpsr and similar #defines
Peter Maydell
1
-9
/
+10
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2016-01-29
linux-user: Clean up includes
Peter Maydell
1
-9
/
+1
2015-12-17
user: introduce "-d page"
Paolo Bonzini
1
-4
/
+4
2015-12-02
translate-all: ensure host page mask is always extended with 1's
Paolo Bonzini
1
-2
/
+1
2015-10-08
linux-user: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-1
/
+1
2015-09-28
linux-user: remove MAX_ARG_PAGES limit
Stefan Brüns
1
-55
/
+55
2015-09-28
linux-user: remove unused image_info members
Stefan Brüns
1
-3
/
+0
2015-09-25
ppc: Rename ELF_MACHINE to be PPC specific
Peter Crosthwaite
1
-0
/
+1
2015-09-25
arm: Remove ELF_MACHINE from cpu.h
Peter Crosthwaite
1
-2
/
+2
2015-09-25
linux-user: elfload: Provide default for elf_check_arch
Peter Crosthwaite
1
-24
/
+4
2015-09-25
linux_user: elfload: Default ELF_MACHINE to ELF_ARCH
Peter Crosthwaite
1
-0
/
+4
2015-09-15
linux-user: Support tilegx architecture in linux-user
Chen Gang
1
-0
/
+23
2015-09-11
maint: remove / fix many doubled words
Daniel P. Berrange
1
-1
/
+1
2015-08-24
linux-user: remove --enable-guest-base/--disable-guest-base
Laurent Vivier
1
-2
/
+0
2015-06-15
linux-user: Use abi_ulong for TARGET_ELF_PAGESTART
Yongbok Kim
1
-1
/
+2
2015-06-12
linux-user: Add HWCAP for SH4
Richard Henderson
1
-0
/
+29
2015-04-30
linux-user/elfload: use QTAILQ_FOREACH instead of open-coding it
Emilio G. Cota
1
-2
/
+1
2015-01-20
linux-user/elfload.c: Don't use _raw accessor functions
Peter Maydell
1
-2
/
+5
2014-11-11
linux-user: Do not subtract offset from end address
Tom Musta
1
-1
/
+1
2014-11-03
elf: take phdr offset into account when calculating the program load address
Jonas Maebe
1
-1
/
+1
2014-11-03
linux-user: Let user specify random seed
Magnus Reftel
1
-1
/
+0
2014-10-06
translate-all.c: memory walker initial address miscalculation
Mikhail Ilyin
1
-9
/
+9
2014-08-22
linux-user: Move get_ppc64_abi
Tom Musta
1
-9
/
+0
2014-06-27
linux-user: Support HWCAP2 in PowerPC
Tom Musta
1
-0
/
+31
2014-06-27
linux-user: Identify Addition Hardware Capabilities for PowerPC
Tom Musta
1
-0
/
+8
2014-06-27
linux-user: Correct AUXV Cache Line Sizes for PowerPC
Tom Musta
1
-2
/
+3
2014-06-17
User mode support for Linux ELF files with no section header
Craig Heffner
1
-1
/
+0
2014-06-16
linux-user: Tell guest about big host page sizes
Alexander Graf
1
-1
/
+1
2014-06-16
target-ppc: Confirm That .bss Pages Are Valid
Tom Musta
1
-3
/
+4
2014-06-16
target-ppc: Support little-endian PPC64 in user mode.
Doug Kwan
1
-2
/
+15
[next]