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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-27
linux-user/signal.c: Generate opcode data for restorer in setup_rt_frame
Chen Gang
1
-2
/
+10
2016-05-27
linux-user: arm: Remove ARM_cpsr and similar #defines
Peter Maydell
2
-28
/
+11
2016-05-27
linux-user: Use direct syscalls for setuid(), etc
Peter Maydell
1
-12
/
+46
2016-05-27
linux-user: x86_64: Don't use 16-bit UIDs
Peter Maydell
1
-1
/
+2
2016-05-27
linux-user: Use g_try_malloc() in do_msgrcv()
Peter Maydell
1
-1
/
+5
2016-05-27
linux-user: Handle msgrcv error case correctly
Peter Maydell
1
-1
/
+5
2016-05-27
linux-user: Handle negative values in timespec conversion
Peter Maydell
1
-4
/
+4
2016-05-27
linux-user: Use safe_syscall for futex syscall
Peter Maydell
1
-8
/
+10
2016-05-27
linux-user: Use safe_syscall for pselect, select syscalls
Peter Maydell
1
-17
/
+19
2016-05-27
linux-user: Use safe_syscall for execve syscall
Timothy E Baldwin
1
-1
/
+12
2016-05-27
linux-user: Use safe_syscall for wait system calls
Timothy E Baldwin
1
-3
/
+7
2016-05-27
linux-user: Use safe_syscall for open and openat system calls
Timothy E Baldwin
1
-14
/
+4
2016-05-27
linux-user: Use safe_syscall for read and write system calls
Timothy E Baldwin
1
-2
/
+5
2016-05-27
linux-user: Provide safe_syscall for fixing races between signals and syscalls
Timothy E Baldwin
8
-2
/
+354
2016-05-27
linux-user: Add debug code to exercise restarting system calls
Timothy E Baldwin
1
-0
/
+19
2016-05-27
linux-user: Support for restarting system calls for Microblaze targets
Timothy E Baldwin
3
-2
/
+8
2016-05-27
linux-user: Set r14 on exit from microblaze syscall
Peter Maydell
1
-0
/
+7
2016-05-27
linux-user: Support for restarting system calls for tilegx targets
Peter Maydell
3
-9
/
+15
2016-05-27
linux-user: Support for restarting system calls for CRIS targets
Timothy E Baldwin
3
-2
/
+7
2016-05-27
linux-user: Support for restarting system calls for S390 targets
Timothy E Baldwin
3
-5
/
+12
2016-05-27
linux-user: Support for restarting system calls for M68K targets
Timothy E Baldwin
3
-21
/
+24
2016-05-27
linux-user: Support for restarting system calls for OpenRISC targets
Timothy E Baldwin
2
-8
/
+15
2016-05-27
linux-user: Support for restarting system calls for UniCore32 targets
Timothy E Baldwin
1
-1
/
+6
2016-05-27
linux-user: Support for restarting system calls for Alpha targets
Timothy E Baldwin
3
-4
/
+8
2016-05-27
linux-user: Support for restarting system calls for SH4 targets
Timothy E Baldwin
3
-11
/
+12
2016-05-27
linux-user: Support for restarting system calls for SPARC targets
Timothy E Baldwin
4
-1
/
+6
2016-05-27
linux-user: Support for restarting system calls for PPC targets
Timothy E Baldwin
2
-0
/
+5
2016-05-27
linux-user: Support for restarting system calls for MIPS targets
Timothy E Baldwin
3
-0
/
+6
2016-05-27
linux-user: Support for restarting system calls for ARM targets
Timothy E Baldwin
3
-23
/
+36
2016-05-27
linux-user: Support for restarting system calls for x86 targets
Timothy E Baldwin
3
-28
/
+36
2016-05-27
linux-user: Renumber TARGET_QEMU_ESIGRETURN, make it not arch-specific
Timothy E Baldwin
4
-10
/
+9
2016-05-27
linux-user: Define TARGET_ERESTART* errno values
Timothy E Baldwin
1
-0
/
+8
2016-05-27
linux-user: Reindent signal handling
Timothy E Baldwin
1
-752
/
+791
2016-05-27
linux-user: Consistently return host errnos from do_openat()
Peter Maydell
1
-4
/
+10
2016-05-27
linux-user: Check array bounds in errno conversion
Timothy E Baldwin
1
-2
/
+6
2016-05-23
cpu: Eliminate cpudef_init(), cpudef_setup()
Eduardo Habkost
1
-3
/
+0
2016-05-19
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
2
-0
/
+2
2016-05-19
log: do not use CONFIG_USER_ONLY
Paolo Bonzini
1
-0
/
+1
2016-04-04
linux-user: arm: Handle (ignore) EXCP_YIELD in ARM cpu_loop()
Peter Maydell
1
-0
/
+6
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
4
-1
/
+7
2016-03-10
osdep: add wrappers for socket functions
Daniel P. Berrange
1
-1
/
+0
2016-03-04
linux-user: arm: handle CPSR.E correctly in strex emulation
Paolo Bonzini
1
-7
/
+43
2016-03-04
linux-user: arm: set CPSR.E/SCTLR.E0E correctly for BE mode
Peter Crosthwaite
1
-1
/
+2
2016-03-04
target-arm: implement SCTLR.B, drop bswap_code
Paolo Bonzini
1
-3
/
+7
2016-03-04
linux-user: arm: pass env to get_user_code_*
Paolo Bonzini
1
-11
/
+9
2016-03-04
linux-user: arm: fix coding style for some linux-user signal functions
Paolo Bonzini
1
-54
/
+56
2016-02-26
linux-user: Use restrictive mask when calling cpsr_write()
Peter Maydell
2
-2
/
+3
2016-02-26
target-arm: Add write_type argument to cpsr_write()
Peter Maydell
3
-6
/
+6
2016-02-24
linux-user: add getrandom() syscall
Laurent Vivier
1
-0
/
+13
2016-02-23
linux-user: correct timerfd_create syscall numbers
Riku Voipio
6
-6
/
+6
[prev]
[next]