]> xenbits.xensource.com Git - qemu-upstream-4.6-testing.git/shortlog
qemu-upstream-4.6-testing.git
2017-06-21 Jan Beulichxen/disk: don't leak stack data via response ring
2017-03-21 Gerd Hoffmanncirrus/vnc: zap bitblit support from console code.
2017-02-21 Gerd Hoffmanncirrus: add blit_is_unsafe call to cirrus_bitblt_cputovideo
2017-02-21 Bruce Rogersdisplay: cirrus: ignore source pitch value as needed...
2017-02-09 Li Qiangcirrus: fix oob access issue (CVE-2017-2615)
2016-11-22 Jan Beulichxen: fix ioreq handling
2016-07-27 P J Pvirtio: error out if guest exceeds virtqueue size
2016-06-10 Paolo Bonzinitrace: remove malloc tracing
2016-06-07 Ian Jacksonmain loop: Big hammer to fix logfile disk DoS in Xen...
2016-05-24 Gerd Hoffmannvga: add sr_vbe register set
2016-05-09 Gerd Hoffmannvga: make sure vga register setup for vbe stays intact...
2016-05-09 Gerd Hoffmannvga: update vga register setup on vbe changes
2016-05-09 Gerd Hoffmannvga: factor out vga register setup
2016-05-09 Gerd Hoffmannvga: add vbe_enabled() helper
2016-05-09 Gerd Hoffmannvga: fix banked access bounds checking (CVE-2016-3710)
2016-04-25 Wei Liuxenfb: use the correct condition to avoid excessive...
2016-04-25 Stefano Stabellinixenfb.c: avoid expensive loops when prod <= out_cons
2016-02-18 Don Slutzexec: Stop using memory after free
2016-02-11 Stefano StabelliniRevert "exec: fix a glitch in checking dma r/w access"
2016-02-08 Stefano Stabellinifix MSI injection on Xen
2016-02-05 Prasad J Panditnet: pcnet: add check to validate receive data size...
2016-02-05 Jason Wangpcnet: fix rx buffer overflow(CVE-2015-7512)
2016-02-05 Gerd Hoffmannehci: make idt processing more robust
2016-02-05 Prasad J Panditexec: fix a glitch in checking dma r/w access
2016-02-05 Prasad J Panditusb: check page select value while processing iTD
2016-02-05 Prasad J Panditnet: cadence_gem: check packet size in gem_recieve
2016-02-05 Prasad J Panditide: ahci: reset ncq object to unused on error
2016-02-05 Prasad J Panditnet: ne2000: fix bounds check in ioport operations
2016-02-05 P J Pscsi: initialise info object with appropriate size
2016-02-05 P J Pnet: vmxnet3: avoid memory leakage in activate_device
2016-02-05 Prasad J Panditui: vnc: avoid floating point exception
2016-02-05 Laszlo Erseke1000: eliminate infinite loops on out-of-bounds transf...
2016-02-05 Roger Pau Monnexen: fix usage of xc_domain_create in domain builder
2016-01-06 Prasad J Panditfw_cfg: add check to validate current entry value
2015-12-18 Stefano Stabellinixenfb: avoid reading twice the same fields from the...
2015-12-18 Stefano Stabellinixen/blkif: Avoid double access to src->nr_segments
2015-10-19 Gerd Hoffmannspice-display: fix segfault in qemu_spice_create_update
2015-09-15 P J Pnet: avoid infinite loop when receiving packets(CVE... qemu-xen-4.6.0 qemu-xen-4.6.0-rc5
2015-09-15 P J Pnet: add checks to validate ring buffer pointers(CVE...
2015-09-15 P J Pe1000: Avoid infinite loop in processing transmit descr...
2015-08-21 Amit Shahvirtio-rng: fix check for period_ms validity qemu-xen-4.6.0-rc3 qemu-xen-4.6.0-rc4
2015-08-21 Gerd Hoffmannvnc: fix memory corruption (CVE-2015-5225)
2015-08-03 Stefano StabelliniFix release_drive on unplugged devices (pci_piix3_xen_i... qemu-xen-4.6.0-rc1 qemu-xen-4.6.0-rc2
2015-08-03 Stefan Hajnoczirtl8139: check TCP Data Offset field
2015-08-03 Stefan Hajnoczirtl8139: skip offload on short TCP header
2015-08-03 Stefan Hajnoczirtl8139: check IP Total Length field
2015-08-03 Stefan Hajnoczirtl8139: check IP Header Length field
2015-08-03 Stefan Hajnoczirtl8139: skip offload on short Ethernet/IP header
2015-08-03 Stefan Hajnoczirtl8139: drop tautologous if (ip) {...} statement
2015-08-03 Stefan Hajnoczirtl8139: avoid nested ifs in IP header parsing
2015-07-29 Kevin Wolfide: Clear DRQ after handling all expected accesses...
2015-07-29 Kevin Wolfide/atapi: Fix START STOP UNIT command completion ...
2015-07-29 Kevin Wolfide: Check array bounds before writing to io_buffer...
2015-07-29 Paolo Bonziniscsi: fix buffer overflow in scsi_req_parse_cdb (CVE...
2015-07-24 Jan Beulichxen/HVM: atomically access pointers in bufioreq handling
2015-07-20 Marc-André... spice: fix spice_chr_add_watch() pre-condition
2015-06-24 Stefano StabelliniRevert "xen-hvm: increase maxmem before calling xc_doma...
2015-06-24 Jan Beulichxen/pass-through: constify some static data
2015-06-24 Jan Beulichxen/pass-through: log errno values rather than function...
2015-06-24 Jan Beulichxen/pass-through: ROM BAR handling adjustments
2015-06-24 Jan Beulichxen/pass-through: fold host PCI command register writes
2015-06-10 Petr Matousekpcnet: force the buffer access to be in bounds during tx
2015-06-09 Jan Beulichxen/pt: unknown PCI config space fields should be read...
2015-06-09 Jan Beulichxen/pt: add a few PCI config space field descriptions
2015-06-09 Jan Beulichxen/pt: mark reserved bits in PCI config space fields
2015-06-09 Jan Beulichxen/pt: mark all PCIe capability bits read-only
2015-06-09 Jan Beulichxen/pt: split out calculation of throughable mask in...
2015-06-09 Jan Beulichxen/pt: correctly handle PM status bit
2015-06-09 Jan Beulichxen/pt: consolidate PM capability emu_mask
2015-06-09 Jan Beulichxen/MSI: don't open-code pass-through of enable bit...
2015-06-09 Jan Beulichxen/MSI-X: limit error messages
2015-06-09 Jan Beulichxen: don't allow guest to control MSI mask register
2015-06-09 Jan Beulichxen: properly gate host writes of modified PCI CFG...
2015-05-13 Petr Matousekfdc: force the fifo access to be in bounds of the alloc...
2015-04-23 Cornelia Huckglib-compat: fix problems with not-quite glib 2.22
2015-03-31 Jan Beulichxen: limit guest control of PCI command register
2015-03-11 Stefano StabelliniMerge remote-tracking branch 'origin/stable-2.2' into...
2015-03-10 Michael RothUpdate version for v2.2.1 release
2015-03-09 Kevin Wolfvpc: Fix size in fixed image creation
2015-03-09 Kevin Wolfcoroutine: Fix use after free with qemu_coroutine_yield()
2015-03-09 Michael Rothacpi: update generated hex files
2015-03-09 Michael Rothacpi-test: update expected DSDT
2015-03-09 Igor Mammedovpc: acpi: fix WindowsXP BSOD when memory hotplug is...
2015-03-09 Stefano Stabellinixen-hvm: increase maxmem before calling xc_domain_popul...
2015-03-09 Eduardo Habkostlinux-user: Check for cpu_init() errors
2015-03-09 Jun Liqdev: Avoid type assertion in qdev_build_hotpluggable_d...
2015-03-02 Paolo Bonzinikvm/apic: fix 2.2->2.1 migration
2015-03-02 Leon Alraetarget-mips: fix broken snapshotting
2015-03-02 Gerd Hoffmannupdate ipxe from 69313ed to 35c5379
2015-02-24 Paolo Bonziniexec: change default exception_index value for migratio...
2015-02-24 Fam Zhengqtest: Fix deadloop by running main loop AIO context...
2015-02-24 Peter Wublock/iscsi: fix uninitialized variable
2015-02-24 Zhang Haoyufix mc146818rtc wrong subsection name to avoid vmstate_...
2015-02-24 Daniel P. Berrangelibcacard: stop linking against every single 3rd party...
2015-02-24 Paolo Bonziniqemu-thread: fix qemu_event without futexes
2015-02-24 Alex Williamsonvfio-pci: Fix missing unparent of dynamically allocated...
2015-02-23 Peter Maydelltarget-arm/translate-a64: Fix wrong mmu_idx usage for...
2015-02-23 Dinar Valeevhw/input/hid.c Fix capslock hid code
2015-02-23 Paolo Bonzinisb16: fix interrupt acknowledgement
2015-02-23 Cornelia Huckvirtio: fix feature bit checks
next