summaryrefslogtreecommitdiff
path: root/linux-user/riscv
AgeCommit message (Expand)Author
2026-08-07linux-user/riscv: write the floating-point registers to a core dumpMatt Turner
2026-07-06cpu: Introduce cpu_single_stepping() helperPhilippe Mathieu-Daudé
2026-06-15target/riscv: Introduce externally facing CSR access functionsAnton Johansson
2026-05-24linux-user/riscv: add coredump supportMatt Turner
2026-03-05linux-user: make syscall emulation interruptibleFlorian Hofhammer
2025-09-23linux-user: Populate sigreturn_region_{start,end} in all vdso.SRichard Henderson
2025-09-17bsd-user, linux-user: introduce qemu_process_cpu_eventsPaolo Bonzini
2025-08-30linux-user: Remove target_pt_regs from target_syscall.hRichard Henderson
2025-08-30linux-user: Standardize on ELF_MACHINE not ELF_ARCHRichard Henderson
2025-08-30linux-user: Move elf parameters to riscv/target_elf.hRichard Henderson
2025-08-28linux-user/riscv: Create init_main_threadRichard Henderson
2025-08-28linux-user: Move get_elf_hwcap to riscv/elfload.cRichard Henderson
2025-08-28linux-user: Move get_elf_cpu_model to target/elfload.cRichard Henderson
2025-08-28linux-user: Create target/elfload.c filesRichard Henderson
2025-08-28semihosting: Initialize heap once per processRichard Henderson
2025-08-28semihosting: Retrieve stack top from image_infoRichard Henderson
2024-12-20user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h'Philippe Mathieu-Daudé
2024-12-20user: Forward declare target_cpu_copy_regs structurePhilippe Mathieu-Daudé
2024-09-22linux-user,riscv: move to syscalltbl fileLaurent Vivier
2024-09-22linux-user: update syscall_nr.h to Linux v6.10Laurent Vivier
2024-03-13linux-user: Move tswap_siginfo out of target codeGustavo Romero
2024-03-06{linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich
2024-01-23linux-user/riscv: Adjust vdso signal frame cfa offsetsRichard Henderson
2023-11-07linux-user/riscv: change default cpu to 'max'Daniel Henrique Barboza
2023-10-30linux-user/riscv: Add vdsoRichard Henderson
2023-09-11linux-user/riscv: Use abi type for target_ucontextLIU Zhiwei
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-10linux-user/riscv: Add syscall riscv_hwprobeRobbin Ehn
2022-09-27linux-user: Provide MADV_* definitionsIlya Leoshkevich
2022-08-02linux-user/riscv: Align signal frame to 16 bytesRichard Henderson
2022-06-28semihosting: Return void from do_common_semihostingRichard Henderson
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: Move target_struct.h generic definitions to generic/Richard Henderson
2022-01-11linux-user/riscv: 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-20Merge tag 'pull-user-20211220' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2021-12-20riscv: Set 5.4 as minimum kernel version for riscv32Khem Raj
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/riscv: Make riscv_cpu_tlb_fill sysemu onlyRichard Henderson
2021-10-22target/riscv: Split misa.mxl and misa.extRichard Henderson
2021-10-01linux-user/riscv: 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_nr.h to Linux v5.13Laurent Vivier