summaryrefslogtreecommitdiffstats
path: root/drivers/pci/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-071-0/+12
|\
| * PCI/IOV: Add pci-pf-stub driver for PFs that only enable VFsAlexander Duyck2018-04-241-0/+12
* | PCI: remove CONFIG_PCI_BUS_ADDR_T_64BITChristoph Hellwig2018-05-091-4/+0
|/
* Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-011-0/+1
|\
| * PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas2018-01-261-0/+1
* | PCI: cadence: Add EndPoint Controller driver for Cadence PCIe controllerCyrille Pitchen2018-01-311-0/+1
* | PCI: Regroup all PCI related entries into drivers/pci/MakefileCyrille Pitchen2018-01-311-0/+1
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-261-9/+0
|\
| * x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas2017-11-231-9/+0
* | Merge branch 'pci/virtualization' into nextBjorn Helgaas2017-11-141-4/+4
|\ \
| * | PCI: Add Kconfig PCI_IOV dependency for PCI_REALLOC_ENABLE_AUTOSascha El-Sharkawy2017-10-051-4/+4
| |/
* / PCI: Move PCI_QUIRKS to the PCI bus menuRandy Dunlap2017-11-071-0/+9
|/
* PCI: Provide Kconfig option for lockless config space accessorsThomas Gleixner2017-06-281-0/+3
* Merge branch 'pci/switchtec' into nextBjorn Helgaas2017-04-281-0/+1
|\
| * MicroSemi Switchtec management interface driverLogan Gunthorpe2017-03-061-0/+1
* | PCI: endpoint: Add EP core layer to enable EP controller and EP functionsKishon Vijay Abraham I2017-04-111-0/+1
|/
* PCI: Move DesignWare IP support to new drivers/pci/dwc/ directoryKishon Vijay Abraham I2017-02-211-0/+1
* PCI/MSI: Enable PCI_MSI_IRQ_DOMAIN support for ARCJoao Pinto2016-09-061-1/+1
* PCI/MSI: irqchip: Fix PCI_MSI dependenciesArnd Bergmann2016-06-151-1/+1
* PCI: Provide common functions for ECAM mappingJayachandran C2016-05-111-0/+3
* PCI: Restore inclusion of pci/hotplug KconfigTero Roponen2016-03-211-0/+1
* Merge branch 'pci/host-hv' into nextBjorn Helgaas2016-03-151-1/+7
|\
| * PCI: hv: Add paravirtual PCI front-end for Microsoft Hyper-V VMsJake Oshins2016-02-161-0/+7
* | PCI: Include pci/hotplug Kconfig directly from pci/KconfigBjorn Helgaas2016-03-081-0/+1
* | PCI: Include pci/pcie/Kconfig directly from pci/KconfigBogicevic Sasa2016-03-081-0/+3
|/
* PCI,parisc: Enable 64-bit bus addresses on PA-RISCHelge Deller2015-09-081-1/+1
* PCI: Don't use 64-bit bus addresses on PA-RISCBjorn Helgaas2015-08-201-1/+1
* PCI: Add pci_bus_addr_tYinghai Lu2015-05-291-0/+4
* x86, irq: Make MSI and HT_IRQ indepenent of X86_IO_APICJiang Liu2014-12-161-1/+1
* PCI: Remove PCI ioapic driverJiang Liu2014-12-161-7/+0
* PCI/MSI: Enhance core to support hierarchy irqdomainJiang Liu2014-11-231-0/+5
* PCI/MSI: Move cached entry functions to irq coreJiang Liu2014-11-231-0/+1
* PCI: Convert ioapic to be builtin only, not modularYinghai Lu2014-01-031-1/+2
* PCI: remove ARCH_SUPPORTS_MSI kconfig optionThomas Petazzoni2013-08-121-4/+0
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-07-021-0/+2
|\
| * pci: PCIe driver for Marvell Armada 370/XP systemsThomas Petazzoni2013-05-201-0/+2
* | Finally eradicate CONFIG_HOTPLUGStephen Rothwell2013-06-031-2/+0
|/
* PCI: Drop bogus default from ARCH_SUPPORTS_MSIJan Beulich2012-09-101-1/+0
* PCI: add a PCI resource reallocation config optionYinghai Lu2012-02-241-0/+13
* pci, x86/io-apic: Allow PCI_IOAPIC to be user configurable on x86Jan Beulich2011-12-061-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2011-11-231-0/+1
|\
| * PCI: Let PCI_PRI depend on PCIJoerg Roedel2011-10-311-0/+1
* | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-11-061-11/+0
|\ \ | |/ |/|
| * pci: drop unused Kconfig symbolPaul Bolle2011-10-311-11/+0
* | PCI: Add support for PASID capabilityJoerg Roedel2011-10-141-0/+13
* | PCI: Add implementation for PRI capabilityJoerg Roedel2011-10-141-0/+9
* | PCI: Move ATS implementation into own fileJoerg Roedel2011-10-141-0/+4
|/
* PCI: pci-label: Fix build failure when CONFIG_NLS is set to 'm' by allmodconfigRandy Dunlap2011-04-121-1/+3
* PCI: Export ACPI _DSM provided firmware instance number and string name to sysfsNarendra_K@Dell.com2011-03-041-0/+2
* xen/pci: Make xen-pcifront be dependent on XEN_XENBUS_FRONTENDKonrad Rzeszutek Wilk2011-01-051-0/+1