aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pci-hyperv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-4/+0
2021-04-26Merge tag 'hyperv-next-signed-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-1/+1
2021-04-21drivers: hv: Create a consistent pattern for checking Hyper-V hypercall statusJoseph Salisbury1-1/+1
2021-04-20PCI: hv: Drop msi_controller structureMarc Zyngier1-4/+0
2021-03-17PCI: hv: Use tasklet_disable_in_atomic()Sebastian Andrzej Siewior1-1/+1
2021-02-25Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2021-02-11asm-generic/hyperv: update hv_interrupt_entryWei Liu1-1/+1
2021-01-28PCI: hv: Fix typoBjorn Helgaas1-1/+1
2020-10-28x86/apic: Cleanup delivery mode definesThomas Gleixner1-3/+3
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-3/+47
2020-10-14Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-1/+4
2020-10-02PCI: hv: Fix hibernation in case interrupts are not re-createdDexuan Cui1-3/+47
2020-09-28PCI: hv: Document missing hv_pci_protocol_negotiation() parameterKrzysztof WilczyƄski1-1/+4
2020-09-16x86/msi: Use generic MSI domain opsThomas Gleixner1-8/+0
2020-09-16x86/msi: Consolidate MSI allocationThomas Gleixner1-1/+1
2020-07-28PCI: hv: Make some functions staticWei Yongjun1-7/+8
2020-07-27PCI: hv: Fix a timing issue which causes kdump to fail occasionallyWei Hu1-34/+37
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-20/+62
2020-05-28PCI: hv: Use struct_size() helperGustavo A. R. Silva1-14/+8
2020-05-11PCI: hv: Retry PCI bus D0 entry on invalid device stateWei Hu1-2/+38
2020-05-11PCI: hv: Fix the PCI HyperV probe failure path to release resource properlyWei Hu1-4/+16
2020-04-23PCI: hv: Prepare hv_compose_msi_msg() for the VMBus-channel-interrupt-to-vCPU reassignment functionalityAndrea Parri (Microsoft)1-16/+28
2020-03-09PCI: hv: Introduce hv_msi_entryBoqun Feng1-2/+1
2020-03-09PCI: hv: Move retarget related structures into tlfs headerBoqun Feng1-32/+2
2020-03-09PCI: hv: Move hypercall related definitions into tlfs headerBoqun Feng1-6/+0
2020-03-06PCI: hv: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-4/+4
2020-03-06PCI: hv: Add support for protocol 1.3 and support PCI_BUS_RELATIONS2Long Li1-0/+109
2020-03-06PCI: hv: Decouple the func definition in hv_dr_state from VSP messageLong Li1-30/+70
2020-02-24PCI: hv: Add missing kfree(hbus) in hv_pci_probe()'s error handling pathDexuan Cui1-1/+1
2020-02-24PCI: hv: Remove unnecessary type casting from kzallocDexuan Cui1-1/+1
2019-11-28Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas1-29/+179
2019-11-26PCI: hv: Avoid a kmemleak false positive caused by the hbus bufferDexuan Cui1-3/+21
2019-11-26PCI: hv: Change pci_protocol_version to per-hbusDexuan Cui1-12/+10
2019-11-26PCI: hv: Add hibernation supportDexuan Cui1-2/+123
2019-11-26PCI: hv: Reorganize the code in preparation of hibernationDexuan Cui1-15/+28
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov1-5/+5
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-14/+80
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+308
2019-09-10PCI: hv: Use bytes 4 and 5 from instance ID as the PCI domain numbersHaiyang Zhang1-1/+1
2019-08-22PCI: hv: Add a Hyper-V PCI interface driver for software backchannel interfaceHaiyang Zhang1-3/+9
2019-08-22PCI: hv: Add a paravirtual backchannel in softwareDexuan Cui1-0/+302
2019-08-21PCI: hv: Detect and fix Hyper-V PCI domain number collisionHaiyang Zhang1-13/+79
2019-08-12PCI: hv: Avoid use of hv_pci_dev->pci_slot after freeing itDexuan Cui1-1/+1
2019-08-07PCI: hv: Allocate a named fwnode instead of an address-based oneMarc Zyngier1-1/+9
2019-07-05PCI: hv: Fix a use-after-free bug in hv_eject_device_work()Dexuan Cui1-6/+9
2019-03-26PCI: hv: Add pci_destroy_slot() in pci_devices_present_work(), if necessaryDexuan Cui1-0/+4
2019-03-26PCI: hv: Add hv_pci_remove_slots() when we unload the driverDexuan Cui1-0/+16
2019-03-26PCI: hv: Fix a memory leak in hv_eject_device_work()Dexuan Cui1-0/+3
2019-03-01PCI: hv: Refactor hv_irq_unmask() to use cpumask_to_vpset()Maya Nakamura1-21/+17
2019-03-01PCI: hv: Replace hv_vp_set with hv_vpsetMaya Nakamura1-13/+12