Age | Commit message (Expand) | Author | Files | Lines |
2023-03-22 | *: Add missing includes of qemu/plugin.h | Richard Henderson | 2 | -0/+2 |
2023-03-22 | *: Add missing includes of qemu/error-report.h | Richard Henderson | 1 | -0/+1 |
2023-03-12 | Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv... | Peter Maydell | 16 | -138/+518 |
2023-03-10 | linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64 | fanwj@mail.ustc.edu.cn | 2 | -0/+17 |
2023-03-10 | linux-user/sparc: Handle tag overflow traps | Richard Henderson | 3 | -1/+9 |
2023-03-10 | linux-user/sparc: Handle floating-point exceptions | Richard Henderson | 1 | -0/+22 |
2023-03-10 | linux-user/sparc: Handle unimplemented flush trap | Richard Henderson | 1 | -0/+3 |
2023-03-10 | linux-user/sparc: Handle coprocessor disabled trap | Richard Henderson | 1 | -0/+4 |
2023-03-10 | linux-user/sparc: Handle privilidged action trap | Richard Henderson | 1 | -0/+6 |
2023-03-10 | linux-user/sparc: Handle priviledged opcode trap | Richard Henderson | 1 | -0/+3 |
2023-03-10 | linux-user/sparc: Handle getcc, setcc, getpsr traps | Richard Henderson | 1 | -3/+59 |
2023-03-10 | linux-user/sparc: Handle division by zero traps | Richard Henderson | 1 | -0/+5 |
2023-03-10 | linux-user/sparc: Handle software breakpoint trap | Richard Henderson | 1 | -3/+5 |
2023-03-10 | linux-user/sparc: Fix sparc64_{get, set}_context traps | Richard Henderson | 2 | -28/+29 |
2023-03-10 | linux-user/sparc: Tidy window spill/fill traps | Richard Henderson | 1 | -10/+13 |
2023-03-10 | linux-user/sparc: Use TT_TRAP for flush windows | Richard Henderson | 1 | -4/+3 |
2023-03-10 | linux-user/sparc: Tidy syscall error return | Richard Henderson | 1 | -10/+5 |
2023-03-10 | linux-user/sparc: Tidy syscall trap | Richard Henderson | 1 | -7/+7 |
2023-03-10 | linux-user: Emulate CLONE_PIDFD flag in clone() | Helge Deller | 2 | -1/+35 |
2023-03-10 | linux-user: Add translation for argument of msync() | Helge Deller | 5 | -2/+33 |
2023-03-10 | linux-user: handle netlink flag NLA_F_NESTED | Mathis Marion | 1 | -2/+2 |
2023-03-10 | linux-user: fix sockaddr_in6 endianness | Mathis Marion | 1 | -0/+5 |
2023-03-10 | linux-user: Add strace for prlimit64() syscall | Helge Deller | 2 | -1/+90 |
2023-03-10 | linux-user: Provide print_raw_param64() for 64-bit values | Helge Deller | 1 | -4/+16 |
2023-03-10 | linux-user: Fix brk() to release pages | Helge Deller | 1 | -34/+35 |
2023-03-10 | linux-user: fill out task state in /proc/self/stat | Andreas Schwab | 1 | -0/+3 |
2023-03-10 | linux-user: add support for xtensa FDPIC | Max Filippov | 1 | -1/+15 |
2023-03-10 | linux-user: Fix unaligned memory access in prlimit64 syscall | Ilya Leoshkevich | 2 | -6/+6 |
2023-03-10 | linux-user: add target to host netlink conversions | Mathis Marion | 1 | -0/+62 |
2023-03-10 | linux-user: fix timerfd read endianness conversion | Mathis Marion | 3 | -5/+14 |
2023-03-10 | linux-user: Fix access to /proc/self/exe | Helge Deller | 2 | -24/+20 |
2023-03-07 | gdbstub: move syscall handling to new file | Alex Bennée | 1 | -1/+1 |
2023-03-07 | gdbstub: move chunks of user code into own files | Alex Bennée | 2 | -1/+2 |
2023-03-07 | includes: move tb_flush into its own header | Alex Bennée | 1 | -0/+1 |
2023-02-21 | linux-user/microblaze: Handle privileged exception | Ilya Leoshkevich | 1 | -2/+8 |
2023-02-21 | linux-user: Always exit from exclusive state in fork_end() | Ilya Leoshkevich | 2 | -4/+7 |
2023-02-21 | linux-user/sparc: Raise SIGILL for all unhandled software traps | Richard Henderson | 1 | -0/+8 |
2023-02-16 | target/arm: Convert CPUARMState::eabi to boolean | Philippe Mathieu-Daudé | 2 | -3/+3 |
2023-02-04 | Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv... | Peter Maydell | 10 | -248/+378 |
2023-02-03 | linux-user: Allow sendmsg() without IOV | Helge Deller | 1 | -2/+7 |
2023-02-03 | linux-user: Implement SOL_ALG encryption support | Helge Deller | 1 | -0/+8 |
2023-02-03 | linux-user: Enhance strace output for various syscalls | Helge Deller | 1 | -20/+23 |
2023-02-03 | linux-user: Show 4th argument of rt_sigprocmask() in strace | Helge Deller | 1 | -1/+2 |
2023-02-03 | linux-user: Add emulation for MADV_WIPEONFORK and MADV_KEEPONFORK in madvise() | Helge Deller | 1 | -13/+43 |
2023-02-03 | linux-user: Improve strace output of personality() and sysinfo() | Helge Deller | 1 | -2/+3 |
2023-02-03 | linux-user: Fix /proc/cpuinfo output for hppa | Helge Deller | 1 | -5/+11 |
2023-02-03 | linux-user: Fix SO_ERROR return code of getsockopt() | Helge Deller | 1 | -1/+6 |
2023-02-03 | linux-user: move target_flat.h to target subdirs | Mike Frysinger | 6 | -0/+5 |
2023-02-03 | linux-user: Improve strace output of getgroups() and setgroups() | Helge Deller | 1 | -4/+4 |
2023-02-03 | linux-user: Add strace output for clock_getres_time64() and futex_time64() | Helge Deller | 1 | -0/+6 |