summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pci-hyperv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-231-14/+80
|\
| * PCI: hv: Use bytes 4 and 5 from instance ID as the PCI domain numbersHaiyang Zhang2019-09-101-1/+1
| * PCI: hv: Detect and fix Hyper-V PCI domain number collisionHaiyang Zhang2019-08-211-13/+79
| * PCI: hv: Avoid use of hv_pci_dev->pci_slot after freeing itDexuan Cui2019-08-121-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-181-0/+308
|\ \
| * | PCI: hv: Add a Hyper-V PCI interface driver for software backchannel interfaceHaiyang Zhang2019-08-221-3/+9
| * | PCI: hv: Add a paravirtual backchannel in softwareDexuan Cui2019-08-221-0/+302
| |/
* / PCI: hv: Allocate a named fwnode instead of an address-based oneMarc Zyngier2019-08-071-1/+9
|/
* PCI: hv: Fix a use-after-free bug in hv_eject_device_work()Dexuan Cui2019-07-051-6/+9
* PCI: hv: Add pci_destroy_slot() in pci_devices_present_work(), if necessaryDexuan Cui2019-03-261-0/+4
* PCI: hv: Add hv_pci_remove_slots() when we unload the driverDexuan Cui2019-03-261-0/+16
* PCI: hv: Fix a memory leak in hv_eject_device_work()Dexuan Cui2019-03-261-0/+3
* PCI: hv: Refactor hv_irq_unmask() to use cpumask_to_vpset()Maya Nakamura2019-03-011-21/+17
* PCI: hv: Replace hv_vp_set with hv_vpsetMaya Nakamura2019-03-011-13/+12