index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linux-user
/
elfload.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
linux-user: init_guest_space: Don't try to align if we'll reject it
Luke Shumaker
2018-03-13
1
-5
/
+5
*
|
linux-user: init_guest_space: Clean up control flow a bit
Luke Shumaker
2018-03-13
1
-15
/
+19
*
|
linux-user: init_guest_commpage: Add a comment about size check
Luke Shumaker
2018-03-09
1
-0
/
+5
*
|
linux-user: init_guest_space: Clarify page alignment logic
Luke Shumaker
2018-03-09
1
-10
/
+33
*
|
linux-user: init_guest_space: Correctly handle guest_start in commpage initia...
Luke Shumaker
2018-03-09
1
-1
/
+1
*
|
linux-user: init_guest_space: Clean up if we can't initialize the commpage
Luke Shumaker
2018-03-09
1
-0
/
+1
*
|
linux-user: Rename validate_guest_space => init_guest_commpage
Luke Shumaker
2018-03-09
1
-5
/
+5
*
|
linux-user: Use #if to only call validate_guest_space for 32-bit ARM target
Luke Shumaker
2018-03-09
1
-13
/
+10
*
|
linux-user: Drop unicore32 code
Peter Maydell
2018-03-09
1
-72
/
+0
|
/
*
RISC-V Linux User Emulation
Michael Clark
2018-03-06
1
-0
/
+22
*
target/arm: Add ARM_FEATURE_V8_FCMA
Richard Henderson
2018-03-02
1
-0
/
+1
*
target/arm: Add ARM_FEATURE_V8_RDM
Richard Henderson
2018-03-02
1
-0
/
+1
*
linux-user: Report AArch64 FP16 support via hwcap bits
Peter Maydell
2018-03-01
1
-0
/
+2
*
linux-user: introduce functions to detect CPU type
YunQiang Su
2018-02-25
1
-0
/
+35
*
target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction support
Ard Biesheuvel
2018-02-09
1
-0
/
+19
*
linux-user: Add AT_SECURE auxval
Marco A L Barbosa
2018-01-23
1
-1
/
+2
*
linux-user: Fix calculation of auxv length
Peter Maydell
2017-11-20
1
-2
/
+9
*
linux-user: Allow -R values up to 0xffff0000 for 32-bit ARM guests
Peter Maydell
2017-10-16
1
-1
/
+1
*
linux-user/sh4: fix incorrect memory write
Philippe Mathieu-Daudé
2017-07-31
1
-1
/
+1
*
linux-user: Put PPC AT_IGNOREPPC auxv entries in the right place
Peter Maydell
2017-06-29
1
-11
/
+12
*
target/openrisc: implement shadow registers
Stafford Horne
2017-05-04
1
-1
/
+1
*
linux-user: Use correct types in load_symbols()
Peter Maydell
2017-02-16
1
-7
/
+15
*
target/openrisc: Keep SR_F in a separate variable
Richard Henderson
2017-02-13
1
-2
/
+1
*
nios2: Add usermode binaries emulation
Marek Vasut
2017-01-24
1
-0
/
+57
*
linux-user: Add HPPA startup and main loop
Richard Henderson
2017-01-23
1
-0
/
+24
*
linux-user: Support stack-grows-up in elfload.c
Richard Henderson
2017-01-23
1
-65
/
+170
*
linux-user/elfload: ensure mmap_lock() held while setting up
Alex Bennée
2016-10-31
1
-0
/
+4
*
linux-user: ppc64: fix ARCH_206 bit in AT_HWCAP
Michael Walle
2016-09-23
1
-2
/
+6
*
linux-user: Use glib malloc functions in load_symbols()
Peter Maydell
2016-09-21
1
-7
/
+7
*
linux-user: Check dump_write() return in elf_core_dump()
Peter Maydell
2016-09-21
1
-1
/
+3
*
linux-user: Pass missing MAP_ANONYMOUS to target_mmap() call
Peter Maydell
2016-09-21
1
-1
/
+1
*
linux-user: complete omission of removing uses of strdup
Wei Jiangang
2016-09-14
1
-5
/
+2
*
os-posix: include sys/mman.h
Paolo Bonzini
2016-06-16
1
-1
/
+0
*
linux-user: arm: Remove ARM_cpsr and similar #defines
Peter Maydell
2016-05-27
1
-9
/
+10
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-0
/
+1
*
linux-user: Clean up includes
Peter Maydell
2016-01-29
1
-9
/
+1
*
user: introduce "-d page"
Paolo Bonzini
2015-12-17
1
-4
/
+4
*
translate-all: ensure host page mask is always extended with 1's
Paolo Bonzini
2015-12-02
1
-2
/
+1
*
linux-user: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2015-10-08
1
-1
/
+1
*
linux-user: remove MAX_ARG_PAGES limit
Stefan Brüns
2015-09-28
1
-55
/
+55
*
linux-user: remove unused image_info members
Stefan Brüns
2015-09-28
1
-3
/
+0
*
ppc: Rename ELF_MACHINE to be PPC specific
Peter Crosthwaite
2015-09-25
1
-0
/
+1
*
arm: Remove ELF_MACHINE from cpu.h
Peter Crosthwaite
2015-09-25
1
-2
/
+2
*
linux-user: elfload: Provide default for elf_check_arch
Peter Crosthwaite
2015-09-25
1
-24
/
+4
*
linux_user: elfload: Default ELF_MACHINE to ELF_ARCH
Peter Crosthwaite
2015-09-25
1
-0
/
+4
*
linux-user: Support tilegx architecture in linux-user
Chen Gang
2015-09-15
1
-0
/
+23
*
maint: remove / fix many doubled words
Daniel P. Berrange
2015-09-11
1
-1
/
+1
*
linux-user: remove --enable-guest-base/--disable-guest-base
Laurent Vivier
2015-08-24
1
-2
/
+0
*
linux-user: Use abi_ulong for TARGET_ELF_PAGESTART
Yongbok Kim
2015-06-15
1
-1
/
+2
*
linux-user: Add HWCAP for SH4
Richard Henderson
2015-06-12
1
-0
/
+29
[prev]
[next]