aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2012-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+3
2012-03-07PCI: ignore pre-1.1 ASPM quirking when ASPM is disabledGravatar Matthew Garrett 1-0/+3
2012-03-04tg3: Recode PCI MRRS adjustment as a PCI quirkGravatar Matt Carlson 1-0/+18
2012-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Gravatar Linus Torvalds 3-8/+28
2012-02-14Merge tag 'stable/for-linus-fixes-3.3-rc3' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-5/+5
2012-02-10PCI: Fix pci cardbus removalGravatar Yinghai Lu 1-6/+22
2012-02-10PCI: set pci sriov page size before reading SRIOV BARGravatar Vaidyanathan Srinivasan 1-2/+1
2012-02-10PCI: workaround hard-wired bus number V2Gravatar Yinghai Lu 1-0/+5
2012-02-03xen/pci[front|back]: Use %d instead of %1x for displaying PCI devfn.Gravatar Konrad Rzeszutek Wilk 1-5/+5
2012-01-23kernel-doc: fix new warnings in pciGravatar Randy Dunlap 1-3/+3
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityGravatar Linus Torvalds 1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 16-25/+25
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 12-64/+372
2012-01-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuGravatar Linus Torvalds 8-85/+214
2012-01-10Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-7/+4
2012-01-09Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into nextGravatar Joerg Roedel 8-85/+214
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-2/+2
2012-01-06x86/PCI: Expand the x86_msi_ops to have a restore MSIs.Gravatar Konrad Rzeszutek Wilk 1-2/+27
2012-01-06Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-10/+9
2012-01-06PCI: Enable ATS at the device state restoreGravatar Hao, Xudong 3-0/+26
2012-01-06PCI: msi: fix imbalanced refcount of msi irq sysfs objectsGravatar Neil Horman 1-2/+12
2012-01-06PCI: kconfig: English typo in pci/pcie/KconfigGravatar P. Christeas 1-1/+1
2012-01-06PCI/PM/Runtime: make PCI traces quieterGravatar Vincent Palatin 2-6/+5
2012-01-06PCI: remove pci_create_bus()Gravatar Bjorn Helgaas 1-14/+0
2012-01-06PCI: deprecate pci_scan_bus_parented()Gravatar Bjorn Helgaas 1-0/+1
2012-01-06PCI: convert pci_scan_bus_parented() to use pci_create_root_bus()Gravatar Bjorn Helgaas 1-1/+6
2012-01-06PCI: convert pci_scan_bus() to use pci_create_root_bus()Gravatar Bjorn Helgaas 1-0/+19
2012-01-06PCI: add pci_scan_root_bus() that accepts resource listGravatar Bjorn Helgaas 1-0/+15
2012-01-06PCI: add pci_create_root_bus() that accepts resource listGravatar Bjorn Helgaas 1-4/+21
2012-01-06PCI: show host bridges and root bus resourcesGravatar Bjorn Helgaas 1-1/+12
2012-01-06PCI: add helpers for building PCI bus resource listsGravatar Bjorn Helgaas 1-5/+27
2012-01-06PCI: delay configuration of SRIOV capabilityGravatar Ram Pai 1-2/+2
2012-01-06PCI: Only call pci_stop_bus_device() one time for child devices at removeGravatar Yinghai Lu 1-3/+7
2012-01-06PCI: latency timer doesn't apply to PCIeGravatar Myron Stowe 1-0/+4
2012-01-06PCI: Pull PCI 'latency timer' setup up into the coreGravatar Myron Stowe 1-0/+29
2012-01-06PCI: Introduce INTx check & mask APIGravatar Jan Kiszka 3-1/+113
2012-01-06PCI: Rework config space blocking servicesGravatar Jan Kiszka 3-34/+56
2012-01-06PCI: fix a brace coding style issue in probe.cGravatar Zac Storer 1-1/+1
2012-01-06PCI: pci_has_legacy_pm_support add driver and device to WARNGravatar David Fries 1-1/+2
2012-01-06PCI: msi: Disable msi interrupts when we initialize a pci deviceGravatar Eric W. Biederman 1-0/+10
2012-01-06PCI/ACPI/PM: Avoid resuming devices that don't signal PMEGravatar Rafael J. Wysocki 1-4/+8
2012-01-06PCI: pciehp: Handle push button event asynchronouslyGravatar Kenji Kaneshige 4-13/+2
2012-01-06PCI: pciehp: Fix wrong workqueue cleanupGravatar Kenji Kaneshige 1-1/+1
2012-01-06PCI: Rework ASPM disable codeGravatar Matthew Garrett 2-22/+37
2012-01-06PCI: Fix PRI and PASID consistencyGravatar Alex Williamson 1-10/+10
2012-01-06PCI/sysfs: add per pci device msi[x] irq listing (v5)Gravatar Neil Horman 1-0/+111
2012-01-05capabilities: reverse arguments to security_capableGravatar Eric Paris 1-1/+1
2012-01-04Xen: consolidate and simplify struct xenbus_driver instantiationGravatar Jan Beulich 1-7/+4
2012-01-03switch ->is_visible() to returning umode_tGravatar Al Viro 1-2/+2
2011-12-18pci: Fix hotplug of Express Module with pci bridgesGravatar Yinghai Lu 1-1/+5