aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2023-09-20linux-user/riscv: Use abi type for target_ucontextLIU Zhiwei
2023-09-10linux-user/elfload: Set V in ELF_HWCAP for RISC-VNathan Egge
2023-08-04linux-user/armeb: Fix __kernel_cmpxchg() for armebHelge Deller
2023-07-31linux-user: Fix signed math overflow in brk() syscallHelge Deller
2023-07-31linux-user: Prohibit brk() to to shrink below initial heap addressHelge Deller
2023-07-31linux-user: Fix qemu brk() to not zero bytes on current pageHelge Deller
2023-07-31linux-user: Make sure initial brk(0) is page-alignedAndreas Schwab
2023-07-31linux-user/arm: Do not allocate a commpage at all for M-profile CPUsPhilippe Mathieu-Daudé
2023-07-31linux-user/syscall: Implement execve without execveatPierrick Bouvier
2023-07-31linux-user: Fix accept4(SOCK_NONBLOCK) syscallHelge Deller
2023-07-31linux-user: Fix fcntl() and fcntl64() to return O_LARGEFILE for 32-bit targetsHelge Deller
2023-07-01linux-user: Avoid mmap of the last byte of the reserved_vaRichard Henderson
2023-06-07linux-user/s390x: Fix single-stepping SVCIlya Leoshkevich
2023-05-18linux-user: fix getgroups/setgroups allocationsMichael Tokarev
2023-05-18linux-user: Fix mips fp64 executables loadingDaniil Kovalev
2023-04-04Revert "linux-user/arm: Take more care allocating commpage"Richard Henderson
2023-03-30linux-user/mips: Use P5600 as default CPU to run NaN2008 ELF binariesPhilippe Mathieu-Daudé
2023-03-30linux-user/sparc: Don't use 16-bit UIDs on SPARC V9Philippe Mathieu-Daudé
2023-03-28linux-user/arm: Take more care allocating commpageRichard Henderson
2023-03-28include/exec: Change reserved_va semantics to last byteRichard Henderson
2023-03-28linux-user: Pass last not end to probe_guest_baseRichard Henderson
2023-03-28accel/tcg: Pass last not end to page_reset_target_dataRichard Henderson
2023-03-28accel/tcg: Pass last not end to page_set_flagsRichard Henderson
2023-03-28linux-user: Diagnose misaligned -R sizeRichard Henderson
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