aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2021-07-26linux-user/syscall: Remove unused variable from execveRichard Henderson
2021-07-23tcg/plugins: implement a qemu_plugin_user_exit helperAlex Bennée
2021-07-21qemu/atomic: Add aligned_{int64,uint64}_t typesRichard Henderson
2021-07-13linux-user: update syscall.tbl to Linux v5.13Laurent Vivier
2021-07-13linux-user, mips: update syscall-args-o32.c.inc to Linux v5.13Laurent Vivier
2021-07-13linux-user: update syscall_nr.h to Linux v5.13Laurent Vivier
2021-07-12fd-trans: Fix race condition on reallocation of the translation table.Owen Anderson
2021-07-12linux-user/syscall: Remove ERRNO_TABLE_SIZE checkPhilippe Mathieu-Daudé
2021-07-12linux-user: Simplify host <-> target errno conversion using macrosPhilippe Mathieu-Daudé
2021-07-12linux-user/mips: Move errno definitions to 'target_errno_defs.h'Philippe Mathieu-Daudé
2021-07-12linux-user/hppa: Move errno definitions to 'target_errno_defs.h'Philippe Mathieu-Daudé
2021-07-12linux-user/alpha: Move errno definitions to 'target_errno_defs.h'Philippe Mathieu-Daudé
2021-07-12linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé
2021-07-12linux-user/sparc: Rename target_errno.h -> target_errno_defs.hPhilippe Mathieu-Daudé
2021-07-12linux-user/syscall: Fix RF-kill errno (typo in ERFKILL)Philippe Mathieu-Daudé
2021-07-07linux-user/syscall: Remove hardcoded tabs (code style)Philippe Mathieu-Daudé
2021-07-07linux-user/alpha: Remove hardcoded tabs (code style)Philippe Mathieu-Daudé
2021-07-07linux-user/mips: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé
2021-07-07linux-user/hppa: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé
2021-07-07linux-user/alpha: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé
2021-07-07linux-user: Fix style problems in linuxload.cRichard Henderson
2021-07-07linux-user: fill ppid field in /proc/self/statAndreas Schwab
2021-07-07linux-user/elfload: Implement ELF_HWCAP for RISC-VKito Cheng
2021-06-22Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re...Peter Maydell
2021-06-21linux-user/s390x: Save and restore psw.mask properlyRichard Henderson
2021-06-21linux-user: elf: s390x: Prepare for Vector enhancements facilityDavid Hildenbrand
2021-06-20linux-user: Use public sigev_notify_thread_id member if availableMichael Forney
2021-06-20linux-user: Fix incorrect use of feature-test-macrosMichael Forney
2021-06-20linux-user: Check for ieee128 fpbits in PPC64 HWCAP2 feature listKhem Raj
2021-06-20linux-user: Let sigaction query SIGKILL/SIGSTOPIlya Leoshkevich
2021-06-20linux-user: Implement pivot_rootYAMAMOTO Takashi
2021-06-17linux-user/trace-events: fix minor typo in format stringAlex Bennée
2021-06-15linux-user: Disable static assert involving __SIGRTMAX if it is missingMichael Forney
2021-06-15linux-user: Set CF_PARALLEL when mapping shared memoryRichard Henderson
2021-06-11tcg: Re-order tcg_region_init vs tcg_prologue_initRichard Henderson
2021-06-05linux-user/syscall: Constify bitmask_transtbl fcntl/mmap flags_tlb[]Philippe Mathieu-Daudé
2021-06-03softfloat: Introduce Floatx80RoundPrecRichard Henderson
2021-06-03linux-user/aarch64: Enable hwcap bits for bfloat16Richard Henderson
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-25linux-user/aarch64: Enable hwcap bits for sve2 and related extensionsRichard Henderson
2021-05-19target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURNRichard Henderson
2021-05-19target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATERichard Henderson
2021-05-18linux-user/elfload: add s390x core dumping supportIlya Leoshkevich
2021-05-18linux-user/elfload: fix filling psinfo->pr_psargsIlya Leoshkevich
2021-05-18linux-user: Tidy TARGET_NR_rt_sigactionRichard Henderson
2021-05-18linux-user/alpha: Share code for TARGET_NR_sigactionRichard Henderson
2021-05-18linux-user/alpha: Define TARGET_ARCH_HAS_KA_RESTORERRichard Henderson
2021-05-18linux-user: Honor TARGET_ARCH_HAS_SA_RESTORER in do_syscallRichard Henderson
2021-05-18linux-user: Pass ka_restorer to do_sigactionRichard Henderson
2021-05-18linux-user/alpha: Rename the sigaction restorer fieldRichard Henderson