summaryrefslogtreecommitdiff
path: root/drivers/pci/host/pci-hyperv.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-06PCI: hv: Handle hv_pci_generic_compl() error caseDexuan Cui1-4/+5
2016-09-06PCI: hv: Handle vmbus_sendpacket() failure in hv_compose_msi_msg()Dexuan Cui1-2/+4
2016-09-06PCI: hv: Remove the unused 'wrk' in struct hv_pcibus_deviceDexuan Cui1-1/+0
2016-09-06PCI: hv: Use pci_function_description[0] in struct definitionsDexuan Cui1-2/+2
2016-09-06PCI: hv: Use zero-length array in struct pci_packetDexuan Cui1-22/+20
2016-08-22PCI: hv: Use list_move_tail() instead of list_del() + list_add_tail()Wei Yongjun1-2/+1
2016-07-25PCI: hv: Fix interrupt cleanup pathCathy Avery1-6/+8
2016-06-17PCI: hv: Handle all pending messages in hv_pci_onchannelcallback()Vitaly Kuznetsov1-2/+5
2016-06-17PCI: hv: Don't leak buffer in hv_pci_onchannelcallback()Vitaly Kuznetsov1-6/+5
2016-05-21Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+7
2016-05-05PCI: hv: Add explicit barriers to config space accessVitaly Kuznetsov1-0/+14
2016-05-02PCI: hv: Report resources release after stopping the busVitaly Kuznetsov1-5/+5
2016-05-01drivers:hv: Use new vmbus_mmio_free() from client drivers.Jake Oshins1-7/+7
2016-02-17PCI: hv: Add paravirtual PCI front-end for Microsoft Hyper-V VMsJake Oshins1-0/+2346