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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2012-10-05
linux-user: remove two unchecked uses of strdup
Jim Meyering
1
-5
/
+7
2012-08-14
linux-user: Use init_guest_space when -R and -B are specified
Meador Inge
1
-9
/
+50
2012-08-14
linux-user: Factor out guest space probing into a function
Meador Inge
1
-33
/
+77
2012-07-27
target-or32: Add linux user support
Jia Liu
1
-0
/
+41
2012-04-06
Userspace ARM BE8 support
Paul Brook
1
-0
/
+1
2012-04-06
arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features.
Benoit Canet
1
-4
/
+27
2012-03-14
Rename CPUState -> CPUArchState
Andreas Färber
1
-8
/
+8
2012-03-14
linux-user: Don't overuse CPUState
Andreas Färber
1
-12
/
+12
2012-02-02
linux-user: save auxv length
Alexander Graf
1
-11
/
+4
2012-01-10
elf: Improve symbol lookup (optimize, fix for bsd-user)
Stefan Weil
1
-7
/
+4
2011-12-02
fix spelling in linux-user sub directory
Dong Xu Wang
1
-1
/
+1
2011-11-11
linux-user/elfload.c: Don't memset(NULL..) if malloc() failed
Peter Maydell
1
-3
/
+2
2011-10-27
ppc64-linux-user: Properly interpret the entry function descriptor.
Richard Henderson
1
-4
/
+4
2011-09-09
linux-user: Implement new ARM 64 bit cmpxchg kernel helper
Dr. David Alan Gilbert
1
-2
/
+54
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-13
/
+13
2011-07-14
set ELF_HWCAP for SPARC and SPARC64
Artyom Tarasenko
1
-2
/
+4
2011-06-21
linux-user: Define AT_RANDOM to support target stack protection mechanism.
Laurent ALFONSI
1
-1
/
+20
2011-06-21
linux-user: Handle images where lowest vaddr is not page aligned
Peter Maydell
1
-57
/
+73
2011-06-21
linux-user: Fix the load of ELF files that have no "useful" symbol
Cédric VINCENT
1
-15
/
+19
2011-05-20
s390x: s390x-linux-user support
Ulrich Hecht
1
-0
/
+19
2011-04-12
unicore32: necessary modifications for other files to support unicore32
Guan Xuetao
1
-0
/
+74
2011-02-17
linux-user: correct core dump format
Laurent Vivier
1
-16
/
+18
2011-02-09
linux-user/elfload: add FDPIC support
Mike Frysinger
1
-0
/
+71
2011-02-09
linux-user: Fix possible realloc memory leak
Stefan Weil
1
-3
/
+5
2010-07-29
linux-user: Protect against allocation failure in load_symbols.
Richard Henderson
1
-0
/
+10
2010-07-29
linux-user: Re-use load_elf_image for the main binary.
Richard Henderson
1
-277
/
+103
2010-07-29
linux-user: Extract load_elf_image from load_elf_interp.
Richard Henderson
1
-174
/
+167
2010-07-29
linux-user: Remove partial support for a.out interpreters.
Richard Henderson
1
-70
/
+9
2010-07-29
linux-user: Put the stack guard page at the top.
Richard Henderson
1
-14
/
+17
2010-07-29
linux-user: Improve consistency checking in elf headers.
Richard Henderson
1
-24
/
+33
2010-07-29
linux-user: Load symbols from the interpreter.
Richard Henderson
1
-88
/
+101
2010-07-29
linux-user: Clean up byte-swapping in elfload.c.
Richard Henderson
1
-71
/
+48
2010-07-29
linux-user: Define ELF_DATA generically.
Richard Henderson
1
-24
/
+6
2010-07-29
linux-user: Reduce lseek+reads while loading elf files.
Richard Henderson
1
-60
/
+44
2010-07-29
linux-user: Reindent elfload.c.
Richard Henderson
1
-510
/
+518
2010-07-29
Add more DT_* and AT_* constants to qemu's copy of elf.h.
Richard Henderson
1
-9
/
+0
2010-07-29
linux-user: Handle filesz < memsz for any PT_LOAD segment.
Richard Henderson
1
-97
/
+55
2010-06-16
Usermode exec-stack fix
Paul Brook
1
-0
/
+1
2010-05-29
Pre-allocate guest address space
Paul Brook
1
-1
/
+1
2010-05-19
microblaze: Update elf machine nums.
Edgar E. Iglesias
1
-2
/
+2
2010-05-19
microblaze: Add linux-user core dumping support.
Edgar E. Iglesias
1
-0
/
+18
2010-05-05
Better default guest_base
Paul Brook
1
-6
/
+67
2010-05-05
Remove PAGE_RESERVED
Paul Brook
1
-6
/
+0
2010-03-28
linux-user/ppc: use the Linux register layout
Rob Landley
1
-21
/
+2
2010-03-27
linux-user: Use RLIMIT_STACK for default stack size.
Richard Henderson
1
-1
/
+1
2010-03-12
Fix usermode virtual address type
Paul Brook
1
-2
/
+2
2010-03-01
Disassembler symbol lookup fix
Paul Brook
1
-2
/
+2
2010-01-17
fix linux-user microblaze ELF_ARCH definition
Mike Frysinger
1
-1
/
+1
2009-12-19
linux-user: add core dump support for SH
Nathan Froyd
1
-0
/
+33
2009-12-19
linux-user: add core dump support for M68K
Nathan Froyd
1
-0
/
+29
[next]