aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-05-284-12/+98
|\
| * ACPI, APEI, PCIE AER, use general HEST table parsing in AER firmware_first setupHuang Ying2010-05-194-12/+98
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-05-2112-417/+508
|\ \
| * | PCI: hotplug: pciehp: Removed check for hotplug of display devicesPraveen Kalamegham2010-05-211-14/+3
| * | PCI: Allow manual resource allocation for PCI hotplug bridgesFelix Radensky2010-05-211-0/+13
| * | PCI hotplug: Use kmemdupJulia Lawall2010-05-181-2/+1
| * | PCI: output FW warning in pci_read/write_vpdPrarit Bhargava2010-05-181-1/+6
| * | PCI: fix typos pci_device_dis/enable to pci_dis/enable_device in commentsRoman Fietze2010-05-181-1/+1
| * | PCI quirks: disable msi on AMD rs4xx internal gfx bridgesAlex Deucher2010-05-181-0/+1
| * | PCI: Disable MSI for MCP55 on P5N32-E SLIBen Hutchings2010-05-181-3/+4
| * | PCI: aerdrv: trivial cleanup for aerdrv_core.cHidetoshi Seto2010-05-111-11/+10
| * | PCI: aerdrv: trivial cleanup for aerdrv.cHidetoshi Seto2010-05-111-14/+10
| * | PCI: aerdrv: introduce default_downstream_reset_linkHidetoshi Seto2010-05-113-39/+63
| * | PCI: aerdrv: rework find_aer_serviceHidetoshi Seto2010-05-111-21/+16
| * | PCI: aerdrv: remove is_downstreamHidetoshi Seto2010-05-111-21/+12
| * | PCI: aerdrv: remove magical ROOT_ERR_STATUS_MASKSHidetoshi Seto2010-05-112-4/+1
| * | PCI: aerdrv: redefine PCI_ERR_ROOT_*_SRCHidetoshi Seto2010-05-112-2/+2
| * | PCI: aerdrv: rework do_recoveryHidetoshi Seto2010-05-111-21/+17
| * | PCI: aerdrv: rework get_e_source()Hidetoshi Seto2010-05-111-32/+31
| * | PCI: aerdrv: rework aer_isr_one_error()Hidetoshi Seto2010-05-111-21/+36
| * | PCI: aerdrv: rework add_error_deviceHidetoshi Seto2010-05-111-5/+13
| * | PCI: aerdrv: remove compare_device_idHidetoshi Seto2010-05-111-16/+2
| * | PCI: aerdrv: introduce is_error_sourceHidetoshi Seto2010-05-111-40/+34
| * | PCI: aerdrv: rework find_source_deviceHidetoshi Seto2010-05-111-12/+16
| * | PCI: aerdrv: make aer_{en,dis}able_rootport staticHidetoshi Seto2010-05-113-109/+107
| * | PCI: aerdrv: cleanup inconsistent functionsHidetoshi Seto2010-05-113-18/+5
| * | PCI: aerdrv: RsvdP of PCI_ERR_ROOT_COMMANDHidetoshi Seto2010-05-112-11/+17
| * | PCI: return correct value when writing to the "reset" attributeMichal Schmidt2010-05-111-1/+6
| * | PCI: change PCI_MSI help text to recommend enablingJesse Barnes2010-05-111-1/+1
| * | PCI: Convert pci_lock to raw_spinlockThomas Gleixner2010-05-111-17/+17
| * | PCI: clearing wakeup flags not neededAlan Stern2010-05-111-2/+0
| * | PCI: create function symlinks in /sys/bus/pci/slots/N/Alex Chiang2010-05-112-0/+85
* | | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2010-05-213-118/+99
|\ \ \
| * | | intel-iommu: Set a more specific taint flag for invalid BIOS DMAR tablesBen Hutchings2010-05-191-12/+16
| * | | intel-iommu: Combine the BIOS DMAR table warning messagesBen Hutchings2010-05-191-34/+14
| * | | intel-iommu: intel_iommu_map_range failed at very end of address spaceTom Lyon2010-05-171-8/+3
| * | | intel-iommu: errors with smaller iommu widthsTom Lyon2010-05-171-19/+21
| * | | intel-iommu: Fix boot inside 64bit virtualbox with io-apic disabledArnaud Patard2010-04-141-0/+2
| * | | intel-iommu: use physfn to search drhd for VFYinghai2010-04-091-1/+5
| * | | intel-iommu: Print out iommu seq_idYinghai Lu2010-04-093-7/+11
| * | | intel-iommu: Don't complain that ACPI_DMAR_SCOPE_TYPE_IOAPIC is not supportedYinghai Lu2010-04-091-2/+3
| * | | intel-iommu: Avoid global flushes with caching mode.Nadav Amit2010-04-091-5/+14
| * | | intel-iommu: Use correct domain ID when caching mode is enabledNadav Amit2010-04-091-9/+9
| * | | intel-iommu mistakenly uses offset_pfn when caching mode is enabledNadav Amit2010-04-091-2/+1
| * | | intel-iommu: use for_each_set_bit()Akinobu Mita2010-04-091-26/+7
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-04-0958-855/+2779
| |\ \ \
| * | | | intel-iommu: Fix section mismatch dmar_ir_support() uses dmar_tbl.Luck, Tony2009-12-311-1/+1
* | | | | pci: check caps from sysfs file open to read device dependent config spaceChris Wright2010-05-211-1/+2
* | | | | sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-212-14/+33
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-203-3/+3
|\ \ \ \ \