aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-18linux-user/alpha: Share code for TARGET_NR_sigactionRichard Henderson2-37/+7
2021-05-18linux-user/alpha: Define TARGET_ARCH_HAS_KA_RESTORERRichard Henderson3-37/+7
2021-05-18linux-user: Honor TARGET_ARCH_HAS_SA_RESTORER in do_syscallRichard Henderson1-0/+4
2021-05-18linux-user: Pass ka_restorer to do_sigactionRichard Henderson3-15/+11
2021-05-18linux-user/alpha: Rename the sigaction restorer fieldRichard Henderson3-7/+7
2021-05-18linux-user/alpha: Fix rt sigframe returnRichard Henderson1-1/+1
2021-05-18linux-user: use GDateTime for formatting timestamp for core fileDaniel P. Berrangé1-27/+9
2021-05-18linux-user: Fix erroneous conversion in copy_file_rangeGiuseppe Musacchio1-1/+2
2021-05-18linux-user: Add copy_file_range to strace.listGiuseppe Musacchio1-0/+3
2021-05-18linux-user/s390x: Handle vector regs in signal stackRichard Henderson1-2/+60
2021-05-15linux-user/s390x: Clean up signal.cRichard Henderson1-24/+39
2021-05-15linux-user/s390x: Add build asserts for sigset sizesRichard Henderson1-0/+5
2021-05-15linux-user/s390x: Fix frame_addr corruption in setup_frameRichard Henderson1-1/+1
2021-05-15linux-user/s390x: Add stub sigframe argument for last_breakRichard Henderson1-6/+10
2021-05-15linux-user/s390x: Set psw.mask properly for the signal handlerRichard Henderson1-0/+6
2021-05-15linux-user/s390x: Clean up single-use gotos in signal.cRichard Henderson1-21/+8
2021-05-15linux-user/s390x: Tidy save_sigregsRichard Henderson1-4/+6
2021-05-15linux-user/s390x: Use tswap_sigset in setup_rt_frameRichard Henderson1-5/+1
2021-05-15linux-user/s390x: Fix sigcontext sregs valueRichard Henderson1-1/+1
2021-05-15linux-user/s390x: Fix trace in restore_regsRichard Henderson1-2/+3
2021-05-15linux-user/s390x: Remove restore_sigregs return valueRichard Henderson1-11/+3
2021-05-15linux-user/s390x: Remove PSW_ADDR_AMODERichard Henderson1-11/+6
2021-05-15linux-user/s390x: Use uint16_t for signal retcodeRichard Henderson1-5/+4
2021-05-15linux-user/s390x: Fix sigframe typesRichard Henderson1-13/+13
2021-05-15linux-user/sparc: Implement sparc64 rt signalsRichard Henderson2-1/+28
2021-05-15linux-user/sparc: Implement sparc32 rt signalsRichard Henderson1-4/+122
2021-05-15linux-user/sparc: Add 64-bit support to fpu save/restoreRichard Henderson1-0/+36
2021-05-15linux-user/sparc: Minor corrections to do_sigreturnRichard Henderson1-8/+11