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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-17
ui/vnc-clipboard: fix infinite loop in inflate_buffer (CVE-2023-3255)
Mauro Matteo Cascella
1
-6
/
+4
2023-07-17
virtio-gpu: fix potential divide-by-zero regression
Marc-André Lureau
1
-7
/
+9
2023-07-15
Merge tag 'pull-tpm-2023-07-14-1' of https://github.com/stefanberger/qemu-tpm...
Richard Henderson
1
-1
/
+0
2023-07-15
Merge tag 'pull-tcg-20230715' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
36
-1851
/
+2070
2023-07-15
tcg: Use HAVE_CMPXCHG128 instead of CONFIG_CMPXCHG128
Richard Henderson
6
-5
/
+7
2023-07-15
accel/tcg: Always lock pages before translation
Richard Henderson
5
-134
/
+237
2023-07-15
linux-user/arm: Do not allocate a commpage at all for M-profile CPUs
Philippe Mathieu-Daudé
1
-4
/
+17
2023-07-15
linux-user: Drop uint and ulong
Juan Quintela
1
-4
/
+4
2023-07-15
linux-user: Simplify target_madvise
Richard Henderson
1
-15
/
+4
2023-07-15
linux-user: Remove can_passthrough_madvise
Richard Henderson
1
-21
/
+3
2023-07-15
accel/tcg: Return bool from page_check_range
Richard Henderson
9
-20
/
+31
2023-07-15
accel/tcg: Accept more page flags in page_check_range
Richard Henderson
1
-2
/
+2
2023-07-15
linux-user: Simplify target_munmap
Richard Henderson
1
-43
/
+4
2023-07-15
linux-user: Rename mmap_reserve to mmap_reserve_or_unmap
Richard Henderson
1
-13
/
+16
2023-07-15
linux-user: Rewrite mmap_reserve
Richard Henderson
1
-26
/
+42
2023-07-15
linux-user: Use 'last' instead of 'end' in target_mmap
Richard Henderson
1
-22
/
+23
2023-07-15
linux-user: Use page_find_range_empty for mmap_find_vma_reserved
Richard Henderson
1
-46
/
+6
2023-07-15
bsd-user: Use page_find_range_empty for mmap_find_vma_reserved
Richard Henderson
1
-41
/
+7
2023-07-15
accel/tcg: Introduce page_find_range_empty
Richard Henderson
2
-0
/
+56
2023-07-15
linux-user: Rewrite mmap_frag
Richard Henderson
1
-59
/
+60
2023-07-15
linux-user: Rewrite target_mprotect
Richard Henderson
1
-38
/
+66
2023-07-15
linux-user: Widen target_mmap offset argument to off_t
Richard Henderson
3
-8
/
+10
2023-07-15
linux-user: Split out target_to_host_prot
Richard Henderson
1
-34
/
+44
2023-07-15
linux-user: Implement MAP_FIXED_NOREPLACE
Richard Henderson
1
-3
/
+11
2023-07-15
bsd-user: Use page_check_range_empty for MAP_EXCL
Richard Henderson
1
-1
/
+1
2023-07-15
accel/tcg: Introduce page_check_range_empty
Richard Henderson
2
-0
/
+19
2023-07-15
linux-user: Populate more bits in mmap_flags_tbl
Richard Henderson
2
-14
/
+28
2023-07-15
linux-user: Split TARGET_PROT_* out of syscall_defs.h
Richard Henderson
5
-12
/
+17
2023-07-15
linux-user: Split TARGET_MAP_* out of syscall_defs.h
Richard Henderson
9
-85
/
+128
2023-07-15
linux-user/strace: Expand struct flags to hold a mask
Richard Henderson
1
-18
/
+22
2023-07-15
linux-user: Fix formatting of mmap.c
Richard Henderson
1
-77
/
+122
2023-07-15
linux-user: Make sure initial brk(0) is page-aligned
Andreas Schwab
1
-1
/
+1
2023-07-15
tcg: Fix info_in_idx increment in layout_arg_by_ref
Richard Henderson
1
-1
/
+1
2023-07-15
accel/tcg: Split out cpu_exec_longjmp_cleanup
Richard Henderson
1
-24
/
+19
2023-07-15
linux-user: Fix do_shmat type errors
Richard Henderson
1
-7
/
+6
2023-07-15
linux-user/syscall: Implement execve without execveat
Pierrick Bouvier
1
-8
/
+12
2023-07-15
include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for nios2
Richard Henderson
1
-1
/
+2
2023-07-15
include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for microblaze
Richard Henderson
1
-1
/
+3
2023-07-15
linux-user: Use abi_uint not unsigned in syscall_defs.h
Richard Henderson
1
-2
/
+2
2023-07-15
linux-user: Use abi_short not short in syscall_defs.h
Richard Henderson
1
-3
/
+3
2023-07-15
linux-user: Use abi_ushort not unsigned short in syscall_defs.h
Richard Henderson
1
-45
/
+45
2023-07-15
linux-user: Use abi_int not int in syscall_defs.h
Richard Henderson
1
-108
/
+108
2023-07-15
linux-user: Use abi_llong not long long in syscall_defs.h
Richard Henderson
1
-6
/
+6
2023-07-15
linux-user: Use abi_ullong not unsigned long long in syscall_defs.h
Richard Henderson
1
-16
/
+16
2023-07-15
linux-user: Use abi_uint not unsigned int in syscall_defs.h
Richard Henderson
1
-145
/
+145
2023-07-15
linux-user: Use abi_llong not int64_t in syscall_defs.h
Richard Henderson
1
-15
/
+15
2023-07-15
linux-user: Use abi_ullong not uint64_t in syscall_defs.h
Richard Henderson
1
-36
/
+36
2023-07-15
linux-user: Use abi_int not int32_t in syscall_defs.h
Richard Henderson
1
-30
/
+30
2023-07-15
linux-user: Use abi_uint not uint32_t in syscall_defs.h
Richard Henderson
1
-54
/
+54
2023-07-15
linux-user: Remove #if 0 block in syscall_defs.h
Richard Henderson
1
-24
/
+0
[next]