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-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
2021-06-21
linux-user: elf: s390x: Prepare for Vector enhancements facility
David Hildenbrand
1
-0
/
+1
2021-06-20
linux-user: Use public sigev_notify_thread_id member if available
Michael Forney
1
-1
/
+5
2021-06-20
linux-user: Fix incorrect use of feature-test-macros
Michael Forney
1
-4
/
+3
2021-06-20
linux-user: Check for ieee128 fpbits in PPC64 HWCAP2 feature list
Khem Raj
1
-1
/
+1
2021-06-20
linux-user: Let sigaction query SIGKILL/SIGSTOP
Ilya Leoshkevich
1
-1
/
+5
2021-06-20
linux-user: Implement pivot_root
YAMAMOTO Takashi
1
-0
/
+21
2021-06-17
linux-user/trace-events: fix minor typo in format string
Alex Bennée
1
-1
/
+1
2021-06-15
linux-user: Disable static assert involving __SIGRTMAX if it is missing
Michael Forney
1
-0
/
+2
2021-06-15
linux-user: Set CF_PARALLEL when mapping shared memory
Richard Henderson
2
-0
/
+26
2021-06-11
tcg: Re-order tcg_region_init vs tcg_prologue_init
Richard Henderson
1
-1
/
+0
2021-06-05
linux-user/syscall: Constify bitmask_transtbl fcntl/mmap flags_tlb[]
Philippe Mathieu-Daudé
1
-2
/
+2
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
[next]