summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| * PCI MSI: MSI-X cleanup, msix_map_region()Hidetoshi Seto2009-09-091-13/+19
| * PCI MSI: Relocate error path in init_msix_capability()Hidetoshi Seto2009-09-091-18/+22
| * PCI MSI: Unify msi_free_irqs() and msix_free_all_irqs()Hidetoshi Seto2009-09-091-43/+31
| * PCI MSI: Use list_first_entry()Hidetoshi Seto2009-09-091-1/+1
| * PCI MSI: Remove attribute check from pci_disable_msi()Hidetoshi Seto2009-09-091-8/+1
| * PCI: print out pref if mmio is prefetchableYinghai Lu2009-09-091-2/+7
| * PCI: apply nv_msi_ht_cap_quirk on resume tooTejun Heo2009-09-091-0/+2
| * PCI: disable pci_find_device warnings when deprecated pci functions are enabledAndi Kleen2009-09-093-31/+37
| * PCI: Unhide the SMBus on the Compaq Evo D510 USDTJean Delvare2009-09-091-0/+1
| * PCI: expose function reset capability in sysfsMichael S. Tsirkin2009-09-093-0/+54
| * PCI Hotplug: acpiphp: get pci_bus from acpi handle correctlyAlex Chiang2009-09-091-11/+17
| * PCI: export pci_claim_resource for driver useJesse Barnes2009-09-091-0/+1
| * PCI: remove pcibios_scan_all_fns()Alex Chiang2009-09-091-2/+1
* | Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-152-2/+22
|\ \
| * \ Merge commit 'v2.6.31-rc8' into x86/txtIngo Molnar2009-09-025-19/+21
| |\ \
| * | | x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang2009-09-012-2/+2
| * | | intel_txt: Force IOMMU on for Intel TXT launchJoseph Cihula2009-07-212-2/+22
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-09-141-8/+8
|\ \ \ \
| * \ \ \ Merge commit 'v2.6.31-rc8' into nextDmitry Torokhov2009-08-275-19/+21
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Driver Core: Make PM operations a const pointerDmitry Torokhov2009-07-241-8/+8
| | |/ / | |/| |
* | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-111-1/+3
|\ \ \ \
| * | | | ahci: Add AMD SB900 SATA/IDE controller device IDsShane Huang2009-09-111-1/+3
| | |/ / | |/| |
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-09-111-11/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | pci/intr_remapping: Allocate irq_iommu on nodeYinghai Lu2009-08-291-11/+3
* | | | PCI SR-IOV: correct broken resource alignment calculationsChris Wright2009-08-304-6/+42
| |/ / |/| |
* | | PCI: check saved state before restoreAlek Du2009-08-202-1/+3
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-08-101-4/+3
|\ \
| * | PCI hotplug: SGI hotplug: do not use hotplug_slot_attrKenji Kaneshige2009-08-071-10/+3
| * | PCI hotplug: SGI hotplug: fix build failureKenji Kaneshige2009-08-071-0/+6
* | | intel-iommu: Fix enabling snooping feature by mistakeSheng Yang2009-08-061-1/+1
* | | intel-iommu: Mask physical address to correct page size in intel_map_single()Fenghua Yu2009-08-051-1/+2
* | | intel-iommu: Correct sglist size calculation.Fenghua Yu2009-08-051-10/+10
|/ /
* | Make pci_claim_resource() use request_resource() rather than insert_resource()Linus Torvalds2009-08-021-2/+2
|/
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-125-4/+1
* intel-iommu: Fix intel_iommu_unmap_range() with size 0Sheng Yang2009-07-081-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-07-067-30/+72
|\
| * PCI: Fix IRQ swizzling for ARI-enabled devicesMatthew Wilcox2009-07-011-2/+11
| * PCI MSI: Fix restoration of MSI/MSI-X mask states in suspend/resumeHidetoshi Seto2009-06-291-7/+28
| * PCI MSI: Unmask MSI if setup failedHidetoshi Seto2009-06-291-0/+1
| * PCI MSI: shorten PCI_MSIX_ENTRY_* symbol namesHidetoshi Seto2009-06-292-15/+13
| * PCI: More PATA quirks for not entering D3Alan Cox2009-06-291-0/+5
| * PCI: fix kernel-doc warningsRandy Dunlap2009-06-292-2/+4
| * PCI: check if bus has a proper bridge device before triggering SBRYu Zhao2009-06-291-1/+1
| * PCI ECRC: Remove unnecessary semicolonsJoe Perches2009-06-291-1/+1
| * PCI MSI: Return if alloc_msi_entry for MSI-X failedHidetoshi Seto2009-06-291-2/+8
* | intel-iommu: Don't use identity mapping for PCI devices behind bridgesDavid Woodhouse2009-07-041-0/+30
* | intel-iommu: Use iommu_should_identity_map() at startup time too.David Woodhouse2009-07-041-11/+14
* | intel-iommu: No mapping for non-PCI devicesDavid Woodhouse2009-07-041-5/+10
* | intel-iommu: Restore DMAR_BROKEN_GFX_WA option for broken graphics driversDavid Woodhouse2009-07-041-10/+19
* | intel-iommu: Add iommu_should_identity_map() functionDavid Woodhouse2009-07-041-2/+7
OpenPOWER on IntegriCloud