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
2020-07-13
linux-user: refactor ipc syscall and support of semtimedop syscall
Matus Kysel
1
-7
/
+77
2020-07-13
linux-user: Use EPROTONOSUPPORT for unimplemented netlink protocols
Josh Kunz
1
-1
/
+1
2020-07-11
linux-user/elfload: use MAP_FIXED_NOREPLACE in pgb_reserved_va
Alex Bennée
1
-3
/
+7
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
1
-1
/
+1
2020-07-04
linux-user: Add strace support for printing arguments of ioctl()
Filip Bozuta
4
-20
/
+130
2020-06-29
linux-user: Add thunk argument types for SIOCGSTAMP and SIOCGSTAMPNS
Filip Bozuta
2
-4
/
+30
2020-06-29
linux-user: Add strace support for printing arguments of fallocate()
Filip Bozuta
4
-17
/
+57
2020-06-29
linux-user: Add strace support for printing arguments of chown()/lchown()
Filip Bozuta
2
-2
/
+17
2020-06-29
linux-user: Add strace support for printing arguments of lseek()
Filip Bozuta
2
-1
/
+32
2020-06-29
linux-user: Add strace support for printing argument of syscalls used for ext...
Filip Bozuta
2
-9
/
+133
2020-06-29
linux-user: Add strace support for a group of syscalls
Filip Bozuta
2
-5
/
+16
2020-06-29
linux-user: Extend strace support to enable argument printing after syscall e...
Filip Bozuta
3
-55
/
+61
2020-06-29
linux-user: syscall: ioctls: support DRM_IOCTL_VERSION
Chen Gang
4
-0
/
+129
2020-06-29
linux-user/sparc64: Fix the handling of window spill trap
Giuseppe Musacchio
1
-1
/
+5
2020-06-08
linux-user: detect overflow of MAP_FIXED mmap
Alex Bennée
1
-1
/
+1
2020-06-08
linux-user: deal with address wrap for ARM_COMMPAGE on 32 bit
Alex Bennée
1
-14
/
+17
2020-06-08
linux-user: provide fallback pgd_find_hole for bare chroots
Alex Bennée
1
-0
/
+48
2020-06-08
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...
Peter Maydell
4
-8
/
+35
2020-06-05
linux-user: implement OFD locks
Andreas Schwab
2
-0
/
+10
2020-06-05
linux-user/mmap.c: fix integer underflow in target_mremap
Jonathan Marler
1
-1
/
+1
2020-06-05
linux-user/strace.list: fix epoll_create{,1} -strace output
Sergei Trofimovich
1
-2
/
+2
2020-06-05
linux-user: Add support for /proc/cpuinfo on hppa platform
Helge Deller
1
-2
/
+14
2020-05-29
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-tcg-plugins-2...
Peter Maydell
1
-8
/
+11
2020-05-28
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-05-2...
Peter Maydell
1
-0
/
+2
2020-05-28
linux-user: limit check to HOST_LONG_BITS < TARGET_ABI_BITS
Alex Bennée
1
-0
/
+2
2020-05-27
linux-user: return target error codes for socket() and prctl()
Helge Deller
1
-2
/
+2
2020-05-27
linux-user, alpha: fix oldumount syscall
Laurent Vivier
1
-1
/
+6
2020-05-27
linux-user: properly "unrealize" vCPU object
Alex Bennée
1
-8
/
+11
2020-05-27
target/ppc: Add support for scv and rfscv instructions
Nicholas Piggin
1
-0
/
+1
2020-05-21
linux-user/arm/signal.c: Drop TARGET_CONFIG_CPU_32
Peter Maydell
1
-6
/
+0
2020-05-21
linux-user/arm: Reset CPSR_E when entering a signal handler
Amanieu d'Antras
1
-1
/
+7
2020-05-21
target/arm: Allow user-mode code to write CPSR.E via MSR
Peter Maydell
1
-0
/
+1
2020-05-21
linux-user/arm: Fix identification of syscall numbers
Peter Maydell
1
-66
/
+77
2020-05-21
linux-user/arm: Handle invalid arm-specific syscalls correctly
Peter Maydell
1
-4
/
+26
2020-05-21
linux-user/arm: Remove bogus SVC 0xf0002 handling
Peter Maydell
1
-3
/
+1
2020-05-21
linux-user/arm: BKPT should cause SIGTRAP, not be a syscall
Peter Maydell
1
-22
/
+8
2020-05-15
exec/cpu-all: Use bool for have_guest_base
Richard Henderson
1
-2
/
+2
2020-05-15
linux-user: completely re-write init_guest_space
Alex Bennée
4
-286
/
+277
2020-05-06
gdbstub/linux-user: support debugging over a unix socket
Alex Bennée
1
-6
/
+6
2020-04-29
linux-user/riscv: fix up struct target_ucontext definition
LIU Zhiwei
1
-1
/
+2
2020-04-20
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200417' into...
Peter Maydell
1
-40
/
+29
2020-04-17
linux-user/ppc: Fix padding in mcontext_t for ppc64
Richard Henderson
1
-40
/
+29
2020-04-16
linux-user/syscall.c: add target-to-host mapping for epoll_create1()
Sergei Trofimovich
1
-1
/
+1
2020-04-15
linux-user: fix /proc/self/stat handling
Alex Bennée
1
-24
/
+19
2020-04-14
linux-user/flatload.c: Use "" for include of QEMU header target_flat.h
Peter Maydell
1
-1
/
+1
2020-04-07
linux-user: clean-up padding on /proc/self/maps
Alex Bennée
1
-13
/
+19
2020-04-07
linux-user: factor out reading of /proc/self/maps
Alex Bennée
1
-30
/
+28
2020-04-07
linux-user: more debug for init_guest_space
Alex Bennée
1
-1
/
+7
2020-04-07
linux-user: protect fcntl64 with an #ifdef
Alex Bennée
1
-4
/
+4
2020-03-30
linux-user: Support futex_time64
Alistair Francis
1
-14
/
+126
[next]