aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2023-09-20linux-user/riscv: Use abi type for target_ucontextLIU Zhiwei1-2/+2
2023-09-10linux-user/elfload: Set V in ELF_HWCAP for RISC-VNathan Egge1-1/+2
2023-08-04linux-user/armeb: Fix __kernel_cmpxchg() for armebHelge Deller1-2/+7
2023-07-31linux-user: Fix signed math overflow in brk() syscallHelge Deller1-2/+3
2023-07-31linux-user: Prohibit brk() to to shrink below initial heap addressHelge Deller1-1/+7
2023-07-31linux-user: Fix qemu brk() to not zero bytes on current pageHelge Deller1-6/+4
2023-07-31linux-user: Make sure initial brk(0) is page-alignedAndreas Schwab1-1/+1
2023-07-31linux-user/arm: Do not allocate a commpage at all for M-profile CPUsPhilippe Mathieu-Daudé1-4/+17
2023-07-31linux-user/syscall: Implement execve without execveatPierrick Bouvier1-8/+12
2023-07-31linux-user: Fix accept4(SOCK_NONBLOCK) syscallHelge Deller1-1/+11
2023-07-31linux-user: Fix fcntl() and fcntl64() to return O_LARGEFILE for 32-bit targetsHelge Deller1-0/+4
2023-07-01linux-user: Avoid mmap of the last byte of the reserved_vaRichard Henderson1-4/+10
2023-06-07linux-user/s390x: Fix single-stepping SVCIlya Leoshkevich1-0/+9
2023-05-18linux-user: fix getgroups/setgroups allocationsMichael Tokarev1-31/+68
2023-05-18linux-user: Fix mips fp64 executables loadingDaniil Kovalev1-1/+4
2023-04-04Revert "linux-user/arm: Take more care allocating commpage"Richard Henderson1-27/+10
2023-03-30linux-user/mips: Use P5600 as default CPU to run NaN2008 ELF binariesPhilippe Mathieu-Daudé1-0/+3
2023-03-30linux-user/sparc: Don't use 16-bit UIDs on SPARC V9Philippe Mathieu-Daudé1-1/+1
2023-03-28linux-user/arm: Take more care allocating commpageRichard Henderson1-10/+27
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