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
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-12
user: move common-user includes to a subdirectory of {bsd,linux}-user/
Paolo Bonzini
15
-630
/
+0
2022-01-04
linux-user: Fix trivial build error on loongarch64 hosts
Philippe Mathieu-Daudé
1
-3
/
+1
2021-12-21
linux-user: Implement CPU-specific signal handler for loongarch64 hosts
WANG Xuerui
1
-0
/
+87
2021-12-20
common-user: Move safe-syscall.* from linux-user
Richard Henderson
9
-892
/
+0
2021-12-19
linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYS
Richard Henderson
9
-10
/
+9
2021-12-19
linux-user: Remove HAVE_SAFE_SYSCALL and hostdep.h
Richard Henderson
14
-233
/
+0
2021-12-19
linux-user/host/sparc64: Add safe-syscall.inc.S
Richard Henderson
2
-0
/
+92
2021-12-19
linux-user/host/mips: Add safe-syscall.inc.S
Richard Henderson
2
-0
/
+151
2021-12-19
linux-user: Move syscall error detection into safe_syscall_base
Richard Henderson
7
-73
/
+110
2021-12-19
linux-user: Untabify all safe-syscall.inc.S
Richard Henderson
7
-396
/
+396
2021-11-23
linux-user/signal.c: Create a common rewind_if_in_safe_syscall
Warner Losh
7
-140
/
+0
2021-11-23
linux-user: Add host_signal_set_pc to set pc in mcontext
Warner Losh
10
-0
/
+54
2021-11-02
linux-user/host/riscv: Improve host_signal_write
Richard Henderson
1
-55
/
+28
2021-11-02
linux-user/host/riscv: Populate host_signal.h
Richard Henderson
1
-1
/
+85
2021-11-02
linux-user/host/mips: Populate host_signal.h
Richard Henderson
1
-1
/
+62
2021-11-02
linux-user/host/s390: Populate host_signal.h
Richard Henderson
2
-2
/
+94
2021-11-02
linux-user/host/aarch64: Populate host_signal.h
Richard Henderson
1
-1
/
+74
2021-11-02
linux-user/host/arm: Populate host_signal.h
Richard Henderson
1
-1
/
+30
2021-11-02
linux-user/host/sparc: Populate host_signal.h
Richard Henderson
2
-2
/
+55
2021-11-02
linux-user/host/alpha: Populate host_signal.h
Richard Henderson
1
-0
/
+42
2021-11-02
linux-user/host/ppc: Populate host_signal.h
Richard Henderson
2
-2
/
+26
2021-11-02
linux-user/host/x86: Populate host_signal.h
Richard Henderson
3
-3
/
+50
2021-10-30
linux-user: Reorg handling for SIGSEGV
Richard Henderson
13
-0
/
+13
2021-10-30
configure: Merge riscv32 and riscv64 host architectures
Richard Henderson
3
-13
/
+2
2020-09-17
linux-user/: fix some comment spelling errors
zhaolichang
1
-1
/
+1
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-07-31
linux-user: ppc64: don't use volatile register during safe_syscall
Shivaprasad G Bhat
1
-2
/
+6
2018-02-18
linux-user: Fix register used for 6th and 7th syscall argument on aarch64
Guido Günther
1
-3
/
+3
2017-07-20
Replace 'struct ucontext' with 'ucontext_t' type
Khem Raj
6
-6
/
+6
2017-02-14
linux-user: Fix s390x safe-syscall for z900
Richard Henderson
1
-1
/
+1
2016-07-12
linux-user: Clean up hostdep.h header guards
Markus Armbruster
13
-26
/
+26
2016-07-07
linux-user: Fix i386 safe-syscall.S
Richard Henderson
1
-18
/
+6
2016-06-26
linux-user: Provide safe_syscall for ppc64
Richard Henderson
2
-0
/
+115
2016-06-26
linux-user: Provide safe_syscall for s390x
Richard Henderson
2
-0
/
+113
2016-06-26
linux-user: Provide safe_syscall for aarch64
Richard Henderson
2
-0
/
+98
2016-06-26
linux-user: Provide safe_syscall for arm
Richard Henderson
2
-0
/
+113
2016-06-26
linux-user: Provide safe_syscall for i386
Richard Henderson
2
-0
/
+135
2016-06-26
linux-user: fix x86_64 safe_syscall
Richard Henderson
1
-3
/
+3
2016-06-26
linux-user: Create a hostdep.h for each host architecture
Peter Maydell
12
-6
/
+166
2016-06-08
linux-user: provide frame information in x86-64 safe_syscall
Peter Maydell
1
-0
/
+10
2016-05-27
linux-user: Provide safe_syscall for fixing races between signals and syscalls
Timothy E Baldwin
3
-0
/
+139