summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pci-hyperv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-211-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
|/
* Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-251-1/+1
|\
| * PCI: hv: Fix typoBjorn Helgaas2021-01-281-1/+1
* | asm-generic/hyperv: update hv_interrupt_entryWei Liu2021-02-111-1/+1
|/
* x86/apic: Cleanup delivery mode definesThomas Gleixner2020-10-281-3/+3
* Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-221-3/+47
|\
| * PCI: hv: Fix hibernation in case interrupts are not re-createdDexuan Cui2020-10-021-3/+47
* | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-141-1/+4
|\ \
| * | PCI: hv: Document missing hv_pci_protocol_negotiation() parameterKrzysztof Wilczyński2020-09-281-1/+4
| |/
* | x86/msi: Use generic MSI domain opsThomas Gleixner2020-09-161-8/+0
* | x86/msi: Consolidate MSI allocationThomas Gleixner2020-09-161-1/+1
|/
* PCI: hv: Make some functions staticWei Yongjun2020-07-281-7/+8
* PCI: hv: Fix a timing issue which causes kdump to fail occasionallyWei Hu2020-07-271-34/+37
* Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-061-20/+62
|\
| * PCI: hv: Use struct_size() helperGustavo A. R. Silva2020-05-281-14/+8
| * PCI: hv: Retry PCI bus D0 entry on invalid device stateWei Hu2020-05-111-2/+38
| * PCI: hv: Fix the PCI HyperV probe failure path to release resource properlyWei Hu2020-05-111-4/+16
* | PCI: hv: Prepare hv_compose_msi_msg() for the VMBus-channel-interrupt-to-vCPU...Andrea Parri (Microsoft)2020-04-231-16/+28
|/
* PCI: hv: Introduce hv_msi_entryBoqun Feng2020-03-091-2/+1
* PCI: hv: Move retarget related structures into tlfs headerBoqun Feng2020-03-091-32/+2