index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linux-user
/
mips
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux-user/mips: Create init_main_thread
Richard Henderson
2025-08-28
1
-10
/
+6
*
linux-user: Move get_elf_base_platform to mips/elfload.c
Richard Henderson
2025-08-28
2
-0
/
+31
*
linux-user: Move get_elf_hwcap to mips/elfload.c
Richard Henderson
2025-08-28
2
-0
/
+52
*
linux-user: Move get_elf_cpu_model to target/elfload.c
Richard Henderson
2025-08-28
2
-10
/
+44
*
linux-user: Create target/elfload.c files
Richard Henderson
2025-08-28
1
-0
/
+1
*
linux-user/mips/o32: Drop sa_restorer functionality
Thomas Weißschuh
2025-07-10
1
-1
/
+0
*
user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h'
Philippe Mathieu-Daudé
2024-12-20
1
-1
/
+1
*
user: Forward declare target_cpu_copy_regs structure
Philippe Mathieu-Daudé
2024-12-20
1
-1
/
+1
*
Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
2024-09-27
2
-10
/
+46
|
\
|
*
linux-user: update syscall.tbl to Linux v6.10
Laurent Vivier
2024-09-22
1
-10
/
+26
|
*
linux-user, mips: update syscall-args-o32.c.inc to Linux v6.10
Laurent Vivier
2024-09-22
1
-0
/
+20
*
|
license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only
Philippe Mathieu-Daudé
2024-09-20
2
-2
/
+2
|
/
*
linux-user/mips: Do not try to use removed R5900 CPU
Philippe Mathieu-Daudé
2024-08-20
1
-3
/
+0
*
linux-user: Move tswap_siginfo out of target code
Gustavo Romero
2024-03-13
1
-2
/
+2
*
{linux,bsd}-user: Introduce get_task_state()
Ilya Leoshkevich
2024-03-06
1
-1
/
+1
*
linux-user/mips: fix abort on integer overflow
Mikulas Patocka
2023-10-18
1
-1
/
+3
*
linux-user: Split out cpu/target_proc.h
Richard Henderson
2023-09-01
1
-0
/
+1
*
linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.h
Richard Henderson
2023-08-08
1
-0
/
+3
*
linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.h
Richard Henderson
2023-08-08
1
-0
/
+7
*
linux-user: Split TARGET_PROT_* out of syscall_defs.h
Richard Henderson
2023-07-15
1
-0
/
+2
*
linux-user: Split TARGET_MAP_* out of syscall_defs.h
Richard Henderson
2023-07-15
1
-0
/
+16
*
linux-user: Fix mips fp64 executables loading
Daniil Kovalev
2023-05-17
1
-1
/
+4
*
linux-user/mips: Use P5600 as default CPU to run NaN2008 ELF binaries
Philippe Mathieu-Daudé
2023-03-30
1
-0
/
+3
*
linux-user: Provide MADV_* definitions
Ilya Leoshkevich
2022-09-27
1
-0
/
+1
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.h
Serge Belyshev
2022-02-01
1
-0
/
+24
*
target/mips: Extract trap code into env->error_code
Richard Henderson
2022-01-11
1
-40
/
+1
*
target/mips: Extract break code into env->error_code
Richard Henderson
2022-01-11
1
-64
/
+9
*
linux-user/mips: Use force_sig_fault
Richard Henderson
2022-01-11
1
-25
/
+13
*
linux-user/mips: Improve do_break
Richard Henderson
2022-01-11
1
-20
/
+26
*
linux-user: Split out do_prctl and subroutines
Richard Henderson
2022-01-06
2
-6
/
+88
*
linux-user: Remove TARGET_SIGSTKSZ
Song Gao
2022-01-06
1
-1
/
+0
*
linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZ
Song Gao
2022-01-06
1
-1
/
+0
*
linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURN
Richard Henderson
2021-12-19
2
-5
/
+5
*
linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYS
Richard Henderson
2021-12-19
1
-1
/
+1
*
target/mips: Make mips_cpu_tlb_fill sysemu only
Richard Henderson
2021-11-02
1
-11
/
+0
*
linux-user/mips: Implement setup_sigtramp
Richard Henderson
2021-10-01
2
-10
/
+25
*
linux-user/mips: Tidy install_sigtramp
Richard Henderson
2021-10-01
1
-4
/
+1
*
linux-user: Split linux-user internals out of qemu.h
Peter Maydell
2021-09-13
2
-0
/
+2
*
linux-user: Split signal-related prototypes into signal-common.h
Peter Maydell
2021-09-13
1
-0
/
+1
*
linux-user: update syscall.tbl to Linux v5.13
Laurent Vivier
2021-07-13
1
-6
/
+13
*
linux-user, mips: update syscall-args-o32.c.inc to Linux v5.13
Laurent Vivier
2021-07-13
1
-1
/
+4
*
linux-user/mips: Move errno definitions to 'target_errno_defs.h'
Philippe Mathieu-Daudé
2021-07-12
2
-211
/
+215
*
linux-user: Extract target errno to 'target_errno_defs.h'
Philippe Mathieu-Daudé
2021-07-12
1
-0
/
+6
*
linux-user/mips: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN
Philippe Mathieu-Daudé
2021-07-07
1
-0
/
+2
*
linux-user: Pass CPUArchState to target_restore_altstack
Richard Henderson
2021-05-15
1
-1
/
+1
*
linux-user: Use target_restore_altstack in all sigreturn
Richard Henderson
2021-05-15
1
-5
/
+1
*
linux-user: target: signal: Support TARGET_SS_AUTODISARM
Chen Gang
2021-02-13
1
-0
/
+6
*
linux-user: add TARGET_SO_{DOMAIN,PROTOCOL}
Jason A. Donenfeld
2021-02-13
1
-0
/
+2
*
target/mips: Extract FPU helpers to 'fpu_helper.h'
Philippe Mathieu-Daudé
2021-01-14
1
-0
/
+1
[next]