summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/vmd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-221-125/+181
|\
| * PCI: vmd: Update VMD PM to correctly use generic PCI PMJon Derrick2020-10-211-2/+0
| * PCI: vmd: Create IRQ allocation helperJon Derrick2020-10-201-41/+53
| * PCI: vmd: Create IRQ Domain configuration helperJon Derrick2020-10-201-17/+35
| * PCI: vmd: Create bus offset configuration helperJon Derrick2020-10-201-21/+32
| * PCI: vmd: Create physical offset helperJon Derrick2020-10-201-43/+62
* | PCI_vmd_Mark_VMD_irqdomain_with_DOMAIN_BUS_VMD_MSIThomas Gleixner2020-09-161-0/+6
* | PCI: vmd: Dont abuse vector irqomain as parentThomas Gleixner2020-09-161-1/+2
|/
* Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-6/+38
|\
| * PCI: vmd: Use Shadow MEMBAR registers for QEMU/KVM guestsJon Derrick2020-07-061-6/+38
* | irqdomain/treewide: Free firmware node after domain removalJon Derrick2020-07-231-0/+3
* | irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner2020-07-141-2/+3
|/
* PCI: vmd: Filter resource type bits from shadow registerJon Derrick2020-05-291-2/+4
* PCI: vmd: Add two VMD Device IDsSushma Kalakota2020-01-291-0/+4
* PCI: vmd: Remove dma_map_ops overridesJon Derrick2020-01-241-150/+0
* x86/PCI: Expose VMD's pci_dev in struct pci_sysdataJon Derrick2020-01-241-1/+1
* Merge branch 'pci/trivial'Bjorn Helgaas2019-11-281-1/+1
|\
| * PCI: Fix indentationKrzysztof Kozlowski2019-11-211-1/+1
* | PCI: vmd: Add device id for VMD device 8086:9A0BJon Derrick2019-11-201-0/+2
* | PCI: vmd: Add bus 224-255 restriction decodeJon Derrick2019-11-201-8/+22
|/
* PCI: vmd: Fix shadow offsets to reflect spec changesJon Derrick2019-09-171-3/+6
* PCI: vmd: Fix config addressing when using bus offsetsJon Derrick2019-09-171-7/+9
* PCI: Fix typos and whitespace errorsBjorn Helgaas2019-07-091-1/+1
* x86/pci: Clean up usage of X86_DEV_DMA_OPSChristoph Hellwig2019-04-241-7/+0
* PCI/VMD: Configure MPS settings before adding devicesJon Derrick2019-01-301-1/+14
* vmd: use the proper dma_* APIs instead of direct methods callsChristoph Hellwig2018-12-131-25/+17
* dma-mapping: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-6/+0
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-1/+1
|\
| * PCI: vmd: Detach resources after stopping root busJon Derrick2018-10-181-1/+1
* | dma-mapping: make the get_required_mask method available unconditionallyChristoph Hellwig2018-10-011-4/+0
|/
* PCI: vmd: White list for fast interrupt handlersKeith Busch2018-06-281-1/+12
* PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin2018-06-081-0/+870