summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pci-hyperv.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: hv: Replace retarget_msi_interrupt_params with hyperv_pcpu_input_argDexuan Cui2023-04-211-41/+7
* PCI: hv: Enable PCI pass-thru devices in Confidential VMsMichael Kelley2023-04-171-64/+168
* Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li2023-01-171-6/+2
* Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-121-14/+1
|\
| * x86/apic: Remove X86_IRQ_ALLOC_CONTIGUOUS_VECTORSThomas Gleixner2022-11-171-14/+1
* | PCI: hv: update comment in x86 specific hv_arch_irq_unmaskOlaf Hering2022-11-281-3/+3
* | PCI: hv: Only reuse existing IRTE allocation for Multi-MSIDexuan Cui2022-11-121-15/+75
|/
* PCI: hv: Fix the definition of vector in hv_compose_msi_msg()Dexuan Cui2022-11-031-6/+16
* PCI: hv: Take a const cpumask in hv_compose_msi_req_get_cpu()Samuel Holland2022-07-081-1/+1
* genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland2022-07-071-5/+5
* PCI: hv: Fix synchronization between channel callback and hv_pci_bus_exit()Andrea Parri (Microsoft)2022-05-131-7/+19
* PCI: hv: Add validation for untrusted Hyper-V valuesAndrea Parri (Microsoft)2022-05-131-9/+24
* PCI: hv: Fix interrupt mapping for multi-MSIJeffrey Hugo2022-05-111-10/+50
* PCI: hv: Reuse existing IRTE allocation in compose_msi_msg()Jeffrey Hugo2022-05-111-7/+9
* PCI: hv: Do not set PCI_COMMAND_MEMORY to reduce VM boot timeDexuan Cui2022-05-031-6/+11
* PCI: hv: Fix hv_arch_irq_unmask() for multi-MSIJeffrey Hugo2022-04-281-8/+4
* PCI: hv: Fix synchronization between channel callback and hv_compose_msi_msg()Andrea Parri (Microsoft)2022-04-251-6/+27
* PCI: hv: Use vmbus_requestor to generate transaction IDs for VMbus hardeningAndrea Parri (Microsoft)2022-04-251-10/+29
* PCI: hv: Fix multi-MSI to allow more than one MSI vectorJeffrey Hugo2022-04-251-1/+10
* Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-04-071-0/+9
|\
| * PCI: hv: Propagate coherence from VMbus device to PCI deviceMichael Kelley2022-03-291-0/+9
* | PCI: hv: Remove unused hv_set_msi_entry_from_desc()YueHaibing2022-03-311-8/+0
* | Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-03-251-111/+122
|\ \ | |/ |/|
| * PCI: hv: Avoid the retarget interrupt hypercall in irq_unmask() on ARM64Boqun Feng2022-03-021-111/+122
* | PCI: hv: Fix NUMA node assignment when kernel boots with custom NUMA topologyLong Li2022-02-031-2/+11
|/
* Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-161-26/+288
|\
| * Merge branch 'pci/errors'Bjorn Helgaas2022-01-131-1/+1
| |\
| | * PCI: hv: Use PCI_ERROR_RESPONSE to identify config read errorsNaveen Naidu2021-11-181-1/+1
| * | PCI: hv: Add arm64 Hyper-V vPCI supportSunil Muthuswamy2022-01-121-1/+234
| * | PCI: hv: Make the code arch neutral by adding arch specific interfacesSunil Muthuswamy2022-01-121-25/+54
| |/
* / PCI: hv: Rework MSI handlingThomas Gleixner2021-12-161-5/+10
|/
* Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-061-2/+2
|\
| * PCI: hv: Remove unnecessary use of %hxKrzysztof WilczyƄski2021-10-121-2/+2
* | Merge tag 'hyperv-fixes-signed-20211007' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-10-071-3/+10
|\ \ | |/ |/|
| * PCI: hv: Fix sleep while in non-sleep context when removing child devices fro...Long Li2021-09-241-3/+10
* | Merge branch 'remotes/lorenzo/pci/hyper-v'Bjorn Helgaas2021-09-021-36/+50
|\ \
| * | PCI: hv: Turn on the host bridge probing on ARM64Boqun Feng2021-08-231-0/+7
| * | PCI: hv: Set up MSI domain at bridge probing timeBoqun Feng2021-08-231-5/+8
| * | PCI: hv: Set ->domain_nr of pci_host_bridge at probing timeBoqun Feng2021-08-231-4/+5
| * | PCI: hv: Generify PCI probingArnd Bergmann2021-08-231-27/+30
| |/
* / PCI: hv: Support for create interrupt v3Sunil Muthuswamy2021-08-131-5/+62
|/
* Merge tag 'pci-v5.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-07-081-38/+26
|\
| * PCI: hv: Remove bus device removal unused refcount/functionsLong Li2021-06-031-31/+3
| * PCI: hv: Fix a race condition when removing the deviceLong Li2021-06-031-7/+23
* | PCI: hv: Add check for hyperv_initialized in init_hv_pci_drv()Haiyang Zhang2021-06-201-0/+3
|/
* Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-051-4/+0
|\
| * PCI: hv: Drop msi_controller structureMarc Zyngier2021-04-201-4/+0
* | Merge tag 'hyperv-next-signed-20210426' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-04-261-1/+1
|\ \
| * | drivers: hv: Create a consistent pattern for checking Hyper-V hypercall statusJoseph Salisbury2021-04-211-1/+1
| |/
* / PCI: hv: Use tasklet_disable_in_atomic()Sebastian Andrzej Siewior2021-03-171-1/+1
|/