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
2009-06-16
linux-user: added x86 and x86_64 support for ELF coredump
Mika Westerberg
1
-0
/
+83
2009-06-16
linux-user: implemented ELF coredump support for ARM target
Mika Westerberg
1
-8
/
+920
2009-05-26
microblaze: linux-user support.
Edgar E. Iglesias
1
-0
/
+22
2009-05-16
support ELF_HWCAP for PPPC
Nathan Froyd
1
-0
/
+58
2009-01-15
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori
1
-1
/
+1
2009-01-14
Remove all traces of __powerpc__
malc
1
-1
/
+1
2008-10-22
* Use function pointers for symbol lookup (currently for elf32 and elf64,
pbrook
1
-44
/
+98
2008-10-05
Export x86_stack_size in qemu.h
blueswir1
1
-2
/
+0
2008-09-30
Silence some warnings about uninitialized variables
blueswir1
1
-0
/
+1
2008-09-20
Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings
blueswir1
1
-1
/
+1
2008-08-20
Kludge to support linux-user on a PPC64
malc
1
-0
/
+9
2008-06-07
Multithreaded locking fixes.
pbrook
1
-2
/
+2
2008-03-26
Implement AT_CLKTCK.
pbrook
1
-0
/
+1
2007-11-16
suppressed tgetx and tputx (initial patch by Thayne Harbaugh)
bellard
1
-14
/
+11
2007-11-11
Linux user memory access API change (initial patch by Thayne Harbaugh)
bellard
1
-1
/
+2
2007-10-28
Implement missing MIPS supervisor mode bits.
ths
1
-1
/
+1
2007-10-27
PowerPC user-mode fix: MSR is now entirelly set-up in the cpu_reset routine.
j_mayer
1
-1
/
+0
2007-10-18
Use the new TARGET_ABI32 feature to implement a ppc64abi32-linux-user target
j_mayer
1
-3
/
+3
2007-10-14
Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)
blueswir1
1
-64
/
+74
2007-10-09
Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulator
blueswir1
1
-23
/
+74
2007-10-08
CRIS Linux userland emulation, part 2. By Edgar E. Iglesias.
ths
1
-0
/
+20
2007-10-07
Fix confusions between host and target long types.
j_mayer
1
-47
/
+61
2007-09-27
memset string pages to zero to avoid putting random data on the stack
j_mayer
1
-1
/
+2
2007-09-27
New ppc64-linux-user target.
j_mayer
1
-0
/
+1
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
1
-6
/
+6
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
1
-27
/
+27
2007-07-05
Fix 64 bit ELF file symbol lookup
blueswir1
1
-1
/
+24
2007-06-22
Setup stack properly, fixes wrong argc value problem, by Magnus Damm.
ths
1
-1
/
+1
2007-06-03
Spelling fixes, by Stefan Weil.
ths
1
-2
/
+2
2007-05-13
MIPS linux-user update.
ths
1
-0
/
+7
2007-04-06
Code provision for x86_64 and PowerPC 64 linux user mode support.
j_mayer
1
-0
/
+41
2007-04-05
Preliminary patch for Alpha Linux user mode emulation support.
j_mayer
1
-3
/
+28
2006-12-14
Fix userland ELF loader for zero sized BSS.
ths
1
-3
/
+6
2006-10-22
ColdFire target.
pbrook
1
-0
/
+25
2006-07-18
Sparc64 user emulator fixes (Blue Swirl)
bellard
1
-3
/
+5
2006-06-11
bFLT loader (for uClinux binaries).
pbrook
1
-265
/
+45
2006-04-27
sh4 target (Samuel Tardieu)
bellard
1
-0
/
+24
2006-03-25
Avoid accessing guest memory directly in usermode emulation.
pbrook
1
-99
/
+79
2006-02-04
Make target_mmap always return -1 on failure.
pbrook
1
-1
/
+1
2006-02-04
Correctly initialize Arm CPU for Thumb entry points.
pbrook
1
-1
/
+3
2005-11-26
mips user emulation
bellard
1
-0
/
+25
2005-11-26
added AT_PLATFORM and AT_HWCAP for x86 (initial patch by Gwenole Beauchesne)
bellard
1
-8
/
+45
2005-10-30
Arm AT_HWCAP AUXV entry (Paul Brook)
bellard
1
-0
/
+22
2005-08-21
fix AUX vector entries (Paul Brook)
bellard
1
-26
/
+24
2005-02-10
64 bit support
bellard
1
-18
/
+18
2005-01-30
initial sparc64 support
bellard
1
-0
/
+23
2004-12-19
SPARC merge
bellard
1
-6
/
+10
2004-07-05
Darwin patch (initial patch by Pierre d'Herbemont)
bellard
1
-11
/
+21
2004-06-19
buffer overflow fix
bellard
1
-1
/
+1
2004-05-20
64 bit fix (Jocelyn Mayer)
bellard
1
-1
/
+1
[next]