index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linux-user
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux-user/microblaze: Handle privileged exception
Ilya Leoshkevich
2023-02-21
1
-2
/
+8
*
linux-user: Always exit from exclusive state in fork_end()
Ilya Leoshkevich
2023-02-21
2
-4
/
+7
*
linux-user/sparc: Raise SIGILL for all unhandled software traps
Richard Henderson
2023-02-21
1
-0
/
+8
*
target/arm: Convert CPUARMState::eabi to boolean
Philippe Mathieu-Daudé
2023-02-16
2
-3
/
+3
*
Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_vivier/qemu into staging
Peter Maydell
2023-02-04
10
-248
/
+378
|
\
|
*
linux-user: Allow sendmsg() without IOV
Helge Deller
2023-02-03
1
-2
/
+7
|
*
linux-user: Implement SOL_ALG encryption support
Helge Deller
2023-02-03
1
-0
/
+8
|
*
linux-user: Enhance strace output for various syscalls
Helge Deller
2023-02-03
1
-20
/
+23
|
*
linux-user: Show 4th argument of rt_sigprocmask() in strace
Helge Deller
2023-02-03
1
-1
/
+2
|
*
linux-user: Add emulation for MADV_WIPEONFORK and MADV_KEEPONFORK in madvise()
Helge Deller
2023-02-03
1
-13
/
+43
|
*
linux-user: Improve strace output of personality() and sysinfo()
Helge Deller
2023-02-03
1
-2
/
+3
|
*
linux-user: Fix /proc/cpuinfo output for hppa
Helge Deller
2023-02-03
1
-5
/
+11
|
*
linux-user: Fix SO_ERROR return code of getsockopt()
Helge Deller
2023-02-03
1
-1
/
+6
|
*
linux-user: move target_flat.h to target subdirs
Mike Frysinger
2023-02-03
6
-0
/
+5
|
*
linux-user: Improve strace output of getgroups() and setgroups()
Helge Deller
2023-02-03
1
-4
/
+4
|
*
linux-user: Add strace output for clock_getres_time64() and futex_time64()
Helge Deller
2023-02-03
1
-0
/
+6
|
*
Revert "linux-user: fix compat with glibc >= 2.36 sys/mount.h"
Daniel P. Berrangé
2023-02-03
1
-18
/
+0
|
*
Revert "linux-user: add more compat ioctl definitions"
Daniel P. Berrangé
2023-02-03
1
-25
/
+0
|
*
linux-user: add more netlink protocol constants
Letu Ren
2023-02-03
1
-0
/
+48
|
*
linux-user: fix strace build w/out munlockall
Mike Frysinger
2023-02-03
1
-1
/
+3
|
*
linux-user: un-parent OBJECT(cpu) when closing thread
Richard Henderson
2023-02-03
1
-6
/
+7
|
*
linux-user: Add missing MAP_HUGETLB and MAP_STACK flags in strace
Helge Deller
2023-02-03
1
-0
/
+2
|
*
linux-user/syscall: Implement execveat()
Drew DeVault
2023-01-25
1
-6
/
+9
|
*
linux-user/syscall: Extract do_execve() from do_syscall1()
Drew DeVault
2023-01-25
1
-97
/
+114
|
*
linux-user/strace: Add output for execveat() syscall
Drew DeVault
2023-01-25
2
-1
/
+24
|
*
linux-user/strace: Extract print_execve_argv() from print_execve()
Drew DeVault
2023-01-25
1
-32
/
+39
|
*
linux-user/strace: Constify struct flags
Philippe Mathieu-Daudé
2023-01-25
1
-20
/
+20
*
|
linux-user: Implment host/ppc/host-signal.h
Richard Henderson
2023-01-23
1
-0
/
+39
|
/
*
target/arm/sme: Rebuild hflags in aarch64_set_svcr()
Richard Henderson
2023-01-23
2
-10
/
+1
*
target/arm/sme: Reset SVE state in aarch64_set_svcr()
Richard Henderson
2023-01-23
2
-8
/
+1
*
target/arm/sme: Introduce aarch64_set_svcr()
Richard Henderson
2023-01-23
2
-2
/
+2
*
tcg: add perfmap and jitdump
Ilya Leoshkevich
2023-01-16
2
-0
/
+17
*
accel/tcg: Add debuginfo support
Ilya Leoshkevich
2023-01-16
2
-0
/
+4
*
linux-user: Clean up when exiting due to a signal
Ilya Leoshkevich
2023-01-16
1
-3
/
+5
*
linux-user/hexagon: fix signal context save & restore
Mukilan Thiyagarajan
2023-01-05
1
-6
/
+11
*
Drop more useless casts from void * to pointer
Markus Armbruster
2022-12-14
1
-1
/
+1
*
linux-user: always translate cmsg when recvmsg
Icenowy Zheng
2022-11-02
1
-1
/
+2
*
linux-user: Add strace output for timer_settime64() syscall
Helge Deller
2022-11-02
1
-1
/
+4
*
linux-user: Add close_range() syscall
Helge Deller
2022-11-02
2
-0
/
+22
*
linux-user/hppa: Detect glibc ABORT_INSTRUCTION and EXCP_BREAK handler
Helge Deller
2022-11-02
1
-5
/
+14
*
Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
2022-10-26
1
-4
/
+0
|
\
|
*
accel/tcg: Call tb_invalidate_phys_page for PAGE_RESET
Richard Henderson
2022-10-26
1
-4
/
+0
*
|
linux-user: Add guest memory layout to exception dump
Helge Deller
2022-10-25
3
-16
/
+33
*
|
linux-user: Implement faccessat2
WANG Xuerui
2022-10-21
3
-1
/
+13
*
|
linux-user: remove conditionals for many fs.h ioctls
Daniel P. Berrangé
2022-10-21
1
-24
/
+0
*
|
linux-user: add more compat ioctl definitions
Daniel P. Berrangé
2022-10-21
1
-0
/
+25
*
|
linux-user: don't use AT_EXECFD in do_openat()
Laurent Vivier
2022-10-21
1
-2
/
+1
*
|
linux-user: handle /proc/self/exe with execve() syscall
Laurent Vivier
2022-10-21
1
-1
/
+5
*
|
linux-user: fix pidfd_send_signal()
Laurent Vivier
2022-10-21
2
-9
/
+14
*
|
linux-user: Fix more MIPS n32 syscall ABI issues
WANG Xuerui
2022-10-21
1
-5
/
+5
|
/
[next]