summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pci-hyperv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas2019-11-281-29/+179
|\
| * PCI: hv: Avoid a kmemleak false positive caused by the hbus bufferDexuan Cui2019-11-261-3/+21
| * PCI: hv: Change pci_protocol_version to per-hbusDexuan Cui2019-11-261-12/+10
| * PCI: hv: Add hibernation supportDexuan Cui2019-11-261-2/+123
| * PCI: hv: Reorganize the code in preparation of hibernationDexuan Cui2019-11-261-15/+28
* | PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-141-5/+5
|/
* Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-231-14/+80
|\
| * PCI: hv: Use bytes 4 and 5 from instance ID as the PCI domain numbersHaiyang Zhang2019-09-101-1/+1
| * PCI: hv: Detect and fix Hyper-V PCI domain number collisionHaiyang Zhang2019-08-211-13/+79
| * PCI: hv: Avoid use of hv_pci_dev->pci_slot after freeing itDexuan Cui2019-08-121-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-181-0/+308
|\ \
| * | PCI: hv: Add a Hyper-V PCI interface driver for software backchannel interfaceHaiyang Zhang2019-08-221-3/+9
| * | PCI: hv: Add a paravirtual backchannel in softwareDexuan Cui2019-08-221-0/+302
| |/
* | PCI: hv: Allocate a named fwnode instead of an address-based oneMarc Zyngier2019-08-071-1/+9
|/
* PCI: hv: Fix a use-after-free bug in hv_eject_device_work()Dexuan Cui2019-07-051-6/+9
* PCI: hv: Add pci_destroy_slot() in pci_devices_present_work(), if necessaryDexuan Cui2019-03-261-0/+4
* PCI: hv: Add hv_pci_remove_slots() when we unload the driverDexuan Cui2019-03-261-0/+16
* PCI: hv: Fix a memory leak in hv_eject_device_work()Dexuan Cui2019-03-261-0/+3
* PCI: hv: Refactor hv_irq_unmask() to use cpumask_to_vpset()Maya Nakamura2019-03-011-21/+17
* PCI: hv: Replace hv_vp_set with hv_vpsetMaya Nakamura2019-03-011-13/+12
* PCI: hv: Add __aligned(8) to struct retarget_msi_interruptMaya Nakamura2019-03-011-1/+1
* PCI: hv: Fix return value check in hv_pci_assign_slots()Wei Yongjun2018-09-211-1/+3
* PCI: hv: support reporting serial number as slot informationStephen Hemminger2018-09-171-0/+37
* Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-161-1/+1
|\
| * Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas2018-08-151-1/+1
| |\
| | * PCI: hv: Replace GFP_ATOMIC with GFP_KERNEL in new_pcichild_device()Jia-Ju Bai2018-06-291-1/+1
* | | Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-051-3/+5
|\ \ \ | |/ /
| * | PCI: hv: Disable/enable IRQs rather than BH in hv_compose_msi_msg()Dexuan Cui2018-07-091-3/+5
| |/
* | x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-051-0/+1
|/
* PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin2018-06-081-0/+2694
OpenPOWER on IntegriCloud