index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linux-user
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux-user: rename gettid() to sys_gettid() to avoid clash with glibc
Daniel P. Berrangé
2019-04-08
1
-5
/
+6
*
linux-user: assume __NR_gettid always exists
Daniel P. Berrangé
2019-04-08
1
-8
/
+0
*
trace-events: Fix attribution of trace points to source
Markus Armbruster
2019-03-22
1
-0
/
+1
*
trace-events: Shorten file names in comments
Markus Armbruster
2019-03-22
1
-1
/
+1
*
RISC-V: linux-user support for RVE ABI
Kito Cheng
2019-03-19
1
-1
/
+14
*
linux-user: add new netlink types
Laurent Vivier
2019-03-07
1
-0
/
+9
*
linux-user: Nicer strace output of chroot() syscall
Helge Deller
2019-03-07
2
-1
/
+13
*
linux-user: fix "may be used uninitialized" warnings
Marc-André Lureau
2019-03-07
1
-2
/
+5
*
linux-user: don't short-circuit read with zero length
Andreas Schwab
2019-03-07
1
-2
/
+2
*
Fix breakpoint support in Nios II user-mode emulation.
Sandra Loosemore
2019-03-07
1
-0
/
+6
*
linux-user: fix emulation of accept4/getpeername/getsockname/recvfrom syscalls
Andreas Schwab
2019-03-07
1
-16
/
+25
*
linux-user: Fix ELF_PLATFORM for aarch64_be-linux-user
Richard Henderson
2019-03-07
1
-1
/
+5
*
linux-user: Add ELF_PLATFORM for arm
Richard Henderson
2019-03-07
1
-0
/
+31
*
linux-user: fix recvmsg emulation
Andreas Schwab
2019-03-07
1
-0
/
+1
*
target/arm: Implement ARMv8.4-CondM
Richard Henderson
2019-03-05
1
-0
/
+1
*
target/arm: Implement ARMv8.0-SB
Richard Henderson
2019-03-05
1
-0
/
+1
*
linux-user: Enable HWCAP_ASIMDFHM, HWCAP_JSCVT
Richard Henderson
2019-02-28
1
-0
/
+2
*
s390x: Fix the confusing contributions-after-2012 license statements
Thomas Huth
2019-02-18
1
-11
/
+8
*
linux-user/elfload: enable HWCAP_CPUID for AArch64
Alex Bennée
2019-02-15
1
-0
/
+1
*
target/mips: reimplement SC instruction emulation and use cmpxchg
Leon Alrae
2019-02-14
1
-73
/
+0
*
RISC-V: Use riscv prefix consistently on cpu helpers
Michael Clark
2019-02-12
1
-2
/
+2
*
linux-user: add new netlink types
Laurent Vivier
2019-02-07
1
-0
/
+8
*
linux-user: Check sscanf return value in open_net_route()
Peter Maydell
2019-02-07
1
-3
/
+9
*
Fix linux-user crashes in ioctl(SIOCGIFCONF) when ifc_buf is NULL.
Kan Li
2019-02-07
1
-25
/
+31
*
linux-user: Implement PR_PAC_RESET_KEYS
Richard Henderson
2019-02-05
2
-0
/
+43
*
linux-user: Initialize aarch64 pac keys
Richard Henderson
2019-02-01
2
-2
/
+31
*
aarch64-linux-user: Enable HWCAP bits for PAuth
Richard Henderson
2019-02-01
1
-0
/
+1
*
aarch64-linux-user: Update HWCAP bits from linux 5.0-rc1
Richard Henderson
2019-02-01
1
-0
/
+9
*
target/m68k: Fix LGPL information in the file headers
Thomas Huth
2019-01-30
2
-3
/
+3
*
linux-user: Fix compilation with clang 3.4
Thomas Huth
2019-01-22
1
-5
/
+1
*
avoid TABs in files that only contain a few
Paolo Bonzini
2019-01-11
8
-28
/
+28
*
remove space-tab sequences
Paolo Bonzini
2019-01-11
4
-5
/
+5
*
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
2019-01-11
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-re...
Peter Maydell
2019-01-10
1
-4
/
+57
|
\
|
*
linux-user: make pwrite64/pread64(fd, NULL, 0, offset) return 0
Peter Maydell
2019-01-10
1
-4
/
+18
|
*
Add getsockopt for settable SOL_IPV6 options
Tom Deseyn
2019-01-10
1
-0
/
+39
*
|
target/ppc: move FP and VMX registers into aligned vsr register array
Mark Cave-Ayland
2019-01-08
1
-12
/
+16
|
/
*
linux-user: Add safe_syscall for riscv64 host
Richard Henderson
2018-12-25
2
-0
/
+100
*
linux-user: Add host dependency for RISC-V 64-bit
Alistair Francis
2018-12-25
1
-0
/
+11
*
linux-user: Add host dependency for RISC-V 32-bit
Alistair Francis
2018-12-25
1
-0
/
+11
*
linux-user: Update MIPS specific prctl() implementation
Stefan Markovic
2018-11-17
1
-0
/
+18
*
linux-user/sparc/signal.c: Remove dead code
Peter Maydell
2018-11-15
1
-8
/
+8
*
linux-user: Add support for SO_REUSEPORT
Yunqiang Su
2018-11-12
2
-0
/
+13
*
linux-user: Clean up nios2 main loop signal handling
Peter Maydell
2018-11-12
1
-11
/
+6
*
linux-user: Don't call gdb_handlesig() before queue_signal()
Peter Maydell
2018-11-12
16
-151
/
+62
*
linux-user: Remove dead error-checking code
Peter Maydell
2018-11-12
3
-9
/
+0
*
target/m68k: use EXCP_ILLEGAL instead of EXCP_UNSUPPORTED
Laurent Vivier
2018-11-01
1
-1
/
+0
*
Merge remote-tracking branch 'remotes/xtensa/tags/20181030-xtensa' into staging
Peter Maydell
2018-10-31
2
-4
/
+14
|
\
|
*
linux-user/flatload: fix initial stack pointer alignment
Max Filippov
2018-10-30
1
-3
/
+3
|
*
linux-user: xtensa: enable bFLT support
Max Filippov
2018-10-20
2
-1
/
+11
[next]