summary refs log tree commit diff stats
path: root/linux-user/ppc (follow)
Commit message (Expand)AuthorAgeFilesLines
* exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'Philippe Mathieu-Daudé2024-04-261-0/+1
* linux-user: Move tswap_siginfo out of target codeGustavo Romero2024-03-131-2/+2
* {linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich2024-03-061-2/+2
* linux-user: spelling fixes: othe, necesaryMichael Tokarev2023-11-151-1/+1
* linux-user/ppc: Add vdsoRichard Henderson2023-10-3010-8/+452
* linux-user: Split out cpu/target_proc.hRichard Henderson2023-09-011-0/+1
* linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.hRichard Henderson2023-08-081-0/+7
* linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.hRichard Henderson2023-08-081-0/+13
* linux-user: Split TARGET_MAP_* out of syscall_defs.hRichard Henderson2023-07-151-0/+8
* ppc: spapr: cleanup cr get/set with helpers.Harsh Prateek Bora2023-05-051-7/+2
* linux-user: Provide MADV_* definitionsIlya Leoshkevich2022-09-271-0/+1
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-062-3/+3
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-2/+1
* linux-user/ppc: Narrow type of ccr in save_user_regsRichard Henderson2022-04-041-1/+1
* linux-user/ppc: deliver SIGTRAP on POWERPC_EXCP_TRAPMatheus Ferst2022-03-081-1/+2
* linux-user: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé2022-02-211-0/+1
* Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220210' into s...Peter Maydell2022-02-131-16/+0
|\
| * target/ppc: Remove PowerPC 601 CPUsCédric Le Goater2022-02-091-16/+0
* | linux-user: Remove the deprecated ppc64abi32 targetThomas Huth2022-02-092-10/+5
|/
* linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev2022-02-011-0/+1
* linux-user/ppc: Use force_sig_faultRichard Henderson2022-01-111-108/+28
* linux-user: Split out do_prctl and subroutinesRichard Henderson2022-01-061-0/+1
* linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZSong Gao2022-01-061-1/+0
* linux-user: Move target_signal.h generic definitions to generic/signal.hSong Gao2022-01-061-18/+0
* linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson2021-12-192-6/+6
* linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson2021-12-191-1/+1
* linux-user/ppc: Remove POWERPC_EXCP_ALIGN handlingRichard Henderson2021-11-021-8/+0
* linux-user/ppc: Fix XER access in save/restore_user_regsMatheus Ferst2021-10-211-3/+6
* linux-user/ppc: Implement setup_sigtrampRichard Henderson2021-10-012-16/+20
* linux-user/ppc: Simplify encode_trampolineRichard Henderson2021-10-011-4/+2
* linux-user: Split linux-user internals out of qemu.hPeter Maydell2021-09-132-0/+2
* linux-user: Split signal-related prototypes into signal-common.hPeter Maydell2021-09-131-0/+1
* linux-user: update syscall.tbl to Linux v5.13Laurent Vivier2021-07-131-21/+18
* linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé2021-07-121-0/+7
* target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURNRichard Henderson2021-05-191-3/+0
* target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATERichard Henderson2021-05-191-3/+0
* linux-user: Pass CPUArchState to target_restore_altstackRichard Henderson2021-05-151-1/+1
* linux-user: Use target_restore_altstack in all sigreturnRichard Henderson2021-05-151-3/+1
* linux-user/ppc: Fix msr updates for signal handlingRichard Henderson2021-05-042-14/+14
* exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson2021-02-161-2/+2
* linux user: Fix Lesser GPL version numberChetan Pant2020-11-153-3/+3
* linux-user: Correct definition of stack_tLemonBoy2020-11-111-3/+3
* linux-user: update syscall.tbl to Linux 5.9-rc7Laurent Vivier2020-10-261-10/+20
* linux-user: fix ppc/termbits.hLaurent Vivier2020-09-061-1/+1
* linux-user: Add missing termbits types and values definitionsFilip Bozuta2020-08-271-8/+13
* linux-user: Add strace support for printing arguments of syscalls used to loc...Filip Bozuta2020-08-271-2/+3
* meson: linux-userMarc-André Lureau2020-08-212-6/+5
* target/ppc: Add support for scv and rfscv instructionsNicholas Piggin2020-05-271-0/+1
* linux-user/ppc: Fix padding in mcontext_t for ppc64Richard Henderson2020-04-171-40/+29