Sign in
qemu-android
/
qemu-android
/
dd5ee2c2d3e3a17647ddd9bfa97935b8cb5dfa40
/
linux-user
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
71ec7ce
linux-user/syscall.c: Fix typo issue for using target_vec[i].iov_len instead of target_vec[i].iov_base
by Chen Gang S
· 10 years ago
7eff518
linux-user/syscall.c: lock_iovec: unlock vec[i] in failure processing code block
by Chen Gang S
· 10 years ago
30b8b68
linux-user: support target-to-host SCM_CREDENTIALS
by Alex Suykov
· 10 years ago
1669add
linux-user: Fix broken m68k signal handling on 64 bit hosts
by Peter Maydell
· 10 years ago
ec355f1
mips64-linux-user: Fix definition of struct sigaltstack
by Ed Swierk
· 10 years ago
9c6bf9c
linux-user: Fix ioctl cmd type mismatch on 64-bit targets
by Ed Swierk
· 10 years ago
9501801
linux-user: translate resource also for prlimit64
by Felix Janda
· 10 years ago
f6c7a05
linux-user/signal.c: Remove unnecessary wrapper copy_siginfo_to_user
by Peter Maydell
· 10 years ago
f7e61b2
linux-user/main.c: Mark end_exclusive() as possibly unused
by Peter Maydell
· 10 years ago
b040bc9
linux-user/main.c: Call cpu_exec_start/end on all target archs
by Peter Maydell
· 10 years ago
1af2ee0
linux-user/arm/nwfpe: Delete unused aCC array
by Peter Maydell
· 10 years ago
ea2b5fb
linux-user/alpha: Add define for NR_shmat to enable shmat syscall
by Peter Maydell
· 10 years ago
b6e2c93
linux-user/signal.c: Remove current_exec_domain_sig()
by Peter Maydell
· 10 years ago
d8d5119
linux-user/main.c (m68k): Use get_user_u16 rather than lduw in cpu_loop
by Peter Maydell
· 10 years ago
5899d6d
linux-user/vm86.c: Use cpu_ldl_data &c rather than plain ldl &c
by Peter Maydell
· 10 years ago
2ccf97e
linux-user/elfload.c: Don't use _raw accessor functions
by Peter Maydell
· 10 years ago
ec53b45
exec.c: Drop TARGET_HAS_ICE define and checks
by Peter Maydell
· 10 years ago
74797f4
linux-user: Use the 5KEf processor for 64-bit emulation
by Maciej W. Rozycki
· 10 years ago
54bf36e
target-arm: make c13 cp regs banked (FCSEIDR, ...)
by Fabian Aggeler
· 10 years ago
aecc886
linux-user: Fix up timer id handling
by Alexander Graf
· 10 years ago
ccf661f
linux-user: Do not subtract offset from end address
by Tom Musta
· 10 years ago
a93934f
elf: take phdr offset into account when calculating the program load address
by Jonas Maebe
· 10 years ago
686581a
linux-user: Fix fault address truncation AArch64
by Riku Voipio
· 10 years ago
c5e4a5a
linux-user: Let user specify random seed
by Magnus Reftel
· 10 years ago
1a1c4db
translate-all.c: memory walker initial address miscalculation
by Mikhail Ilyin
· 11 years ago
d80a190
linux-user: don't include timerfd if not needed
by Riku Voipio
· 10 years ago
Next »