aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pci-hyperv.c
Commit message (Expand)AuthorAge
* PCI: hv: Specify CPU_AFFINITY_ALL for MSI affinity when >= 32 CPUsK. Y. Srinivasan2017-05-25
* PCI: hv: Allocate interrupt descriptors with GFP_ATOMICK. Y. Srinivasan2017-05-25
* PCI: hv: Fix wslot_to_devfn() to fix warnings on device removalDexuan Cui2017-03-12
* PCI: hv: Handle hv_pci_generic_compl() error caseDexuan Cui2016-09-06
* PCI: hv: Handle vmbus_sendpacket() failure in hv_compose_msi_msg()Dexuan Cui2016-09-06
* PCI: hv: Remove the unused 'wrk' in struct hv_pcibus_deviceDexuan Cui2016-09-06
* PCI: hv: Use pci_function_description[0] in struct definitionsDexuan Cui2016-09-06
* PCI: hv: Use zero-length array in struct pci_packetDexuan Cui2016-09-06
* PCI: hv: Use list_move_tail() instead of list_del() + list_add_tail()Wei Yongjun2016-08-22
* PCI: hv: Fix interrupt cleanup pathCathy Avery2016-07-25
* PCI: hv: Handle all pending messages in hv_pci_onchannelcallback()Vitaly Kuznetsov2016-06-17
* PCI: hv: Don't leak buffer in hv_pci_onchannelcallback()Vitaly Kuznetsov2016-06-17
* Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-05-21
|\
| * drivers:hv: Use new vmbus_mmio_free() from client drivers.Jake Oshins2016-04-30
* | PCI: hv: Add explicit barriers to config space accessVitaly Kuznetsov2016-05-04
* | PCI: hv: Report resources release after stopping the busVitaly Kuznetsov2016-05-02
|/
* PCI: hv: Add paravirtual PCI front-end for Microsoft Hyper-V VMsJake Oshins2016-02-16