aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-10PCI: Enable ASPM state clearing regardless of policyAlex Williamson1-1/+1
2011-05-10Merge branches 'dma-debug/next', 'amd-iommu/command-cleanups', 'amd-iommu/ats' and 'amd-iommu/extended-features' into iommu/2.6.40Joerg Roedel3-37/+2
2011-05-04vgaarb: use bridges to control VGA routing where possible.Dave Airlie1-11/+14
2011-04-21Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-12/+43
2011-04-21intel_iommu: disable all VT-d PMRs when TXT launchedJoseph Cihula1-9/+29
2011-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds2-3/+5
2011-04-12PCI: pci-label: Fix build failure when CONFIG_NLS is set to 'm' by allmodconfigRandy Dunlap2-3/+5
2011-04-11PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKSRafael J. Wysocki1-3/+3
2011-04-11pci: fix PCI bus allocation alignment handlingLinus Torvalds1-2/+2
2011-04-11PCI: Move ATS declarations in seperate header fileJoerg Roedel3-37/+2
2011-03-31Fix common misspellingsLucas De Marchi8-9/+9
2011-03-29drivers: Final irq namespace conversionThomas Gleixner5-21/+21
2011-03-25Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds1-29/+9
2011-03-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds3-4/+40
2011-03-24Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds3-95/+112
2011-03-23userns: security: make capabilities relative to the user namespaceSerge E. Hallyn1-1/+1
2011-03-23PCI / Intel IOMMU: Use syscore_ops instead of sysdev class and sysdevRafael J. Wysocki1-29/+9
2011-03-23Merge branch 'linus' into releaseLen Brown12-167/+600
2011-03-22Merge branch 'apei-release' into releaseLen Brown2-83/+108
2011-03-21ACPI, APEI, Add PCIe AER error information printing supportHuang Ying2-8/+60
2011-03-21PCIe, AER, use pre-generated prefix in error information printingHuang Ying1-75/+48
2011-03-21PCI: Disable ASPM when _OSC control is not granted for PCIe servicesNaga Chumbalkar1-4/+1
2011-03-21PCI: Changing ASPM policy, via /sys, to POWERSAVE could cause NMIsNaga Chumbalkar1-0/+4
2011-03-21PCI: PCIe links may not get configured for ASPM under POWERSAVE modeNaga Chumbalkar2-0/+28
2011-03-21PCI/ACPI: Report ASPM support to BIOS if not disabled from command lineRafael J. Wysocki1-0/+7
2011-03-18Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds10-155/+576
2011-03-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32Linus Torvalds1-0/+1
2011-03-17unicore32 machine related files: pci bus handlingGuanXuetao1-0/+1
2011-03-16PCI: label: remove #include of ACPI header to avoid warningsShyam_Iyer@Dell.com1-1/+0
2011-03-16PCI: label: Fix compilation error when CONFIG_ACPI is unsetNarendra_K@Dell.com1-0/+6
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds1-2/+2
2011-03-15PM: Remove CONFIG_PM_OPSRafael J. Wysocki1-2/+2
2011-03-12intel-iommu: Fix get_domain_for_dev() error pathAlex Williamson1-1/+1
2011-03-12intel-iommu: Unlink domain from iommuAlex Williamson1-1/+12
2011-03-04PCI: pre-allocate additional resources to devices only after successful allocation of essential resources.Ram Pai1-47/+184
2011-03-04PCI: introduce reset_resource()Ram Pai1-3/+8
2011-03-04PCI: data structure agnostic free list functionRam Pai1-15/+12
2011-03-04PCI: refactor io size calculation codeRam Pai1-24/+42
2011-03-04PCI: do not create quirk I/O regions below PCIBIOS_MIN_IO for ICHJiri Slaby1-8/+24
2011-03-04PCI hotplug: acpiphp: set current_state to D0 in register_slotStefano Stabellini1-0/+1
2011-03-04PCI: Export ACPI _DSM provided firmware instance number and string name to sysfsNarendra_K@Dell.com4-8/+246
2011-03-04PCI: add more checking to ICH region quirksJiri Slaby1-8/+37
2011-03-04PCI: aer-inject: Override PCIe AER Mask RegistersPrarit Bhargava1-3/+28
2011-02-24ACPI: Remove the wakeup.run_wake_count device fieldRafael J. Wysocki1-12/+4
2011-02-18pci/xen: Cleanup: convert int** to int[]Konrad Rzeszutek Wilk1-6/+6
2011-02-18xen-pcifront: Sanity check the MSI/MSI-X valuesKonrad Rzeszutek Wilk1-4/+16
2011-02-17xen-pcifront: don't use flush_scheduled_work()Tejun Heo1-2/+1
2011-02-16PCI: remove quirk for pre-production systemsBrandeburg, Jesse1-52/+0
2011-02-15pci: use security_capable() when checking capablities during config space readChris Wright1-1/+2
2011-02-13Revert "pci: use security_capable() when checking capablities during config space read"Linus Torvalds1-2/+1