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
2021-06-03
softfloat: Introduce Floatx80RoundPrec
Richard Henderson
1
-20
/
+21
2021-06-03
linux-user/aarch64: Enable hwcap bits for bfloat16
Richard Henderson
1
-0
/
+2
2021-06-02
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
1
-1
/
+1
2021-05-25
linux-user/aarch64: Enable hwcap bits for sve2 and related extensions
Richard Henderson
1
-0
/
+10
2021-05-19
target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURN
Richard Henderson
1
-3
/
+0
2021-05-19
target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATE
Richard Henderson
1
-3
/
+0
2021-05-18
linux-user/elfload: add s390x core dumping support
Ilya Leoshkevich
1
-0
/
+33
2021-05-18
linux-user/elfload: fix filling psinfo->pr_psargs
Ilya Leoshkevich
1
-2
/
+3
2021-05-18
linux-user: Tidy TARGET_NR_rt_sigaction
Richard Henderson
1
-19
/
+13
2021-05-18
linux-user/alpha: Share code for TARGET_NR_sigaction
Richard Henderson
2
-37
/
+7
2021-05-18
linux-user/alpha: Define TARGET_ARCH_HAS_KA_RESTORER
Richard Henderson
3
-37
/
+7
2021-05-18
linux-user: Honor TARGET_ARCH_HAS_SA_RESTORER in do_syscall
Richard Henderson
1
-0
/
+4
2021-05-18
linux-user: Pass ka_restorer to do_sigaction
Richard Henderson
3
-15
/
+11
2021-05-18
linux-user/alpha: Rename the sigaction restorer field
Richard Henderson
3
-7
/
+7
2021-05-18
linux-user/alpha: Fix rt sigframe return
Richard Henderson
1
-1
/
+1
2021-05-18
linux-user: use GDateTime for formatting timestamp for core file
Daniel P. Berrangé
1
-27
/
+9
2021-05-18
linux-user: Fix erroneous conversion in copy_file_range
Giuseppe Musacchio
1
-1
/
+2
2021-05-18
linux-user: Add copy_file_range to strace.list
Giuseppe Musacchio
1
-0
/
+3
2021-05-18
linux-user/s390x: Handle vector regs in signal stack
Richard Henderson
1
-2
/
+60
2021-05-15
linux-user/s390x: Clean up signal.c
Richard Henderson
1
-24
/
+39
2021-05-15
linux-user/s390x: Add build asserts for sigset sizes
Richard Henderson
1
-0
/
+5
2021-05-15
linux-user/s390x: Fix frame_addr corruption in setup_frame
Richard Henderson
1
-1
/
+1
2021-05-15
linux-user/s390x: Add stub sigframe argument for last_break
Richard Henderson
1
-6
/
+10
2021-05-15
linux-user/s390x: Set psw.mask properly for the signal handler
Richard Henderson
1
-0
/
+6
2021-05-15
linux-user/s390x: Clean up single-use gotos in signal.c
Richard Henderson
1
-21
/
+8
2021-05-15
linux-user/s390x: Tidy save_sigregs
Richard Henderson
1
-4
/
+6
2021-05-15
linux-user/s390x: Use tswap_sigset in setup_rt_frame
Richard Henderson
1
-5
/
+1
2021-05-15
linux-user/s390x: Fix sigcontext sregs value
Richard Henderson
1
-1
/
+1
2021-05-15
linux-user/s390x: Fix trace in restore_regs
Richard Henderson
1
-2
/
+3
2021-05-15
linux-user/s390x: Remove restore_sigregs return value
Richard Henderson
1
-11
/
+3
2021-05-15
linux-user/s390x: Remove PSW_ADDR_AMODE
Richard Henderson
1
-11
/
+6
2021-05-15
linux-user/s390x: Use uint16_t for signal retcode
Richard Henderson
1
-5
/
+4
2021-05-15
linux-user/s390x: Fix sigframe types
Richard Henderson
1
-13
/
+13
2021-05-15
linux-user/sparc: Implement sparc64 rt signals
Richard Henderson
2
-1
/
+28
2021-05-15
linux-user/sparc: Implement sparc32 rt signals
Richard Henderson
1
-4
/
+122
2021-05-15
linux-user/sparc: Add 64-bit support to fpu save/restore
Richard Henderson
1
-0
/
+36
2021-05-15
linux-user/sparc: Minor corrections to do_sigreturn
Richard Henderson
1
-8
/
+11
2021-05-15
linux-user/sparc: Clean up setup_frame
Richard Henderson
1
-19
/
+6
2021-05-15
linux-user/sparc: Add rwin_save to signal frame
Richard Henderson
1
-0
/
+8
2021-05-15
linux-user/sparc: Save and restore fpu in signal frame
Richard Henderson
1
-33
/
+51
2021-05-15
linux-user/sparc: Clean up get_sigframe
Richard Henderson
1
-6
/
+7
2021-05-15
linux-user/sparc: Split out save_reg_win
Richard Henderson
1
-6
/
+13
2021-05-15
linux-user/sparc: Use target_pt_regs
Richard Henderson
1
-58
/
+65
2021-05-15
linux-user/sparc: Fix the stackframe structure
Richard Henderson
1
-17
/
+21
2021-05-15
linux-user/sparc: Remove target_rt_signal_frame as unused
Richard Henderson
1
-11
/
+0
2021-05-15
linux-user/sparc: Remove target_sigcontext as unused
Richard Henderson
1
-28
/
+0
2021-05-15
linux-user/sparc: Merge sparc64/ into sparc/
Richard Henderson
14
-572
/
+0
2021-05-15
linux-user/sparc: Merge sparc64 termbits.h
Richard Henderson
1
-291
/
+1
2021-05-15
linux-user/sparc: Merge sparc64 target_structs.h
Richard Henderson
2
-79
/
+14
2021-05-15
linux-user/sparc: Merge sparc64 target_elf.h
Richard Henderson
1
-14
/
+1
[next]