string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / drivers / pci /
2009-12-15 Alexey Dobriyanconst: constify remaining dev_pm_ops
2009-12-11 Linus TorvaldsMerge branch 'linux-next' of git://git./linux/kernel...
2009-12-10 Linus TorvaldsMerge branch 'acpica' of git://git./linux/kernel/git...
2009-12-09 Linus TorvaldsMerge branch 'timers-for-linus-hpet' of git://git....
2009-12-05 Linus TorvaldsMerge branch 'core-iommu-for-linus' of git://git./linux...
2009-12-05 Kleber Sacilotto... PCI: fix coding style issue in pci_save_state()
2009-12-05 Chris WrightPCI: add pci_request_acs
2009-12-05 Kenji KaneshigePCI: fix BUG_ON triggered by logical PCIe root port...
2009-12-05 Andrew PattersonPCI: remove ifdefed pci_cleanup_aer_correct_error_status
2009-12-05 Andrew PattersonPCI: unconditionally clear AER uncorr status register...
2009-12-04 Kenji KaneshigePCI: portdrv: remove redundant definitions
2009-12-04 Kenji KaneshigePCI: portdrv: remove unnecessary struct pcie_port_data
2009-12-04 Kenji KaneshigePCI: portdrv: minor cleanup for pcie_port_device_register
2009-12-04 Kenji KaneshigePCI: portdrv: add missing irq cleanup
2009-12-04 Kenji KaneshigePCI: portdrv: enable device before irq initialization
2009-12-04 Kenji KaneshigePCI: portdrv: cleanup service irqs initialization
2009-12-04 Kenji KaneshigePCI: portdrv: check capabilities first
2009-12-04 Kenji KaneshigePCI: portdrv: move PME capability check
2009-12-04 Kenji KaneshigePCI: portdrv: remove redundant pcie type calculation
2009-12-04 Kenji KaneshigePCI: portdrv: cleanup pcie_device registration
2009-12-04 Kenji KaneshigePCI: portdrv: remove redundant pcie_port_device_probe
2009-12-04 Alex WilliamsonPCI: Always set prefetchable base/limit upper32 registers
2009-12-04 Shmulik RavidPCI: read-modify-write the pcie device control register...
2009-12-04 Yinghai LuPCI: show dma_mask bits in /sys
2009-12-04 Yinghai LuPCI: add debug output for DMA mask info
2009-12-04 Jesse BarnesPCI: ibmphp_hpc: don't release hw sem twice if kthread...
2009-11-25 Lin MingACPICA: Add post-order callback to acpi_walk_namespace
2009-11-24 Kenji KaneshigePCI pciehp: fix power fault interrupt storm problem
2009-11-24 Kenji KaneshigePCI hotplug: use pci_is_pcie()
2009-11-24 Kenji KaneshigePCIe AER: use pci_is_pcie()
2009-11-24 Kenji KaneshigePCIe ASPM: use pci_is_pcie()
2009-11-24 Kenji KaneshigePCI: use pci_is_pcie() in pci core
2009-11-24 Kenji Kaneshigepciehp: use pci_pcie_cap()
2009-11-24 Kenji KaneshigePCI hotplug: use pci_pcie_cap()
2009-11-24 Kenji KaneshigePCIe ASPM: use pci_pcie_cap()
2009-11-24 Kenji KaneshigePCIe port bus: use pci_pcie_cap()
2009-11-24 Kenji KaneshigePCIe AER: use pci_pcie_cap()
2009-11-24 Kenji KaneshigePCI: use pci_pcie_cap() in pci core
2009-11-19 David WoodhouseFix handling of the HP/Acer 'DMAR at zero' BIOS error...
2009-11-17 Ingo MolnarMerge commit 'v2.6.32-rc7' into core/iommu
2009-11-14 Linus TorvaldsMerge git://git.infradead.org/users/dwmw2/iommu-2.6.32
2009-11-12 Fenghua Yuintel-iommu: Support PCIe hot-plug
2009-11-12 Alex Williamsonintel-iommu: Obey coherent_dma_mask for alloc_coherent...
2009-11-11 Linus TorvaldsPCI: allow matching of prefetchable resources to non...
2009-11-10 FUJITA Tomonorix86: Handle HW IOMMU initialization failure gracefully
2009-11-10 FUJITA Tomonorix86: intel-iommu: Convert detect_intel_iommu to use...
2009-11-09 David Woodhouseintel-iommu: Check for 'DMAR at zero' BIOS error earlier.
2009-11-06 Thomas GleixnerPCI: Replace old style lock initializer
2009-11-06 Kenji KaneshigePCI hotplug: fix oshp evaluation
2009-11-06 Andreas HerrmannPCI: derive nearby CPUs from device's instead of bus...
2009-11-06 Kenji KaneshigePCI ASPM: fix oops on root port removal
2009-11-06 Kenji KaneshigePCI: cache PCIe capability offset
2009-11-04 Bjorn HelgaasPCI: improve discovery/configuration messages
2009-11-04 Bjorn HelgaasPCI: replace pr_debug with dev_dbg
2009-11-04 Bjorn HelgaasPCI: make PME# messages KERN_DEBUG
2009-11-04 Thadeu Lima de Sou... PCI: remove pci_find_slot from PCI_LEGACY config descri...
2009-11-04 Bjorn Helgaasvsprintf: use %pR, %pr instead of %pRt, %pRf
2009-11-04 Stefan AssmannPCI: avoid boot interrupt quirk for AMD 813x B1 devices
2009-11-04 Alex ChiangPCI Hotplug: acpiphp: clean up list traversals
2009-11-04 Bjorn HelgaasPCI hotplug: move IOAPIC support from acpiphp to ioapic...
2009-11-04 Andrew PattersonPCI: fix memory leak in aer_inject
2009-11-04 Andrew PattersonPCI: use better error return values in aer_inject
2009-11-04 Andrew PattersonPCI: add support for PCI domains to aer_inject
2009-11-04 Andrew PattersonPCI: add pci_get_domain_bus_and_slot function
2009-11-04 Gabe BlackPCI: populate subsystem vendor and device IDs for PCI...
2009-11-04 Matt DomschPCI: PCIe AER: honor ACPI HEST FIRMWARE FIRST mode
2009-11-04 Kenji KaneshigePCI: pciehp: prevent unnecessary power off
2009-11-04 Kenji KaneshigePCI: pciehp: fix typo in pciehp_probe
2009-11-04 Kenji KaneshigePCI: pciehp: return error on read/write failure
2009-11-04 Kenji KaneshigePCI: pciehp: create files only for existing capabilities
2009-11-04 Kenji KaneshigePCI: pciehp: remove wrong workaround for bad DLLP
2009-11-04 Kenji KaneshigePCI: pciehp: disable DLL state changed event notification
2009-11-04 Michael S. TsirkinPCI: fix nit in ROM BAR size probing
2009-11-04 Allen KayPCI: add xen dom0 checking before ACS initialization
2009-11-04 Allen KayPCI: acs p2p upsteram forwarding enabling
2009-11-04 Bjorn HelgaasPCI: print resources consistently with %pRt
2009-11-04 Matthew GarrettPCI hotplug: acpiphp should be linked after vendor...
2009-11-04 Stefan AssmannPCI hotplug: change PCI nomenclature
2009-11-04 Tejun HeoPCI: pci_dfl_cache_line_size is __devinitdata
2009-11-04 Tejun Heopccard: configure CLS on attach
2009-11-04 Tejun Heosparc64/PCI: drop PCI_CACHE_LINE_BYTES
2009-11-04 Jesse BarnesPCI: determine CLS more intelligently
2009-10-27 Jesse BarnesRevert "PCI: get larger bridge ranges when space is...
2009-10-16 Shane Huangahci / atiixp / pci quirks: rename AMD SB900 into Hudson-2
2009-10-13 Ingo Molnarheaders: Fix build after <linux/sched.h> removal
2009-10-13 Linus TorvaldsMerge git://git.infradead.org/~dwmw2/iommu-2.6.32
2009-10-12 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-10-12 David WoodhouseRun pci_apply_final_quirks() sooner.
2009-10-12 David WoodhouseMark pci_apply_final_quirks() __init rather than __devinit
2009-10-12 David WoodhouseRename pci_init() to pci_apply_final_quirks(), move...
2009-10-11 Alexey Dobriyanheaders: remove sched.h from interrupt.h
2009-10-07 Kenji KaneshigePCI: Prevent AER driver from being loaded on non-root...
2009-10-07 Yinghai LuPCI: get larger bridge ranges when space is available
2009-10-07 Randy DunlapPCI: pci.c: fix kernel-doc notation
2009-10-07 Gabe BlackPCI quirk: TI XIO200a erroneously reports support for...
2009-10-06 Rafael J. WysockiPCI PM: Read device power state from register after...
2009-10-06 Bjorn HelgaasPCI: remove pci_assign_resource_fixed()
2009-10-06 Bjorn HelgaasPCI: PCIe portdrv: remove "-driver" from driver name
2009-09-30 David Woodhouseintel-iommu: Yet another BIOS workaround: Isoch DMAR...
2009-09-25 Bjorn HelgaasACPICA: fixup after acpi_get_object_info() change
next