summary refs log tree commit diff stats
path: root/linux-user/sparc (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user/sparc: Create init_main_threadRichard Henderson2025-08-281-9/+7
* linux-user: Move get_elf_hwcap to sparc/elfload.cRichard Henderson2025-08-282-0/+29
* linux-user: Move get_elf_cpu_model to target/elfload.cRichard Henderson2025-08-282-8/+15
* linux-user: Create target/elfload.c filesRichard Henderson2025-08-281-0/+1
* linux-user: Add missing /proc/cpuinfo fields for sparcHelge Deller2025-01-161-1/+19
* user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h'Philippe Mathieu-Daudé2024-12-201-1/+1
* user: Forward declare target_cpu_copy_regs structurePhilippe Mathieu-Daudé2024-12-201-1/+1
* Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2024-09-271-12/+28
|\
| * linux-user: update syscall.tbl to Linux v6.10Laurent Vivier2024-09-221-12/+28
* | license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-onlyPhilippe Mathieu-Daudé2024-09-202-2/+2
|/
* linux-user: sparc: Remove unused struct 'target_mc_fq'Dr. David Alan Gilbert2024-06-301-5/+0
* linux-user: Move tswap_siginfo out of target codeGustavo Romero2024-03-131-1/+1
* target/sparc: Introduce cpu_get_fsr, cpu_put_fsrRichard Henderson2024-02-032-6/+10
* target/sparc: Remove CC_OP leftoversRichard Henderson2023-11-051-5/+0
* target/sparc: Split psr and xcc into componentsRichard Henderson2023-11-052-9/+14
* target/sparc: Introduce cpu_put_psr_iccRichard Henderson2023-11-051-1/+1
* target/sparc: Remove sparcv7 cpu featuresRichard Henderson2023-10-251-5/+1
* linux-user: Split out cpu/target_proc.hRichard Henderson2023-09-011-0/+16
* linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.hRichard Henderson2023-08-081-0/+11
* linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.hRichard Henderson2023-08-081-0/+14
* linux-user: Split TARGET_MAP_* out of syscall_defs.hRichard Henderson2023-07-151-0/+9
* linux-user/sparc: Handle tag overflow trapsRichard Henderson2023-03-102-1/+4
* linux-user/sparc: Handle floating-point exceptionsRichard Henderson2023-03-101-0/+22
* linux-user/sparc: Handle unimplemented flush trapRichard Henderson2023-03-101-0/+3
* linux-user/sparc: Handle coprocessor disabled trapRichard Henderson2023-03-101-0/+4
* linux-user/sparc: Handle privilidged action trapRichard Henderson2023-03-101-0/+6
* linux-user/sparc: Handle priviledged opcode trapRichard Henderson2023-03-101-0/+3
* linux-user/sparc: Handle getcc, setcc, getpsr trapsRichard Henderson2023-03-101-3/+59
* linux-user/sparc: Handle division by zero trapsRichard Henderson2023-03-101-0/+5
* linux-user/sparc: Handle software breakpoint trapRichard Henderson2023-03-101-3/+5
* linux-user/sparc: Fix sparc64_{get, set}_context trapsRichard Henderson2023-03-102-28/+29
* linux-user/sparc: Tidy window spill/fill trapsRichard Henderson2023-03-101-10/+13
* linux-user/sparc: Use TT_TRAP for flush windowsRichard Henderson2023-03-101-4/+3
* linux-user/sparc: Tidy syscall error returnRichard Henderson2023-03-101-10/+5
* linux-user/sparc: Tidy syscall trapRichard Henderson2023-03-101-7/+7
* linux-user/sparc: Raise SIGILL for all unhandled software trapsRichard Henderson2023-02-211-0/+8
* linux-user: Provide MADV_* definitionsIlya Leoshkevich2022-09-271-0/+1
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev2022-02-011-0/+17
* linux-user/sparc: Use force_sig_faultRichard Henderson2022-01-111-12/+2
* linux-user: Split out do_prctl and subroutinesRichard Henderson2022-01-061-0/+1
* linux-user: Remove TARGET_SIGSTKSZSong Gao2022-01-061-1/+0
* linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZSong Gao2022-01-061-1/+0
* linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson2021-12-192-5/+5
* linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson2021-12-191-1/+1
* target/sparc: Make sparc_cpu_tlb_fill sysemu onlyRichard Henderson2021-11-021-25/+0
* linux-user/sparc: Implement setup_sigtrampRichard Henderson2021-10-012-14/+30
* 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-6/+13