aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/controller/vmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-29PCI: vmd: Add two VMD Device IDsSushma Kalakota1-0/+4
2020-01-24PCI: vmd: Remove dma_map_ops overridesJon Derrick1-150/+0
2020-01-24x86/PCI: Expose VMD's pci_dev in struct pci_sysdataJon Derrick1-1/+1
2019-11-28Merge branch 'pci/trivial'Bjorn Helgaas1-1/+1
2019-11-21PCI: Fix indentationKrzysztof Kozlowski1-1/+1
2019-11-20PCI: vmd: Add device id for VMD device 8086:9A0BJon Derrick1-0/+2
2019-11-20PCI: vmd: Add bus 224-255 restriction decodeJon Derrick1-8/+22
2019-09-17PCI: vmd: Fix shadow offsets to reflect spec changesJon Derrick1-3/+6
2019-09-17PCI: vmd: Fix config addressing when using bus offsetsJon Derrick1-7/+9
2019-07-09PCI: Fix typos and whitespace errorsBjorn Helgaas1-1/+1
2019-04-24x86/pci: Clean up usage of X86_DEV_DMA_OPSChristoph Hellwig1-7/+0
2019-01-30PCI/VMD: Configure MPS settings before adding devicesJon Derrick1-1/+14
2018-12-13vmd: use the proper dma_* APIs instead of direct methods callsChristoph Hellwig1-25/+17
2018-12-06dma-mapping: remove the mapping_error dma_map_ops methodChristoph Hellwig1-6/+0
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2018-10-18PCI: vmd: Detach resources after stopping root busJon Derrick1-1/+1
2018-10-01dma-mapping: make the get_required_mask method available unconditionallyChristoph Hellwig1-4/+0
2018-06-28PCI: vmd: White list for fast interrupt handlersKeith Busch1-1/+12
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin1-0/+870