summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pci-hyperv.c
AgeCommit message (Expand)AuthorLines
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2021-10-12PCI: hv: Remove unnecessary use of %hxKrzysztof Wilczyński-2/+2
2021-10-07Merge tag 'hyperv-fixes-signed-20211007' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-3/+10
2021-09-24PCI: hv: Fix sleep while in non-sleep context when removing child devices fro...Long Li-3/+10
2021-09-02Merge branch 'remotes/lorenzo/pci/hyper-v'Bjorn Helgaas-36/+50
2021-08-23PCI: hv: Turn on the host bridge probing on ARM64Boqun Feng-0/+7
2021-08-23PCI: hv: Set up MSI domain at bridge probing timeBoqun Feng-5/+8
2021-08-23PCI: hv: Set ->domain_nr of pci_host_bridge at probing timeBoqun Feng-4/+5
2021-08-23PCI: hv: Generify PCI probingArnd Bergmann-27/+30
2021-08-13PCI: hv: Support for create interrupt v3Sunil Muthuswamy-5/+62
2021-07-08Merge tag 'pci-v5.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-38/+26
2021-06-20PCI: hv: Add check for hyperv_initialized in init_hv_pci_drv()Haiyang Zhang-0/+3
2021-06-03PCI: hv: Remove bus device removal unused refcount/functionsLong Li-31/+3
2021-06-03PCI: hv: Fix a race condition when removing the deviceLong Li-7/+23
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+0
2021-04-26Merge tag 'hyperv-next-signed-20210426' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+1
2021-04-21drivers: hv: Create a consistent pattern for checking Hyper-V hypercall statusJoseph Salisbury-1/+1
2021-04-20PCI: hv: Drop msi_controller structureMarc Zyngier-4/+0
2021-03-17PCI: hv: Use tasklet_disable_in_atomic()Sebastian Andrzej Siewior-1/+1
2021-02-25Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2021-02-11asm-generic/hyperv: update hv_interrupt_entryWei Liu-1/+1
2021-01-28PCI: hv: Fix typoBjorn Helgaas-1/+1
2020-10-28x86/apic: Cleanup delivery mode definesThomas Gleixner-3/+3
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+47
2020-10-14Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+4
2020-10-02PCI: hv: Fix hibernation in case interrupts are not re-createdDexuan Cui-3/+47
2020-09-28PCI: hv: Document missing hv_pci_protocol_negotiation() parameterKrzysztof Wilczyński-1/+4
2020-09-16x86/msi: Use generic MSI domain opsThomas Gleixner-8/+0
2020-09-16x86/msi: Consolidate MSI allocationThomas Gleixner-1/+1
2020-07-28PCI: hv: Make some functions staticWei Yongjun-7/+8
2020-07-27PCI: hv: Fix a timing issue which causes kdump to fail occasionallyWei Hu-34/+37
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-20/+62
2020-05-28PCI: hv: Use struct_size() helperGustavo A. R. Silva-14/+8
2020-05-11PCI: hv: Retry PCI bus D0 entry on invalid device stateWei Hu-2/+38
2020-05-11PCI: hv: Fix the PCI HyperV probe failure path to release resource properlyWei Hu-4/+16
2020-04-23PCI: hv: Prepare hv_compose_msi_msg() for the VMBus-channel-interrupt-to-vCPU...Andrea Parri (Microsoft)-16/+28
2020-03-09PCI: hv: Introduce hv_msi_entryBoqun Feng-2/+1
2020-03-09PCI: hv: Move retarget related structures into tlfs headerBoqun Feng-32/+2
2020-03-09PCI: hv: Move hypercall related definitions into tlfs headerBoqun Feng-6/+0
2020-03-06PCI: hv: Replace zero-length array with flexible-array memberGustavo A. R. Silva-4/+4
2020-03-06PCI: hv: Add support for protocol 1.3 and support PCI_BUS_RELATIONS2Long Li-0/+109
2020-03-06PCI: hv: Decouple the func definition in hv_dr_state from VSP messageLong Li-30/+70
2020-02-24PCI: hv: Add missing kfree(hbus) in hv_pci_probe()'s error handling pathDexuan Cui-1/+1
2020-02-24PCI: hv: Remove unnecessary type casting from kzallocDexuan Cui-1/+1
2019-11-28Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas-29/+179
2019-11-26PCI: hv: Avoid a kmemleak false positive caused by the hbus bufferDexuan Cui-3/+21
2019-11-26PCI: hv: Change pci_protocol_version to per-hbusDexuan Cui-12/+10
2019-11-26PCI: hv: Add hibernation supportDexuan Cui-2/+123
2019-11-26PCI: hv: Reorganize the code in preparation of hibernationDexuan Cui-15/+28
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov-5/+5