aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-22Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+25
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+18
2012-03-20Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-37/+18
2012-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2012-03-09Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman4-13/+33
2012-03-07PCI: ignore pre-1.1 ASPM quirking when ASPM is disabledMatthew Garrett1-0/+3
2012-03-04tg3: Recode PCI MRRS adjustment as a PCI quirkMatt Carlson1-0/+18
2012-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds3-8/+28
2012-02-14Merge tag 'stable/for-linus-fixes-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-5/+5
2012-02-10PCI: Fix pci cardbus removalYinghai Lu1-6/+22
2012-02-10PCI: set pci sriov page size before reading SRIOV BARVaidyanathan Srinivasan1-2/+1
2012-02-10PCI: workaround hard-wired bus number V2Yinghai Lu1-0/+5
2012-02-03xen/pci[front|back]: Use %d instead of %1x for displaying PCI devfn.Konrad Rzeszutek Wilk1-5/+5
2012-02-02Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman1-3/+3
2012-01-27PCI/XEN: Fix bug introduced by a recent changeAlan Stern1-1/+1
2012-01-26USB/PCI/PCMCIA: Clean up new_id and remove_id sysfs attribute routinesAlan Stern1-33/+17
2012-01-24Remove useless get_driver()/put_driver() callsAlan Stern1-2/+1
2012-01-24Dynamic ID addition doesn't need get_driver()Alan Stern1-2/+0
2012-01-23kernel-doc: fix new warnings in pciRandy Dunlap1-3/+3
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell16-25/+25
2012-01-12pci: Introduce __pci_reset_function_locked to be used when holding device_lock.Konrad Rzeszutek Wilk1-0/+25
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds12-64/+372
2012-01-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds8-85/+214
2012-01-10Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-7/+4
2012-01-09Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into nextJoerg Roedel8-85/+214
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2012-01-06x86/PCI: Expand the x86_msi_ops to have a restore MSIs.Konrad Rzeszutek Wilk1-2/+27
2012-01-06Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+9
2012-01-06PCI: Enable ATS at the device state restoreHao, Xudong3-0/+26
2012-01-06PCI: msi: fix imbalanced refcount of msi irq sysfs objectsNeil Horman1-2/+12
2012-01-06PCI: kconfig: English typo in pci/pcie/KconfigP. Christeas1-1/+1
2012-01-06PCI/PM/Runtime: make PCI traces quieterVincent Palatin2-6/+5
2012-01-06PCI: remove pci_create_bus()Bjorn Helgaas1-14/+0
2012-01-06PCI: deprecate pci_scan_bus_parented()Bjorn Helgaas1-0/+1
2012-01-06PCI: convert pci_scan_bus_parented() to use pci_create_root_bus()Bjorn Helgaas1-1/+6
2012-01-06PCI: convert pci_scan_bus() to use pci_create_root_bus()Bjorn Helgaas1-0/+19
2012-01-06PCI: add pci_scan_root_bus() that accepts resource listBjorn Helgaas1-0/+15
2012-01-06PCI: add pci_create_root_bus() that accepts resource listBjorn Helgaas1-4/+21
2012-01-06PCI: show host bridges and root bus resourcesBjorn Helgaas1-1/+12
2012-01-06PCI: add helpers for building PCI bus resource listsBjorn Helgaas1-5/+27
2012-01-06PCI: delay configuration of SRIOV capabilityRam Pai1-2/+2
2012-01-06PCI: Only call pci_stop_bus_device() one time for child devices at removeYinghai Lu1-3/+7
2012-01-06PCI: latency timer doesn't apply to PCIeMyron Stowe1-0/+4
2012-01-06PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe1-0/+29
2012-01-06PCI: Introduce INTx check & mask APIJan Kiszka3-1/+113
2012-01-06PCI: Rework config space blocking servicesJan Kiszka3-34/+56
2012-01-06PCI: fix a brace coding style issue in probe.cZac Storer1-1/+1
2012-01-06PCI: pci_has_legacy_pm_support add driver and device to WARNDavid Fries1-1/+2
2012-01-06PCI: msi: Disable msi interrupts when we initialize a pci deviceEric W. Biederman1-0/+10