aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/controller/pci-hyperv.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-10PCI: hv: Fix ring buffer size calculationGravatar Michael Kelley 1-1/+2
2023-11-21x86/apic: Drop apic::delivery_modeGravatar Andrew Cooper 1-7/+0
2023-10-14PCI: hv: Annotate struct hv_dr_state with __counted_byGravatar Kees Cook 1-1/+1
2023-08-22PCI: hv: Fix a crash in hv_pci_restore_msi_msg() during hibernationGravatar Dexuan Cui 1-0/+3
2023-06-18PCI: hv: Add a per-bus mutex state_lockGravatar Dexuan Cui 1-3/+26
2023-06-18Revert "PCI: hv: Fix a timing issue which causes kdump to fail occasionally"Gravatar Dexuan Cui 1-37/+34
2023-06-18PCI: hv: Remove the useless hv_pcichild_state from struct hv_pci_devGravatar Dexuan Cui 1-12/+0
2023-06-18PCI: hv: Fix a race condition in hv_irq_unmask() that can cause panicGravatar Dexuan Cui 1-6/+5
2023-06-18PCI: hv: Fix a race condition bug in hv_pci_query_relations()Gravatar Dexuan Cui 1-0/+18
2023-04-21PCI: hv: Replace retarget_msi_interrupt_params with hyperv_pcpu_input_argGravatar Dexuan Cui 1-41/+7
2023-04-17PCI: hv: Enable PCI pass-thru devices in Confidential VMsGravatar Michael Kelley 1-64/+168
2023-01-17Drivers: hv: Make remove callback of hyperv driver void returnedGravatar Dawei Li 1-6/+2
2022-12-12Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-14/+1
2022-11-28PCI: hv: update comment in x86 specific hv_arch_irq_unmaskGravatar Olaf Hering 1-3/+3
2022-11-17x86/apic: Remove X86_IRQ_ALLOC_CONTIGUOUS_VECTORSGravatar Thomas Gleixner 1-14/+1
2022-11-12PCI: hv: Only reuse existing IRTE allocation for Multi-MSIGravatar Dexuan Cui 1-15/+75
2022-11-03PCI: hv: Fix the definition of vector in hv_compose_msi_msg()Gravatar Dexuan Cui 1-6/+16
2022-07-08PCI: hv: Take a const cpumask in hv_compose_msi_req_get_cpu()Gravatar Samuel Holland 1-1/+1
2022-07-07genirq: Return a const cpumask from irq_data_get_affinity_maskGravatar Samuel Holland 1-5/+5
2022-05-13PCI: hv: Fix synchronization between channel callback and hv_pci_bus_exit()Gravatar Andrea Parri (Microsoft) 1-7/+19
2022-05-13PCI: hv: Add validation for untrusted Hyper-V valuesGravatar Andrea Parri (Microsoft) 1-9/+24
2022-05-11PCI: hv: Fix interrupt mapping for multi-MSIGravatar Jeffrey Hugo 1-10/+50
2022-05-11PCI: hv: Reuse existing IRTE allocation in compose_msi_msg()Gravatar Jeffrey Hugo 1-7/+9
2022-05-03PCI: hv: Do not set PCI_COMMAND_MEMORY to reduce VM boot timeGravatar Dexuan Cui 1-6/+11
2022-04-28PCI: hv: Fix hv_arch_irq_unmask() for multi-MSIGravatar Jeffrey Hugo 1-8/+4
2022-04-25PCI: hv: Fix synchronization between channel callback and hv_compose_msi_msg()Gravatar Andrea Parri (Microsoft) 1-6/+27
2022-04-25PCI: hv: Use vmbus_requestor to generate transaction IDs for VMbus hardeningGravatar Andrea Parri (Microsoft) 1-10/+29
2022-04-25PCI: hv: Fix multi-MSI to allow more than one MSI vectorGravatar Jeffrey Hugo 1-1/+10
2022-04-07Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-0/+9
2022-03-31PCI: hv: Remove unused hv_set_msi_entry_from_desc()Gravatar YueHaibing 1-8/+0
2022-03-29PCI: hv: Propagate coherence from VMbus device to PCI deviceGravatar Michael Kelley 1-0/+9
2022-03-25Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-111/+122
2022-03-02PCI: hv: Avoid the retarget interrupt hypercall in irq_unmask() on ARM64Gravatar Boqun Feng 1-111/+122
2022-02-03PCI: hv: Fix NUMA node assignment when kernel boots with custom NUMA topologyGravatar Long Li 1-2/+11
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-26/+288
2022-01-13Merge branch 'pci/errors'Gravatar Bjorn Helgaas 1-1/+1
2022-01-12PCI: hv: Add arm64 Hyper-V vPCI supportGravatar Sunil Muthuswamy 1-1/+234
2022-01-12PCI: hv: Make the code arch neutral by adding arch specific interfacesGravatar Sunil Muthuswamy 1-25/+54
2021-12-16PCI: hv: Rework MSI handlingGravatar Thomas Gleixner 1-5/+10
2021-11-18PCI: hv: Use PCI_ERROR_RESPONSE to identify config read errorsGravatar Naveen Naidu 1-1/+1
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2021-10-12PCI: hv: Remove unnecessary use of %hxGravatar Krzysztof Wilczyński 1-2/+2
2021-10-07Merge tag 'hyperv-fixes-signed-20211007' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-3/+10
2021-09-24PCI: hv: Fix sleep while in non-sleep context when removing child devices fro...Gravatar Long Li 1-3/+10
2021-09-02Merge branch 'remotes/lorenzo/pci/hyper-v'Gravatar Bjorn Helgaas 1-36/+50
2021-08-23PCI: hv: Turn on the host bridge probing on ARM64Gravatar Boqun Feng 1-0/+7
2021-08-23PCI: hv: Set up MSI domain at bridge probing timeGravatar Boqun Feng 1-5/+8
2021-08-23PCI: hv: Set ->domain_nr of pci_host_bridge at probing timeGravatar Boqun Feng 1-4/+5
2021-08-23PCI: hv: Generify PCI probingGravatar Arnd Bergmann 1-27/+30
2021-08-13PCI: hv: Support for create interrupt v3Gravatar Sunil Muthuswamy 1-5/+62