summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-04-209pfs: local: set the path of the export root to "."Greg Kurz1-1/+6
2017-03-30spapr: fix off-by-one error in spapr_ovec_populate_dt()Sam Bobroff1-1/+1
2017-03-27virtio: always use handle_aio_output if registeredPaolo Bonzini1-1/+12
2017-03-21cirrus: fix off-by-one in cirrus_bitblt_rop_bkwd_transp_*_16Gerd Hoffmann1-1/+1
2017-03-21cirrus: stop passing around src pointers in the blitterGerd Hoffmann3-54/+93
2017-03-21cirrus: stop passing around dst pointers in the blitterGerd Hoffmann3-125/+153
2017-03-21cirrus: fix cirrus_invalidate_regionGerd Hoffmann1-3/+3
2017-03-21cirrus/vnc: zap bitblit support from console code.Gerd Hoffmann1-9/+3
2017-03-21fix :cirrus_vga fix OOB read case qemu Segmentation faulthangaohuai1-0/+10
2017-03-21Revert "cirrus: allow zero source pitch in pattern fill rops"Gerd Hoffmann1-18/+8
2017-03-21cirrus: fix patterncopy checksGerd Hoffmann1-6/+30
2017-03-21cirrus: fix blit address mask handlingGerd Hoffmann1-13/+12
2017-03-21cirrus: allow zero source pitch in pattern fill ropsWolfgang Bumiller1-8/+19
2017-03-21cirrus: handle negative pitch in cirrus_invalidate_region()Wolfgang Bumiller1-0/+5
2017-03-219pfs: don't try to flush self and avoid QEMU hang on resetGreg Kurz1-4/+8
2017-03-219pfs: fix off-by-one error in PDU free listGreg Kurz1-1/+1
2017-03-20s390x/css: reassign subchannel if schid is changed after migrationDong Jia Shi1-0/+15
2017-03-16virtio-pci: reset modern vq meta dataJason Wang1-0/+4
2017-03-16scsi: mptsas: fix the wrong reading size in fetch requestLi Qiang1-3/+3
2017-03-16e1000e: correctly tear down MSI-X memory regionsPaolo Bonzini1-1/+1
2017-03-16NetRxPkt: Account buffer with ETH header in IOV lengthDmitry Fleytman1-1/+1
2017-03-16NetRxPkt: Do not try to pull more data than presentDmitry Fleytman1-1/+2
2017-03-16NetRxPkt: Fix memory corruption on VLAN header strippingDmitry Fleytman1-17/+17
2017-03-16cirrus: add blit_is_unsafe call to cirrus_bitblt_cputovideo (CVE-2017-2620)Gerd Hoffmann1-0/+8
2017-03-16apic: reset apic_delivered global variable on machine resetPavel Dovgalyuk1-0/+2
2017-03-16sd: sdhci: check data length during dma_memory_readPrasad J Pandit1-1/+1
2017-03-16s390x/kvm: fix small race reboot vs. cmmaChristian Borntraeger1-1/+1
2017-03-16ahci: advertise HOST_CAP_64Ladi Prosek1-1/+1
2017-03-16cirrus: fix oob access issue (CVE-2017-2615)Li Qiang1-4/+3
2017-03-16virtio: fix up max size checksMichael S. Tsirkin1-17/+13
2017-03-16x86: ioapic: fix fail migration when irqchip=splitPeter Xu1-0/+5
2017-03-16display: cirrus: ignore source pitch value as needed in blit_is_unsafeBruce Rogers1-4/+7
2017-03-16virtio-crypto: fix possible integer and heap overflowGonglei1-2/+2
2017-03-16scsi-block: fix direction of BYTCHK test for VERIFY commandsPaolo Bonzini1-1/+1
2017-03-16pc: fix crash in rtc_set_memory() if initial cpu is marked as hotpluggedIgor Mammedov1-1/+3
2017-03-169pfs: fix crash when fsdev is missingGreg Kurz1-1/+1
2017-03-16virtio: fix vq->inuse recalc after migrHalil Pasic1-3/+5
2017-03-16pci: fix error message for express slotsMichael S. Tsirkin1-2/+2
2017-03-16balloon: Don't balloon romsDr. David Alan Gilbert2-1/+8
2017-03-16machine: Convert abstract typename on compat_props to subclass namesEduardo Habkost1-3/+36
2017-03-169pfs: fix vulnerability in openat_dir() and local_unlinkat_common()Greg Kurz2-2/+3
2017-03-169pfs: fix O_PATH build break with older glibc versionsGreg Kurz1-1/+6
2017-03-169pfs: don't use AT_EMPTY_PATH in local_set_cred_passthrough()Greg Kurz1-1/+1
2017-03-169pfs: fail local_statfs() earlierGreg Kurz1-0/+3
2017-03-169pfs: fix fd leak in local_opendir()Greg Kurz1-0/+1
2017-03-169pfs: fix bogus fd check in local_remove()Greg Kurz1-1/+1
2017-03-169pfs: local: drop unused codeGreg Kurz1-198/+0
2017-03-169pfs: local: open2: don't follow symlinksGreg Kurz1-37/+19
2017-03-169pfs: local: mkdir: don't follow symlinksGreg Kurz1-35/+20
2017-03-169pfs: local: mknod: don't follow symlinksGreg Kurz1-33/+35