summaryrefslogtreecommitdiff
path: root/drivers/pci/host/pci-hyperv.c
AgeCommit message (Expand)Author
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-01-28PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas
2017-12-31Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2017-12-29x86/apic: Switch all APICs to Fixed delivery modeThomas Gleixner
2017-11-07PCI: hv: Use effective affinity maskDexuan Cui
2017-09-08Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-08-10hyper-v: Globalize vp_indexVitaly Kuznetsov
2017-08-03PCI: hv: Do not sleep in compose_msi_msg()Stephen Hemminger
2017-07-02PCI: hv: Use vPCI protocol version 1.2Jork Loeser
2017-07-02PCI: hv: Add vPCI version protocol negotiationJork Loeser
2017-07-02PCI: hv: Temporary own CPU-number-to-vCPU-number infraJork Loeser
2017-07-02PCI: hv: Use page allocation for hbus structureJork Loeser
2017-07-02PCI: hv: Fix comment formatting and use proper integer fieldsJork Loeser
2017-04-18PCI: hv: Convert hv_pci_dev.refs from atomic_t to refcount_tElena Reshetova
2017-04-04PCI: hv: Allocate interrupt descriptors with GFP_ATOMICK. Y. Srinivasan
2017-04-04PCI: hv: Specify CPU_AFFINITY_ALL for MSI affinity when >= 32 CPUsK. Y. Srinivasan
2017-03-24PCI: hv: Lock PCI bus on device ejectLong Li
2017-03-24PCI: hv: Properly handle PCI bus removeLong Li
2017-02-17PCI: hv: Use device serial number as PCI domainHaiyang Zhang
2017-02-10PCI: hv: Fix wslot_to_devfn() to fix warnings on device removalDexuan Cui
2016-11-29PCI: hv: Allocate physically contiguous hypercall params bufferLong Li
2016-11-16PCI: hv: Delete the device earlier from hbus->children for hot-removeDexuan Cui
2016-11-16PCI: hv: Fix hv_pci_remove() for hot-removeDexuan Cui
2016-11-16PCI: hv: Use the correct buffer size in new_pcichild_device()Dexuan Cui
2016-10-31PCI: hv: Make unnecessarily global IRQ masking functions staticTobias Klauser
2016-09-06PCI: hv: Handle hv_pci_generic_compl() error caseDexuan Cui
2016-09-06PCI: hv: Handle vmbus_sendpacket() failure in hv_compose_msi_msg()Dexuan Cui
2016-09-06PCI: hv: Remove the unused 'wrk' in struct hv_pcibus_deviceDexuan Cui
2016-09-06PCI: hv: Use pci_function_description[0] in struct definitionsDexuan Cui
2016-09-06PCI: hv: Use zero-length array in struct pci_packetDexuan Cui
2016-08-22PCI: hv: Use list_move_tail() instead of list_del() + list_add_tail()Wei Yongjun
2016-07-25PCI: hv: Fix interrupt cleanup pathCathy Avery
2016-06-17PCI: hv: Handle all pending messages in hv_pci_onchannelcallback()Vitaly Kuznetsov
2016-06-17PCI: hv: Don't leak buffer in hv_pci_onchannelcallback()Vitaly Kuznetsov
2016-05-20Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-05-04PCI: hv: Add explicit barriers to config space accessVitaly Kuznetsov
2016-05-02PCI: hv: Report resources release after stopping the busVitaly Kuznetsov
2016-04-30drivers:hv: Use new vmbus_mmio_free() from client drivers.Jake Oshins
2016-02-16PCI: hv: Add paravirtual PCI front-end for Microsoft Hyper-V VMsJake Oshins