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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux-user/microblaze: Create init_main_thread
Richard Henderson
2025-08-28
2
-41
/
+6
*
linux-user/mips: Create init_main_thread
Richard Henderson
2025-08-28
2
-17
/
+7
*
linux-user/loongarch64: Create init_main_thread
Richard Henderson
2025-08-28
2
-15
/
+5
*
linux-user/ppc: Create init_main_thread
Richard Henderson
2025-08-28
2
-24
/
+19
*
linux-user/sparc: Create init_main_thread
Richard Henderson
2025-08-28
2
-19
/
+9
*
linux-user/aarch64: Create init_main_thread
Richard Henderson
2025-08-28
2
-17
/
+7
*
linux-user/arm: Remove a.out startup remenents
Richard Henderson
2025-08-28
1
-4
/
+0
*
linux-user/arm: Create init_main_thread
Richard Henderson
2025-08-28
2
-50
/
+44
*
linux-user/i386: Create init_main_thread
Richard Henderson
2025-08-28
3
-49
/
+29
*
linux-user: Create do_init_main_thread
Richard Henderson
2025-08-28
4
-16
/
+12
*
linux-user: Move target_cpu_copy_regs decl to qemu.h
Richard Henderson
2025-08-28
1
-0
/
+3
*
linux-user: Move get_elf_base_platform to mips/elfload.c
Richard Henderson
2025-08-28
5
-36
/
+37
*
linux-user: Remove ELF_PLATFORM
Richard Henderson
2025-08-28
1
-14
/
+4
*
linux-user/hppa: Create get_elf_platform
Richard Henderson
2025-08-28
3
-1
/
+8
*
linux-user/loongarch64: Create get_elf_platform
Richard Henderson
2025-08-28
3
-1
/
+7
*
linux-user: Move get_elf_platform to arm/elfload.c
Richard Henderson
2025-08-28
6
-38
/
+38
*
linux-user/i386: Return const data from get_elf_platform
Richard Henderson
2025-08-28
1
-8
/
+4
*
linux-user: Move get_elf_platform to {i386,x86_64}/elfload.c
Richard Henderson
2025-08-28
6
-16
/
+25
*
linux-user: Remove ELF_HWCAP2
Richard Henderson
2025-08-28
1
-13
/
+10
*
linux-user: Remove ELF_HWCAP
Richard Henderson
2025-08-28
1
-23
/
+12
*
linux-user: Move get_elf_hwcap to riscv/elfload.c
Richard Henderson
2025-08-28
4
-18
/
+15
*
linux-user: Move hwcap functions to s390x/elfload.c
Richard Henderson
2025-08-28
5
-64
/
+62
*
linux-user: Move get_elf_hwcap to sh4/elfload.c
Richard Henderson
2025-08-28
4
-29
/
+32
*
linux-user: Move get_elf_hwcap to mips/elfload.c
Richard Henderson
2025-08-28
5
-52
/
+56
*
linux-user: Move get_elf_hwcap to loongarch64/elfload.c
Richard Henderson
2025-08-28
4
-49
/
+52
*
linux-user: Move hwcap functions to ppc/elfload.c
Richard Henderson
2025-08-28
4
-115
/
+122
*
linux-user: Move get_elf_hwcap to sparc/elfload.c
Richard Henderson
2025-08-28
4
-30
/
+32
*
linux-user: Move hwcap functions to {arm,aarch64}/elfload.c
Richard Henderson
2025-08-28
7
-509
/
+510
*
linux-user: Move get_elf_hwcap to {i386,x86_64}/elfload.c
Richard Henderson
2025-08-28
6
-8
/
+18
*
linux-user: Move get_elf_cpu_model to target/elfload.c
Richard Henderson
2025-08-28
39
-145
/
+272
*
linux-user: Move ppc uabi/asm/elf.h workaround to osdep.h
Richard Henderson
2025-08-28
1
-10
/
+0
*
linux-user: Create target/elfload.c files
Richard Henderson
2025-08-28
19
-0
/
+19
*
semihosting: Initialize heap once per process
Richard Henderson
2025-08-28
5
-38
/
+11
*
semihosting: Retrieve stack top from image_info
Richard Henderson
2025-08-28
5
-5
/
+0
*
linux-user/strace.list: add riscv_hwprobe entry
Daniel Henrique Barboza
2025-07-30
1
-0
/
+3
*
linux-user/aarch64: Support ZT_MAGIC signal frame record
Peter Maydell
2025-07-25
1
-1
/
+92
*
linux-user/aarch64: Support TPIDR2_MAGIC signal frame record
Peter Maydell
2025-07-25
1
-2
/
+40
*
linux-user/aarch64: Clear TPIDR2_EL0 when delivering signals
Peter Maydell
2025-07-25
1
-1
/
+5
*
Merge tag 'accel-20250715' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
2025-07-16
1
-0
/
+1
|
\
|
*
accel: Extract AccelClass definition to 'accel/accel-ops.h'
Philippe Mathieu-Daudé
2025-07-15
1
-0
/
+1
*
|
plugins: fix inclusion of user-mode APIs
Alex Bennée
2025-07-14
2
-1
/
+5
|
/
*
linux-user: Use qemu_set_cloexec() to mark pidfd as FD_CLOEXEC
Peter Maydell
2025-07-11
1
-3
/
+2
*
linux-user: Hold the fd-trans lock across fork
Geoffrey Thomas
2025-07-10
2
-0
/
+12
*
linux-user/mips/o32: Drop sa_restorer functionality
Thomas Weißschuh
2025-07-10
2
-5
/
+0
*
linux-user/gen-vdso: Don't read off the end of buf[]
Peter Maydell
2025-07-10
1
-0
/
+5
*
linux-user/gen-vdso: Handle fseek() failure
Peter Maydell
2025-07-10
1
-2
/
+9
*
linux-user: Check for EFAULT failure in nanosleep
Peter Maydell
2025-07-10
1
-2
/
+6
*
linux-user: Implement fchmodat2 syscall
Peter Maydell
2025-07-10
1
-0
/
+13
*
Merge tag 'pull-target-arm-20250704' of https://gitlab.com/pm215/qemu into st...
Stefan Hajnoczi
2025-07-07
2
-2
/
+10
|
\
|
*
linux-user/aarch64: Set hwcap bits for SME2p1/SVE2p1
Richard Henderson
2025-07-04
1
-0
/
+8
[next]