summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pci-hyperv.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: hv: Do not wait forever on a device that has disappearedDexuan Cui2018-05-251-12/+34
* PCI: hv: Use list_for_each_entry()Stephen Hemminger2018-05-241-20/+7
* PCI: hv: Convert remove_lock to refcountStephen Hemminger2018-05-241-4/+4
* PCI: hv: Remove unused reason for refcount handlerStephen Hemminger2018-05-241-44/+26
* PCI: hv: Make sure the bus domain is really uniqueSridhar Pitchai2018-05-021-11/+0
* PCI: hv: Only queue new work items in hv_pci_devices_present() if necessaryDexuan Cui2018-03-161-2/+13
* PCI: hv: Remove the bogus test in hv_eject_device_work()Dexuan Cui2018-03-161-4/+1
* PCI: hv: Fix a comment typo in _hv_pcifront_read_config()Dexuan Cui2018-03-161-1/+1
* PCI: hv: Fix 2 hang issues in hv_compose_msi_msg()Dexuan Cui2018-03-161-1/+57
* PCI: hv: Serialize the present and eject work itemsDexuan Cui2018-03-161-18/+16
* Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-061-11/+1
|\
| * PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas2018-01-281-11/+1
* | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2017-12-311-6/+2
|\ \ | |/ |/|
| * x86/apic: Switch all APICs to Fixed delivery modeThomas Gleixner2017-12-291-6/+2
* | PCI: hv: Use effective affinity maskDexuan Cui2017-11-071-3/+5
|/
* Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-081-1/+7
|\
| * PCI: hv: Do not sleep in compose_msi_msg()Stephen Hemminger2017-08-031-1/+7
* | hyper-v: Globalize vp_indexVitaly Kuznetsov2017-08-101-51/+3
|/
* PCI: hv: Use vPCI protocol version 1.2Jork Loeser2017-07-021-54/+246
* PCI: hv: Add vPCI version protocol negotiationJork Loeser2017-07-021-19/+53
* PCI: hv: Temporary own CPU-number-to-vCPU-number infraJork Loeser2017-07-021-2/+50
* PCI: hv: Use page allocation for hbus structureJork Loeser2017-07-021-3/+12
* PCI: hv: Fix comment formatting and use proper integer fieldsJork Loeser2017-07-021-5/+5
* PCI: hv: Convert hv_pci_dev.refs from atomic_t to refcount_tElena Reshetova2017-04-181-4/+5
* PCI: hv: Allocate interrupt descriptors with GFP_ATOMICK. Y. Srinivasan2017-04-041-1/+1
* PCI: hv: Specify CPU_AFFINITY_ALL for MSI affinity when >= 32 CPUsK. Y. Srinivasan2017-04-041-3/+8
* PCI: hv: Lock PCI bus on device ejectLong Li2017-03-241-0/+4
* PCI: hv: Properly handle PCI bus removeLong Li2017-03-241-3/+17
* PCI: hv: Use device serial number as PCI domainHaiyang Zhang2017-02-171-0/+12
* PCI: hv: Fix wslot_to_devfn() to fix warnings on device removalDexuan Cui2017-02-101-3/+5
* PCI: hv: Allocate physically contiguous hypercall params bufferLong Li2016-11-291-10/+19
* PCI: hv: Delete the device earlier from hbus->children for hot-removeDexuan Cui2016-11-161-4/+4
* PCI: hv: Fix hv_pci_remove() for hot-removeDexuan Cui2016-11-161-20/+33
* PCI: hv: Use the correct buffer size in new_pcichild_device()Dexuan Cui2016-11-161-3/+3
* PCI: hv: Make unnecessarily global IRQ masking functions staticTobias Klauser2016-10-311-2/+2
* PCI: hv: Handle hv_pci_generic_compl() error caseDexuan Cui2016-09-061-4/+5
* PCI: hv: Handle vmbus_sendpacket() failure in hv_compose_msi_msg()Dexuan Cui2016-09-061-2/+4
* PCI: hv: Remove the unused 'wrk' in struct hv_pcibus_deviceDexuan Cui2016-09-061-1/+0
* PCI: hv: Use pci_function_description[0] in struct definitionsDexuan Cui2016-09-061-2/+2
* PCI: hv: Use zero-length array in struct pci_packetDexuan Cui2016-09-061-22/+20
* PCI: hv: Use list_move_tail() instead of list_del() + list_add_tail()Wei Yongjun2016-08-221-2/+1
* PCI: hv: Fix interrupt cleanup pathCathy Avery2016-07-251-6/+8
* PCI: hv: Handle all pending messages in hv_pci_onchannelcallback()Vitaly Kuznetsov2016-06-171-2/+5
* PCI: hv: Don't leak buffer in hv_pci_onchannelcallback()Vitaly Kuznetsov2016-06-171-6/+5
* Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-05-201-7/+7
|\
| * drivers:hv: Use new vmbus_mmio_free() from client drivers.Jake Oshins2016-04-301-7/+7
* | PCI: hv: Add explicit barriers to config space accessVitaly Kuznetsov2016-05-041-0/+14
* | PCI: hv: Report resources release after stopping the busVitaly Kuznetsov2016-05-021-5/+5
|/
* PCI: hv: Add paravirtual PCI front-end for Microsoft Hyper-V VMsJake Oshins2016-02-161-0/+2346