aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2023-03-28include/exec: Change reserved_va semantics to last byteRichard Henderson4-24/+23
2023-03-28linux-user: Pass last not end to probe_guest_baseRichard Henderson3-19/+19
2023-03-28accel/tcg: Pass last not end to page_reset_target_dataRichard Henderson1-1/+1
2023-03-28accel/tcg: Pass last not end to page_set_flagsRichard Henderson3-15/+16
2023-03-28linux-user: Diagnose misaligned -R sizeRichard Henderson1-0/+6
2023-03-22*: Add missing includes of qemu/plugin.hRichard Henderson2-0/+2
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson1-0/+1
2023-03-12Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...Peter Maydell16-138/+518
2023-03-10linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64fanwj@mail.ustc.edu.cn2-0/+17
2023-03-10linux-user/sparc: Handle tag overflow trapsRichard Henderson3-1/+9
2023-03-10linux-user/sparc: Handle floating-point exceptionsRichard Henderson1-0/+22
2023-03-10linux-user/sparc: Handle unimplemented flush trapRichard Henderson1-0/+3
2023-03-10linux-user/sparc: Handle coprocessor disabled trapRichard Henderson1-0/+4
2023-03-10linux-user/sparc: Handle privilidged action trapRichard Henderson1-0/+6
2023-03-10linux-user/sparc: Handle priviledged opcode trapRichard Henderson1-0/+3
2023-03-10linux-user/sparc: Handle getcc, setcc, getpsr trapsRichard Henderson1-3/+59
2023-03-10linux-user/sparc: Handle division by zero trapsRichard Henderson1-0/+5
2023-03-10linux-user/sparc: Handle software breakpoint trapRichard Henderson1-3/+5
2023-03-10linux-user/sparc: Fix sparc64_{get, set}_context trapsRichard Henderson2-28/+29
2023-03-10linux-user/sparc: Tidy window spill/fill trapsRichard Henderson1-10/+13
2023-03-10linux-user/sparc: Use TT_TRAP for flush windowsRichard Henderson1-4/+3
2023-03-10linux-user/sparc: Tidy syscall error returnRichard Henderson1-10/+5
2023-03-10linux-user/sparc: Tidy syscall trapRichard Henderson1-7/+7
2023-03-10linux-user: Emulate CLONE_PIDFD flag in clone()Helge Deller2-1/+35
2023-03-10linux-user: Add translation for argument of msync()Helge Deller5-2/+33
2023-03-10linux-user: handle netlink flag NLA_F_NESTEDMathis Marion1-2/+2
2023-03-10linux-user: fix sockaddr_in6 endiannessMathis Marion1-0/+5
2023-03-10linux-user: Add strace for prlimit64() syscallHelge Deller2-1/+90
2023-03-10linux-user: Provide print_raw_param64() for 64-bit valuesHelge Deller1-4/+16
2023-03-10linux-user: Fix brk() to release pagesHelge Deller1-34/+35
2023-03-10linux-user: fill out task state in /proc/self/statAndreas Schwab1-0/+3
2023-03-10linux-user: add support for xtensa FDPICMax Filippov1-1/+15
2023-03-10linux-user: Fix unaligned memory access in prlimit64 syscallIlya Leoshkevich2-6/+6
2023-03-10linux-user: add target to host netlink conversionsMathis Marion1-0/+62
2023-03-10linux-user: fix timerfd read endianness conversionMathis Marion3-5/+14
2023-03-10linux-user: Fix access to /proc/self/exeHelge Deller2-24/+20
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée1-1/+1
2023-03-07gdbstub: move chunks of user code into own filesAlex Bennée2-1/+2
2023-03-07includes: move tb_flush into its own headerAlex Bennée1-0/+1
2023-02-21linux-user/microblaze: Handle privileged exceptionIlya Leoshkevich1-2/+8
2023-02-21linux-user: Always exit from exclusive state in fork_end()Ilya Leoshkevich2-4/+7
2023-02-21linux-user/sparc: Raise SIGILL for all unhandled software trapsRichard Henderson1-0/+8
2023-02-16target/arm: Convert CPUARMState::eabi to booleanPhilippe Mathieu-Daudé2-3/+3
2023-02-04Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...Peter Maydell10-248/+378
2023-02-03linux-user: Allow sendmsg() without IOVHelge Deller1-2/+7
2023-02-03linux-user: Implement SOL_ALG encryption supportHelge Deller1-0/+8
2023-02-03linux-user: Enhance strace output for various syscallsHelge Deller1-20/+23
2023-02-03linux-user: Show 4th argument of rt_sigprocmask() in straceHelge Deller1-1/+2
2023-02-03linux-user: Add emulation for MADV_WIPEONFORK and MADV_KEEPONFORK in madvise()Helge Deller1-13/+43
2023-02-03linux-user: Improve strace output of personality() and sysinfo()Helge Deller1-2/+3