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
2024-11-16
linux-user/arm: Select vdso for be8 and be32 modes
Richard Henderson
5
-12
/
+41
2024-11-16
linux-user/ppc: Reduce vdso alignment to 4k
Richard Henderson
4
-2
/
+4
2024-11-16
linux-user/loongarch64: Reduce vdso alignment to 4k
Richard Henderson
2
-1
/
+2
2024-11-16
linux-user/arm: Reduce vdso alignment to 4k
Richard Henderson
3
-1
/
+1
2024-11-16
linux-user/aarch64: Reduce vdso alignment to 4k
Richard Henderson
3
-2
/
+3
2024-11-16
linux-user: Drop image_info.alignment
Richard Henderson
2
-5
/
+3
2024-11-16
linux-user: Honor elf alignment when placing images
Richard Henderson
1
-7
/
+28
2024-11-16
linux-user: Tolerate CONFIG_LSM_MMAP_MIN_ADDR
Ilya Leoshkevich
1
-1
/
+1
2024-11-16
linux-user: Fix setreuid and setregid to use direct syscalls
Helge Deller
1
-4
/
+16
2024-11-06
Merge tag 'pull-lu-20241105' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
5
-73
/
+187
2024-11-05
linux-user: Allow custom rt signal mappings
Ilya Leoshkevich
3
-22
/
+100
2024-11-05
linux-user: Fix GDB complaining about system-supplied DSO string table index
Ilya Leoshkevich
2
-51
/
+87
2024-11-05
target/arm: Explicitly set 2-NaN propagation rule
Peter Maydell
1
-0
/
+18
2024-10-24
Merge tag 'pull-tcg-20241022' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
5
-17
/
+84
2024-10-22
linux-user/riscv: Fix definition of RISCV_HWPROBE_EXT_ZVFHMIN
Yao Zi
1
-1
/
+1
2024-10-22
linux-user: Fix build failure caused by missing __u64 on musl
Yao Zi
1
-3
/
+3
2024-10-22
linux-user: Trace rt_sigprocmask's sigsets
Ilya Leoshkevich
2
-11
/
+76
2024-10-22
linux-user/ppc: Fix sigmask endianness issue in sigreturn
Ilya Leoshkevich
1
-1
/
+1
2024-10-22
linux-user: Emulate /proc/self/maps under mmap_lock
Ilya Leoshkevich
1
-1
/
+3
2024-10-21
linux-user: Clean up unused header
Gustavo Romero
1
-1
/
+0
2024-10-15
linux-user/i386: Use explicit little-endian LD/ST API
Philippe Mathieu-Daudé
1
-2
/
+2
2024-10-13
linux-user/vm86: Fix compilation with Clang
Thomas Huth
1
-65
/
+0
2024-10-13
linux-user/i386: Emulate orig_ax
Ilya Leoshkevich
3
-2
/
+9
2024-10-13
include/exec: Introduce env_cpu_const()
Ilya Leoshkevich
1
-1
/
+1
2024-10-08
linux-user: Add strace for recvfrom()
Philippe Mathieu-Daudé
2
-1
/
+18
2024-10-08
linux-user: Add strace for sendto()
Philippe Mathieu-Daudé
2
-1
/
+16
2024-10-08
linux-user: Factor print_buf_len() out
Philippe Mathieu-Daudé
1
-4
/
+9
2024-10-08
linux-user: Display sockaddr buffer as pointer
Philippe Mathieu-Daudé
1
-1
/
+1
2024-10-08
linux-user: Correct print_sockaddr() format
Philippe Mathieu-Daudé
1
-6
/
+6
2024-10-08
linux-user: Trace wait4()'s and waitpid()'s wstatus
Ilya Leoshkevich
2
-2
/
+61
2024-10-08
linux-user: add strace support for openat2
Michael Vogt
5
-7
/
+65
2024-10-08
linux-user: add openat2 support in linux-user
Michael Vogt
2
-2
/
+116
2024-10-08
linux-user: Fix parse_elf_properties GNU0_MAGIC check
Richard Henderson
1
-6
/
+6
2024-10-08
linux-user/flatload: Take mmap_lock in load_flt_binary()
Philippe Mathieu-Daudé
1
-0
/
+3
2024-10-03
linux-user: Remove unused handle_vm86_fault
Dr. David Alan Gilbert
2
-137
/
+0
2024-10-02
linux-user/hppa: fix -Werror=maybe-uninitialized false-positive
Marc-André Lureau
1
-0
/
+2
2024-09-27
Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
41
-2048
/
+2590
2024-09-22
linux-user: update syscall.tbl to Linux v6.11
Laurent Vivier
3
-6
/
+10
2024-09-22
linux-user,loongarch: move to syscalltbl file
Laurent Vivier
5
-330
/
+441
2024-09-22
linux-user,hexagon: move to syscalltbl file
Laurent Vivier
5
-348
/
+440
2024-09-22
linux-user,riscv: move to syscalltbl file
Laurent Vivier
7
-672
/
+440
2024-09-22
linux-user,openrisc: move to syscalltbl file
Laurent Vivier
5
-350
/
+439
2024-09-22
linux-user,aarch64: move to syscalltbl file
Laurent Vivier
4
-330
/
+440
2024-09-22
linux-user: update syscall.tbl to Linux v6.10
Laurent Vivier
15
-107
/
+360
2024-09-22
linux-user, mips: update syscall-args-o32.c.inc to Linux v6.10
Laurent Vivier
1
-0
/
+20
2024-09-22
linux-user: update syscall_nr.h to Linux v6.10
Laurent Vivier
6
-11
/
+106
2024-09-20
license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only
Philippe Mathieu-Daudé
26
-26
/
+26
2024-09-20
linux-user/syscall.c: eliminate other explicit LFS usages
Michael Tokarev
1
-8
/
+8
2024-09-20
linux-user/syscall.c: drop 64 suffix from flock64 &Co
Michael Tokarev
1
-32
/
+30
2024-09-13
linux-user: Remove support for CRIS target
Philippe Mathieu-Daudé
19
-1059
/
+4
[next]