summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | PCI: Cache the VF device ID in the SR-IOV structureFilippo Sironi2017-10-052-2/+4
| | * | | | PCI: Add Kconfig PCI_IOV dependency for PCI_REALLOC_ENABLE_AUTOSascha El-Sharkawy2017-10-051-4/+4
| | * | | | PCI: Remove unused function __pci_reset_function()Jan H. Schönherr2017-10-051-32/+3
| | * | | | PCI: Remove reset argument from pci_iov_{add,remove}_virtfn()Jan H. Schönherr2017-10-051-13/+5
| | |/ / /
| * | | | Merge branch 'pci/switchtec' into nextBjorn Helgaas2017-11-141-1/+1
| |\ \ \ \
| | * | | | switchtec: Make struct event_regs staticColin Ian King2017-10-051-1/+1
| | |/ / /
| * | | | Merge branch 'pci/resource' into nextBjorn Helgaas2017-11-145-15/+286
| |\ \ \ \
| | * | | | PCI: Fail pci_map_rom() if the option ROM is invalidChangbin Du2017-11-081-0/+5
| | * | | | PCI: Move pci_map_rom() error pathChangbin Du2017-11-081-6/+8
| | * | | | PCI: Add pci_resize_resource() for resizing BARsChristian König2017-10-252-0/+156
| | * | | | PCI: Add resizable BAR infrastructureChristian König2017-10-242-0/+109
| | * | | | PCI: Add PCI resource type mask #defineChristian König2017-10-241-9/+8
| | |/ / /
| * | | | Merge branch 'pci/portdrv' into nextBjorn Helgaas2017-11-141-0/+1
| |\ \ \ \
| | * | | | PCI/portdrv: Turn off PCIe services during shutdownSinan Kaya2017-11-061-0/+1
| | |/ / /
| * | | | Merge branch 'pci/msi' into nextBjorn Helgaas2017-11-141-96/+75
| |\ \ \ \
| | * | | | PCI/portdrv: Compute MSI/MSI-X IRQ vectors after final allocationBjorn Helgaas2017-10-211-10/+20
| | * | | | PCI/portdrv: Factor out Interrupt Message Number lookupBjorn Helgaas2017-10-201-48/+62
| | * | | | PCI/portdrv: Consolidate commentsBjorn Helgaas2017-10-201-54/+9
| | * | | | PCI/portdrv: Add #defines for AER and DPC Interrupt Message Number masksDongdong Liu2017-10-191-2/+2
| | |/ / /
| * | | | Merge branch 'pci/misc' into nextBjorn Helgaas2017-11-145-4/+16
| |\ \ \ \
| | * | | | PCI: Fix kernel-doc build warningRandy Dunlap2017-11-081-1/+1
| | * | | | PCI: Move PCI_QUIRKS to the PCI bus menuRandy Dunlap2017-11-071-0/+9
| | * | | | PCI/PME: Handle invalid data when reading Root StatusQiang2017-11-071-1/+4
| | * | | | PCI: Constify pci_dev_type structureBhumika Goyal2017-10-052-2/+2
| | |/ / /
| * | | | Merge branch 'pci/hotplug' into nextBjorn Helgaas2017-11-1415-113/+413
| |\ \ \ \
| | * | | | PCI: pciehp: Do not clear Presence Detect Changed during initializationMika Westerberg2017-11-061-3/+8
| | * | | | PCI: pciehp: Fix race condition handling surprise link downMika Westerberg2017-11-063-5/+10
| | * | | | PCI: Distribute available resources to hotplug-capable bridgesMika Westerberg2017-11-061-0/+177
| | * | | | PCI: Distribute available buses to hotplug-capable bridgesMika Westerberg2017-11-061-18/+138
| | * | | | PCI: Do not allocate more buses than available in parentMika Westerberg2017-11-061-1/+6
| | * | | | PCI: Open-code the two pass loop when scanning bridgesMika Westerberg2017-11-061-7/+20
| | * | | | PCI: Move pci_hp_add_bridge() to drivers/pci/probe.cMika Westerberg2017-11-063-32/+23
| | * | | | PCI: Add for_each_pci_bridge() helperAndy Shevchenko2017-11-066-29/+17
| | * | | | PCI: shpchp: Convert timers to use timer_setup()Kees Cook2017-11-061-6/+3
| | * | | | PCI: cpqphp: Convert timers to use timer_setup()Kees Cook2017-11-063-12/+12
| | * | | | PCI: pciehp: Convert timers to use timer_setup()Kees Cook2017-11-061-8/+4
| | * | | | PCI: ibmphp: Use common error handling code in unconfigure_boot_device()Markus Elfring2017-11-061-8/+11
| | |/ / /
| * | | | Merge branch 'pci/aspm' into nextBjorn Helgaas2017-11-141-18/+28
| |\ \ \ \
| | * | | | PCI/ASPM: Add L1 Substates definitionsBjorn Helgaas2017-11-141-14/+20
| | * | | | PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLDBjorn Helgaas2017-11-141-1/+1
| | * | | | PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_TimeBjorn Helgaas2017-11-131-1/+1
| | * | | | PCI/ASPM: Deal with missing root ports in link state handlingArd Biesheuvel2017-10-051-2/+6
| | |/ / /
| * | | | Merge branch 'pci/aer' into nextBjorn Helgaas2017-11-141-1/+8
| |\ \ \ \
| | * | | | PCI/AER: Report non-fatal errors only to the affected endpointGabriele Paoloni2017-10-051-1/+8
| | |/ / /
| * | | | ACPI / PCI: Bail early in acpi_pci_add_bus() if there is no ACPI handleVitaly Kuznetsov2017-10-051-1/+1
| |/ / /
* | | | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-2/+3
|\ \ \ \
| * | | | treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-2/+3
* | | | | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-141-0/+1
|\ \ \ \ \
| * | | | | drivers: flag buses which demand DMA configurationRobin Murphy2017-10-191-0/+1
| |/ / / /
* | | | | Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2017-11-141-6/+6
|\ \ \ \ \
OpenPOWER on IntegriCloud