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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2021-09-23
linux-user/aarch64: Use force_sig_fault()
Peter Maydell
1
-25
/
+8
2021-09-23
linux-user/arm: Use force_sig_fault()
Peter Maydell
1
-38
/
+15
2021-09-23
linux-user: Provide new force_sig_fault() function
Peter Maydell
2
-0
/
+18
2021-09-23
linux-user: Zero out target_siginfo_t in force_sig()
Peter Maydell
1
-1
/
+1
2021-09-23
linux-user/arm: Use force_sig() to deliver fpa11 emulation SIGFPE
Peter Maydell
1
-7
/
+4
2021-09-23
linux-user/arm: Set siginfo_t addr field for SIGTRAP signals
Peter Maydell
1
-0
/
+1
2021-09-23
linux-user/aarch64: Set siginfo_t addr field for SIGTRAP signals
Peter Maydell
1
-0
/
+1
2021-09-16
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.2-pull-re...
Peter Maydell
57
-413
/
+618
2021-09-16
linux-user: Check lock_user result for ip_mreq_source sockopts
Peter Maydell
1
-0
/
+3
2021-09-14
user: Remove cpu_get_pic_interrupt() stubs
Philippe Mathieu-Daudé
1
-7
/
+0
2021-09-13
linux-user: Drop unneeded includes from qemu.h
Peter Maydell
2
-4
/
+2
2021-09-13
linux-user: Don't include gdbstub.h in qemu.h
Peter Maydell
4
-1
/
+4
2021-09-13
linux-user: Split linux-user internals out of qemu.h
Peter Maydell
52
-163
/
+235
2021-09-13
linux-user: Split safe-syscall macro into its own header
Peter Maydell
3
-135
/
+155
2021-09-13
linux-user: Split mmap prototypes into user-mmap.h
Peter Maydell
8
-14
/
+40
2021-09-13
linux-user: Split loader-related prototypes into loader.h
Peter Maydell
8
-40
/
+65
2021-09-13
linux-user: Split signal-related prototypes into signal-common.h
Peter Maydell
23
-36
/
+57
2021-09-13
linux-user: Split strace prototypes into strace.h
Peter Maydell
5
-18
/
+42
2021-09-13
linux-user: Fix coding style nits in qemu.h
Peter Maydell
1
-17
/
+30
2021-09-02
plugins: allow plugin arguments to be passed directly
Mahmoud Mandour
1
-1
/
+1
2021-08-26
target/arm: Do hflags rebuild in cpsr_write()
Peter Maydell
1
-2
/
+0
2021-08-05
linux-user/elfload: byteswap i386 registers when dumping core
Ilya Leoshkevich
1
-44
/
+44
2021-08-05
linux-user: fix guest/host address mixup in i386 setup_rt_frame()
Ilya Leoshkevich
1
-4
/
+4
2021-08-03
linux-user/s390x: signal with SIGFPE on compare-and-trap
Jonathan Albrecht
1
-20
/
+34
2021-08-03
target/s390x: Fix SIGILL and SIGFPE psw.addr reporting
Ilya Leoshkevich
1
-1
/
+11
2021-07-26
linux-user/syscall: Remove unused variable from execve
Richard Henderson
1
-3
/
+0
2021-07-23
tcg/plugins: implement a qemu_plugin_user_exit helper
Alex Bennée
1
-1
/
+1
2021-07-21
qemu/atomic: Add aligned_{int64,uint64}_t types
Richard Henderson
1
-1
/
+1
2021-07-13
linux-user: update syscall.tbl to Linux v5.13
Laurent Vivier
15
-73
/
+170
2021-07-13
linux-user, mips: update syscall-args-o32.c.inc to Linux v5.13
Laurent Vivier
1
-1
/
+4
2021-07-13
linux-user: update syscall_nr.h to Linux v5.13
Laurent Vivier
6
-6
/
+46
2021-07-12
fd-trans: Fix race condition on reallocation of the translation table.
Owen Anderson
3
-7
/
+52
2021-07-12
linux-user/syscall: Remove ERRNO_TABLE_SIZE check
Philippe Mathieu-Daudé
1
-5
/
+0
2021-07-12
linux-user: Simplify host <-> target errno conversion using macros
Philippe Mathieu-Daudé
2
-145
/
+154
2021-07-12
linux-user/mips: Move errno definitions to 'target_errno_defs.h'
Philippe Mathieu-Daudé
4
-423
/
+220
2021-07-12
linux-user/hppa: Move errno definitions to 'target_errno_defs.h'
Philippe Mathieu-Daudé
2
-210
/
+214
2021-07-12
linux-user/alpha: Move errno definitions to 'target_errno_defs.h'
Philippe Mathieu-Daudé
2
-194
/
+198
2021-07-12
linux-user: Extract target errno to 'target_errno_defs.h'
Philippe Mathieu-Daudé
24
-7
/
+139
2021-07-12
linux-user/sparc: Rename target_errno.h -> target_errno_defs.h
Philippe Mathieu-Daudé
2
-3
/
+3
2021-07-12
linux-user/syscall: Fix RF-kill errno (typo in ERFKILL)
Philippe Mathieu-Daudé
1
-1
/
+1
2021-07-07
linux-user/syscall: Remove hardcoded tabs (code style)
Philippe Mathieu-Daudé
1
-94
/
+94
2021-07-07
linux-user/alpha: Remove hardcoded tabs (code style)
Philippe Mathieu-Daudé
1
-99
/
+97
2021-07-07
linux-user/mips: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN
Philippe Mathieu-Daudé
2
-0
/
+4
2021-07-07
linux-user/hppa: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN
Philippe Mathieu-Daudé
1
-0
/
+2
2021-07-07
linux-user/alpha: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN
Philippe Mathieu-Daudé
1
-0
/
+2
2021-07-07
linux-user: Fix style problems in linuxload.c
Richard Henderson
1
-22
/
+20
2021-07-07
linux-user: fill ppid field in /proc/self/stat
Andreas Schwab
1
-0
/
+3
2021-07-07
linux-user/elfload: Implement ELF_HWCAP for RISC-V
Kito Cheng
1
-0
/
+13
2021-06-22
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re...
Peter Maydell
5
-8
/
+64
2021-06-21
linux-user/s390x: Save and restore psw.mask properly
Richard Henderson
1
-5
/
+32
[next]