aboutsummaryrefslogtreecommitdiff
path: root/linux-user/riscv
AgeCommit message (Expand)AuthorFilesLines
2022-08-02linux-user/riscv: Align signal frame to 16 bytesRichard Henderson1-3/+1
2022-06-28semihosting: Return void from do_common_semihostingRichard Henderson1-1/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-02-01linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev1-0/+1
2022-01-11linux-user: Move target_struct.h generic definitions to generic/Richard Henderson1-46/+1
2022-01-11linux-user/riscv: Use force_sig_faultRichard Henderson1-26/+5
2022-01-06linux-user: Split out do_prctl and subroutinesRichard Henderson1-0/+1
2022-01-06linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZSong Gao1-1/+0
2022-01-06linux-user: Move target_signal.h generic definitions to generic/signal.hSong Gao1-12/+0
2021-12-20Merge tag 'pull-user-20211220' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2-3/+3
2021-12-20riscv: Set 5.4 as minimum kernel version for riscv32Khem Raj1-1/+2
2021-12-19linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson2-2/+2
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson1-1/+1
2021-11-02target/riscv: Make riscv_cpu_tlb_fill sysemu onlyRichard Henderson1-7/+0
2021-10-22target/riscv: Split misa.mxl and misa.extRichard Henderson1-1/+1
2021-10-01linux-user/riscv: Implement setup_sigtrampRichard Henderson2-9/+15
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell2-0/+2
2021-09-13linux-user: Split signal-related prototypes into signal-common.hPeter Maydell1-0/+1
2021-07-13linux-user: update syscall_nr.h to Linux v5.13Laurent Vivier2-2/+14
2021-07-12linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé1-0/+7
2021-05-15linux-user: Pass CPUArchState to target_restore_altstackRichard Henderson1-1/+1
2021-05-15linux-user: Use target_restore_altstack in all sigreturnRichard Henderson1-5/+1
2021-03-24linux-user/riscv: initialise the TaskState heap/stack infoAlex Bennée1-0/+5
2021-03-10semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé1-1/+1
2021-01-18riscv: Add semihosting support for user modeKito Cheng1-0/+5
2020-10-26linux-user: update syscall_nr.h to Linux 5.9-rc7Laurent Vivier2-2/+14
2020-08-27linux-user: Add generic 'termbits.h' for some archsFilip Bozuta1-227/+1
2020-08-27linux-user: Add strace support for printing arguments of syscalls used to loc...Filip Bozuta1-2/+3
2020-04-29linux-user/riscv: fix up struct target_ucontext definitionLIU Zhiwei1-1/+2
2020-03-20linux-user/riscv: Update the syscall_nr's to the 5.5 kernelAlistair Francis3-292/+598
2019-11-06linux-user: Introduce cpu_clone_regs_parentRichard Henderson1-0/+4
2019-11-06linux-user: Rename cpu_clone_regs to cpu_clone_regs_childRichard Henderson1-1/+2
2019-10-28linux-user/riscv: Propagate fault addressGiuseppe Musacchio1-1/+2
2019-06-25RISC-V: Update syscall list for 32-bit support.Jim Wilson1-1/+14
2019-06-12Supply missing header guardsMarkus Armbruster3-0/+15
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-10target/riscv: Use env_cpu, env_archcpuRichard Henderson1-1/+1
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-1/+1
2019-05-24linux-user/riscv: Add the CPU type as a commentAlistair Francis1-0/+1
2019-05-13linux-user/nios2 linux-user/riscv: Clean up header guardsMarkus Armbruster3-7/+7
2019-03-19RISC-V: linux-user support for RVE ABIKito Cheng1-1/+14
2019-02-11RISC-V: Use riscv prefix consistently on cpu helpersMichael Clark1-2/+2
2018-11-12linux-user: Don't call gdb_handlesig() before queue_signal()Peter Maydell1-1/+1
2018-06-04linux-user: move generic signal definitions to generic/signal.hLaurent Vivier1-0/+2
2018-06-04linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier3-7/+4
2018-06-04linux-user: move generic fcntl definitions to generic/fcntl.hLaurent Vivier1-0/+11
2018-05-25linux-user: move socket.h generic definitions to generic/sockbits.hLaurent Vivier1-0/+1
2018-05-03linux-user: introduce target_sigsp() and target_save_altstack()Laurent Vivier1-19/+9
2018-04-30linux-user: move riscv cpu loop to riscv directoryLaurent Vivier1-0/+92
2018-04-30linux-user: create a dummy per arch cpu_loop.cLaurent Vivier1-0/+26