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
/
arm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-10
/
+43
*
linux-user: Move get_elf_platform to arm/elfload.c
Richard Henderson
2025-08-28
2
-0
/
+30
*
linux-user: Move hwcap functions to {arm,aarch64}/elfload.c
Richard Henderson
2025-08-28
3
-2
/
+166
*
linux-user: Move get_elf_cpu_model to target/elfload.c
Richard Henderson
2025-08-28
2
-4
/
+11
*
linux-user: Create target/elfload.c files
Richard Henderson
2025-08-28
1
-0
/
+1
*
semihosting: Initialize heap once per process
Richard Henderson
2025-08-28
1
-14
/
+11
*
semihosting: Retrieve stack top from image_info
Richard Henderson
2025-08-28
1
-1
/
+0
*
linux-user/arm: Fix return value of SYS_cacheflush
J. Neuschäfer
2025-06-16
1
-0
/
+1
*
include/exec: Split out mmap-lock.h
Richard Henderson
2025-04-23
1
-0
/
+1
*
linux-user/arm: Remove unused get_put_user macros
Peter Maydell
2025-03-14
1
-39
/
+4
*
linux-user: Move TARGET_SA_RESTORER out of generic/signal.h
Andreas Schwab
2025-02-18
1
-0
/
+2
*
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
*
accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (4/4)
Philippe Mathieu-Daudé
2024-12-20
1
-0
/
+1
*
target/arm: Set default NaN pattern explicitly
Peter Maydell
2024-12-11
1
-0
/
+5
*
linux-user/arm: Select vdso for be8 and be32 modes
Richard Henderson
2024-11-16
4
-6
/
+16
*
linux-user/arm: Reduce vdso alignment to 4k
Richard Henderson
2024-11-16
3
-1
/
+1
*
target/arm: Explicitly set 2-NaN propagation rule
Peter Maydell
2024-11-05
1
-0
/
+18
*
Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
2024-09-27
1
-4
/
+21
|
\
|
*
linux-user: update syscall.tbl to Linux v6.11
Laurent Vivier
2024-09-22
1
-0
/
+1
|
*
linux-user: update syscall.tbl to Linux v6.10
Laurent Vivier
2024-09-22
1
-4
/
+20
*
|
license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only
Philippe Mathieu-Daudé
2024-09-20
1
-1
/
+1
|
/
*
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
2024-05-06
1
-0
/
+1
*
linux-user: Move tswap_siginfo out of target code
Gustavo Romero
2024-03-13
1
-1
/
+1
*
{linux,bsd}-user: Introduce get_task_state()
Ilya Leoshkevich
2024-03-06
2
-3
/
+3
*
Merge tag 'pull-lu-20231030' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
2023-10-31
8
-17
/
+305
|
\
|
*
linux-user/arm: Add vdso
Richard Henderson
2023-10-30
8
-17
/
+305
*
|
target/arm: Move feature test functions to their own header
Peter Maydell
2023-10-27
1
-0
/
+1
|
/
*
linux-user: Emulate /proc/cpuinfo on aarch64 and arm
Helge Deller
2023-09-01
1
-1
/
+101
*
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
/
+8
*
linux-user/armeb: Fix __kernel_cmpxchg() for armeb
Helge Deller
2023-07-31
1
-2
/
+7
*
include/exec: Change reserved_va semantics to last byte
Richard Henderson
2023-03-28
1
-1
/
+1
*
target/arm: Convert CPUARMState::eabi to boolean
Philippe Mathieu-Daudé
2023-02-16
1
-2
/
+2
*
linux-user: move target_flat.h to target subdirs
Mike Frysinger
2023-02-03
1
-0
/
+1
*
linux-user: Provide MADV_* definitions
Ilya Leoshkevich
2022-09-27
1
-0
/
+1
*
linux-user/arm: Mark the commpage executable
Richard Henderson
2022-09-06
1
-2
/
+2
*
semihosting: Return void from do_common_semihosting
Richard Henderson
2022-06-28
1
-1
/
+1
*
target/arm: Change CPUArchState.thumb to bool
Richard Henderson
2022-04-22
1
-1
/
+1
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
2
-2
/
+2
*
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
2
-4
/
+4
*
linux-user/arm: Implement __kernel_cmpxchg64 with host atomics
Richard Henderson
2022-03-23
1
-39
/
+36
*
linux-user/arm: Implement __kernel_cmpxchg with host atomics
Richard Henderson
2022-03-23
1
-25
/
+62
*
linux-user/arm: Implement __kernel_memory_barrier
Richard Henderson
2022-03-23
1
-1
/
+1
*
linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.h
Serge Belyshev
2022-02-01
1
-0
/
+1
*
linux-user: Fix comment typo in arm cpu_loop code
Peter Maydell
2022-01-18
1
-2
/
+2
*
linux-user: Move target_struct.h generic definitions to generic/
Richard Henderson
2022-01-11
1
-51
/
+1
[next]