summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pci-hyperv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* PCI: hv: Move hypercall related definitions into tlfs headerBoqun Feng2020-03-091-6/+0
* PCI: hv: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-061-4/+4
* PCI: hv: Add support for protocol 1.3 and support PCI_BUS_RELATIONS2Long Li2020-03-061-0/+109
* PCI: hv: Decouple the func definition in hv_dr_state from VSP messageLong Li2020-03-061-30/+70
* PCI: hv: Add missing kfree(hbus) in hv_pci_probe()'s error handling pathDexuan Cui2020-02-241-1/+1
* PCI: hv: Remove unnecessary type casting from kzallocDexuan Cui2020-02-241-1/+1
* Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas2019-11-281-29/+179
|\
| * PCI: hv: Avoid a kmemleak false positive caused by the hbus bufferDexuan Cui2019-11-261-3/+21
| * PCI: hv: Change pci_protocol_version to per-hbusDexuan Cui2019-11-261-12/+10
| * PCI: hv: Add hibernation supportDexuan Cui2019-11-261-2/+123
| * PCI: hv: Reorganize the code in preparation of hibernationDexuan Cui2019-11-261-15/+28
* | PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-141-5/+5
|/