aboutsummaryrefslogtreecommitdiff
path: root/linux-user/ppc/signal.c
AgeCommit message (Expand)AuthorFilesLines
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-2/+2
2024-03-06{linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich1-2/+2
2023-10-30linux-user/ppc: Add vdsoRichard Henderson1-8/+23
2023-05-05ppc: spapr: cleanup cr get/set with helpers.Harsh Prateek Bora1-7/+2
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-2/+2
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-2/+1
2022-04-04linux-user/ppc: Narrow type of ccr in save_user_regsRichard Henderson1-1/+1
2022-02-09linux-user: Remove the deprecated ppc64abi32 targetThomas Huth1-8/+3
2021-12-19linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson1-5/+5
2021-10-21linux-user/ppc: Fix XER access in save/restore_user_regsMatheus Ferst1-3/+6
2021-10-01linux-user/ppc: Implement setup_sigtrampRichard Henderson1-16/+18
2021-10-01linux-user/ppc: Simplify encode_trampolineRichard Henderson1-4/+2
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell1-0/+1
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-3/+1
2021-05-04linux-user/ppc: Fix msr updates for signal handlingRichard Henderson1-12/+11
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson1-2/+2
2020-04-17linux-user/ppc: Fix padding in mcontext_t for ppc64Richard Henderson1-40/+29
2020-03-24target/ppc: don't byte swap ELFv2 signal handlerVincent Fazio1-4/+2
2020-03-20linux-user, ppc: add syscall table generation supportLaurent Vivier1-1/+1
2019-09-26target/ppc: fix signal delivery for ppc64abi32Alex Bennée1-1/+3
2019-01-09target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland1-12/+16
2018-07-22linux-user/ppc: Implement swapcontext syscallRichard Henderson1-0/+56
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-13/+2
2018-04-30linux-user: move ppc/ppc64 signal.c parts to ppc directoryLaurent Vivier1-0/+671
2018-04-30linux-user: create a dummy per arch signal.cLaurent Vivier1-0/+18