summary refs log tree commit diff stats
path: root/linux-user/riscv (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Move tswap_siginfo out of target codeGustavo Romero2024-03-131-1/+1
* {linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich2024-03-061-1/+1
* linux-user/riscv: Adjust vdso signal frame cfa offsetsRichard Henderson2024-01-233-4/+4
* linux-user/riscv: change default cpu to 'max'Daniel Henrique Barboza2023-11-071-2/+1
* linux-user/riscv: Add vdsoRichard Henderson2023-10-308-0/+300
* linux-user/riscv: Use abi type for target_ucontextLIU Zhiwei2023-09-111-2/+2
* linux-user: Split out cpu/target_proc.hRichard Henderson2023-09-011-0/+37
* linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.hRichard Henderson2023-08-081-0/+3
* linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.hRichard Henderson2023-08-081-0/+7
* linux-user/riscv: Add syscall riscv_hwprobeRobbin Ehn2023-07-102-0/+2
* linux-user: Provide MADV_* definitionsIlya Leoshkevich2022-09-271-0/+1
* linux-user/riscv: Align signal frame to 16 bytesRichard Henderson2022-08-021-3/+1
* semihosting: Return void from do_common_semihostingRichard Henderson2022-06-281-1/+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/+1
* linux-user: Move target_struct.h generic definitions to generic/Richard Henderson2022-01-111-46/+1
* linux-user/riscv: Use force_sig_faultRichard Henderson2022-01-111-26/+5
* 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-12/+0
* Merge tag 'pull-user-20211220' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2021-12-202-3/+3
|\
| * linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson2021-12-192-2/+2
| * linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson2021-12-191-1/+1
* | riscv: Set 5.4 as minimum kernel version for riscv32Khem Raj2021-12-201-1/+2
|/
* target/riscv: Make riscv_cpu_tlb_fill sysemu onlyRichard Henderson2021-11-021-7/+0
* target/riscv: Split misa.mxl and misa.extRichard Henderson2021-10-221-1/+1
* linux-user/riscv: Implement setup_sigtrampRichard Henderson2021-10-012-9/+15
* 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_nr.h to Linux v5.13Laurent Vivier2021-07-132-2/+14
* linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé2021-07-121-0/+7
* 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-5/+1
* linux-user/riscv: initialise the TaskState heap/stack infoAlex Bennée2021-03-241-0/+5
* semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé2021-03-101-1/+1
* riscv: Add semihosting support for user modeKito Cheng2021-01-181-0/+5
* linux-user: update syscall_nr.h to Linux 5.9-rc7Laurent Vivier2020-10-262-2/+14
* linux-user: Add generic 'termbits.h' for some archsFilip Bozuta2020-08-271-227/+1
* linux-user: Add strace support for printing arguments of syscalls used to loc...Filip Bozuta2020-08-271-2/+3
* linux-user/riscv: fix up struct target_ucontext definitionLIU Zhiwei2020-04-291-1/+2
* linux-user/riscv: Update the syscall_nr's to the 5.5 kernelAlistair Francis2020-03-203-292/+598
* linux-user: Introduce cpu_clone_regs_parentRichard Henderson2019-11-061-0/+4
* linux-user: Rename cpu_clone_regs to cpu_clone_regs_childRichard Henderson2019-11-061-1/+2
* linux-user/riscv: Propagate fault addressGiuseppe Musacchio2019-10-281-1/+2
* RISC-V: Update syscall list for 32-bit support.Jim Wilson2019-06-251-1/+14
* Supply missing header guardsMarkus Armbruster2019-06-123-0/+15
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* target/riscv: Use env_cpu, env_archcpuRichard Henderson2019-06-101-1/+1
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-1/+1
* linux-user/riscv: Add the CPU type as a commentAlistair Francis2019-05-241-0/+1