aboutsummaryrefslogtreecommitdiff
path: root/linux-user/ppc/signal.c
AgeCommit message (Expand)Author
2024-10-22linux-user/ppc: Fix sigmask endianness issue in sigreturnIlya Leoshkevich
2024-04-26exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'Philippe Mathieu-Daudé
2024-03-13linux-user: Move tswap_siginfo out of target codeGustavo Romero
2024-03-06{linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich
2023-10-30linux-user/ppc: Add vdsoRichard Henderson
2023-05-05ppc: spapr: cleanup cr get/set with helpers.Harsh Prateek Bora
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-04-04linux-user/ppc: Narrow type of ccr in save_user_regsRichard Henderson
2022-02-09linux-user: Remove the deprecated ppc64abi32 targetThomas Huth
2021-12-19linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson
2021-10-21linux-user/ppc: Fix XER access in save/restore_user_regsMatheus Ferst
2021-10-01linux-user/ppc: Implement setup_sigtrampRichard Henderson
2021-10-01linux-user/ppc: Simplify encode_trampolineRichard Henderson
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell
2021-05-15linux-user: Pass CPUArchState to target_restore_altstackRichard Henderson
2021-05-15linux-user: Use target_restore_altstack in all sigreturnRichard Henderson
2021-05-04linux-user/ppc: Fix msr updates for signal handlingRichard Henderson
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson
2020-04-17linux-user/ppc: Fix padding in mcontext_t for ppc64Richard Henderson
2020-03-24target/ppc: don't byte swap ELFv2 signal handlerVincent Fazio
2020-03-20linux-user, ppc: add syscall table generation supportLaurent Vivier
2019-09-26target/ppc: fix signal delivery for ppc64abi32Alex Bennée
2019-01-09target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland
2018-07-22linux-user/ppc: Implement swapcontext syscallRichard Henderson
2018-06-04linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier
2018-05-03linux-user: introduce target_sigsp() and target_save_altstack()Laurent Vivier
2018-04-30linux-user: move ppc/ppc64 signal.c parts to ppc directoryLaurent Vivier
2018-04-30linux-user: create a dummy per arch signal.cLaurent Vivier