summary refs log tree commit diff stats
path: root/linux-user/loongarch64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Move tswap_siginfo out of target codeGustavo Romero2024-03-131-1/+1
* linux-user/loongarch64: Remove TARGET_FORCE_SHMLBARichard Henderson2024-02-291-7/+0
* linux-user/loongarch64: Add LASX sigcontext save/restoreSong Gao2023-11-031-6/+62
* linux-user/loongarch64: Add LSX sigcontext save/restoreSong Gao2023-11-031-20/+87
* linux-user/loongarch64: Use abi_{ulong,uint} typesSong Gao2023-11-031-12/+12
* linux-user/loongarch64: setup_sigframe() set 'end' context size 0Song Gao2023-11-031-1/+1
* linux-user/loongarch64: Fix setup_extcontext alloc wrong fpu_context sizeSong Gao2023-11-031-1/+1
* linux-user/loongarch64: Use traps to track LSX/LASX usageRichard Henderson2023-11-031-0/+13
* linux-user/loongarch64: Add vdsoRichard Henderson2023-10-307-1/+242
* target/loongarch: Add LASX data supportSong Gao2023-09-201-0/+1
* linux-user: Split out cpu/target_proc.hRichard Henderson2023-09-011-0/+1
* 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/+8
* target/loongarch: Add LSX data type VRegSong Gao2023-05-061-2/+2
* linux-user: Provide MADV_* definitionsIlya Leoshkevich2022-09-271-0/+1
* target/loongarch: Update gdb_set_fpu() and gdb_get_fpu()Song Gao2022-08-051-22/+2
* linux-user: Add LoongArch cpu_loop supportSong Gao2022-07-042-0/+130
* linux-user: Add LoongArch syscall supportSong Gao2022-07-042-0/+360
* linux-user: Add LoongArch elf supportSong Gao2022-07-041-0/+12
* linux-user: Add LoongArch signal supportSong Gao2022-07-042-0/+348
* linux-user: Add LoongArch generic header filesSong Gao2022-07-047-0/+68