aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2023-03-22*: Add missing includes of qemu/plugin.hRichard Henderson
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson
2023-03-12Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...Peter Maydell
2023-03-10linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64fanwj@mail.ustc.edu.cn
2023-03-10linux-user/sparc: Handle tag overflow trapsRichard Henderson
2023-03-10linux-user/sparc: Handle floating-point exceptionsRichard Henderson
2023-03-10linux-user/sparc: Handle unimplemented flush trapRichard Henderson
2023-03-10linux-user/sparc: Handle coprocessor disabled trapRichard Henderson
2023-03-10linux-user/sparc: Handle privilidged action trapRichard Henderson
2023-03-10linux-user/sparc: Handle priviledged opcode trapRichard Henderson
2023-03-10linux-user/sparc: Handle getcc, setcc, getpsr trapsRichard Henderson
2023-03-10linux-user/sparc: Handle division by zero trapsRichard Henderson
2023-03-10linux-user/sparc: Handle software breakpoint trapRichard Henderson
2023-03-10linux-user/sparc: Fix sparc64_{get, set}_context trapsRichard Henderson
2023-03-10linux-user/sparc: Tidy window spill/fill trapsRichard Henderson
2023-03-10linux-user/sparc: Use TT_TRAP for flush windowsRichard Henderson
2023-03-10linux-user/sparc: Tidy syscall error returnRichard Henderson
2023-03-10linux-user/sparc: Tidy syscall trapRichard Henderson
2023-03-10linux-user: Emulate CLONE_PIDFD flag in clone()Helge Deller
2023-03-10linux-user: Add translation for argument of msync()Helge Deller
2023-03-10linux-user: handle netlink flag NLA_F_NESTEDMathis Marion
2023-03-10linux-user: fix sockaddr_in6 endiannessMathis Marion
2023-03-10linux-user: Add strace for prlimit64() syscallHelge Deller
2023-03-10linux-user: Provide print_raw_param64() for 64-bit valuesHelge Deller
2023-03-10linux-user: Fix brk() to release pagesHelge Deller
2023-03-10linux-user: fill out task state in /proc/self/statAndreas Schwab
2023-03-10linux-user: add support for xtensa FDPICMax Filippov
2023-03-10linux-user: Fix unaligned memory access in prlimit64 syscallIlya Leoshkevich
2023-03-10linux-user: add target to host netlink conversionsMathis Marion
2023-03-10linux-user: fix timerfd read endianness conversionMathis Marion
2023-03-10linux-user: Fix access to /proc/self/exeHelge Deller
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée
2023-03-07gdbstub: move chunks of user code into own filesAlex Bennée
2023-03-07includes: move tb_flush into its own headerAlex Bennée
2023-02-21linux-user/microblaze: Handle privileged exceptionIlya Leoshkevich
2023-02-21linux-user: Always exit from exclusive state in fork_end()Ilya Leoshkevich
2023-02-21linux-user/sparc: Raise SIGILL for all unhandled software trapsRichard Henderson
2023-02-16target/arm: Convert CPUARMState::eabi to booleanPhilippe Mathieu-Daudé
2023-02-04Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...Peter Maydell
2023-02-03linux-user: Allow sendmsg() without IOVHelge Deller
2023-02-03linux-user: Implement SOL_ALG encryption supportHelge Deller
2023-02-03linux-user: Enhance strace output for various syscallsHelge Deller
2023-02-03linux-user: Show 4th argument of rt_sigprocmask() in straceHelge Deller
2023-02-03linux-user: Add emulation for MADV_WIPEONFORK and MADV_KEEPONFORK in madvise()Helge Deller
2023-02-03linux-user: Improve strace output of personality() and sysinfo()Helge Deller
2023-02-03linux-user: Fix /proc/cpuinfo output for hppaHelge Deller
2023-02-03linux-user: Fix SO_ERROR return code of getsockopt()Helge Deller
2023-02-03linux-user: move target_flat.h to target subdirsMike Frysinger
2023-02-03linux-user: Improve strace output of getgroups() and setgroups()Helge Deller
2023-02-03linux-user: Add strace output for clock_getres_time64() and futex_time64()Helge Deller