index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
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: Handle short reads in mmap_h_gt_g
Richard Henderson
2024-08-21
1
-6
/
+38
*
linux-user/mips: Select Loongson CPU for Loongson binaries
Philippe Mathieu-Daudé
2024-08-20
1
-0
/
+6
*
linux-user/mips: Select MIPS64R2-generic for Rel2 binaries
Philippe Mathieu-Daudé
2024-08-20
1
-1
/
+6
*
linux-user/mips: Select Octeon68XX CPU for Octeon binaries
Philippe Mathieu-Daudé
2024-08-20
1
-0
/
+8
*
linux-user/mips: Do not try to use removed R5900 CPU
Philippe Mathieu-Daudé
2024-08-20
2
-6
/
+0
*
linux-user: Preserve NULL hit in target_mmap subroutines
Richard Henderson
2024-08-15
1
-3
/
+15
*
linux-user/elfload: Fix pr_pid values in core files
Ilya Leoshkevich
2024-08-05
1
-5
/
+3
*
linux-user: open_self_stat: Implement num_threads
Fabio D'Urso
2024-07-30
1
-0
/
+10
*
linux-user/main: Check errno when getting AT_EXECFD
Vivian Wang
2024-07-30
1
-1
/
+2
*
target/arm: Factor out code for setting MTE TCF0 field
Gustavo Romero
2024-07-05
5
-29
/
+71
*
linux-user/main: Suppress out-of-range comparison warning for clang
Richard Henderson
2024-07-05
1
-0
/
+1
*
linux-user: sparc: Remove unused struct 'target_mc_fq'
Dr. David Alan Gilbert
2024-06-30
1
-5
/
+0
*
linux-user: cris: Remove unused struct 'rt_signal_frame'
Dr. David Alan Gilbert
2024-06-30
1
-8
/
+0
*
linux-user: Make TARGET_NR_setgroups affect only the current thread
Ilya Leoshkevich
2024-06-19
1
-2
/
+8
*
Merge tag 'bsd-user-misc-2024q2-pull-request' of gitlab.com:bsdimp/qemu into staging
Richard Henderson
2024-06-09
1
-4
/
+4
|
\
|
*
linux-user: Adjust comment to reflect the code.
Warner Losh
2024-06-09
1
-4
/
+4
*
|
Hexagon: add PC alignment check and exception
Matheus Tavares Bernardino
2024-06-08
1
-0
/
+4
|
/
*
target/sparc: Implement IMA extension
Richard Henderson
2024-06-05
1
-0
/
+1
*
target/sparc: Enable VIS3 feature bit
Richard Henderson
2024-06-05
1
-0
/
+1
*
target/sparc: Implement FMAf extension
Richard Henderson
2024-06-05
1
-0
/
+1
*
linux-user: Add ioctl for BLKBSZSET
Michael Vogt
2024-06-05
1
-0
/
+1
*
target/i386: Pass host pointer and size to cpu_x86_{xsave,xrstor}
Richard Henderson
2024-05-26
1
-8
/
+12
*
target/i386: Pass host pointer and size to cpu_x86_{fxsave,fxrstor}
Richard Henderson
2024-05-26
1
-8
/
+5
*
target/i386: Pass host pointer and size to cpu_x86_{fsave,frstor}
Richard Henderson
2024-05-26
1
-2
/
+2
*
target/i386: Convert do_xsave to X86Access
Richard Henderson
2024-05-26
1
-1
/
+1
*
linux-user/i386: Honor xfeatures in xrstor_sigcontext
Richard Henderson
2024-05-26
1
-1
/
+18
*
linux-user/i386: Fix allocation and alignment of fp state
Richard Henderson
2024-05-26
1
-214
/
+342
*
linux-user/i386: Return boolean success from xrstor_sigcontext
Richard Henderson
2024-05-26
1
-8
/
+8
*
linux-user/i386: Return boolean success from restore_sigcontext
Richard Henderson
2024-05-26
1
-24
/
+23
*
linux-user/i386: Fix -mregparm=3 for signal delivery
Richard Henderson
2024-05-26
1
-13
/
+11
*
linux-user/i386: Split out struct target_fregs_state
Richard Henderson
2024-05-26
1
-18
/
+25
*
linux-user/i386: Replace target_fpstate_fxsave with X86LegacyXSaveArea
Richard Henderson
2024-05-26
1
-45
/
+26
*
linux-user/i386: Remove xfeatures from target_fpstate_fxsave
Richard Henderson
2024-05-26
1
-2
/
+1
*
linux-user/i386: Drop xfeatures_size from sigcontext arithmetic
Richard Henderson
2024-05-26
1
-4
/
+3
*
target/i386: Add rbfm argument to cpu_x86_{xsave,xrstor}
Richard Henderson
2024-05-26
1
-2
/
+2
*
linux-user/hppa: Force all code addresses to PRIV_USER
Richard Henderson
2024-05-15
4
-13
/
+15
*
Merge tag 'qemu-sparc-20240506' of https://github.com/mcayland/qemu into staging
Richard Henderson
2024-05-06
1
-14
/
+34
|
\
|
*
linux-user/sparc: Add more hwcap bits for sparc64
Richard Henderson
2024-05-05
1
-14
/
+34
*
|
user: Use get_task_state() helper
Philippe Mathieu-Daudé
2024-05-06
1
-2
/
+2
*
|
user: Declare get_task_state() once in 'accel/tcg/vcpu-state.h'
Philippe Mathieu-Daudé
2024-05-06
1
-5
/
+1
*
|
user: Forward declare TaskState type definition
Philippe Mathieu-Daudé
2024-05-06
1
-2
/
+2
*
|
accel/tcg: Access tcg_cflags with getter / setter
Philippe Mathieu-Daudé
2024-05-06
2
-6
/
+6
*
|
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
2024-05-06
5
-0
/
+5
*
|
exec/cpu: Rename PAGE_BITS macro to PAGE_RWX
BALATON Zoltan
2024-05-06
2
-2
/
+2
|
/
*
user: Move 'thunk.h' from 'exec/user' to 'user'
Philippe Mathieu-Daudé
2024-05-03
2
-2
/
+2
*
user: Move 'abitypes.h' from 'exec/user' to 'user'
Philippe Mathieu-Daudé
2024-05-03
1
-1
/
+1
*
exec: Restrict inclusion of 'user/guest-base.h'
Philippe Mathieu-Daudé
2024-04-26
2
-0
/
+2
*
exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'
Philippe Mathieu-Daudé
2024-04-26
3
-0
/
+3
*
Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into staging
Richard Henderson
2024-04-25
1
-1
/
+1
|
\
|
*
hw/elf_ops: Rename elf_ops.h -> elf_ops.h.inc
Philippe Mathieu-Daudé
2024-04-25
1
-1
/
+1
[next]