index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-18
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
7
-9
/
+9
2019-04-18
target: Simplify how the TARGET_cpu_list() print
Markus Armbruster
1
-1
/
+1
2019-04-17
log: Make glib logging go through QEMU
Christophe Fergeau
1
-0
/
+2
2019-04-08
linux-user: rename gettid() to sys_gettid() to avoid clash with glibc
Daniel P. Berrangé
1
-5
/
+6
2019-04-08
linux-user: assume __NR_gettid always exists
Daniel P. Berrangé
1
-8
/
+0
2019-03-22
trace-events: Fix attribution of trace points to source
Markus Armbruster
1
-0
/
+1
2019-03-22
trace-events: Shorten file names in comments
Markus Armbruster
1
-1
/
+1
2019-03-19
RISC-V: linux-user support for RVE ABI
Kito Cheng
1
-1
/
+14
2019-03-07
linux-user: add new netlink types
Laurent Vivier
1
-0
/
+9
2019-03-07
linux-user: Nicer strace output of chroot() syscall
Helge Deller
2
-1
/
+13
2019-03-07
linux-user: fix "may be used uninitialized" warnings
Marc-André Lureau
1
-2
/
+5
2019-03-07
linux-user: don't short-circuit read with zero length
Andreas Schwab
1
-2
/
+2
2019-03-07
Fix breakpoint support in Nios II user-mode emulation.
Sandra Loosemore
1
-0
/
+6
2019-03-07
linux-user: fix emulation of accept4/getpeername/getsockname/recvfrom syscalls
Andreas Schwab
1
-16
/
+25
2019-03-07
linux-user: Fix ELF_PLATFORM for aarch64_be-linux-user
Richard Henderson
1
-1
/
+5
2019-03-07
linux-user: Add ELF_PLATFORM for arm
Richard Henderson
1
-0
/
+31
2019-03-07
linux-user: fix recvmsg emulation
Andreas Schwab
1
-0
/
+1
2019-03-05
target/arm: Implement ARMv8.4-CondM
Richard Henderson
1
-0
/
+1
2019-03-05
target/arm: Implement ARMv8.0-SB
Richard Henderson
1
-0
/
+1
2019-02-28
linux-user: Enable HWCAP_ASIMDFHM, HWCAP_JSCVT
Richard Henderson
1
-0
/
+2
2019-02-18
s390x: Fix the confusing contributions-after-2012 license statements
Thomas Huth
1
-11
/
+8
2019-02-15
linux-user/elfload: enable HWCAP_CPUID for AArch64
Alex Bennée
1
-0
/
+1
2019-02-14
target/mips: reimplement SC instruction emulation and use cmpxchg
Leon Alrae
1
-73
/
+0
2019-02-11
RISC-V: Use riscv prefix consistently on cpu helpers
Michael Clark
1
-2
/
+2
2019-02-07
linux-user: add new netlink types
Laurent Vivier
1
-0
/
+8
2019-02-07
linux-user: Check sscanf return value in open_net_route()
Peter Maydell
1
-3
/
+9
2019-02-07
Fix linux-user crashes in ioctl(SIOCGIFCONF) when ifc_buf is NULL.
Kan Li
1
-25
/
+31
2019-02-05
linux-user: Implement PR_PAC_RESET_KEYS
Richard Henderson
2
-0
/
+43
2019-02-01
linux-user: Initialize aarch64 pac keys
Richard Henderson
2
-2
/
+31
2019-02-01
aarch64-linux-user: Enable HWCAP bits for PAuth
Richard Henderson
1
-0
/
+1
2019-02-01
aarch64-linux-user: Update HWCAP bits from linux 5.0-rc1
Richard Henderson
1
-0
/
+9
2019-01-30
target/m68k: Fix LGPL information in the file headers
Thomas Huth
2
-3
/
+3
2019-01-22
linux-user: Fix compilation with clang 3.4
Thomas Huth
1
-5
/
+1
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
8
-28
/
+28
2019-01-11
remove space-tab sequences
Paolo Bonzini
4
-5
/
+5
2019-01-11
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
1
-1
/
+1
2019-01-10
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-re...
Peter Maydell
1
-4
/
+57
2019-01-10
linux-user: make pwrite64/pread64(fd, NULL, 0, offset) return 0
Peter Maydell
1
-4
/
+18
2019-01-10
Add getsockopt for settable SOL_IPV6 options
Tom Deseyn
1
-0
/
+39
2019-01-09
target/ppc: move FP and VMX registers into aligned vsr register array
Mark Cave-Ayland
1
-12
/
+16
2018-12-26
linux-user: Add safe_syscall for riscv64 host
Richard Henderson
2
-0
/
+100
2018-12-26
linux-user: Add host dependency for RISC-V 64-bit
Alistair Francis
1
-0
/
+11
2018-12-26
linux-user: Add host dependency for RISC-V 32-bit
Alistair Francis
1
-0
/
+11
2018-11-17
linux-user: Update MIPS specific prctl() implementation
Stefan Markovic
1
-0
/
+18
2018-11-15
linux-user/sparc/signal.c: Remove dead code
Peter Maydell
1
-8
/
+8
2018-11-12
linux-user: Add support for SO_REUSEPORT
Yunqiang Su
2
-0
/
+13
2018-11-12
linux-user: Clean up nios2 main loop signal handling
Peter Maydell
1
-11
/
+6
2018-11-12
linux-user: Don't call gdb_handlesig() before queue_signal()
Peter Maydell
16
-151
/
+62
2018-11-12
linux-user: Remove dead error-checking code
Peter Maydell
3
-9
/
+0
2018-11-01
target/m68k: use EXCP_ILLEGAL instead of EXCP_UNSUPPORTED
Laurent Vivier
1
-1
/
+0
[next]