summary refs log tree commit diff stats
path: root/linux-user/loongarch64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user/loongarch64: Create init_main_threadRichard Henderson2025-08-281-7/+4
* linux-user/loongarch64: Create get_elf_platformRichard Henderson2025-08-282-0/+6
* linux-user: Move get_elf_hwcap to loongarch64/elfload.cRichard Henderson2025-08-282-0/+49
* linux-user: Move get_elf_cpu_model to target/elfload.cRichard Henderson2025-08-282-4/+11
* linux-user: Create target/elfload.c filesRichard Henderson2025-08-281-0/+1
* linux-user/loongarch64: Decode BRK break codes for FPE signalsWANG Rui2025-04-241-1/+24
* 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
* linux-user/loongarch64: Reduce vdso alignment to 4kRichard Henderson2024-11-162-1/+2
* linux-user,loongarch: move to syscalltbl fileLaurent Vivier2024-09-224-324/+440
* linux-user: update syscall_nr.h to Linux v6.10Laurent Vivier2024-09-221-1/+13
* 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