aboutsummaryrefslogtreecommitdiff
path: root/linux-user/i386/signal.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-26target/i386: Pass host pointer and size to cpu_x86_{xsave,xrstor}Richard Henderson1-8/+12
2024-05-26target/i386: Pass host pointer and size to cpu_x86_{fxsave,fxrstor}Richard Henderson1-8/+5
2024-05-26target/i386: Pass host pointer and size to cpu_x86_{fsave,frstor}Richard Henderson1-2/+2
2024-05-26target/i386: Convert do_xsave to X86AccessRichard Henderson1-1/+1
2024-05-26linux-user/i386: Honor xfeatures in xrstor_sigcontextRichard Henderson1-1/+18
2024-05-26linux-user/i386: Fix allocation and alignment of fp stateRichard Henderson1-214/+342
2024-05-26linux-user/i386: Return boolean success from xrstor_sigcontextRichard Henderson1-8/+8
2024-05-26linux-user/i386: Return boolean success from restore_sigcontextRichard Henderson1-24/+23
2024-05-26linux-user/i386: Fix -mregparm=3 for signal deliveryRichard Henderson1-13/+11
2024-05-26linux-user/i386: Split out struct target_fregs_stateRichard Henderson1-18/+25
2024-05-26linux-user/i386: Replace target_fpstate_fxsave with X86LegacyXSaveAreaRichard Henderson1-45/+26
2024-05-26linux-user/i386: Remove xfeatures from target_fpstate_fxsaveRichard Henderson1-2/+1
2024-05-26linux-user/i386: Drop xfeatures_size from sigcontext arithmeticRichard Henderson1-4/+3
2024-05-26target/i386: Add rbfm argument to cpu_x86_{xsave,xrstor}Richard Henderson1-2/+2
2024-04-26exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'Philippe Mathieu-Daudé1-0/+1
2024-03-13linux-user: Move tswap_siginfo out of target codeGustavo Romero1-3/+3
2023-10-30linux-user/i386: Add vdsoRichard Henderson1-0/+11
2022-10-11linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstatePaolo Bonzini1-19/+100
2022-10-11linux-user: i386/signal: support FXSAVE fpstate on 32-bit emulationPaolo Bonzini1-51/+76
2022-10-11linux-user: i386/signal: move fpstate at the end of the 32-bit framesPaolo Bonzini1-2/+9
2021-12-19linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson1-4/+4
2021-10-01linux-user/x86_64: Raise SIGSEGV if SA_RESTORER not setRichard Henderson1-6/+5
2021-10-01linux-user/i386: Implement setup_sigtrampRichard Henderson1-18/+38
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell1-0/+1
2021-08-05linux-user: fix guest/host address mixup in i386 setup_rt_frame()Ilya Leoshkevich1-4/+4
2021-05-15linux-user: Pass CPUArchState to target_restore_altstackRichard Henderson1-1/+1
2021-05-15linux-user: Use target_restore_altstack in all sigreturnRichard Henderson1-4/+1
2021-02-16linux-user: Use cpu_untagged_addr in access_ok; split out *_untaggedRichard Henderson1-2/+3
2019-06-10target/i386: Use env_cpu, env_archcpuRichard Henderson1-1/+1
2018-06-04linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier1-1/+0
2018-05-03linux-user: introduce target_sigsp() and target_save_altstack()Laurent Vivier1-9/+3
2018-04-30linux-user: move i386/x86_64 signal.c parts to i386 directoryLaurent Vivier1-0/+584
2018-04-30linux-user: create a dummy per arch signal.cLaurent Vivier1-0/+18