index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
elfload.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2014-06-09
target-arm: A64: Implement two-register SHA instructions
Peter Maydell
1
-0
/
+2
2014-06-09
target-arm: A64: Implement AES instructions
Peter Maydell
1
-0
/
+1
2014-06-09
target-arm: A64: Implement CRC instructions
Peter Maydell
1
-0
/
+1
2014-06-09
target-arm: A64: Use PMULL feature bit for PMULL
Peter Maydell
1
-1
/
+1
2014-06-09
target-arm: add support for v8 VMULL.P64 instruction
Peter Maydell
1
-0
/
+1
2014-06-09
target-arm: add support for v8 SHA1 and SHA256 instructions
Ard Biesheuvel
1
-0
/
+2
2014-05-02
linux-user/elfload.c: Support ARM HWCAP2 flags
Peter Maydell
1
-1
/
+29
2014-05-02
linux-user/elfload.c: Fix A64 code which was incorrectly acting like A32
Peter Maydell
1
-13
/
+73
2014-05-02
linux-user/elfload.c: Update ARM HWCAP bits
Peter Maydell
1
-2
/
+20
2014-05-02
linux-user/elfload.c: Fix incorrect ARM HWCAP bits
Peter Maydell
1
-4
/
+5
2014-05-02
linux-user: Assert stack used for auxvec, envp, argv
James Hogan
1
-0
/
+2
2014-03-26
linux-user: Correct DLINFO_ITEMS
James Hogan
1
-1
/
+1
2014-03-17
linux-user: Don't reserve space for commpage for AArch64
Peter Maydell
1
-1
/
+4
2014-03-13
cpu: Move opaque field from CPU_COMMON to CPUState
Andreas Färber
1
-4
/
+6
2014-02-18
linux-user/elfload.c: Avoid calling g_free() on uninitialized data
Peter Maydell
1
-4
/
+12
2014-01-10
linux-user: Remove regs parameter of load_elf_binary and load_flt_binary
Will Newton
1
-2
/
+1
2013-09-10
linux-user: Add AArch64 support
Alexander Graf
1
-2
/
+13
2013-09-03
cpu: Use QTAILQ for CPU list
Andreas Färber
1
-1
/
+1
2013-07-09
linux-user: Change thread_env to CPUState
Andreas Färber
1
-7
/
+9
2013-07-09
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
1
-3
/
+4
2013-05-02
target-i386: Replace cpuid_*features fields with a feature word array
Eduardo Habkost
1
-1
/
+1
2013-04-18
elfload: use abi_llong/ullong instead of target_llong/ullong
Paolo Bonzini
1
-2
/
+2
2013-04-18
elfload: use abi_int/uint instead of target_int/uint
Paolo Bonzini
1
-7
/
+7
2013-04-18
elfload: use abi_short/ushort instead of target_short/ushort
Paolo Bonzini
1
-3
/
+3
2013-04-18
elfload: use tswapreg consistently in elf_core_copy_regs
Paolo Bonzini
1
-57
/
+57
2013-04-18
elfload: fix size of registers for N32
Paolo Bonzini
1
-7
/
+14
2013-04-18
elfload: fix size of ABI-dependent fields in core dumps
Paolo Bonzini
1
-9
/
+9
2012-12-19
build: kill libdis, move disassemblers to disas/
Paolo Bonzini
1
-1
/
+1
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
[next]