index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
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: Do not subtract offset from end address
Tom Musta
2014-11-11
1
-1
/
+1
*
elf: take phdr offset into account when calculating the program load address
Jonas Maebe
2014-11-03
1
-1
/
+1
*
linux-user: Let user specify random seed
Magnus Reftel
2014-11-03
1
-1
/
+0
*
translate-all.c: memory walker initial address miscalculation
Mikhail Ilyin
2014-10-06
1
-9
/
+9
*
linux-user: Move get_ppc64_abi
Tom Musta
2014-08-22
1
-9
/
+0
*
linux-user: Support HWCAP2 in PowerPC
Tom Musta
2014-06-27
1
-0
/
+31
*
linux-user: Identify Addition Hardware Capabilities for PowerPC
Tom Musta
2014-06-27
1
-0
/
+8
*
linux-user: Correct AUXV Cache Line Sizes for PowerPC
Tom Musta
2014-06-27
1
-2
/
+3
*
User mode support for Linux ELF files with no section header
Craig Heffner
2014-06-17
1
-1
/
+0
*
linux-user: Tell guest about big host page sizes
Alexander Graf
2014-06-16
1
-1
/
+1
*
target-ppc: Confirm That .bss Pages Are Valid
Tom Musta
2014-06-16
1
-3
/
+4
*
target-ppc: Support little-endian PPC64 in user mode.
Doug Kwan
2014-06-16
1
-2
/
+15
*
target-arm: A64: Implement two-register SHA instructions
Peter Maydell
2014-06-09
1
-0
/
+2
*
target-arm: A64: Implement AES instructions
Peter Maydell
2014-06-09
1
-0
/
+1
*
target-arm: A64: Implement CRC instructions
Peter Maydell
2014-06-09
1
-0
/
+1
*
target-arm: A64: Use PMULL feature bit for PMULL
Peter Maydell
2014-06-09
1
-1
/
+1
*
target-arm: add support for v8 VMULL.P64 instruction
Peter Maydell
2014-06-09
1
-0
/
+1
*
target-arm: add support for v8 SHA1 and SHA256 instructions
Ard Biesheuvel
2014-06-09
1
-0
/
+2
*
linux-user/elfload.c: Support ARM HWCAP2 flags
Peter Maydell
2014-05-02
1
-1
/
+29
*
linux-user/elfload.c: Fix A64 code which was incorrectly acting like A32
Peter Maydell
2014-05-02
1
-13
/
+73
*
linux-user/elfload.c: Update ARM HWCAP bits
Peter Maydell
2014-05-02
1
-2
/
+20
*
linux-user/elfload.c: Fix incorrect ARM HWCAP bits
Peter Maydell
2014-05-02
1
-4
/
+5
*
linux-user: Assert stack used for auxvec, envp, argv
James Hogan
2014-05-02
1
-0
/
+2
*
linux-user: Correct DLINFO_ITEMS
James Hogan
2014-03-26
1
-1
/
+1
*
linux-user: Don't reserve space for commpage for AArch64
Peter Maydell
2014-03-17
1
-1
/
+4
*
cpu: Move opaque field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-4
/
+6
*
linux-user/elfload.c: Avoid calling g_free() on uninitialized data
Peter Maydell
2014-02-18
1
-4
/
+12
*
linux-user: Remove regs parameter of load_elf_binary and load_flt_binary
Will Newton
2014-01-10
1
-2
/
+1
*
linux-user: Add AArch64 support
Alexander Graf
2013-09-10
1
-2
/
+13
*
cpu: Use QTAILQ for CPU list
Andreas Färber
2013-09-03
1
-1
/
+1
*
linux-user: Change thread_env to CPUState
Andreas Färber
2013-07-09
1
-7
/
+9
*
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
2013-07-09
1
-3
/
+4
*
target-i386: Replace cpuid_*features fields with a feature word array
Eduardo Habkost
2013-05-02
1
-1
/
+1
*
elfload: use abi_llong/ullong instead of target_llong/ullong
Paolo Bonzini
2013-04-18
1
-2
/
+2
*
elfload: use abi_int/uint instead of target_int/uint
Paolo Bonzini
2013-04-18
1
-7
/
+7
*
elfload: use abi_short/ushort instead of target_short/ushort
Paolo Bonzini
2013-04-18
1
-3
/
+3
*
elfload: use tswapreg consistently in elf_core_copy_regs
Paolo Bonzini
2013-04-18
1
-57
/
+57
*
elfload: fix size of registers for N32
Paolo Bonzini
2013-04-18
1
-7
/
+14
*
elfload: fix size of ABI-dependent fields in core dumps
Paolo Bonzini
2013-04-18
1
-9
/
+9
*
build: kill libdis, move disassemblers to disas/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
linux-user: remove two unchecked uses of strdup
Jim Meyering
2012-10-05
1
-5
/
+7
*
linux-user: Use init_guest_space when -R and -B are specified
Meador Inge
2012-08-14
1
-9
/
+50
*
linux-user: Factor out guest space probing into a function
Meador Inge
2012-08-14
1
-33
/
+77
*
target-or32: Add linux user support
Jia Liu
2012-07-27
1
-0
/
+41
*
Userspace ARM BE8 support
Paul Brook
2012-04-06
1
-0
/
+1
*
arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features.
Benoit Canet
2012-04-06
1
-4
/
+27
*
Rename CPUState -> CPUArchState
Andreas Färber
2012-03-14
1
-8
/
+8
*
linux-user: Don't overuse CPUState
Andreas Färber
2012-03-14
1
-12
/
+12
*
linux-user: save auxv length
Alexander Graf
2012-02-02
1
-11
/
+4
*
elf: Improve symbol lookup (optimize, fix for bsd-user)
Stefan Weil
2012-01-10
1
-7
/
+4
[next]