summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pci-hyperv.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+17Star
* PCI: hv: Replace hv_vp_set with hv_vpsetMaya Nakamura2019-03-011-13/+12Star
* 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-221-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