index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-05
target/arm: Factor out code for setting MTE TCF0 field
Gustavo Romero
5
-29
/
+71
2024-07-05
linux-user/main: Suppress out-of-range comparison warning for clang
Richard Henderson
1
-0
/
+1
2024-06-30
linux-user: sparc: Remove unused struct 'target_mc_fq'
Dr. David Alan Gilbert
1
-5
/
+0
2024-06-30
linux-user: cris: Remove unused struct 'rt_signal_frame'
Dr. David Alan Gilbert
1
-8
/
+0
2024-06-19
linux-user: Make TARGET_NR_setgroups affect only the current thread
Ilya Leoshkevich
1
-2
/
+8
2024-06-09
Merge tag 'bsd-user-misc-2024q2-pull-request' of gitlab.com:bsdimp/qemu into ...
Richard Henderson
1
-4
/
+4
2024-06-09
linux-user: Adjust comment to reflect the code.
Warner Losh
1
-4
/
+4
2024-06-08
Hexagon: add PC alignment check and exception
Matheus Tavares Bernardino
1
-0
/
+4
2024-06-05
target/sparc: Implement IMA extension
Richard Henderson
1
-0
/
+1
2024-06-05
target/sparc: Enable VIS3 feature bit
Richard Henderson
1
-0
/
+1
2024-06-05
target/sparc: Implement FMAf extension
Richard Henderson
1
-0
/
+1
2024-06-05
linux-user: Add ioctl for BLKBSZSET
Michael Vogt
1
-0
/
+1
2024-05-26
target/i386: Pass host pointer and size to cpu_x86_{xsave,xrstor}
Richard Henderson
1
-8
/
+12
2024-05-26
target/i386: Pass host pointer and size to cpu_x86_{fxsave,fxrstor}
Richard Henderson
1
-8
/
+5
2024-05-26
target/i386: Pass host pointer and size to cpu_x86_{fsave,frstor}
Richard Henderson
1
-2
/
+2
2024-05-26
target/i386: Convert do_xsave to X86Access
Richard Henderson
1
-1
/
+1
2024-05-26
linux-user/i386: Honor xfeatures in xrstor_sigcontext
Richard Henderson
1
-1
/
+18
2024-05-26
linux-user/i386: Fix allocation and alignment of fp state
Richard Henderson
1
-214
/
+342
2024-05-26
linux-user/i386: Return boolean success from xrstor_sigcontext
Richard Henderson
1
-8
/
+8
2024-05-26
linux-user/i386: Return boolean success from restore_sigcontext
Richard Henderson
1
-24
/
+23
2024-05-26
linux-user/i386: Fix -mregparm=3 for signal delivery
Richard Henderson
1
-13
/
+11
2024-05-26
linux-user/i386: Split out struct target_fregs_state
Richard Henderson
1
-18
/
+25
2024-05-26
linux-user/i386: Replace target_fpstate_fxsave with X86LegacyXSaveArea
Richard Henderson
1
-45
/
+26
2024-05-26
linux-user/i386: Remove xfeatures from target_fpstate_fxsave
Richard Henderson
1
-2
/
+1
2024-05-26
linux-user/i386: Drop xfeatures_size from sigcontext arithmetic
Richard Henderson
1
-4
/
+3
2024-05-26
target/i386: Add rbfm argument to cpu_x86_{xsave,xrstor}
Richard Henderson
1
-2
/
+2
2024-05-15
linux-user/hppa: Force all code addresses to PRIV_USER
Richard Henderson
4
-13
/
+15
2024-05-06
Merge tag 'qemu-sparc-20240506' of https://github.com/mcayland/qemu into staging
Richard Henderson
1
-14
/
+34
2024-05-06
user: Use get_task_state() helper
Philippe Mathieu-Daudé
1
-2
/
+2
2024-05-06
user: Declare get_task_state() once in 'accel/tcg/vcpu-state.h'
Philippe Mathieu-Daudé
1
-5
/
+1
2024-05-06
user: Forward declare TaskState type definition
Philippe Mathieu-Daudé
1
-2
/
+2
2024-05-06
accel/tcg: Access tcg_cflags with getter / setter
Philippe Mathieu-Daudé
2
-6
/
+6
2024-05-06
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
5
-0
/
+5
2024-05-06
exec/cpu: Rename PAGE_BITS macro to PAGE_RWX
BALATON Zoltan
2
-2
/
+2
2024-05-05
linux-user/sparc: Add more hwcap bits for sparc64
Richard Henderson
1
-14
/
+34
2024-05-03
user: Move 'thunk.h' from 'exec/user' to 'user'
Philippe Mathieu-Daudé
2
-2
/
+2
2024-05-03
user: Move 'abitypes.h' from 'exec/user' to 'user'
Philippe Mathieu-Daudé
1
-1
/
+1
2024-04-26
exec: Restrict inclusion of 'user/guest-base.h'
Philippe Mathieu-Daudé
2
-0
/
+2
2024-04-26
exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'
Philippe Mathieu-Daudé
3
-0
/
+3
2024-04-25
Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into staging
Richard Henderson
1
-1
/
+1
2024-04-25
hw/elf_ops: Rename elf_ops.h -> elf_ops.h.inc
Philippe Mathieu-Daudé
1
-1
/
+1
2024-04-25
linux-user/flatload.c: Remove unused bFLT shared-library and ZFLAT code
Peter Maydell
2
-287
/
+11
2024-04-24
linux-user: Add FITRIM ioctl
Michael Vogt
3
-0
/
+9
2024-04-24
linux-user: do_setsockopt: eliminate goto in switch for SO_SNDTIMEO
Michael Tokarev
1
-7
/
+4
2024-04-24
linux-user: do_setsockopt: make ip_mreq_source local to the place where it is...
Michael Tokarev
1
-2
/
+4
2024-04-24
linux-user: do_setsockopt: make ip_mreq local to the place it is used and inl...
Michael Tokarev
1
-24
/
+23
2024-04-24
linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEY
Michael Tokarev
1
-7
/
+2
2024-04-24
meson: Make DEBUG_REMAP a meson option
Ilya Leoshkevich
2
-5
/
+3
2024-04-24
target/nios2: Remove the deprecated Nios II target
Philippe Mathieu-Daudé
18
-945
/
+2
2024-04-09
linux-user: Preserve unswapped siginfo_t for strace
Richard Henderson
1
-3
/
+9
[next]