aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pci-hyperv.c
Commit message (Expand)AuthorAge
* Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-23
|\
| * PCI: hv: Use bytes 4 and 5 from instance ID as the PCI domain numbersHaiyang Zhang2019-09-10
| * PCI: hv: Detect and fix Hyper-V PCI domain number collisionHaiyang Zhang2019-08-21
| * PCI: hv: Avoid use of hv_pci_dev->pci_slot after freeing itDexuan Cui2019-08-12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-18
|\ \
| * | PCI: hv: Add a Hyper-V PCI interface driver for software backchannel interfaceHaiyang Zhang2019-08-22
| * | PCI: hv: Add a paravirtual backchannel in softwareDexuan Cui2019-08-22
| |/
* / PCI: hv: Allocate a named fwnode instead of an address-based oneMarc Zyngier2019-08-07
|/
* PCI: hv: Fix a use-after-free bug in hv_eject_device_work()Dexuan Cui2019-07-05
* PCI: hv: Add pci_destroy_slot() in pci_devices_present_work(), if necessaryDexuan Cui2019-03-26
* PCI: hv: Add hv_pci_remove_slots() when we unload the driverDexuan Cui2019-03-26
* PCI: hv: Fix a memory leak in hv_eject_device_work()Dexuan Cui2019-03-26
* PCI: hv: Refactor hv_irq_unmask() to use cpumask_to_vpset()Maya Nakamura2019-03-01
* PCI: hv: Replace hv_vp_set with hv_vpsetMaya Nakamura2019-03-01
* PCI: hv: Add __aligned(8) to struct retarget_msi_interruptMaya Nakamura2019-03-01
* PCI: hv: Fix return value check in hv_pci_assign_slots()Wei Yongjun2018-09-21
* PCI: hv: support reporting serial number as slot informationStephen Hemminger2018-09-17
* Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-16
|\
| * Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas2018-08-15
| |\
| | * PCI: hv: Replace GFP_ATOMIC with GFP_KERNEL in new_pcichild_device()Jia-Ju Bai2018-06-29
* | | Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-05
|\| |
| * | PCI: hv: Disable/enable IRQs rather than BH in hv_compose_msi_msg()Dexuan Cui2018-07-09
| |/
* / x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-05
|/
* PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin2018-06-08