summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
* | | copyright owner and author clean up for intel iommu and related filesmark gross2008-02-245-11/+16
* | | PM: Introduce PM_EVENT_HIBERNATE callback stateRafael J. Wysocki2008-02-231-0/+1
|/ /
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-02-221-2/+0Star
|\ \
| | \
| | \
| *-. \ Merge branches 'release', 'bugzilla-9916', 'bugzilla-9982', 'bugzilla-9989', ...Len Brown2008-02-211-2/+1Star
| |\ \ \ | | |_|/ | |/| |
| | | * PCI ACPI: Fix comment describing acpi_pci_choose_stateRafael J. Wysocki2008-02-211-2/+0Star
| | |/ | |/|
| | * kernel-doc: fix pci-acpi warningRandy Dunlap2008-02-161-0/+1
| |/
* | PCI: Fix wrong reference counter check for proc_dir_entryKenji Kaneshige2008-02-221-1/+1
* | PCI: fix up setup-bus.c #ifdefAndrew Morton2008-02-221-4/+2Star
* | PCI: don't load acpi_php when acpi is disabledYinghai Lu2008-02-221-0/+6
* | PCI: quirks: set 'En' bit of MSI Mapping for devices onHT-based nvidia platformPeer Chen2008-02-221-0/+62
* | PCI: kernel-doc: fix pci-acpi warningRandy Dunlap2008-02-221-0/+1
* | PCI: AMD SATA IDE mode quirkCrane Cai2008-02-221-7/+10
* | PCI: hotplug: acpiphp_ibm: Remove get device informationGary Hade2008-02-221-16/+17
|/
* mn10300: add the MN10300/AM33 architecture to the kernelDavid Howells2008-02-081-0/+1
* intel-iommu: fault_reason index cleanupmark gross2008-02-081-6/+5Star
* intel-iommu: PMEN supportmark gross2008-02-082-1/+24
* Genericizing iova.[ch]David Miller2008-02-065-20/+23
* iommu sg merging: PCI: add dma segment boundary supportFUJITA Tomonori2008-02-052-0/+9
* iommu sg merging: PCI: add device_dma_parameters supportFUJITA Tomonori2008-02-052-0/+11
* PCI: fix 4x section mismatch warningsSam Ravnborg2008-02-032-4/+4
* PCI: fix section mismatch warnings referring to pci_do_scan_busSam Ravnborg2008-02-033-15/+23
* Revert "PCI: PCIE ASPM support"Greg Kroah-Hartman2008-02-027-843/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2008-02-0238-635/+1714
|\
| * PCI: make pci_bus a struct deviceGreg Kroah-Hartman2008-02-025-51/+44Star
| * PCI: fix codingstyle issues in drivers/pci/pci.hGreg Kroah-Hartman2008-02-021-3/+5
| * PCI: PCIE ASPM supportShaohua Li2008-02-027-0/+843
| * PCI: Fix fakephp deadlockIan Abbott2008-02-021-4/+35
| * PCI: modify SB700 SATA MSI quirkShane Huang2008-02-021-7/+22
| * PCI: Run ACPI _OSC method on root bridges onlyAndrew Patterson2008-02-021-16/+6Star
| * PCI ACPI: AER driver should only register PCIe devices with _OSCAndrew Patterson2008-02-021-1/+1
| * PCI ACPI: Added a function to register _OSC with only PCIe devices.Andrew Patterson2008-02-021-3/+3
| * PCI: constify function pointer tablesJan Engelhardt2008-02-021-1/+1
| * PCI: Convert drivers/pci/proc.c to use unlocked_ioctlMathieu Segaud2008-02-021-3/+8
| * pciehp: block new requests from the device before power offKenji Kaneshige2008-02-021-12/+21
| * pciehp: workaround against Bad DLLP during power offKenji Kaneshige2008-02-021-0/+45
| * pciehp: wait for 1000ms before LED operation after power offKenji Kaneshige2008-02-022-12/+7Star
| * PCI: Remove pci_enable_device_bars()Benjamin Herrenschmidt2008-02-021-24/+0Star
| * PCI: Add pci_enable_device_{io,mem} intefacesBenjamin Herrenschmidt2008-02-021-1/+48
| * PCI: avoid save the same type of cap multiple timesShaohua Li2008-02-021-2/+10
| * PCI: correctly initialize a structure for pcie_save_pcix_state()Shaohua Li2008-02-021-0/+2
| * PCI: fix typo in pci_save_pcix_stateShaohua Li2008-02-021-1/+1
| * PCI: use dev_printk in quirk messagesbjorn.helgaas@hp.com2008-02-021-60/+52Star
| * PCI: print quirk name in debug messagesbjorn.helgaas@hp.com2008-02-021-1/+6
| * PCI: fix for quirk_e100_interrupt()Ivan Kokshaysky2008-02-021-1/+13
| * PCI: Spelling fixesJoe Perches2008-02-022-2/+2
| * PCI: drivers/pci/msi.c: move arch hooks to the topAdrian Bunk2008-02-021-46/+45Star
| * PCI: quirk: enable MSI Mapping on HT1000Sebastien Dugue2008-02-021-3/+27
| * PCI: Fix warning in setup-res.c on 32-bit platforms with 64-bit resourcesBenjamin Herrenschmidt2008-02-021-2/+4
| * PCI: Fix bus resource assignment on 32 bits with 64b resourcesBenjamin Herrenschmidt2008-02-021-24/+40
| * PCI Hotplug: PCIeHP: Fix some whitespace damageRolf Eike Beer2008-02-021-2/+1Star