Sign in
qemu-android
/
qemu-android
/
fff51233b75b745fe6d34f30f39049818d56944b
/
linux-user
ac0d9db
Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160111' into staging
by Peter Maydell
· 9 years ago
530c003
linux-user/mmap.c: Use end instead of real_end in target_mmap
by Chen Gang
· 9 years ago
5a53dc5
linux-user: Add SOCKOP_sendmmsg and SOCKOP_recvmmsg socket call, wire them up.
by John Paul Adrian Glaubitz
· 9 years ago
e73eecb
linux-user: Update m68k syscall definitions to match Linux 4.4.
by John Paul Adrian Glaubitz
· 9 years ago
fad6c58
linux-user/syscall.c: Use SOL_SOCKET instead of level for setsockopt()
by Chen Gang
· 9 years ago
9763af0
Add missing syscall nrs. according to more recent Linux kernels
by Johan Ouwerkerk
· 9 years ago
477cea9
linux-user: enable sigaltstack for all architectures
by Michael Tokarev
· 9 years ago
6e50216
unicore32: convert get_sp_from_cpustate from macro to inline
by Michael Tokarev
· 9 years ago
c0d3573
linux-user: enable sigaltstack for all architectures
by Michael Tokarev
· 9 years ago
27e112f
unicore32: convert get_sp_from_cpustate from macro to inline
by Michael Tokarev
· 9 years ago
e6deac9
linux-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()
by Chen Gang
· 9 years ago
2a0fa68
linux-user,sh4: fix signal retcode address
by Laurent Vivier
· 9 years ago
861d72c
linux-user: check fd is >= 0 in fd_trans_host_to_target_data/fd_trans_host_to_target_addr
by Laurent Vivier
· 9 years ago
0cf2272
linux-user: manage bind with a socket of SOCK_PACKET type.
by Laurent Vivier
· 9 years ago
7b36f78
linux-user: add a function hook to translate sockaddr
by Laurent Vivier
· 9 years ago
5d4d366
linux-user: rename TargetFdFunc to TargetFdDataFunc, and structure fields accordingly
by Laurent Vivier
· 9 years ago
ff626f2
linux-user: SOCK_PACKET uses network endian to encode protocol in socket()
by Laurent Vivier
· 9 years ago
0e173b2
linux-user/syscall.c: malloc()/calloc() to g_malloc()/g_try_malloc()/g_new0()
by Harmandeep Kaur
· 9 years ago
3e24bb3
linux-user: in poll(), if nfds is 0, pfd can be NULL
by Laurent Vivier
· 9 years ago
928bed6
linux-user: correctly align target_epoll_event
by Laurent Vivier
· 9 years ago
e36800c
linux-user: add signalfd/signalfd4 syscalls
by Laurent Vivier
· 9 years ago
c8ee0a4
linux-user: convert DEBUG_SIGNAL logging to tracepoints
by Paolo Bonzini
· 9 years ago
120a984
linux-user: avoid "naked" qemu_log
by Paolo Bonzini
· 9 years ago
1382902
user: introduce "-d page"
by Paolo Bonzini
· 9 years ago
013a294
qemu-log: introduce qemu_log_separate
by Paolo Bonzini
· 9 years ago
0c2d70c
translate-all: ensure host page mask is always extended with 1's
by Paolo Bonzini
· 9 years ago
e9d49d5
linux-user/syscall: Replace g_malloc0 + memcpy with g_memdup
by Thomas Huth
· 9 years ago
d1c002b
linux-user: Remove type casts to union type
by Stefan Weil
· 10 years ago
c78d65e
linux-user: Use g_new() & friends where that makes obvious sense
by Markus Armbruster
· 10 years ago
4a7428c
s/cpu_get_real_ticks/cpu_get_host_ticks/
by Christopher Covington
· 10 years ago
a0577d2
target-tilegx: Use TILEGX_EXCP_SIGNAL instead of TILEGX_EXCP_SEGV
by Richard Henderson
· 9 years ago
dd8070d
target-tilegx: Decode ill pseudo-instructions
by Chen Gang
· 9 years ago
bf0f60a
linux-user/tilegx: Implement tilegx signal features
by Chen Gang
· 9 years ago
de2fdd5
linux-user/syscall_defs.h: Sync the latest si_code from Linux kernel
by Chen Gang
· 10 years ago
86abac0
linux-user: assert that target_mprotect cannot fail
by Paolo Bonzini
· 10 years ago
d0924a2
linux-user/signal.c: Use setup_rt_frame() instead of setup_frame() for target openrisc
by Chen Gang
· 10 years ago
08703b9
linux-user/syscall.c: Add EAGAIN to host_to_target_errno_table for
by Chen Gang
· 10 years ago
0f0426f
linux-user: add name_to_handle_at/open_by_handle_at
by Laurent Vivier
· 10 years ago
93b4eff
linux-user: Return target error number in do_fork()
by Timothy E Baldwin
· 10 years ago
ee10458
linux-user: fix cmsg conversion in case of multiple headers
by Jonathan Neuschäfer
· 10 years ago
59baae9
linux-user: remove MAX_ARG_PAGES limit
by Stefan Brüns
· 10 years ago
84646ee
linux-user: remove unused image_info members
by Stefan Brüns
· 10 years ago
ba02577
linux-user: Treat --foo options the same as -foo
by Meador Inge
· 10 years ago
4d1275c
linux-user: use EXIT_SUCCESS and EXIT_FAILURE
by Riku Voipio
· 9 years ago
138940b
linux-user: Add proper error messages for bad options
by Meador Inge
· 10 years ago
daaf8c8
linux-user: Add -help
by Meador Inge
· 10 years ago
d03f9c3
linux-user: Exit 0 when -h is used
by Meador Inge
· 10 years ago
4ecd4d1
ppc: Rename ELF_MACHINE to be PPC specific
by Peter Crosthwaite
· 10 years ago
b597c3f
arm: Remove ELF_MACHINE from cpu.h
by Peter Crosthwaite
· 10 years ago
d276a60
linux-user: elfload: Provide default for elf_check_arch
by Peter Crosthwaite
· 10 years ago
75be901
linux_user: elfload: Default ELF_MACHINE to ELF_ARCH
by Peter Crosthwaite
· 10 years ago
6bb9a0a
target-ppc: Fix SRR0 when taking unaligned exceptions
by Anton Blanchard
· 10 years ago
0583b23
target-tilegx: Handle atomic instructions
by Richard Henderson
· 10 years ago
9b9dc7a
target-tilegx: Generate SEGV properly
by Richard Henderson
· 10 years ago
704eff6
linux-user: Conditionalize syscalls which are not defined in tilegx
by Chen Gang
· 10 years ago
b16189b
linux-user: Support tilegx architecture in linux-user
by Chen Gang
· 10 years ago
2cb154b
linux-user: tilegx: Add architecture related features
by Chen Gang
· 10 years ago
a2aa09e
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 10 years ago
67cc32e
typofixes - v4
by Veres Lajos
· 10 years ago
8cb7675
linux-user: Fix warnings caused by missing 'static' attribute
by Stefan Weil
· 10 years ago
8abae4d
maint: remove unused include for assert.h
by Daniel P. Berrange
· 10 years ago
b6af097
maint: remove / fix many doubled words
by Daniel P. Berrange
· 10 years ago
8fd19e6
exec: make mmap_lock/mmap_unlock globally available
by Paolo Bonzini
· 10 years ago
677ef62
replace spinlock by QemuMutex.
by KONRAD Frederic
· 10 years ago
7090376
linux-user: call rcu_(un)register_thread on pthread_(exit|create)
by Emilio G. Cota
· 10 years ago
8012c84
target-arm: Wire up HLT 0xf000 as the A64 semihosting instruction
by Peter Maydell
· 10 years ago
b76f21a
linux-user: remove useless macros GUEST_BASE and RESERVED_VA
by Laurent Vivier
· 10 years ago
4cbea59
linux-user: remove --enable-guest-base/--disable-guest-base
by Laurent Vivier
· 10 years ago
f01a361
linux-user: Fix MIPS N64 trap and break instruction bug
by Andrew Bennett
· 10 years ago
ea3e984
cpu-exec: Purge all uses of ENV_GET_CPU()
by Peter Crosthwaite
· 10 years ago
f7ec7f7
gdbstub: Change gdbserver_fork() to accept cpu instead of env
by Peter Crosthwaite
· 10 years ago
bbd77c1
translate-all: Change tb_flush() env argument to cpu
by Peter Crosthwaite
· 10 years ago
7d6b1da
linux-user, ppc: mftbl can be used by user application
by Laurent Vivier
· 10 years ago
45c874e
linux-user: ioctl() command type is int
by Laurent Vivier
· 10 years ago
1d085f6
linux-user: fix the breakpoint inheritance in spawned threads
by Thierry Bultel
· 10 years ago
876e23c
linux-user: use __get_user and __put_user in cmsg conversions
by Peter Maydell
· 10 years ago
c2aeb25
linux-user: Fix length handling in host_to_target_cmsg
by Peter Maydell
· 10 years ago
79cb1f1
linux-user: Use abi_ulong for TARGET_ELF_PAGESTART
by Yongbok Kim
· 10 years ago
8be656b
linux-user: Allocate thunk size dynamically
by Alexander Graf
· 10 years ago
e42fd94
linux-user: Add HWCAP for SH4
by Richard Henderson
· 10 years ago
91c45a3
linux-user: Default sh4 to sh7785
by Richard Henderson
· 10 years ago
f809c60
target-i386: use memory API to implement SMRAM
by Paolo Bonzini
· 10 years ago
3586533
translate-all: remove unnecessary argument to tb_invalidate_phys_range
by Paolo Bonzini
· 10 years ago
1652b97
exec: move functions to translate-all.h
by Paolo Bonzini
· 10 years ago
c498d8e
s390x: Common access to floating point registers
by Eric Farman
· 10 years ago
d82322e
linux-user/arm: Correct TARGET_NR_timerfd to TARGET_NR_timerfd_create
by Timothy Baldwin
· 10 years ago
52a53af
linux-user/elfload: use QTAILQ_FOREACH instead of open-coding it
by Emilio G. Cota
· 10 years ago
02f4035
linux-user, bsd-user: Remove two calls to cpu_exec_init_all
by Fam Zheng
· 10 years ago
a59629f
rcu: do not create thread in pthread_atfork callback
by Paolo Bonzini
· 10 years ago
61c7480
linux-user: fix broken cpu_copy()
by Leon Alrae
· 10 years ago
17644b3
linux-user: fix emulation of splice syscall
by Andreas Schwab
· 10 years ago
92bed46
linux-user/main.c: Remove redundant end_exclusive() in arm_kernel_cmpxchg64_helper()
by Chen Gang S
· 10 years ago
b8d4328
linux-user: Access correct register for get/set_tls syscalls on ARM TZ CPUs
by Mikhail Ilyin
· 10 years ago
2994fd9
cpu: Make cpu_init() return QOM CPUState object
by Eduardo Habkost
· 10 years ago
0856579
Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging"
by Peter Maydell
· 10 years ago
696da41
linux-user: Check for cpu_init() errors
by Eduardo Habkost
· 10 years ago
1ab2aea
linux-user: correct stat structure in MIPS N32
by Leon Alrae
· 10 years ago
aa5e03d
linux-user: wrong TARGET_SI_PAD_SIZE value for some targets.
by Maxim Ostapenko
· 10 years ago
dec0473
linux-user/syscall.c: do_ioctl_dm: Need to call unlock_user() before going to failure return in default case
by Chen Gang S
· 10 years ago
a86b3c6
linux-user/main.c: Use TARGET_SIG* instead of SIG*
by Chen Gang S
· 10 years ago
Next »