Age | Commit message (Expand) | Author | Files | Lines |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
2018-06-29 | PCI: Make early dump functionality generic | Sinan Kaya | 1 | -4/+0 |
2018-01-11 | x86/PCI: Add "pci=big_root_window" option for AMD 64-bit windows | =?UTF-8?q?Christian=20K=C3=B6nig?= | 1 | -0/+5 |
2017-07-18 | x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap() for RAM mappings | Tom Lendacky | 1 | -2/+2 |
2017-07-08 | Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -22/+5 |
2017-06-28 | x86/PCI: Select CONFIG_PCI_LOCKLESS_CONFIG | Thomas Gleixner | 1 | -2/+2 |
2017-06-15 | x86/PCI: Simplify Dell DMI B1 quirk | Jean Delvare | 1 | -22/+5 |
2017-03-01 | x86/PCI: Implement pcibios_release_device to release IRQ from IOAPIC | Rui Wang | 1 | -0/+9 |
2017-01-24 | treewide: Move dma_ops from struct dev_archdata into struct device | Bart Van Assche | 1 | -1/+1 |
2016-09-23 | x86/PCI: VMD: Request userspace control of PCIe hotplug indicators | Keith Busch | 1 | -0/+7 |
2016-06-10 | PCI: Fix comment typo | Andrea Gelmini | 1 | -1/+1 |
2016-04-11 | x86/PCI: Refine PCI support check in pcibios_init() | Adrian-Ken Rueegsegger | 1 | -1/+1 |
2016-03-16 | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+0 |
2016-02-27 | Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()" | Bjorn Helgaas | 1 | -9/+11 |
2016-02-17 | Revert "x86/PCI: Don't alloc pcibios-irq when MSI is enabled" | Bjorn Helgaas | 1 | -8/+0 |
2016-02-05 | PCI: Remove includes of empty asm-generic/pci-bridge.h | Bjorn Helgaas | 1 | -1/+0 |
2016-01-15 | x86/PCI: Allow DMA ops specific to a PCI domain | Keith Busch | 1 | -0/+38 |
2015-11-06 | Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+8 |
2015-10-21 | x86/PCI: Don't alloc pcibios-irq when MSI is enabled | Joerg Roedel | 1 | -0/+8 |
2015-09-15 | PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code" | Bjorn Helgaas | 1 | -0/+1 |
2015-08-04 | Merge branches 'pci/irq', 'pci/misc', 'pci/resource' and 'pci/virtualization'... | Bjorn Helgaas | 1 | -12/+9 |
2015-07-30 | PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq() | Jiang Liu | 1 | -11/+9 |
2015-07-23 | PCI: Call pci_read_bridge_bases() from core instead of arch code | Lorenzo Pieralisi | 1 | -1/+0 |
2015-04-13 | Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+2 |
2015-03-20 | Revert "x86/PCI: Refine the way to release PCI IRQ resources" | Rafael J. Wysocki | 1 | -28/+6 |
2015-03-19 | PCI: Assign resources before drivers claim devices (pci_scan_root_bus()) | Yijing Wang | 1 | -0/+2 |
2015-02-10 | Merge branch 'acpi-resources' | Rafael J. Wysocki | 1 | -6/+28 |
2015-02-05 | x86/PCI: Refine the way to release PCI IRQ resources | Jiang Liu | 1 | -6/+28 |
2015-02-02 | PCI: Add NEC variants to Stratus ftServer PCIe DMI check | Charlotte Richardson | 1 | -0/+16 |
2014-09-22 | x86/PCI: Mark DMI tables as initialization data | Mathias Krause | 1 | -10/+10 |
2014-04-02 | Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 1 | -4/+1 |
2014-02-27 | x86, platforms: Remove SGI Visual Workstation | H. Peter Anvin | 1 | -4/+1 |
2014-02-03 | x86/PCI: Remove mp_bus_to_node[], set_mp_bus_to_node(), get_mp_bus_to_node() | Bjorn Helgaas | 1 | -69/+0 |
2014-02-03 | x86/PCI: Use x86_pci_root_bus_node() instead of get_mp_bus_to_node() | Bjorn Helgaas | 1 | -1/+1 |
2014-02-03 | x86/PCI: Drop return value of pcibios_scan_root() | Bjorn Helgaas | 1 | -4/+2 |
2014-02-03 | x86/PCI: Merge pci_scan_bus_on_node() into pcibios_scan_root() | Bjorn Helgaas | 1 | -30/+19 |
2014-02-03 | x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_with_sysdata() | Bjorn Helgaas | 1 | -5/+0 |
2014-02-03 | x86/PCI: Drop pcibios_scan_root() check for bus already scanned | Bjorn Helgaas | 1 | -9/+0 |
2013-06-05 | x86/PCI: Map PCI setup data with ioremap() so it can be in highmem | Matt Fleming | 1 | -1/+4 |
2013-04-12 | x86/PCI: Implement pcibios_{add|remove}_bus() hooks | Jiang Liu | 1 | -0/+11 |
2013-02-25 | Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+0 |
2013-01-03 | X86: drivers: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -13/+13 |
2013-01-03 | x86/PCI: Remove unused pci_root_bus | Bjorn Helgaas | 1 | -1/+0 |
2012-12-26 | PCI: Work around Stratus ftServer broken PCIe hierarchy (fix DMI check) | Myron Stowe | 1 | -1/+2 |
2012-12-10 | Merge branch 'pci/mjg-pci-roms-from-efi' into next | Bjorn Helgaas | 1 | -2/+2 |
2012-12-10 | PCI: Use phys_addr_t for physical ROM address | Bjorn Helgaas | 1 | -2/+2 |
2012-12-06 | Merge branch 'pci/mjg-pci-roms-from-efi' into next | Bjorn Helgaas | 1 | -0/+30 |
2012-12-05 | x86: Use PCI setup data | Matthew Garrett | 1 | -0/+30 |
2012-11-07 | PCI: Don't pass pci_dev to pci_ext_cfg_avail() | Taku Izumi | 1 | -1/+1 |
2012-07-05 | x86/PCI: adjust section annotations for pcibios_setup() | Myron Stowe | 1 | -1/+1 |