aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2021-08-26target/arm: Do hflags rebuild in cpsr_write()Peter Maydell1-2/+0
2021-08-05linux-user/elfload: byteswap i386 registers when dumping coreIlya Leoshkevich1-44/+44
2021-08-05linux-user: fix guest/host address mixup in i386 setup_rt_frame()Ilya Leoshkevich1-4/+4
2021-08-03linux-user/s390x: signal with SIGFPE on compare-and-trapJonathan Albrecht1-20/+34
2021-08-03target/s390x: Fix SIGILL and SIGFPE psw.addr reportingIlya Leoshkevich1-1/+11
2021-07-26linux-user/syscall: Remove unused variable from execveRichard Henderson1-3/+0
2021-07-23tcg/plugins: implement a qemu_plugin_user_exit helperAlex Bennée1-1/+1
2021-07-21qemu/atomic: Add aligned_{int64,uint64}_t typesRichard Henderson1-1/+1
2021-07-13linux-user: update syscall.tbl to Linux v5.13Laurent Vivier15-73/+170
2021-07-13linux-user, mips: update syscall-args-o32.c.inc to Linux v5.13Laurent Vivier1-1/+4
2021-07-13linux-user: update syscall_nr.h to Linux v5.13Laurent Vivier6-6/+46
2021-07-12fd-trans: Fix race condition on reallocation of the translation table.Owen Anderson3-7/+52
2021-07-12linux-user/syscall: Remove ERRNO_TABLE_SIZE checkPhilippe Mathieu-Daudé1-5/+0
2021-07-12linux-user: Simplify host <-> target errno conversion using macrosPhilippe Mathieu-Daudé2-145/+154
2021-07-12linux-user/mips: Move errno definitions to 'target_errno_defs.h'Philippe Mathieu-Daudé4-423/+220
2021-07-12linux-user/hppa: Move errno definitions to 'target_errno_defs.h'Philippe Mathieu-Daudé2-210/+214
2021-07-12linux-user/alpha: Move errno definitions to 'target_errno_defs.h'Philippe Mathieu-Daudé2-194/+198
2021-07-12linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé24-7/+139
2021-07-12linux-user/sparc: Rename target_errno.h -> target_errno_defs.hPhilippe Mathieu-Daudé2-3/+3
2021-07-12linux-user/syscall: Fix RF-kill errno (typo in ERFKILL)Philippe Mathieu-Daudé1-1/+1
2021-07-07linux-user/syscall: Remove hardcoded tabs (code style)Philippe Mathieu-Daudé1-94/+94
2021-07-07linux-user/alpha: Remove hardcoded tabs (code style)Philippe Mathieu-Daudé1-99/+97
2021-07-07linux-user/mips: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé2-0/+4
2021-07-07linux-user/hppa: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé1-0/+2
2021-07-07linux-user/alpha: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé1-0/+2
2021-07-07linux-user: Fix style problems in linuxload.cRichard Henderson1-22/+20
2021-07-07linux-user: fill ppid field in /proc/self/statAndreas Schwab1-0/+3
2021-07-07linux-user/elfload: Implement ELF_HWCAP for RISC-VKito Cheng1-0/+13
2021-06-22Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re...Peter Maydell5-8/+64
2021-06-21linux-user/s390x: Save and restore psw.mask properlyRichard Henderson1-5/+32
2021-06-21linux-user: elf: s390x: Prepare for Vector enhancements facilityDavid Hildenbrand1-0/+1
2021-06-20linux-user: Use public sigev_notify_thread_id member if availableMichael Forney1-1/+5
2021-06-20linux-user: Fix incorrect use of feature-test-macrosMichael Forney1-4/+3
2021-06-20linux-user: Check for ieee128 fpbits in PPC64 HWCAP2 feature listKhem Raj1-1/+1
2021-06-20linux-user: Let sigaction query SIGKILL/SIGSTOPIlya Leoshkevich1-1/+5
2021-06-20linux-user: Implement pivot_rootYAMAMOTO Takashi1-0/+21
2021-06-17linux-user/trace-events: fix minor typo in format stringAlex Bennée1-1/+1
2021-06-15linux-user: Disable static assert involving __SIGRTMAX if it is missingMichael Forney1-0/+2
2021-06-15linux-user: Set CF_PARALLEL when mapping shared memoryRichard Henderson2-0/+26
2021-06-11tcg: Re-order tcg_region_init vs tcg_prologue_initRichard Henderson1-1/+0
2021-06-05linux-user/syscall: Constify bitmask_transtbl fcntl/mmap flags_tlb[]Philippe Mathieu-Daudé1-2/+2
2021-06-03softfloat: Introduce Floatx80RoundPrecRichard Henderson1-20/+21
2021-06-03linux-user/aarch64: Enable hwcap bits for bfloat16Richard Henderson1-0/+2
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-25linux-user/aarch64: Enable hwcap bits for sve2 and related extensionsRichard Henderson1-0/+10
2021-05-19target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURNRichard Henderson1-3/+0
2021-05-19target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATERichard Henderson1-3/+0
2021-05-18linux-user/elfload: add s390x core dumping supportIlya Leoshkevich1-0/+33
2021-05-18linux-user/elfload: fix filling psinfo->pr_psargsIlya Leoshkevich1-2/+3
2021-05-18linux-user: Tidy TARGET_NR_rt_sigactionRichard Henderson1-19/+13