summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2009-01-07PCI: Don't carp about BAR allocation failures in quiet bootIngo Molnar1-2/+2
2009-01-07PCI hotplug: aerdrv: fix a typo in error messageHidetoshi Seto1-1/+1
2009-01-07PCI: handle PCI state saving with interrupts disabledRafael J. Wysocki3-22/+55
2009-01-07PCI: extend on the ICH motherboard IO decode quirk listLinus Torvalds1-15/+90
2009-01-07PCI: Suspend and resume PCI Express ports with interrupts disabledRafael J. Wysocki1-6/+6
2009-01-07PCI: pci-stub module to reserve pci deviceChris Wright3-0/+58
2009-01-07PCI: allow pci driver to support only dynidsChris Wright1-9/+11
2009-01-07PCI/ACPI: acpiphp: Identify more removable slotsMatthew Garrett1-15/+17
2009-01-07pci-acpi: Cleanup _OSC evaluation codeTaku Izumi1-17/+14
2009-01-07PCI/ACPI: Remove unnecessary _OSC evaluation for control requestTaku Izumi1-0/+4
2009-01-07PCI: revert additional _OSC evaluationTaku Izumi1-13/+17
2009-01-07drivers/pci/hotplug: Add missing pci_dev_getJulia Lawall1-0/+1
2009-01-07resource: allow MMIO exclusivity for device driversArjan van de Ven2-12/+98
2009-01-07ACPI/PCI: remove obsolete _OSC capability support functionsAndrew Patterson1-25/+0
2009-01-07ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge addedAndrew Patterson3-24/+11
2009-01-07ACPI/PCI: PCIe AER _OSC support capabilities called when root bridge addedAndrew Patterson1-1/+0
2009-01-07ACPI/PCI: PCIe ASPM _OSC support capabilities called when root bridge addedAndrew Patterson1-18/+9
2009-01-07ACPI/PCI: PCI extended config _OSC support called when root bridge addedAndrew Patterson1-0/+13
2009-01-07ACPI/PCI: call _OSC support during root bridge discoveryAndrew Patterson1-5/+19
2009-01-07PCI: Add legacy_io/mem to all bussesBenjamin Herrenschmidt1-0/+4
2009-01-07PCI: Extend pci_reset_function() to support PCI Advanced FeaturesSheng Yang1-0/+41
2009-01-07PCI: Refactor pci_reset_function()Sheng Yang1-26/+40
2009-01-07PCI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers5-7/+7
2009-01-07PCI: fixup whitespace in quirks.cJesse Barnes1-2/+3
2009-01-07PCI hotplug: pciehp: remove unnecessary wait after turning power offKenji Kaneshige1-14/+12
2009-01-07PCI: check mmap range of /proc/bus/pci files tooJesse Barnes3-2/+15
2009-01-06PCI: Rework default handling of suspend and resumeRafael J. Wysocki1-31/+63
2009-01-06PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki1-28/+18
2009-01-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jor...Linus Torvalds2-144/+846
2009-01-03intel-iommu: fix bit shift at DOMAIN_FLAG_P2P_MULTIPLE_DEVICESMike Day1-1/+1
2009-01-03VT-d: remove now unused intel_iommu_found functionJoerg Roedel1-6/+0
2009-01-03VT-d: register functions for the IOMMU APIJoerg Roedel1-0/+15
2009-01-03VT-d: adapt domain iova_to_phys function for IOMMU APIJoerg Roedel1-3/+4
2009-01-03VT-d: adapt domain map and unmap functions for IOMMU APIJoerg Roedel1-13/+20
2009-01-03VT-d: adapt device attach and detach functions for IOMMU APIJoerg Roedel1-12/+15
2009-01-03VT-d: adapt domain init and destroy functions for IOMMU APIJoerg Roedel1-15/+18
2009-01-03Check agaw is sufficient for mapped memoryWeidong Han1-0/+61
2009-01-03Change intel iommu APIs of virtual machine domainWeidong Han1-70/+59
2009-01-03Change domain_context_mapping_one for virtual machine domainWeidong Han1-3/+52
2009-01-03Allocation and free functions of virtual machine domainWeidong Han1-2/+105
2009-01-03Add domain_flush_cacheWeidong Han1-17/+26
2009-01-03Add/remove domain device info for virtual machine domainWeidong Han1-5/+166
2009-01-03Add domain flag DOMAIN_FLAG_VIRTUAL_MACHINEWeidong Han1-0/+7
2009-01-03iommu coherencyWeidong Han1-0/+24
2009-01-03calculate agaw for each iommuWeidong Han2-0/+32
2009-01-03iommu bitmap instead of iommu pointer in dmar_domainWeidong Han1-30/+67
2009-01-03Get iommu from g_iommus for deferred flushWeidong Han1-3/+4
2009-01-03Add global iommu listWeidong Han1-0/+25
2009-01-03change P2P domain flagsWeidong Han1-3/+5
2009-01-03Initialize domain flags to 0Weidong Han1-0/+1