aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-05-193-37/+2
|\
| *-. Merge branches 'dma-debug/next', 'amd-iommu/command-cleanups', 'amd-iommu/ats...Joerg Roedel2011-05-103-37/+2
| |\ \
| | | * PCI: Move ATS declarations in seperate header fileJoerg Roedel2011-04-113-37/+2
| | |/
* | | PCI: Clear bridge resource flags if requested size is 0Yinghai Lu2011-05-161-2/+2
|/ /
* | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2011-04-211-12/+43
|\ \
| * | intel_iommu: disable all VT-d PMRs when TXT launchedJoseph Cihula2011-04-211-9/+29
| * | intel-iommu: Fix get_domain_for_dev() error pathAlex Williamson2011-03-121-1/+1
| * | intel-iommu: Unlink domain from iommuAlex Williamson2011-03-121-1/+12
| * | intel-iommu: Fix use after release during device attachJan Kiszka2011-01-171-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2011-04-192-3/+5
|\ \ \
| * | | PCI: pci-label: Fix build failure when CONFIG_NLS is set to 'm' by allmodconfigRandy Dunlap2011-04-122-3/+5
* | | | PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKSRafael J. Wysocki2011-04-111-3/+3
* | | | pci: fix PCI bus allocation alignment handlingLinus Torvalds2011-04-111-2/+2
|/ / /
* | | Fix common misspellingsLucas De Marchi2011-03-318-9/+9
| |/ |/|
* | drivers: Final irq namespace conversionThomas Gleixner2011-03-295-21/+21
* | Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2011-03-251-29/+9
|\ \
| * | PCI / Intel IOMMU: Use syscore_ops instead of sysdev class and sysdevRafael J. Wysocki2011-03-231-29/+9
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2011-03-253-4/+40
|\ \ \
| * | | PCI: Disable ASPM when _OSC control is not granted for PCIe servicesNaga Chumbalkar2011-03-211-4/+1
| * | | PCI: Changing ASPM policy, via /sys, to POWERSAVE could cause NMIsNaga Chumbalkar2011-03-211-0/+4
| * | | PCI: PCIe links may not get configured for ASPM under POWERSAVE modeNaga Chumbalkar2011-03-212-0/+28
| * | | PCI/ACPI: Report ASPM support to BIOS if not disabled from command lineRafael J. Wysocki2011-03-211-0/+7
| |/ /
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-03-243-95/+112
|\ \ \
| * \ \ Merge branch 'linus' into releaseLen Brown2011-03-2312-167/+600
| |\ \ \ | | |/ /
| * | | Merge branch 'apei-release' into releaseLen Brown2011-03-222-83/+108
| |\ \ \
| | * | | ACPI, APEI, Add PCIe AER error information printing supportHuang Ying2011-03-212-8/+60
| | * | | PCIe, AER, use pre-generated prefix in error information printingHuang Ying2011-03-211-75/+48
| * | | | ACPI: Remove the wakeup.run_wake_count device fieldRafael J. Wysocki2011-02-241-12/+4
| |/ / /
* | | | userns: security: make capabilities relative to the user namespaceSerge E. Hallyn2011-03-231-1/+1
| |/ / |/| |
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-03-1810-155/+576
|\ \ \
| * | | PCI: label: remove #include of ACPI header to avoid warningsShyam_Iyer@Dell.com2011-03-161-1/+0
| * | | PCI: label: Fix compilation error when CONFIG_ACPI is unsetNarendra_K@Dell.com2011-03-161-0/+6
| * | | PCI: pre-allocate additional resources to devices only after successful alloc...Ram Pai2011-03-041-47/+184
| * | | PCI: introduce reset_resource()Ram Pai2011-03-041-3/+8
| * | | PCI: data structure agnostic free list functionRam Pai2011-03-041-15/+12
| * | | PCI: refactor io size calculation codeRam Pai2011-03-041-24/+42
| * | | PCI: do not create quirk I/O regions below PCIBIOS_MIN_IO for ICHJiri Slaby2011-03-041-8/+24
| * | | PCI hotplug: acpiphp: set current_state to D0 in register_slotStefano Stabellini2011-03-041-0/+1
| * | | PCI: Export ACPI _DSM provided firmware instance number and string name to sysfsNarendra_K@Dell.com2011-03-044-8/+246
| * | | PCI: add more checking to ICH region quirksJiri Slaby2011-03-041-8/+37
| * | | PCI: aer-inject: Override PCIe AER Mask RegistersPrarit Bhargava2011-03-041-3/+28
| * | | PCI: remove quirk for pre-production systemsBrandeburg, Jesse2011-02-161-52/+0
| * | | PCI: Avoid potential NULL pointer dereference in pci_scan_bridgeJesper Juhl2011-02-081-1/+3
| * | | PCI: sysfs: Fix failure path for addition of "vpd" attributeBen Hutchings2011-02-081-1/+1
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/epi...Linus Torvalds2011-03-171-0/+1
|\ \ \ \
| * | | | unicore32 machine related files: pci bus handlingGuanXuetao2011-03-171-0/+1
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-03-161-2/+2
|\ \ \ \
| * | | | PM: Remove CONFIG_PM_OPSRafael J. Wysocki2011-03-151-2/+2
| |/ / /
* | | | pci/xen: Cleanup: convert int** to int[]Konrad Rzeszutek Wilk2011-02-181-6/+6
* | | | xen-pcifront: Sanity check the MSI/MSI-X valuesKonrad Rzeszutek Wilk2011-02-181-4/+16