aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-28Merge branch 'meego-7093' into idle-releaseLen Brown1-0/+20
2010-09-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds2-3/+4
2010-09-27Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-0/+27
2010-09-24intel_idle: PCI quirk to prevent Lenovo Ideapad s10-3 boot hangLen Brown1-0/+20
2010-09-22drivers/pci/intel-iommu.c: fix build with older gcc'sAndrew Morton1-47/+43
2010-09-21intel-iommu: Use symbolic values instead of magic numbers in Lenovo w/aAdam Jackson1-2/+12
2010-09-21intel-iommu: Abort IOMMU setup for igfx if BIOS gave no shadow GTT spaceDavid Woodhouse1-0/+17
2010-09-09PCI: fix pci_resource_alignment prototypeCam Macdonell2-3/+4
2010-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds18-236/+206
2010-08-31PCI: bus speed strings should be constStephen Hemminger1-1/+1
2010-08-25PCI hotplug: Fix build with CONFIG_ACPI unsetRafael J. Wysocki1-0/+4
2010-08-24PCI: PCIe: Remove the port driver module exit routineKenji Kaneshige1-7/+0
2010-08-24PCI: PCIe: Move PCIe PME code to the pcie directoryRafael J. Wysocki3-8/+3
2010-08-24PCI: PCIe: Disable PCIe port services during port initializationRafael J. Wysocki1-3/+26
2010-08-24PCI: PCIe: Ask BIOS for control of all native services at onceRafael J. Wysocki15-221/+149
2010-08-24ACPI/PCI: Negotiate _OSC control bits before requesting them Rafael J. Wysocki3-7/+9
2010-08-24PCI: PCIe: Introduce commad line switch for disabling port servicesRafael J. Wysocki3-0/+20
2010-08-24PCI: PCIe AER: Introduce pci_aer_available()Rafael J. Wysocki2-3/+8
2010-08-15Merge git://git.infradead.org/iommu-2.6Linus Torvalds2-1/+21
2010-08-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-0/+28
2010-08-10intel-iommu: Fix 32-bit build warning with __cmpxchg()David Woodhouse1-1/+1
2010-08-10intr-remap: allow disabling source id checkingChris Wright1-0/+20
2010-08-07Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-4/+2
2010-08-06Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds21-61/+391
2010-08-06pci: fix type warnings in intr_remapping.cLinus Torvalds1-4/+4
2010-08-06Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2010-08-06Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds1-0/+6
2010-08-04PCI: update for owner removal from struct device_attributeStephen Rothwell1-2/+2
2010-08-04ioat2: catch and recover from broken vtd configurations v6Dan Williams1-0/+28
2010-08-02PCI: Fix warnings when CONFIG_DMI unsetNarendra K1-2/+2
2010-08-01libata: more PCI IDs for jmicron controllersTejun Heo1-0/+6
2010-07-30PCI: Do not run NVidia quirks related to MSI with MSI disabledRafael J. Wysocki1-0/+3
2010-07-30PCI: use for_each_pci_dev()Kulikov Vasiliy5-7/+6
2010-07-30PCI: MSI: Restore read_msi_msg_desc(); add get_cached_msi_msg_desc()Ben Hutchings1-5/+42
2010-07-30PCI: export SMBIOS provided firmware instance and label to sysfsNarendra K4-0/+160
2010-07-30PCI: Allow read/write access to sysfs I/O port resourcesAlex Williamson1-0/+68
2010-07-30PCI: remove unused HAVE_ARCH_PCI_SET_DMA_MAX_SEGMENT_{SIZE|BOUNDARY}FUJITA Tomonori1-4/+0
2010-07-30PCI: disable mmio during bar sizingJacob Pan2-0/+23
2010-07-30PCI: MSI: Remove unsafe and unnecessary hardware accessBen Hutchings1-23/+11
2010-07-30PCI: Default PCIe ASPM control to on and require !EMBEDDED to disableMatthew Garrett1-6/+14
2010-07-30PCI: kernel oops on access to pci proc file while hot-removalKenji Kaneshige1-2/+0
2010-07-30PCI: pci-sysfs: remove casts from void*Kulikov Vasiliy1-1/+1
2010-07-30PCI hotplug: make sure child bridges are enabled at hotplug timeYinghai Lu1-5/+7
2010-07-30PCI hotplug: shpchp: Removed check for hotplug of display devicesPraveen Kalamegham1-15/+4
2010-07-30PCI hotplug: pciehp: Fixed return value sign for pciehp_unconfigure_devicePraveen Kalamegham1-1/+1
2010-07-30PCI: Don't enable aspm before drivers have had a chance to veto itMatthew Garrett1-2/+14
2010-07-30PCI: fix wrong memory address handling in MSI-XKenji Kaneshige1-1/+1
2010-07-30PCI: check return value of pci_enable_device() when enabling bridgesJunchang Wang1-0/+2
2010-07-30PCI: sparse warning (trivial)Stephen Hemminger1-1/+1
2010-07-30PCI: disable MSI on VIA K8M800Tejun Heo1-0/+1