summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/vmd.c
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge branch 'pci/misc'Bjorn Helgaas1-0/+1
13 daysPCI: vmd: Create domain symlink before pci_bus_add_devices()Jiwei Sun1-4/+4
2024-07-08PCI: controller: Add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2024-01-18Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2023-12-13PCI: vmd: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-3/+3
2023-12-11PCI: vmd: Fix potential deadlock when enabling ASPMJohan Hovold1-1/+1
2023-10-28Merge branch 'pci/controller/vmd'Bjorn Helgaas1-4/+1
2023-10-03PCI: Use PCI_HEADER_TYPE_* instead of literalsIlpo Järvinen1-1/+1
2023-10-03PCI: vmd: Correct PCI Header Type Register's multi-function checkIlpo Järvinen1-2/+1
2023-09-18PCI: vmd: Fix inconsistent indentation in vmd_resume()Xinghui Li1-4/+1
2023-08-22PCI: vmd: Disable bridge window for domain resetNirmal Patel1-2/+17
2023-06-24PCI: vmd: Fix uninitialized variable usage in vmd_enable_domain()Xinghui Li1-1/+2
2023-05-08PCI: vmd: Reset VMD config register between soft rebootsNirmal Patel1-0/+8
2023-02-02PCI: vmd: Add quirk to configure PCIe ASPM and LTRDavid E. Box1-1/+54
2023-02-02PCI: vmd: Create feature grouping for client productsDavid E. Box1-18/+10
2023-02-02PCI: vmd: Use PCI_VDEVICE in device listDavid E. Box1-8/+8
2022-12-06PCI: vmd: Fix secondary bus reset for Intel bridgesFrancisco Munoz1-2/+20
2022-11-11PCI: vmd: Disable MSI remapping after suspendNirmal Patel1-0/+5
2022-06-29PCI: vmd: Add DID 8086:7D0B and 8086:AD0B for Intel MTL SKUsFrancisco Munoz1-0/+8
2022-06-10PCI: vmd: Use devm_kasprintf() instead of simple kasprintf()Subramanian Mohan1-3/+2
2022-05-12PCI: vmd: Revert 2565e5b69c44 ("PCI: vmd: Do not disable MSI-X remapping if i...Nirmal Patel1-3/+1
2022-05-12PCI: vmd: Assign VMD IRQ domain before enumerationNirmal Patel1-0/+3
2022-02-21PCI: vmd: Prevent recursive locking on interrupt allocationThomas Gleixner1-7/+7
2022-01-13Merge branch 'pci/errors'Bjorn Helgaas1-1/+1
2022-01-05PCI: vmd: Add DID 8086:A77F for all Intel Raptor Lake SKU'sKarthik L Gopalakrishnan1-0/+4
2022-01-04PCI: vmd: Honor ACPI _OSC on PCIe featuresKai-Heng Feng1-0/+18
2021-12-01PCI: vmd: Clean up domain before enumerationNirmal Patel1-0/+37
2021-11-18PCI: vmd: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu1-1/+1
2021-11-05Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas1-9/+36
2021-11-04PCI: vmd: Drop redundant includes of <asm/device.h>, <asm/msi.h>Krzysztof Wilczyński1-2/+0
2021-10-12PCI: vmd: Do not disable MSI-X remapping if interrupt remapping is enabled by...Adrian Huang1-1/+3
2021-10-07PCI: vmd: Assign a number to each VMD controllerChunguang Xu1-8/+33
2021-09-02PCI: VMD: ACPI: Make ACPI companion lookup work for VMD busRafael J. Wysocki1-0/+55
2021-03-22PCI: vmd: Disable MSI-X remapping when possibleJon Derrick1-12/+51
2020-12-16Merge tag 'pci-v5.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-21/+35
2020-12-16Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas1-11/+26
2020-12-10PCI: vmd: Update type of the __iomem pointersKrzysztof Wilczyński1-4/+4
2020-12-10PCI: Unify ECAM constants in native PCI Express driversKrzysztof Wilczyński1-6/+5
2020-11-23PCI: vmd: Offset Client VMD MSI-X vectorsJon Derrick1-11/+26
2020-10-28PCI: vmd: Use msi_msg shadow structsThomas Gleixner1-5/+4
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-125/+181
2020-10-21PCI: vmd: Update VMD PM to correctly use generic PCI PMJon Derrick1-2/+0
2020-10-20PCI: vmd: Create IRQ allocation helperJon Derrick1-41/+53
2020-10-20PCI: vmd: Create IRQ Domain configuration helperJon Derrick1-17/+35
2020-10-20PCI: vmd: Create bus offset configuration helperJon Derrick1-21/+32
2020-10-20PCI: vmd: Create physical offset helperJon Derrick1-43/+62
2020-09-16PCI_vmd_Mark_VMD_irqdomain_with_DOMAIN_BUS_VMD_MSIThomas Gleixner1-0/+6
2020-09-16PCI: vmd: Dont abuse vector irqomain as parentThomas Gleixner1-1/+2
2020-08-08Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+38
2020-07-23irqdomain/treewide: Free firmware node after domain removalJon Derrick1-0/+3