summaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-hacking/index.rst (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-14PCI/ASPM: Reformat ASPM register definitionsBjorn Helgaas1-14/+14
2017-11-14PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLDBjorn Helgaas1-1/+1
2017-11-13PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_TimeBjorn Helgaas1-1/+1
2017-11-09PCI: Fix kernel-doc build warningRandy Dunlap1-1/+1
2017-11-08PCI: Fail pci_map_rom() if the option ROM is invalidChangbin Du1-0/+5
2017-11-08PCI: Move pci_map_rom() error pathChangbin Du1-6/+8
2017-11-08PCI: Move PCI_QUIRKS to the PCI bus menuRandy Dunlap2-9/+9
2017-11-08alpha/PCI: Make pdev_save_srm_config() staticBjorn Helgaas2-9/+10
2017-11-08PCI: Remove unused declarationsBjorn Helgaas4-12/+0
2017-11-08PCI: Remove redundant pci_dev, pci_bus, resource declarationsBjorn Helgaas11-28/+0
2017-11-08PCI: Remove redundant pcibios_set_master() declarationsBjorn Helgaas8-13/+0
2017-11-08PCI/PME: Handle invalid data when reading Root StatusQiang1-1/+4
2017-11-07PCI: pciehp: Do not clear Presence Detect Changed during initializationMika Westerberg1-3/+8
2017-11-07PCI: pciehp: Fix race condition handling surprise link downMika Westerberg3-5/+10
2017-11-07PCI: Distribute available resources to hotplug-capable bridgesMika Westerberg1-0/+177
2017-11-07PCI: Distribute available buses to hotplug-capable bridgesMika Westerberg1-18/+138
2017-11-07PCI: Do not allocate more buses than available in parentMika Westerberg1-1/+6
2017-11-07PCI: Open-code the two pass loop when scanning bridgesMika Westerberg1-7/+20
2017-11-07PCI: Move pci_hp_add_bridge() to drivers/pci/probe.cMika Westerberg3-32/+23
2017-11-07PCI: Add for_each_pci_bridge() helperAndy Shevchenko8-32/+23
2017-11-07PCI: shpchp: Convert timers to use timer_setup()Kees Cook1-6/+3
2017-11-07PCI: cpqphp: Convert timers to use timer_setup()Kees Cook3-12/+12
2017-11-07PCI: pciehp: Convert timers to use timer_setup()Kees Cook1-8/+4
2017-11-07PCI: ibmphp: Use common error handling code in unconfigure_boot_device()Markus Elfring1-8/+11
2017-11-07PCI/portdrv: Turn off PCIe services during shutdownSinan Kaya1-0/+1
2017-10-31misc: pci_endpoint_test: Fix BUG_ON error during pci_disable_msi()Kishon Vijay Abraham I1-0/+8
2017-10-31misc: pci_endpoint_test: Fix pci_endpoint_test not releasing resources on removeKishon Vijay Abraham I1-2/+10
2017-10-31misc: pci_endpoint_test: Fix failure path return values in probeKishon Vijay Abraham I1-0/+2
2017-10-31misc: pci_endpoint_test: Avoid triggering a BUG()Dan Carpenter1-0/+2
2017-10-26PCI: Document reset method return valuesBjorn Helgaas1-0/+8
2017-10-25x86/PCI: Enable a 64bit BAR on AMD Family 15h (Models 00-1f, 30-3f, 60-7f)Christian König1-0/+85
2017-10-25PCI: Add pci_resize_resource() for resizing BARsChristian König3-0/+159
2017-10-25PCI: Detach driver before procfs & sysfs teardown on device removeAlex Williamson1-1/+1
2017-10-24PCI: Add resizable BAR infrastructureChristian König3-2/+115
2017-10-24PCI: Add PCI resource type mask #defineChristian König1-9/+8
2017-10-21PCI/portdrv: Compute MSI/MSI-X IRQ vectors after final allocationBjorn Helgaas1-10/+20
2017-10-20PCI/portdrv: Factor out Interrupt Message Number lookupBjorn Helgaas1-48/+62
2017-10-20PCI/portdrv: Consolidate commentsBjorn Helgaas1-54/+9
2017-10-20PCI/portdrv: Add #defines for AER and DPC Interrupt Message Number masksDongdong Liu2-2/+4
2017-10-19PCI: Apply Cavium ThunderX ACS quirk to more Root PortsVadim Lomovtsev1-1/+14
2017-10-19PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UFVadim Lomovtsev1-5/+7
2017-10-17misc: pci_endpoint_test: Prevent some integer overflowsDan Carpenter1-0/+9
2017-10-11PCI: Restore ARI Capable Hierarchy before setting numVFsTony Nguyen1-0/+8
2017-10-11PCI: Create SR-IOV virtfn/physfn links before attaching driverStuart Hayes1-1/+2
2017-10-11PCI: Expose SR-IOV offset, stride, and VF device ID via sysfsFilippo Sironi1-0/+33
2017-10-05switchtec: Make struct event_regs staticColin Ian King1-1/+1
2017-10-05PCI: Cache the VF device ID in the SR-IOV structureFilippo Sironi2-2/+4
2017-10-05PCI: Add Kconfig PCI_IOV dependency for PCI_REALLOC_ENABLE_AUTOSascha El-Sharkawy1-4/+4
2017-10-05PCI: Remove unused function __pci_reset_function()Jan H. Schönherr2-33/+3
2017-10-05PCI: Remove reset argument from pci_iov_{add,remove}_virtfn()Jan H. Schönherr3-19/+11