| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-17 | PCI/VGA: Select SCREEN_INFO on X86 | Mario Limonciello (AMD) | 1 | -4/+2 |
| 2025-09-10 | PCI/VGA: Replace vga_is_firmware_default() with a screen info check | Mario Limonciello (AMD) | 1 | -26/+5 |
| 2023-11-02 | Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -6/+8 |
| 2023-10-06 | PCI/VGA: Select VGA devices earlier | Sui Jingfeng | 1 | -6/+8 |
| 2023-10-06 | PCI/VGA: Use pci_is_vga() to identify VGA devices | Sui Jingfeng | 1 | -1/+1 |
| 2023-09-11 | arch: Remove Itanium (IA-64) architecture | Ard Biesheuvel | 1 | -1/+1 |
| 2023-08-24 | PCI/VGA: Fix typos | Sui Jingfeng | 1 | -149/+159 |
| 2023-08-23 | PCI/VGA: Simplify vga_client_register() | Sui Jingfeng | 1 | -12/+7 |
| 2023-08-23 | PCI/VGA: Simplify vga_arbiter_notify_clients() | Sui Jingfeng | 1 | -4/+2 |
| 2023-08-23 | PCI/VGA: Correct vga_update_device_decodes() parameter type | Sui Jingfeng | 1 | -13/+12 |
| 2023-08-23 | PCI/VGA: Correct vga_str_to_iostate() io_state parameter type | Sui Jingfeng | 1 | -1/+1 |
| 2023-04-04 | PCI: Introduce pci_dev_for_each_resource() | Mika Westerberg | 1 | -12/+5 |
| 2022-03-09 | PCI/VGA: Replace full MIT license text with SPDX identifier | Bjorn Helgaas | 1 | -22/+1 |
| 2022-03-09 | PCI/VGA: Use unsigned format string to print lock counts | Bjorn Helgaas | 1 | -1/+1 |
| 2022-03-09 | PCI/VGA: Log bridge control messages when adding devices | Huacai Chen | 1 | -11/+8 |
| 2022-03-09 | PCI/VGA: Remove empty vga_arb_device_card_gone() | Bjorn Helgaas | 1 | -15/+1 |
| 2022-03-09 | PCI/VGA: Move disabled VGA device detection to ADD_DEVICE path | Huacai Chen | 1 | -18/+9 |
| 2022-03-09 | PCI/VGA: Move non-legacy VGA detection to ADD_DEVICE path | Huacai Chen | 1 | -22/+32 |
| 2022-03-09 | PCI/VGA: Move firmware default device detection to ADD_DEVICE path | Huacai Chen | 1 | -20/+17 |
| 2022-03-09 | PCI/VGA: Factor out default VGA device selection | Huacai Chen | 1 | -6/+39 |
| 2022-03-09 | PCI/VGA: Factor out vga_select_framebuffer_device() | Bjorn Helgaas | 1 | -46/+53 |
| 2022-03-09 | PCI/VGA: Move vga_arb_integrated_gpu() earlier in file | Huacai Chen | 1 | -14/+11 |
| 2022-03-09 | PCI/VGA: Move vgaarb to drivers/pci | Bjorn Helgaas | 1 | -0/+1567 |