| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-17 | PCI: vmd: Override irq_startup()/irq_shutdown() in vmd_init_dev_msi_info() | Inochi Amaoto | 1 | -0/+13 |
| 2025-08-12 | PCI: vmd: Remove MSI-X check on child devices | Nam Cao | 1 | -3/+0 |
| 2025-08-07 | PCI: vmd: Fix wrong kfree() in vmd_msi_free() | Nam Cao | 1 | -1/+3 |
| 2025-07-31 | Merge branch 'pci/controller/vmd' | Bjorn Helgaas | 1 | -0/+2 |
| 2025-07-24 | PCI: vmd: Switch to msi_create_parent_irq_domain() | Nam Cao | 1 | -80/+90 |
| 2025-07-24 | PCI: vmd: Convert to lock guards | Nam Cao | 1 | -44/+29 |
| 2025-06-23 | PCI: vmd: Add VMD Device ID Support for Panther Lake (PTL)-H/P/U | George D Sworo | 1 | -0/+2 |
| 2025-03-28 | Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -6/+6 |
| 2025-03-21 | PCI: vmd: Disable MSI remapping bypass under Xen | Roger Pau Monne | 1 | -0/+20 |
| 2025-03-18 | PCI: vmd: Make vmd_dev::cfg_lock a raw_spinlock_t type | Ryo Takakura | 1 | -6/+6 |
| 2024-11-25 | Merge branch 'pci/controller/vmd' | Bjorn Helgaas | 1 | -0/+4 |
| 2024-11-06 | PCI: vmd: Set devices to D0 before enabling PM L1 Substates | Jian-Hong Pan | 1 | -4/+9 |
| 2024-11-06 | PCI: vmd: Add DID 8086:B06F and 8086:B60B for Intel client SKUs | Nirmal Patel | 1 | -0/+4 |
| 2024-09-19 | Merge branch 'pci/controller/vmd' | Bjorn Helgaas | 1 | -2/+2 |
| 2024-09-01 | PCI: vmd: Fix indentation issue in vmd_shutdown() | Riyan Dhiman | 1 | -2/+2 |
| 2024-08-06 | PCI: vmd: Silence 'set affinity failed' warning | Marek Vasut | 1 | -12/+1 |
| 2024-07-19 | Merge branch 'pci/misc' | Bjorn Helgaas | 1 | -0/+1 |
| 2024-07-10 | PCI: vmd: Create domain symlink before pci_bus_add_devices() | Jiwei Sun | 1 | -4/+4 |
| 2024-07-08 | PCI: controller: Add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 1 | -0/+1 |
| 2024-01-17 | Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -3/+3 |
| 2023-12-13 | PCI: vmd: Remove usage of the deprecated ida_simple_xx() API | Christophe JAILLET | 1 | -3/+3 |
| 2023-12-11 | PCI: vmd: Fix potential deadlock when enabling ASPM | Johan Hovold | 1 | -1/+1 |
| 2023-10-28 | Merge branch 'pci/controller/vmd' | Bjorn Helgaas | 1 | -4/+1 |
| 2023-10-03 | PCI: Use PCI_HEADER_TYPE_* instead of literals | Ilpo Järvinen | 1 | -1/+1 |
| 2023-10-03 | PCI: vmd: Correct PCI Header Type Register's multi-function check | Ilpo Järvinen | 1 | -2/+1 |
| 2023-09-18 | PCI: vmd: Fix inconsistent indentation in vmd_resume() | Xinghui Li | 1 | -4/+1 |
| 2023-08-22 | PCI: vmd: Disable bridge window for domain reset | Nirmal Patel | 1 | -2/+17 |
| 2023-06-24 | PCI: vmd: Fix uninitialized variable usage in vmd_enable_domain() | Xinghui Li | 1 | -1/+2 |
| 2023-05-08 | PCI: vmd: Reset VMD config register between soft reboots | Nirmal Patel | 1 | -0/+8 |
| 2023-02-02 | PCI: vmd: Add quirk to configure PCIe ASPM and LTR | David E. Box | 1 | -1/+54 |
| 2023-02-02 | PCI: vmd: Create feature grouping for client products | David E. Box | 1 | -18/+10 |
| 2023-02-02 | PCI: vmd: Use PCI_VDEVICE in device list | David E. Box | 1 | -8/+8 |
| 2022-12-06 | PCI: vmd: Fix secondary bus reset for Intel bridges | Francisco Munoz | 1 | -2/+20 |
| 2022-11-11 | PCI: vmd: Disable MSI remapping after suspend | Nirmal Patel | 1 | -0/+5 |
| 2022-06-28 | PCI: vmd: Add DID 8086:7D0B and 8086:AD0B for Intel MTL SKUs | Francisco Munoz | 1 | -0/+8 |
| 2022-06-10 | PCI: vmd: Use devm_kasprintf() instead of simple kasprintf() | Subramanian Mohan | 1 | -3/+2 |
| 2022-05-12 | PCI: vmd: Revert 2565e5b69c44 ("PCI: vmd: Do not disable MSI-X remapping if i... | Nirmal Patel | 1 | -3/+1 |
| 2022-05-12 | PCI: vmd: Assign VMD IRQ domain before enumeration | Nirmal Patel | 1 | -0/+3 |
| 2022-02-21 | PCI: vmd: Prevent recursive locking on interrupt allocation | Thomas Gleixner | 1 | -7/+7 |
| 2022-01-13 | Merge branch 'pci/errors' | Bjorn Helgaas | 1 | -1/+1 |
| 2022-01-05 | PCI: vmd: Add DID 8086:A77F for all Intel Raptor Lake SKU's | Karthik L Gopalakrishnan | 1 | -0/+4 |
| 2022-01-04 | PCI: vmd: Honor ACPI _OSC on PCIe features | Kai-Heng Feng | 1 | -0/+18 |
| 2021-12-01 | PCI: vmd: Clean up domain before enumeration | Nirmal Patel | 1 | -0/+37 |
| 2021-11-18 | PCI: vmd: Use PCI_POSSIBLE_ERROR() to check config reads | Naveen Naidu | 1 | -1/+1 |
| 2021-11-05 | Merge branch 'remotes/lorenzo/pci/vmd' | Bjorn Helgaas | 1 | -9/+36 |
| 2021-11-04 | PCI: vmd: Drop redundant includes of <asm/device.h>, <asm/msi.h> | Krzysztof Wilczyński | 1 | -2/+0 |
| 2021-10-12 | PCI: vmd: Do not disable MSI-X remapping if interrupt remapping is enabled by... | Adrian Huang | 1 | -1/+3 |
| 2021-10-07 | PCI: vmd: Assign a number to each VMD controller | Chunguang Xu | 1 | -8/+33 |
| 2021-09-02 | PCI: VMD: ACPI: Make ACPI companion lookup work for VMD bus | Rafael J. Wysocki | 1 | -0/+55 |
| 2021-03-22 | PCI: vmd: Disable MSI-X remapping when possible | Jon Derrick | 1 | -12/+51 |
| 2020-12-15 | Merge tag 'pci-v5.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -21/+35 |
| 2020-12-15 | Merge branch 'remotes/lorenzo/pci/vmd' | Bjorn Helgaas | 1 | -11/+26 |
| 2020-12-10 | PCI: vmd: Update type of the __iomem pointers | Krzysztof Wilczyński | 1 | -4/+4 |
| 2020-12-10 | PCI: Unify ECAM constants in native PCI Express drivers | Krzysztof Wilczyński | 1 | -6/+5 |
| 2020-11-23 | PCI: vmd: Offset Client VMD MSI-X vectors | Jon Derrick | 1 | -11/+26 |
| 2020-10-28 | PCI: vmd: Use msi_msg shadow structs | Thomas Gleixner | 1 | -5/+4 |
| 2020-10-22 | Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -125/+181 |
| 2020-10-21 | PCI: vmd: Update VMD PM to correctly use generic PCI PM | Jon Derrick | 1 | -2/+0 |
| 2020-10-20 | PCI: vmd: Create IRQ allocation helper | Jon Derrick | 1 | -41/+53 |
| 2020-10-20 | PCI: vmd: Create IRQ Domain configuration helper | Jon Derrick | 1 | -17/+35 |
| 2020-10-20 | PCI: vmd: Create bus offset configuration helper | Jon Derrick | 1 | -21/+32 |
| 2020-10-20 | PCI: vmd: Create physical offset helper | Jon Derrick | 1 | -43/+62 |
| 2020-09-16 | PCI_vmd_Mark_VMD_irqdomain_with_DOMAIN_BUS_VMD_MSI | Thomas Gleixner | 1 | -0/+6 |
| 2020-09-16 | PCI: vmd: Dont abuse vector irqomain as parent | Thomas Gleixner | 1 | -1/+2 |
| 2020-08-07 | Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -6/+38 |
| 2020-07-23 | irqdomain/treewide: Free firmware node after domain removal | Jon Derrick | 1 | -0/+3 |
| 2020-07-14 | irqdomain/treewide: Keep firmware node unconditionally allocated | Thomas Gleixner | 1 | -2/+3 |
| 2020-07-06 | PCI: vmd: Use Shadow MEMBAR registers for QEMU/KVM guests | Jon Derrick | 1 | -6/+38 |
| 2020-05-29 | PCI: vmd: Filter resource type bits from shadow register | Jon Derrick | 1 | -2/+4 |
| 2020-01-29 | PCI: vmd: Add two VMD Device IDs | Sushma Kalakota | 1 | -0/+4 |
| 2020-01-24 | PCI: vmd: Remove dma_map_ops overrides | Jon Derrick | 1 | -150/+0 |
| 2020-01-24 | x86/PCI: Expose VMD's pci_dev in struct pci_sysdata | Jon Derrick | 1 | -1/+1 |
| 2019-11-28 | Merge branch 'pci/trivial' | Bjorn Helgaas | 1 | -1/+1 |
| 2019-11-21 | PCI: Fix indentation | Krzysztof Kozlowski | 1 | -1/+1 |
| 2019-11-20 | PCI: vmd: Add device id for VMD device 8086:9A0B | Jon Derrick | 1 | -0/+2 |
| 2019-11-20 | PCI: vmd: Add bus 224-255 restriction decode | Jon Derrick | 1 | -8/+22 |
| 2019-09-17 | PCI: vmd: Fix shadow offsets to reflect spec changes | Jon Derrick | 1 | -3/+6 |
| 2019-09-17 | PCI: vmd: Fix config addressing when using bus offsets | Jon Derrick | 1 | -7/+9 |
| 2019-07-09 | PCI: Fix typos and whitespace errors | Bjorn Helgaas | 1 | -1/+1 |
| 2019-04-24 | x86/pci: Clean up usage of X86_DEV_DMA_OPS | Christoph Hellwig | 1 | -7/+0 |
| 2019-01-30 | PCI/VMD: Configure MPS settings before adding devices | Jon Derrick | 1 | -1/+14 |
| 2018-12-13 | vmd: use the proper dma_* APIs instead of direct methods calls | Christoph Hellwig | 1 | -25/+17 |
| 2018-12-06 | dma-mapping: remove the mapping_error dma_map_ops method | Christoph Hellwig | 1 | -6/+0 |
| 2018-10-25 | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2018-10-18 | PCI: vmd: Detach resources after stopping root bus | Jon Derrick | 1 | -1/+1 |
| 2018-10-01 | dma-mapping: make the get_required_mask method available unconditionally | Christoph Hellwig | 1 | -4/+0 |
| 2018-06-28 | PCI: vmd: White list for fast interrupt handlers | Keith Busch | 1 | -1/+12 |
| 2018-06-08 | PCI: Collect all native drivers under drivers/pci/controller/ | Shawn Lin | 1 | -0/+870 |