aboutsummaryrefslogtreecommitdiff
path: root/linux-user/ppc
AgeCommit message (Expand)AuthorFilesLines
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2-3/+3
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-03-08linux-user/ppc: deliver SIGTRAP on POWERPC_EXCP_TRAPMatheus Ferst1-1/+2
2022-02-21linux-user: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé1-0/+1
2022-02-13Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220210' into s...Peter Maydell1-16/+0
2022-02-09linux-user: Remove the deprecated ppc64abi32 targetThomas Huth2-10/+5
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater1-16/+0
2022-02-01linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev1-0/+1
2022-01-11linux-user/ppc: Use force_sig_faultRichard Henderson1-108/+28
2022-01-06linux-user: Split out do_prctl and subroutinesRichard Henderson1-0/+1
2022-01-06linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZSong Gao1-1/+0
2022-01-06linux-user: Move target_signal.h generic definitions to generic/signal.hSong Gao1-18/+0
2021-12-19linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson2-6/+6
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson1-1/+1
2021-11-02linux-user/ppc: Remove POWERPC_EXCP_ALIGN handlingRichard Henderson1-8/+0
2021-10-21linux-user/ppc: Fix XER access in save/restore_user_regsMatheus Ferst1-3/+6
2021-10-01linux-user/ppc: Implement setup_sigtrampRichard Henderson2-16/+20
2021-10-01linux-user/ppc: Simplify encode_trampolineRichard Henderson1-4/+2
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell2-0/+2
2021-09-13linux-user: Split signal-related prototypes into signal-common.hPeter Maydell1-0/+1
2021-07-13linux-user: update syscall.tbl to Linux v5.13Laurent Vivier1-21/+18
2021-07-12linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé1-0/+7
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-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 Henderson2-14/+14
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson1-2/+2
2020-11-15linux user: Fix Lesser GPL version numberChetan Pant3-3/+3
2020-11-11linux-user: Correct definition of stack_tLemonBoy1-3/+3
2020-10-26linux-user: update syscall.tbl to Linux 5.9-rc7Laurent Vivier1-10/+20
2020-09-06linux-user: fix ppc/termbits.hLaurent Vivier1-1/+1
2020-08-27linux-user: Add missing termbits types and values definitionsFilip Bozuta1-8/+13
2020-08-27linux-user: Add strace support for printing arguments of syscalls used to loc...Filip Bozuta1-2/+3
2020-08-21meson: linux-userMarc-André Lureau2-6/+5
2020-05-27target/ppc: Add support for scv and rfscv instructionsNicholas Piggin1-0/+1
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: update syscall.tbl from linux 0bf999f9c5e7Laurent Vivier1-0/+2
2020-03-20linux-user, ppc: add syscall table generation supportLaurent Vivier5-403/+560
2019-12-17target/ppc: Implement the VTB for HV accessSuraj Jitindar Singh1-0/+5
2019-11-06linux-user: Introduce cpu_clone_regs_parentRichard Henderson1-0/+4
2019-11-06linux-user: Rename cpu_clone_regs to cpu_clone_regs_childRichard Henderson1-1/+2
2019-09-26target/ppc: fix signal delivery for ppc64abi32Alex Bennée1-1/+3
2019-06-24linux-user: set default PPC64 CPULaurent Vivier1-1/+1
2019-06-12Supply missing header guardsMarkus Armbruster2-0/+11
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-10target/ppc: Use env_cpu, env_archcpuRichard Henderson1-1/+1