Sign in
qemu
/
qemu
/
9ecff6d66e196701de92f596c250e34c1bd11432
/
linux-user
aa8e26d
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-request' into staging
by Peter Maydell
· 6 years ago
5dfa88f
linux-user: do setrlimit selectively
by Max Filippov
· 6 years ago
58cfa6c
linux-user: write(fd, NULL, 0) parity with linux's treatment of same
by Tony Garnock-Jones
· 6 years ago
94894ff
linux-user: elf: mmap all the target-pages of hostpage for data segment
by Shivaprasad G Bhat
· 7 years ago
83eb6e5
linux-user: add SO_LINGER to {g,s}etsockopt
by Carlo Marcelo Arenas Belón
· 7 years ago
f7e6a40
linux-user: move TargetFdTrans functions to their own file
by Laurent Vivier
· 7 years ago
be0c46d
target-ppc: Extend HWCAP2 bits for ISA 3.0
by Sandipan Das
· 7 years ago
722ac96
elf: Don't check FCR31_NAN2008 bit for nanoMIPS
by Aleksandar Markovic
· 7 years ago
f72541f
elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too
by Aleksandar Markovic
· 7 years ago
0b16dcd
target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair
by Aleksandar Rikalo
· 7 years ago
3c825bb
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 7 years ago
068a5ea
qom: convert the CPU list to RCU
by Emilio G. Cota
· 7 years ago
259841c
linux-user: Propagate goto fail to return
by Richard Henderson
· 7 years ago
1a7b2b1
linux-user: Propagate goto unimplemented to default
by Richard Henderson
· 7 years ago
10f45d9
linux-user: Propagate goto unimplemented_nowarn to return
by Richard Henderson
· 7 years ago
2852aaf
linux-user: Propagate goto efault to return
by Richard Henderson
· 7 years ago
72eb7ea
linux-user: Relax single exit from "break"
by Richard Henderson
· 7 years ago
dc1ce18
linux-user: Split out do_syscall1
by Richard Henderson
· 7 years ago
8a85e5d
linux-user: Remove DEBUG
by Richard Henderson
· 7 years ago
70c61d4
linux-user: add QEMU_IFLA_INFO_KIND nested type for tun
by Laurent Vivier
· 7 years ago
90cce2a
linux-user: update netlink route types
by Laurent Vivier
· 7 years ago
3c3ab55
linux-user: introduce QEMU_RTA_* to use with rtattr_type_t
by Laurent Vivier
· 7 years ago
2a03d3e
linux-user: fix recvmsg()/recvfrom() with netlink and MSG_TRUNC
by Laurent Vivier
· 7 years ago
3e23de1
linux-user: fix 32bit g2h()/h2g()
by Laurent Vivier
· 7 years ago
b8f7ff1
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-2018' into staging
by Peter Maydell
· 7 years ago
4f7f892
linux-user: Add preprocessor availability control to some syscalls
by Aleksandar Rikalo
· 7 years ago
977324a
linux-user: Update MIPS syscall numbers up to kernel 4.18 headers
by Aleksandar Markovic
· 7 years ago
adf92ea
target/arm: Add sve-max-vq cpu property to -cpu max
by Richard Henderson
· 7 years ago
5d9f3ea
linux-user: ppc64: don't use volatile register during safe_syscall
by Shivaprasad G Bhat
· 7 years ago
38138fa
linux-user/mmap.c: handle invalid len maps correctly
by Alex Bennée
· 7 years ago
fa97e38
linux-user/ppc: Implement swapcontext syscall
by Richard Henderson
· 7 years ago
33143c4
linux-user: fix ELF load alignment error
by Laurent Vivier
· 7 years ago
1d3d1b2
Zero out the host's `msg_control` buffer
by Jonas Schievink
· 7 years ago
dc18baa
linux-user: fix mmap_find_vma_reserved()
by Laurent Vivier
· 7 years ago
af8ab2b
linux-user: convert remaining fcntl() to safe_fcntl()
by Laurent Vivier
· 7 years ago
4a54576
linux-user: ppc64: use the correct values for F_*LK64s
by Shivaprasad G Bhat
· 7 years ago
84ca4fa
linux-user: Report error message on stderr, rather than stdout
by Philippe Mathieu-Daudé
· 7 years ago
8f0ea81
linux-user: Do not report "syscall not implemented" by default
by Philippe Mathieu-Daudé
· 7 years ago
122f9c8
linux-user: Do not report "Unsupported syscall" by default
by Philippe Mathieu-Daudé
· 7 years ago
7781afb
linux-user: add gcov support to preexit_cleanup
by Alex Bennée
· 7 years ago
708b6a6
linux-user: introduce preexit_cleanup
by Alex Bennée
· 7 years ago
fe8d2d5
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-request' into staging
by Peter Maydell
· 7 years ago
f988c7e
Merge remote-tracking branch 'remotes/shorne/tags/pull-or-20180703' into staging
by Peter Maydell
· 7 years ago
377e93e
linux-user/strace: Improve recvmsg() output
by Philippe Mathieu-Daudé
· 7 years ago
ecfec98
linux-user/strace: Improve capget()/capset() output
by Philippe Mathieu-Daudé
· 7 years ago
b07cd3e
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into staging
by Peter Maydell
· 7 years ago
4151e53
linux-user: Fix struct sigaltstack for openrisc
by Richard Henderson
· 7 years ago
e8f2904
linux-user: Implement signals for openrisc
by Richard Henderson
· 7 years ago
14db189
target/ppc: Remove POWERPC_EXCP_STCX
by Richard Henderson
· 7 years ago
21749c4
linux-user: update do_setsockopt()
by Laurent Vivier
· 7 years ago
d2ba246
linux-user: add netlink CARRIER_UP_COUNT/CARRIER_DOWN_COUNT
by Laurent Vivier
· 7 years ago
b52713c
linux-user: Use the IEC binary prefix definitions
by Philippe Mathieu-Daudé
· 7 years ago
26c470a
target/arm: Implement ARMv8.2-DotProd
by Richard Henderson
· 7 years ago
802ac0e
target/arm: Enable SVE for aarch64-linux-user
by Richard Henderson
· 7 years ago
8bca9a0
move public invalidate APIs out of translate-all.{c,h}, clean up
by Paolo Bonzini
· 7 years ago
0ac2031
tcg: remove tb_lock
by Emilio G. Cota
· 8 years ago
dec1c92
linux-user/sparc64: Add inotify_rm_watch and tee syscalls
by Richard Henderson
· 7 years ago
966a635
linux-user/microblaze: Fix typo in accept4 syscall
by Richard Henderson
· 7 years ago
58c9d45
linux-user/hppa: Fix typo in mknodat syscall
by Richard Henderson
· 7 years ago
b7bf79c
linux-user/alpha: Fix epoll syscalls
by Richard Henderson
· 7 years ago
71987b1
linux-user: Use is_error() to avoid warnings and make the code clearer
by Philippe Mathieu-Daudé
· 7 years ago
1129dd7
linux-user: Export use is_error(), use it to avoid warnings
by Philippe Mathieu-Daudé
· 7 years ago
7ea6537
linux-user: remove useless #if
by Laurent Vivier
· 7 years ago
db30b1a
linux-user: move hppa signal definitions to hppa/target_signal.h
by Laurent Vivier
· 7 years ago
3e51115
linux-user: move alpha signal definitions to alpha/target_signal.h
by Laurent Vivier
· 7 years ago
5795083
linux-user: move openrisc signal definitions to openrisc/target_signal.h
by Laurent Vivier
· 7 years ago
f70c731
linux-user: move mips signal definitions to mips/target_signal.h
by Laurent Vivier
· 7 years ago
1bdefb5
linux-user: move sparc signal definitions to sparc/target_signal.h
by Laurent Vivier
· 7 years ago
e5171a9
linux-user: move generic signal definitions to generic/signal.h
by Laurent Vivier
· 7 years ago
9850f9f
linux-user: move get_sp_from_cpustate() to target_cpu.h
by Laurent Vivier
· 7 years ago
995d200
linux-user: move sparc/sparc64 fcntl definitions to sparc/target_fcntl.h
by Laurent Vivier
· 7 years ago
3e6800b
linux-user: move ppc fcntl definitions to ppc/target_fcntl.h
by Laurent Vivier
· 7 years ago
b9acdef
linux-user: move mips/mips64 fcntl definitions to mips/target_fcntl.h
by Laurent Vivier
· 7 years ago
050a1ba
linux-user: move arm/aarch64/m68k fcntl definitions to [arm|aarch64|m68k]/target_fcntl.h
by Laurent Vivier
· 7 years ago
8b08c98
linux-user: move hppa fcntl definitions to hppa/target_fcntl.h
by Laurent Vivier
· 7 years ago
40460c1
linux-user: move alpha fcntl definitions to alpha/target_fcntl.h
by Laurent Vivier
· 7 years ago
5de7706
linux-user: move generic fcntl definitions to generic/fcntl.h
by Laurent Vivier
· 7 years ago
871f95c
syscall: replace strcpy() by g_strlcpy()
by Philippe Mathieu-Daudé
· 8 years ago
0a22f8c
target-microblaze: Make special registers 64-bit
by Edgar E. Iglesias
· 7 years ago
b0a7413
linux-user: define TARGET_SO_REUSEPORT
by Laurent Vivier
· 7 years ago
30a1b12
linux-user: copy sparc/sockbits.h definitions from linux
by Laurent Vivier
· 7 years ago
8f553bf
linux-user: update ARCH_HAS_SOCKET_TYPES use
by Laurent Vivier
· 7 years ago
9e979d6
linux-user: move ppc socket.h definitions to ppc/sockbits.h
by Laurent Vivier
· 7 years ago
500fa60
linux-user: move socket.h generic definitions to generic/sockbits.h
by Laurent Vivier
· 7 years ago
da84fda
linux-user: move sparc/sparc64 socket.h definitions to sparc/sockbits.h
by Laurent Vivier
· 7 years ago
f24cbd3
linux-user: move alpha socket.h definitions to alpha/sockbits.h
by Laurent Vivier
· 7 years ago
5de33b1
linux-user: move mips socket.h definitions to mips/sockbits.h
by Laurent Vivier
· 7 years ago
309786c
linux-user: Fix payload size logic in host_to_target_cmsg()
by Peter Maydell
· 7 years ago
2b5249b
linux-user: update comments to point to tcg_exec_init()
by Igor Mammedov
· 7 years ago
c1e703f
linux-user: update netlink emulation
by Laurent Vivier
· 7 years ago
f39ddb3
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.13-pull-request' into staging
by Peter Maydell
· 7 years ago
9a93c15
linux-user: fix UNAME_MACHINE for sparc/sparc64
by Laurent Vivier
· 7 years ago
0562384
linux-user: add sparc/sparc64 specific errno
by Laurent Vivier
· 7 years ago
ae68ad9
linux-user: fix conversion of flock/flock64 l_type field
by Laurent Vivier
· 7 years ago
534cdbf
linux-user: update sparc/syscall_nr.h to linux header 4.16
by Laurent Vivier
· 7 years ago
d3c6e8e
linux-user: fix flock/flock64 padding
by Laurent Vivier
· 7 years ago
cbf358a
linux-user: define correct fcntl() values for sparc
by Laurent Vivier
· 7 years ago
68412d2
target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decode
by Richard Henderson
· 7 years ago
7f254c5
linux-user: remove useless padding in flock64 structure
by Laurent Vivier
· 7 years ago
465e237
linux-user: introduce target_sigsp() and target_save_altstack()
by Laurent Vivier
· 7 years ago
Next »