index
:
tools/qemu-arm-static
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel_psk_20160727
master
nanjing-devel
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20190215
release-pylint
release-test-20150810
sandbox/wangbiao/py33
sandbox/wangbiao/qemu_5.2
sandbox/xuhy/devel-upgrade
sandbox/xuwc/devel-riscv
sandbox/xuwc/devel-riscv-py2
sandbox_soong9_ubuntu18.04
spin-release-latest
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-09
block-backend: align max_transfer to request alignment
Lin Ma
1
-3
/
+3
2024-01-09
osdep: provide ROUND_DOWN macro
Lin Ma
1
-6
/
+22
2024-01-09
scsi-generic: pass max_segments via max_iov field in BlockLimits
Lin Ma
2
-4
/
+5
2024-01-09
file-posix: fix max_iov for /dev/sg devices
Lin Ma
1
-0
/
+11
2024-01-09
xen: remove BlockBackend object reference in xen_block_unrealize
Lin Ma
1
-0
/
+3
2024-01-09
usbredir: fix free call
Gerd Hoffmann
1
-1
/
+1
2024-01-09
usb: limit combined packets to 1 MiB (CVE-2021-3527)
Gerd Hoffmann
1
-1
/
+3
2024-01-09
usb/mtp: avoid dynamic stack allocation
Gerd Hoffmann
1
-1
/
+2
2024-01-09
usb/redir: avoid dynamic stack allocation (CVE-2021-3527)
Gerd Hoffmann
1
-3
/
+3
2024-01-09
usb/hid: avoid dynamic stack allocation
Gerd Hoffmann
2
-2
/
+2
2024-01-09
hw/usb/host-stub: Remove unused header
Philippe Mathieu-Daudé
1
-1
/
+0
2024-01-09
net: eepro100: validate various address values
Jose R Ziviani
1
-0
/
+11
2024-01-09
hw/scsi/megasas: check for NULL frame in megasas_command_cancelled()
Mauro Matteo Cascella
1
-1
/
+1
2024-01-09
esp: ensure that do_cmd is set to zero before submitting an ESP select command
Mark Cave-Ayland
1
-1
/
+4
2024-01-09
esp: don't reset async_len directly in esp_select() if cancelling request
Mark Cave-Ayland
1
-1
/
+1
2024-01-09
esp: ensure cmdfifo is not empty and current_dev is non-NULL
Mark Cave-Ayland
1
-0
/
+5
2024-01-09
esp: always check current_req is not NULL before use in DMA callbacks
Mark Cave-Ayland
1
-0
/
+8
2024-01-09
pvrdma: Fix the ring init error flow (CVE-2021-3608)
Marcel Apfelbaum
1
-1
/
+1
2024-01-09
pvrdma: Ensure correct input on ring init (CVE-2021-3607)
Marcel Apfelbaum
1
-0
/
+5
2024-01-09
hw/rdma: Fix possible mremap overflow in the pvrdma device (CVE-2021-3582)
Marcel Apfelbaum
1
-0
/
+7
2024-01-09
qom: code hardening - have bound checking while looping with integer value
Ani Sinha
1
-2
/
+3
2024-01-09
qemu-iotests, qtest: rewrite test 067 as a qtest
Paolo Bonzini
6
-596
/
+190
2024-01-09
qtest: check that drives are really appearing and disappearing
Paolo Bonzini
1
-1
/
+31
2024-01-09
qtest: switch users back to qtest_qmp_receive
Maxim Levitsky
5
-22
/
+15
2024-01-09
device-plug-test: use qtest_qmp to send the device_del command
Paolo Bonzini
1
-23
/
+9
2024-01-09
qtest: remove qtest_qmp_receive_success
Maxim Levitsky
3
-70
/
+25
2024-01-09
qtest: Reintroduce qtest_qmp_receive with QMP event buffering
Maxim Levitsky
2
-1
/
+70
2024-01-09
qtest: rename qtest_qmp_receive to qtest_qmp_receive_dict
Maxim Levitsky
7
-24
/
+24
2024-01-09
tests: add migration-helpers unit
Marc-André Lureau
4
-166
/
+216
2024-01-09
blockjob: Fix crash with IOthread when block commit after snapshot
Michael Qiu
1
-2
/
+6
2024-01-09
vhost-user-gpu: abstract vg_cleanup_mapping_iov
Li Qiang
3
-9
/
+26
2024-01-09
vhost-user-gpu: fix OOB write in 'virgl_cmd_get_capset' (CVE-2021-3546)
Li Qiang
1
-0
/
+4
2024-01-09
vhost-user-gpu: fix leak in 'virgl_resource_attach_backing' (CVE-2021-3544)
Li Qiang
1
-1
/
+4
2024-01-09
vhost-user-gpu: fix leak in 'virgl_cmd_resource_unref' (CVE-2021-3544)
Li Qiang
1
-0
/
+7
2024-01-09
vhost-user-gpu: fix memory leak while calling 'vg_resource_unref' (CVE-2021-3...
Li Qiang
1
-0
/
+1
2024-01-09
vhost-user-gpu: fix memory leak in vg_resource_attach_backing (CVE-2021-3544)
Li Qiang
1
-0
/
+5
2024-01-09
vhost-user-gpu: fix resource leak in 'vg_resource_create_2d' (CVE-2021-3544)
Li Qiang
1
-0
/
+1
2024-01-09
vhost-user-gpu: fix memory disclosure in virgl_cmd_get_capset_info (CVE-2021-...
Li Qiang
1
-0
/
+1
2024-01-09
migration/migration.c: Fix hang in ram_save_host_page
Lukas Straub
1
-0
/
+4
2024-01-09
xen-block: Fix removal of backend instance via xenstore
Anthony PERARD
1
-0
/
+9
2024-01-09
scsi/scsi_bus: fix races in REPORT LUNS
Maxim Levitsky
1
-35
/
+33
2024-01-09
virtio-scsi: use scsi_device_get
Maxim Levitsky
1
-8
/
+13
2024-01-09
scsi/scsi_bus: Add scsi_device_get
Maxim Levitsky
2
-0
/
+12
2024-01-09
scsi/scsi-bus: scsi_device_find: don't return unrealized devices
Paolo Bonzini
1
-30
/
+53
2024-01-09
device-core: use atomic_set on .realized property
Maxim Levitsky
2
-1
/
+20
2024-01-09
scsi: switch to bus->check_address
Paolo Bonzini
1
-47
/
+75
2024-01-09
device-core: use RCU for list of children of a bus
Maxim Levitsky
5
-30
/
+62
2024-01-09
device_core: use drain_call_rcu in in qmp_device_add
Maxim Levitsky
1
-0
/
+12
2024-01-09
scsi/scsi_bus: switch search direction in scsi_device_find
Maxim Levitsky
1
-2
/
+10
2024-01-09
qdev: add "check if address free" callback for buses
Paolo Bonzini
48
-54
/
+86
[next]