aboutsummaryrefslogtreecommitdiff
path: root/linux-user/ppc
AgeCommit message (Expand)Author
6 dayslinux-user/ppc: Reduce vdso alignment to 4kRichard Henderson
2024-10-22linux-user/ppc: Fix sigmask endianness issue in sigreturnIlya Leoshkevich
2024-09-27Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2024-09-22linux-user: update syscall.tbl to Linux v6.10Laurent Vivier
2024-09-20license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-onlyPhilippe Mathieu-Daudé
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-11-15linux-user: spelling fixes: othe, necesaryMichael Tokarev
2023-10-30linux-user/ppc: Add vdsoRichard Henderson
2023-09-01linux-user: Split out cpu/target_proc.hRichard Henderson
2023-08-08linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.hRichard Henderson
2023-08-08linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.hRichard Henderson
2023-07-15linux-user: Split TARGET_MAP_* out of syscall_defs.hRichard Henderson
2023-05-05ppc: spapr: cleanup cr get/set with helpers.Harsh Prateek Bora
2022-09-27linux-user: Provide MADV_* definitionsIlya Leoshkevich
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
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-03-08linux-user/ppc: deliver SIGTRAP on POWERPC_EXCP_TRAPMatheus Ferst
2022-02-21linux-user: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé
2022-02-13Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220210' into s...Peter Maydell
2022-02-09linux-user: Remove the deprecated ppc64abi32 targetThomas Huth
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater
2022-02-01linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev
2022-01-11linux-user/ppc: Use force_sig_faultRichard Henderson
2022-01-06linux-user: Split out do_prctl and subroutinesRichard Henderson
2022-01-06linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZSong Gao
2022-01-06linux-user: Move target_signal.h generic definitions to generic/signal.hSong Gao
2021-12-19linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson
2021-11-02linux-user/ppc: Remove POWERPC_EXCP_ALIGN handlingRichard 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-09-13linux-user: Split signal-related prototypes into signal-common.hPeter Maydell
2021-07-13linux-user: update syscall.tbl to Linux v5.13Laurent Vivier
2021-07-12linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé
2021-05-19target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURNRichard Henderson
2021-05-19target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATERichard Henderson
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-11-15linux user: Fix Lesser GPL version numberChetan Pant
2020-11-11linux-user: Correct definition of stack_tLemonBoy
2020-10-26linux-user: update syscall.tbl to Linux 5.9-rc7Laurent Vivier
2020-09-06linux-user: fix ppc/termbits.hLaurent Vivier