aboutsummaryrefslogtreecommitdiff
path: root/linux-user/sparc
AgeCommit message (Expand)Author
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-06-30linux-user: sparc: Remove unused struct 'target_mc_fq'Dr. David Alan Gilbert
2024-03-13linux-user: Move tswap_siginfo out of target codeGustavo Romero
2024-02-03target/sparc: Introduce cpu_get_fsr, cpu_put_fsrRichard Henderson
2023-11-05target/sparc: Remove CC_OP leftoversRichard Henderson
2023-11-05target/sparc: Split psr and xcc into componentsRichard Henderson
2023-11-05target/sparc: Introduce cpu_put_psr_iccRichard Henderson
2023-10-25target/sparc: Remove sparcv7 cpu featuresRichard 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-03-10linux-user/sparc: Handle tag overflow trapsRichard Henderson
2023-03-10linux-user/sparc: Handle floating-point exceptionsRichard Henderson
2023-03-10linux-user/sparc: Handle unimplemented flush trapRichard Henderson
2023-03-10linux-user/sparc: Handle coprocessor disabled trapRichard Henderson
2023-03-10linux-user/sparc: Handle privilidged action trapRichard Henderson
2023-03-10linux-user/sparc: Handle priviledged opcode trapRichard Henderson
2023-03-10linux-user/sparc: Handle getcc, setcc, getpsr trapsRichard Henderson
2023-03-10linux-user/sparc: Handle division by zero trapsRichard Henderson
2023-03-10linux-user/sparc: Handle software breakpoint trapRichard Henderson
2023-03-10linux-user/sparc: Fix sparc64_{get, set}_context trapsRichard Henderson
2023-03-10linux-user/sparc: Tidy window spill/fill trapsRichard Henderson
2023-03-10linux-user/sparc: Use TT_TRAP for flush windowsRichard Henderson
2023-03-10linux-user/sparc: Tidy syscall error returnRichard Henderson
2023-03-10linux-user/sparc: Tidy syscall trapRichard Henderson
2023-02-21linux-user/sparc: Raise SIGILL for all unhandled software trapsRichard Henderson
2022-09-27linux-user: Provide MADV_* definitionsIlya Leoshkevich
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-02-01linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev
2022-01-11linux-user/sparc: Use force_sig_faultRichard Henderson
2022-01-06linux-user: Split out do_prctl and subroutinesRichard Henderson
2022-01-06linux-user: Remove TARGET_SIGSTKSZSong Gao
2022-01-06linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZSong 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-02target/sparc: Make sparc_cpu_tlb_fill sysemu onlyRichard Henderson
2021-10-01linux-user/sparc: Implement setup_sigtrampRichard 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-07-12linux-user/sparc: Rename target_errno.h -> target_errno_defs.hPhilippe Mathieu-Daudé
2021-05-15linux-user/sparc: Implement sparc64 rt signalsRichard Henderson
2021-05-15linux-user/sparc: Implement sparc32 rt signalsRichard Henderson
2021-05-15linux-user/sparc: Add 64-bit support to fpu save/restoreRichard Henderson
2021-05-15linux-user/sparc: Minor corrections to do_sigreturnRichard Henderson
2021-05-15linux-user/sparc: Clean up setup_frameRichard Henderson