aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2010-09-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Gravatar Linus Torvalds 2-3/+4
2010-09-27Merge git://git.infradead.org/iommu-2.6Gravatar Linus Torvalds 1-0/+27
2010-09-22drivers/pci/intel-iommu.c: fix build with older gcc'sGravatar Andrew Morton 1-47/+43
2010-09-21intel-iommu: Use symbolic values instead of magic numbers in Lenovo w/aGravatar Adam Jackson 1-2/+12
2010-09-21intel-iommu: Abort IOMMU setup for igfx if BIOS gave no shadow GTT spaceGravatar David Woodhouse 1-0/+17
2010-09-09PCI: fix pci_resource_alignment prototypeGravatar Cam Macdonell 2-3/+4
2010-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Gravatar Linus Torvalds 18-236/+206
2010-08-31PCI: bus speed strings should be constGravatar Stephen Hemminger 1-1/+1
2010-08-25PCI hotplug: Fix build with CONFIG_ACPI unsetGravatar Rafael J. Wysocki 1-0/+4
2010-08-24PCI: PCIe: Remove the port driver module exit routineGravatar Kenji Kaneshige 1-7/+0
2010-08-24PCI: PCIe: Move PCIe PME code to the pcie directoryGravatar Rafael J. Wysocki 3-8/+3
2010-08-24PCI: PCIe: Disable PCIe port services during port initializationGravatar Rafael J. Wysocki 1-3/+26
2010-08-24PCI: PCIe: Ask BIOS for control of all native services at onceGravatar Rafael J. Wysocki 15-221/+149
2010-08-24ACPI/PCI: Negotiate _OSC control bits before requesting them Gravatar Rafael J. Wysocki 3-7/+9
2010-08-24PCI: PCIe: Introduce commad line switch for disabling port servicesGravatar Rafael J. Wysocki 3-0/+20
2010-08-24PCI: PCIe AER: Introduce pci_aer_available()Gravatar Rafael J. Wysocki 2-3/+8
2010-08-15Merge git://git.infradead.org/iommu-2.6Gravatar Linus Torvalds 2-1/+21
2010-08-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Gravatar Linus Torvalds 1-0/+28
2010-08-10intel-iommu: Fix 32-bit build warning with __cmpxchg()Gravatar David Woodhouse 1-1/+1
2010-08-10intr-remap: allow disabling source id checkingGravatar Chris Wright 1-0/+20
2010-08-07Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Gravatar Linus Torvalds 1-4/+2
2010-08-06Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 21-61/+391
2010-08-06pci: fix type warnings in intr_remapping.cGravatar Linus Torvalds 1-4/+4
2010-08-06Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+2
2010-08-06Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+6
2010-08-04PCI: update for owner removal from struct device_attributeGravatar Stephen Rothwell 1-2/+2
2010-08-04ioat2: catch and recover from broken vtd configurations v6Gravatar Dan Williams 1-0/+28
2010-08-02PCI: Fix warnings when CONFIG_DMI unsetGravatar Narendra K 1-2/+2
2010-08-01libata: more PCI IDs for jmicron controllersGravatar Tejun Heo 1-0/+6
2010-07-30PCI: Do not run NVidia quirks related to MSI with MSI disabledGravatar Rafael J. Wysocki 1-0/+3
2010-07-30PCI: use for_each_pci_dev()Gravatar Kulikov Vasiliy 5-7/+6
2010-07-30PCI: MSI: Restore read_msi_msg_desc(); add get_cached_msi_msg_desc()Gravatar Ben Hutchings 1-5/+42
2010-07-30PCI: export SMBIOS provided firmware instance and label to sysfsGravatar Narendra K 4-0/+160
2010-07-30PCI: Allow read/write access to sysfs I/O port resourcesGravatar Alex Williamson 1-0/+68
2010-07-30PCI: remove unused HAVE_ARCH_PCI_SET_DMA_MAX_SEGMENT_{SIZE|BOUNDARY}Gravatar FUJITA Tomonori 1-4/+0
2010-07-30PCI: disable mmio during bar sizingGravatar Jacob Pan 2-0/+23
2010-07-30PCI: MSI: Remove unsafe and unnecessary hardware accessGravatar Ben Hutchings 1-23/+11
2010-07-30PCI: Default PCIe ASPM control to on and require !EMBEDDED to disableGravatar Matthew Garrett 1-6/+14
2010-07-30PCI: kernel oops on access to pci proc file while hot-removalGravatar Kenji Kaneshige 1-2/+0
2010-07-30PCI: pci-sysfs: remove casts from void*Gravatar Kulikov Vasiliy 1-1/+1
2010-07-30PCI hotplug: make sure child bridges are enabled at hotplug timeGravatar Yinghai Lu 1-5/+7
2010-07-30PCI hotplug: shpchp: Removed check for hotplug of display devicesGravatar Praveen Kalamegham 1-15/+4
2010-07-30PCI hotplug: pciehp: Fixed return value sign for pciehp_unconfigure_deviceGravatar Praveen Kalamegham 1-1/+1
2010-07-30PCI: Don't enable aspm before drivers have had a chance to veto itGravatar Matthew Garrett 1-2/+14
2010-07-30PCI: fix wrong memory address handling in MSI-XGravatar Kenji Kaneshige 1-1/+1
2010-07-30PCI: check return value of pci_enable_device() when enabling bridgesGravatar Junchang Wang 1-0/+2
2010-07-30PCI: sparse warning (trivial)Gravatar Stephen Hemminger 1-1/+1
2010-07-30PCI: disable MSI on VIA K8M800Gravatar Tejun Heo 1-0/+1
2010-07-30PCI quirk: AMD 780: work around wrong vendor ID on APC bridgeGravatar Clemens Ladisch 1-3/+20
2010-07-30PCI: hotplug/shpchp_hpc: add parenthesis in SLOT_REG_RSVDZ_MASKGravatar Dan Carpenter 1-1/+1