summaryrefslogtreecommitdiff
path: root/drivers/pci/pci.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-14PCI: Check for PME in targeted sleep stateAlan Stern1-0/+4
2016-07-12PCI: Allow a NULL "parent" pointer in pci_bus_assign_domain_nr()Krzysztof HaƂasa1-1/+3
2016-07-12PCI: Move domain assignment from arm64 to generic codeLorenzo Pieralisi1-0/+49
2015-12-03PCI: Add flag for devices that don't reset on D3hot->D0 transitionAlex Williamson1-1/+1
2015-07-04PCI: Propagate the "ignore hotplug" setting to parentRafael J. Wysocki1-0/+11
2015-01-30PCI: Add flag for devices where we can't use bus resetAlex Williamson1-4/+36
2014-10-01Merge branch 'pci/host-generic' into nextBjorn Helgaas1-0/+40
2014-10-01PCI: Add pci_remap_iospace() to map bus I/O resourcesLiviu Dudau1-0/+31
2014-10-01of/pci: Add pci_get_new_domain_nr() and of_get_pci_domain_nr()Liviu Dudau1-0/+9
2014-09-25Merge branches 'pci/enumeration', 'pci/virtualization' and 'pci/cleanup' into...Bjorn Helgaas1-3/+10
2014-09-24PCI: Remove assignment from "if" conditionsQuentin Lambert1-3/+10
2014-09-03PCI/PM: Allow PCI devices to be put into D3cold during system suspendRafael J. Wysocki1-4/+0
2014-08-04Merge tag 'pci-v3.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+12
2014-07-17Merge branches 'pci/host-generic', 'pci/host-mvebu', 'pci/host-rcar', 'pci/ho...Bjorn Helgaas1-7/+12
2014-07-17PCI: Configure ASPM when enabling deviceVidya Sagar1-6/+6
2014-07-04PCI: Make resetting secondary bus logic commonGavin Shan1-1/+6
2014-06-18PCI: Fix unaligned access in AF transaction pending testAlex Williamson1-2/+7
2014-06-13Merge tag 'pci-v3.16-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-110/+85
2014-06-11PCI: Merge multi-line quoted stringsRyan Desfosses1-12/+11
2014-06-11PCI: Whitespace cleanupRyan Desfosses1-42/+30
2014-06-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-8/+13
2014-06-10PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses1-59/+47
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+3
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+33
2014-05-29Merge branch 'pci/misc' into nextBjorn Helgaas1-0/+11
2014-05-29Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in...Bjorn Helgaas1-0/+21
2014-05-28PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo1-0/+11
2014-05-27PCI: Notify driver before and after device resetKeith Busch1-0/+21
2014-05-19PCI: Wrong register used to check pending trafficGavin Shan1-2/+3
2014-05-05pci: change "foo* bar" to "foo *bar"Ryan Desfosses1-3/+3
2014-04-28powerpc/pci: Mask linkDown on resetting PCI busGavin Shan1-8/+13
2014-04-25PCI: Fix incorrect vgaarb conditional in WARN_ON()Bjorn Helgaas1-1/+1
2014-03-20Merge branch 'pci/resource' into nextBjorn Helgaas1-16/+30
2014-03-20Merge branch 'pci/misc' into nextBjorn Helgaas1-0/+3
2014-03-20PCI: Add "weak" generic pcibios_enable_device() implementationBjorn Helgaas1-0/+5
2014-03-08PCI: Enable INTx in pci_reenable_device() only when MSI/MSI-X not enabledBjorn Helgaas1-0/+3
2014-02-27PCI: Mark resources as IORESOURCE_UNSET if we can't assign themBjorn Helgaas1-0/+2
2014-02-27PCI: Remove pci_find_parent_resource() use for allocationBjorn Helgaas1-16/+23
2014-02-19Merge branch 'pci/misc' into nextBjorn Helgaas1-21/+29
2014-02-19PCI: Enable INTx if BIOS left them disabledBjorn Helgaas1-0/+10
2014-02-19Merge branch 'pci/list-for-each-entry' into nextBjorn Helgaas1-3/+3
2014-02-14PCI: Remove pci_bus_b() and use list_for_each_entry() directlyYijing Wang1-3/+3
2014-02-12PCI: Add device-specific PCI ACS enableAlex Williamson1-6/+20
2014-02-04PCI: Remove unnecessary list_empty(&pci_pme_list) checkBjorn Helgaas1-21/+19
2014-01-23Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-293/+252
2014-01-15Merge branch 'pci/reset' into nextBjorn Helgaas1-0/+155
2014-01-15Merge branch 'pci/misc' into nextBjorn Helgaas1-1/+1
2014-01-15PCI: Fix pci_check_and_unmask_intx() comment typosBjorn Helgaas1-1/+1
2014-01-15PCI: Add pci_try_reset_function(), pci_try_reset_slot(), pci_try_reset_bus()Alex Williamson1-0/+155
2014-01-14Merge branch 'pci/dead-code' into nextBjorn Helgaas1-261/+25