summary refs log tree commit diff stats
path: root/linux-user (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "linux-user/arm: Take more care allocating commpage"Richard Henderson2023-04-041-27/+10
* linux-user/mips: Use P5600 as default CPU to run NaN2008 ELF binariesPhilippe Mathieu-Daudé2023-03-301-0/+3
* linux-user/sparc: Don't use 16-bit UIDs on SPARC V9Philippe Mathieu-Daudé2023-03-301-1/+1
* linux-user/arm: Take more care allocating commpageRichard Henderson2023-03-281-10/+27
* include/exec: Change reserved_va semantics to last byteRichard Henderson2023-03-284-24/+23
* linux-user: Pass last not end to probe_guest_baseRichard Henderson2023-03-283-19/+19
* accel/tcg: Pass last not end to page_reset_target_dataRichard Henderson2023-03-281-1/+1
* accel/tcg: Pass last not end to page_set_flagsRichard Henderson2023-03-283-15/+16
* linux-user: Diagnose misaligned -R sizeRichard Henderson2023-03-281-0/+6
* *: Add missing includes of qemu/plugin.hRichard Henderson2023-03-222-0/+2
* *: Add missing includes of qemu/error-report.hRichard Henderson2023-03-221-0/+1
* Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...Peter Maydell2023-03-1216-138/+518
|\
| * linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64fanwj@mail.ustc.edu.cn2023-03-102-0/+17
| * linux-user/sparc: Handle tag overflow trapsRichard Henderson2023-03-103-1/+9
| * linux-user/sparc: Handle floating-point exceptionsRichard Henderson2023-03-101-0/+22
| * linux-user/sparc: Handle unimplemented flush trapRichard Henderson2023-03-101-0/+3
| * linux-user/sparc: Handle coprocessor disabled trapRichard Henderson2023-03-101-0/+4
| * linux-user/sparc: Handle privilidged action trapRichard Henderson2023-03-101-0/+6
| * linux-user/sparc: Handle priviledged opcode trapRichard Henderson2023-03-101-0/+3
| * linux-user/sparc: Handle getcc, setcc, getpsr trapsRichard Henderson2023-03-101-3/+59
| * linux-user/sparc: Handle division by zero trapsRichard Henderson2023-03-101-0/+5
| * linux-user/sparc: Handle software breakpoint trapRichard Henderson2023-03-101-3/+5
| * linux-user/sparc: Fix sparc64_{get, set}_context trapsRichard Henderson2023-03-102-28/+29
| * linux-user/sparc: Tidy window spill/fill trapsRichard Henderson2023-03-101-10/+13
| * linux-user/sparc: Use TT_TRAP for flush windowsRichard Henderson2023-03-101-4/+3
| * linux-user/sparc: Tidy syscall error returnRichard Henderson2023-03-101-10/+5
| * linux-user/sparc: Tidy syscall trapRichard Henderson2023-03-101-7/+7
| * linux-user: Emulate CLONE_PIDFD flag in clone()Helge Deller2023-03-102-1/+35
| * linux-user: Add translation for argument of msync()Helge Deller2023-03-105-2/+33
| * linux-user: handle netlink flag NLA_F_NESTEDMathis Marion2023-03-101-2/+2
| * linux-user: fix sockaddr_in6 endiannessMathis Marion2023-03-101-0/+5
| * linux-user: Add strace for prlimit64() syscallHelge Deller2023-03-102-1/+90
| * linux-user: Provide print_raw_param64() for 64-bit valuesHelge Deller2023-03-101-4/+16
| * linux-user: Fix brk() to release pagesHelge Deller2023-03-101-34/+35
| * linux-user: fill out task state in /proc/self/statAndreas Schwab2023-03-101-0/+3
| * linux-user: add support for xtensa FDPICMax Filippov2023-03-101-1/+15
| * linux-user: Fix unaligned memory access in prlimit64 syscallIlya Leoshkevich2023-03-102-6/+6
| * linux-user: add target to host netlink conversionsMathis Marion2023-03-101-0/+62
| * linux-user: fix timerfd read endianness conversionMathis Marion2023-03-103-5/+14
| * linux-user: Fix access to /proc/self/exeHelge Deller2023-03-102-24/+20
* | gdbstub: move syscall handling to new fileAlex Bennée2023-03-071-1/+1
* | gdbstub: move chunks of user code into own filesAlex Bennée2023-03-072-1/+2
* | includes: move tb_flush into its own headerAlex Bennée2023-03-071-0/+1
|/
* linux-user/microblaze: Handle privileged exceptionIlya Leoshkevich2023-02-211-2/+8
* linux-user: Always exit from exclusive state in fork_end()Ilya Leoshkevich2023-02-212-4/+7
* linux-user/sparc: Raise SIGILL for all unhandled software trapsRichard Henderson2023-02-211-0/+8
* target/arm: Convert CPUARMState::eabi to booleanPhilippe Mathieu-Daudé2023-02-162-3/+3
* Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...Peter Maydell2023-02-0410-248/+378
|\
| * linux-user: Allow sendmsg() without IOVHelge Deller2023-02-031-2/+7
| * linux-user: Implement SOL_ALG encryption supportHelge Deller2023-02-031-0/+8