Sign in
qemu-android
/
qemu-android
/
b5613fdcb0e03d47852582c252942512f050b5b6
/
linux-user
99033ca
linux-user: Add AArch64 support
by Alexander Graf
· 12 years ago
4a24a75
linux-user: Allow targets to specify a minimum uname release
by Peter Maydell
· 12 years ago
af89c7d
linux-user: Add AArch64 termbits.h definitions
by Alexander Graf
· 12 years ago
e2cea49
linux-user: Implement cpu_set_tls() and cpu_clone_regs() for AArch64
by Alexander Graf
· 12 years ago
848d72c
linux-user: Make sure NWFPE code is 32 bit ARM only
by Peter Maydell
· 12 years ago
1744aea
linux-user: Add signal handling for AArch64
by Andreas Schwab
· 12 years ago
0970119
linux-user: Fix up AArch64 syscall handlers
by Alexander Graf
· 12 years ago
c790730
linux-user: Add syscall number definitions for AArch64
by Alexander Graf
· 12 years ago
1861c45
linux-user: Add cpu loop for AArch64
by Peter Maydell
· 12 years ago
067d983
linux-user: Don't treat AArch64 cpu names specially
by Alexander Graf
· 12 years ago
bdc4464
cpu: Use QTAILQ for CPU list
by Andreas Färber
· 12 years ago
95c1eb1
linux-user: Return success from m68k set_thread_area syscall
by Peter Maydell
· 12 years ago
978fae9
linux-user/signal.c: Avoid using uninitialized data in ARM sigreturn
by Peter Maydell
· 12 years ago
b04636f
linux-user/signal.c: PPC: Silence clang uninitialized-use warning
by Peter Maydell
· 12 years ago
b0932e0
linux-user: correct argument number for sys_mremap and sys_splice
by Petar Jovanovic
· 12 years ago
0ac46af
linux-user: Avoid redundant ENV_GET_CPU()
by Andreas Färber
· 12 years ago
874ec3c
Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging
by Anthony Liguori
· 12 years ago
a033381
linux-user: Handle compressed ISA encodings when processing MIPS exceptions
by Kwok Cheung Yeung
· 12 years ago
b24c882
linux-user: Reset copied CPUs in cpu_copy() always
by Alexander Graf
· 12 years ago
ddaa7e5
linux-user: Fix epoll on ARM hosts
by Alexander Graf
· 12 years ago
82f05b6
linux-user: Fix pipe syscall return for SPARC
by Peter Maydell
· 12 years ago
c7819df
linux-user: Fix target_stat and target_stat64 for OpenRISC
by Peter Maydell
· 12 years ago
6f152e9
linux-user: Use X86CPU property to retrieve CPUID family
by Andreas Färber
· 13 years ago
db6b81d
gdbstub: Change gdb_handlesig() argument to CPUState
by Andreas Färber
· 12 years ago
885a73f
linux-user: Avoid conditional cpu_reset()
by Andreas Färber
· 12 years ago
24cb36a
configure: Make NPTL non-optional
by Peter Maydell
· 12 years ago
2667e71
linux-user: Enable NPTL for x86-64
by Peter Maydell
· 12 years ago
bc22eb4
linux-user: Add i386 TLS setter
by Alexander Graf
· 12 years ago
4ce6243
linux-user: Clean up handling of clone() argument order
by Peter Maydell
· 12 years ago
d312bbe
linux-user: Add missing 'break' in i386 get_thread_area syscall
by Peter Maydell
· 12 years ago
1ccd937
linux-user: Enable NPTL for m68k
by Peter Maydell
· 12 years ago
f5147c9
linux-user: Enable NPTL for SPARC targets
by Peter Maydell
· 12 years ago
442a59c
linux-user: Enable NPTL for OpenRISC
by Peter Maydell
· 12 years ago
dfeab06
linux-user: Move includes of target-specific headers to end of qemu.h
by Peter Maydell
· 12 years ago
43be134
linux-user: declare sys_futex to have 6 arguments
by Petar Jovanovic
· 12 years ago
51455c5
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
by Anthony Liguori
· 12 years ago
a076285
log: Change log_cpu_state[_mask]() argument to CPUState
by Andreas Färber
· 12 years ago
a2247f8
linux-user: Change thread_env to CPUState
by Andreas Färber
· 12 years ago
182735e
cpu: Make first_cpu and next_cpu CPUState
by Andreas Färber
· 12 years ago
9b056fc
linux-user: Clean up do_syscall() Coding Style for TARGET_NR_exit
by Andreas Färber
· 12 years ago
6291ad7
linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user
by Peter Maydell
· 12 years ago
8384274
linux-user: Do not ignore mmap failure from host
by Jürg Billeter
· 12 years ago
f651e6a
linux-user: improve target_to_host_sock_type conversion
by Petar Jovanovic
· 12 years ago
1acae9f
linux-user: Fix sys_utimensat (would not compile on old glibc)
by Peter Maydell
· 12 years ago
167c50d
linux-user: fix signal number range check
by Andreas Schwab
· 12 years ago
7ff7b66
linux-user: add SIOCADDRT/SIOCDELRT support
by Laurent Vivier
· 12 years ago
463d8e7
linux-user: handle /proc/$$ like /proc/self
by Andreas Schwab
· 12 years ago
878096e
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
by Andreas Färber
· 12 years ago
60a3e17
cpu: Change cpu_exit() argument to CPUState
by Andreas Färber
· 12 years ago
2e59915
main: use TARGET_ARCH only for the target-specific #define
by Paolo Bonzini
· 12 years ago
c0d472b
linux-user: Drop direct use of openat etc syscalls
by Peter Maydell
· 12 years ago
3307e23
linux-user: Allow getdents to be provided by getdents64
by Peter Maydell
· 12 years ago
d2d6b85
linux-user: Fix typo in comment
by Lei Li
· 12 years ago
95de21a4
Merge remote-tracking branch 'mjt/trivial-patches' into staging
by Anthony Liguori
· 12 years ago
1239b47
linux-user: Save the correct resume address for MIPS signal handling
by Kwok Cheung Yeung
· 12 years ago
ea3164a
linux-user: Fix MIPS ISA transitions during signal handling
by Kwok Cheung Yeung
· 12 years ago
e24fed4
fix /proc/self/maps output
by Christophe Lyon
· 12 years ago
0514ef2
target-i386: Replace cpuid_*features fields with a feature word array
by Eduardo Habkost
· 12 years ago
7edd2cf
linux-user: fix compile error due to stray colon at end of #ifdef line
by Peter Maydell
· 12 years ago
03903ff
linux-user: fix setgroups/getgroups for non-UID16 archs
by Andreas Schwab
· 12 years ago
9ab709b
linux-user: fix undefined shift in copy_to_user_fdset
by Andreas Schwab
· 12 years ago
c7128c9
linux-user: change do_semop to return target errno when unsuccessful
by Petar Jovanovic
· 12 years ago
918fc54
elfload: use abi_llong/ullong instead of target_llong/ullong
by Paolo Bonzini
· 12 years ago
f8fd4fc
elfload: use abi_int/uint instead of target_int/uint
by Paolo Bonzini
· 12 years ago
1ddd592
elfload: use abi_short/ushort instead of target_short/ushort
by Paolo Bonzini
· 12 years ago
86cd7b2
elfload: use tswapreg consistently in elf_core_copy_regs
by Paolo Bonzini
· 12 years ago
a29f998
elfload: fix size of registers for N32
by Paolo Bonzini
· 12 years ago
ca98ac8
elfload: fix size of ABI-dependent fields in core dumps
by Paolo Bonzini
· 12 years ago
5947c69
linux-user: pass correct host flags to eventfd2 call
by Petar Jovanovic
· 12 years ago
abe2084
linux-user: Don't omit comma for strace of rt_sigaction()
by Peter Maydell
· 12 years ago
e9a970a
linux-user/syscall.c: Don't warn about unimplemented get_robust_list
by Peter Maydell
· 12 years ago
a94b498
linux-user: Implement accept4
by Peter Maydell
· 12 years ago
a8fd1ab
linux-user: Implement sendfile and sendfile64
by Peter Maydell
· 12 years ago
dfae8e0
linux-user: make bogus negative iovec lengths fail EINVAL
by Peter Maydell
· 12 years ago
63ec54d
linux-user: Fix layout of usage table to account for option text
by Peter Maydell
· 12 years ago
0d95fda
linux-user: Add more sparc syscall numbers
by Dillon Amburgey
· 12 years ago
f2b79ce
linux-user: Support setgroups syscall with no groups
by Dillon Amburgey
· 12 years ago
bfb669f
linux-user: fix futex strace of FUTEX_CLOCK_REALTIME
by John Rigby
· 12 years ago
cce246e
linux-user/syscall.c: handle FUTEX_WAIT_BITSET in do_futex
by John Rigby
· 12 years ago
d95ec14
linux-user: improve print_fcntl()
by Laurent Vivier
· 12 years ago
ec00b51
linux-user: Add Alpha socket constants
by Dillon Amburgey
· 12 years ago
597e2ce
mipsn32-linux-user: Configure the architecture properly
by Richard Henderson
· 12 years ago
ff4f738
mips-linux-user: Fix n32 and n64 syscalls
by Richard Henderson
· 12 years ago
084d049
mips-linux-user: Save and restore fpu and dsp from sigcontext
by Richard Henderson
· 12 years ago
ff97090
mips-linux-user: Share o32 code for n32 and n64 signals
by Richard Henderson
· 12 years ago
2c3c668
mips-linux-user: Delete n32 and n64 signal stubs
by Richard Henderson
· 12 years ago
54b2f42
target-mips: Translate breaks and traps into the appropriate signal
by Meador Inge
· 12 years ago
989b697
qemu-log: default to stderr for logging output
by Peter Maydell
· 12 years ago
0315c31
cpu: Move running field to CPUState
by Andreas Färber
· 12 years ago
0d34282
cpu: Move host_tid field to CPUState
by Andreas Färber
· 12 years ago
24537a0
qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log
by Peter Maydell
· 12 years ago
4fde1eb
qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask
by Peter Maydell
· 12 years ago
59a6fa6
qemu-log: Abstract out "print usage message about valid log categories"
by Peter Maydell
· 12 years ago
9a7e542
qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename
by Peter Maydell
· 12 years ago
5e5f07e
TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx
by Evgeny Voevodin
· 12 years ago
bd4bd24
Merge branch 'for-linux-user' of https://git.gitorious.org/qemu-m68k/qemu-m68k into staging
by Anthony Liguori
· 12 years ago
0bc8ce9
linux-user: Restore cast to target type in get_user()
by Peter Maydell
· 12 years ago
5c09953
cpu: do not use object_delete
by Paolo Bonzini
· 12 years ago
7786812
linux-user: bsd-user: Don't reset X86CPU twice
by Andreas Färber
· 12 years ago
c07ecc6
linux-user: correct reboot()
by Laurent Vivier
· 12 years ago
Next »