summaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/vmd.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-04x86/PCI: VMD: Move VMD driver to drivers/pci/hostKeith Busch1-761/+0
2016-09-19x86/PCI: VMD: Synchronize with RCU freeing MSI IRQ descsKeith Busch1-0/+2
2016-09-19x86/PCI: VMD: Eliminate index member from IRQ listJon Derrick1-7/+13
2016-09-19x86/PCI: VMD: Eliminate vmd_vector member from list typeJon Derrick1-8/+5
2016-09-19x86/PCI: VMD: Convert to use pci_alloc_irq_vectors() APIJon Derrick1-12/+3
2016-09-19x86/PCI: VMD: Allocate IRQ lists with correct MSI-X countJon Derrick1-5/+5
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-8/+8
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-16/+25
2016-06-20x86/PCI: VMD: Separate MSI and MSI-X vector sharingKeith Busch1-4/+8
2016-06-20x86/PCI: VMD: Use x86_vector_domain as parent domainKeith Busch1-1/+1
2016-06-20x86/PCI: VMD: Use lock save/restore in interrupt enable pathJon Derrick1-8/+12
2016-06-18x86/PCI/VMD: Use untracked irq handlerKeith Busch1-1/+1
2016-06-13x86/PCI: VMD: Initialize list item in IRQ disableKeith Busch1-0/+1
2016-06-13x86/PCI: VMD: Select device dma ops to overrideKeith Busch1-3/+3
2016-03-10x86/PCI: VMD: Attach VMD resources to parent domain's resource treeJon Derrick1-0/+16
2016-03-10x86/PCI: VMD: Set bus resource start to 0Keith Busch1-1/+1
2016-03-10x86/PCI: VMD: Document code for maintainabilityKeith Busch1-0/+17
2016-01-15x86/PCI: Add driver for Intel Volume Management Device (VMD)Keith Busch1-0/+723