summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/pci-hyperv.c
AgeCommit message (Expand)Author
2020-07-28PCI: hv: Make some functions staticWei Yongjun
2020-07-27PCI: hv: Fix a timing issue which causes kdump to fail occasionallyWei Hu
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-05-28PCI: hv: Use struct_size() helperGustavo A. R. Silva
2020-05-11PCI: hv: Retry PCI bus D0 entry on invalid device stateWei Hu
2020-05-11PCI: hv: Fix the PCI HyperV probe failure path to release resource properlyWei Hu
2020-04-23PCI: hv: Prepare hv_compose_msi_msg() for the VMBus-channel-interrupt-to-vCPU...Andrea Parri (Microsoft)
2020-03-09PCI: hv: Introduce hv_msi_entryBoqun Feng
2020-03-09PCI: hv: Move retarget related structures into tlfs headerBoqun Feng
2020-03-09PCI: hv: Move hypercall related definitions into tlfs headerBoqun Feng
2020-03-06PCI: hv: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-06PCI: hv: Add support for protocol 1.3 and support PCI_BUS_RELATIONS2Long Li
2020-03-06PCI: hv: Decouple the func definition in hv_dr_state from VSP messageLong Li
2020-02-24PCI: hv: Add missing kfree(hbus) in hv_pci_probe()'s error handling pathDexuan Cui
2020-02-24PCI: hv: Remove unnecessary type casting from kzallocDexuan Cui
2019-11-28Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas
2019-11-26PCI: hv: Avoid a kmemleak false positive caused by the hbus bufferDexuan Cui
2019-11-26PCI: hv: Change pci_protocol_version to per-hbusDexuan Cui
2019-11-26PCI: hv: Add hibernation supportDexuan Cui
2019-11-26PCI: hv: Reorganize the code in preparation of hibernationDexuan Cui
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-09-10PCI: hv: Use bytes 4 and 5 from instance ID as the PCI domain numbersHaiyang Zhang
2019-08-22PCI: hv: Add a Hyper-V PCI interface driver for software backchannel interfaceHaiyang Zhang
2019-08-22PCI: hv: Add a paravirtual backchannel in softwareDexuan Cui
2019-08-21PCI: hv: Detect and fix Hyper-V PCI domain number collisionHaiyang Zhang
2019-08-12PCI: hv: Avoid use of hv_pci_dev->pci_slot after freeing itDexuan Cui
2019-08-07PCI: hv: Allocate a named fwnode instead of an address-based oneMarc Zyngier
2019-07-05PCI: hv: Fix a use-after-free bug in hv_eject_device_work()Dexuan Cui
2019-03-26PCI: hv: Add pci_destroy_slot() in pci_devices_present_work(), if necessaryDexuan Cui
2019-03-26PCI: hv: Add hv_pci_remove_slots() when we unload the driverDexuan Cui
2019-03-26PCI: hv: Fix a memory leak in hv_eject_device_work()Dexuan Cui
2019-03-01PCI: hv: Refactor hv_irq_unmask() to use cpumask_to_vpset()Maya Nakamura
2019-03-01PCI: hv: Replace hv_vp_set with hv_vpsetMaya Nakamura
2019-03-01PCI: hv: Add __aligned(8) to struct retarget_msi_interruptMaya Nakamura
2018-09-21PCI: hv: Fix return value check in hv_pci_assign_slots()Wei Yongjun
2018-09-17PCI: hv: support reporting serial number as slot informationStephen Hemminger
2018-08-16Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-08-15Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange
2018-07-09PCI: hv: Disable/enable IRQs rather than BH in hv_compose_msi_msg()Dexuan Cui
2018-06-29PCI: hv: Replace GFP_ATOMIC with GFP_KERNEL in new_pcichild_device()Jia-Ju Bai
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin