memory_accessor: implement the new memory_accessor interface for I2C EEPROM
[safe/jmp/linux-2.6] / drivers / pci /
2009-04-01 Linus TorvaldsMerge branch 'linux-next' of git://git./linux/kernel...
2009-03-30 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-03-30 Linus TorvaldsMerge branch 'iommu-for-linus' of git://git./linux...
2009-03-30 Rafael J. WysockiPCI PM: Make pci_prepare_to_sleep() disable wake-up...
2009-03-30 Rafael J. WysockiPCI PM: Introduce __pci_[start|complete]_power_transiti...
2009-03-30 Rafael J. WysockiPCI PM: Restore config spaces of all devices during...
2009-03-30 Rafael J. WysockiPCI PM: Make pci_set_power_state() handle devices with...
2009-03-30 Rafael J. WysockiPCI PM: Put devices into low power states during late...
2009-03-30 Rafael J. WysockiPCI PM: Move pci_restore_standard_config to pci-driver.c
2009-03-30 Rafael J. WysockiPCI PM: Use pci_set_power_state during early resume
2009-03-30 Frans PopPCI PM: Consistently use variable name "error" for...
2009-03-30 Yinghai LuPCI: fix HT MSI mapping fix
2009-03-28 Ingo MolnarMerge branch 'linus' into core/iommu
2009-03-28 Ingo MolnarMerge branch 'linus' into x86/core
2009-03-27 Ingo MolnarMerge branch 'core/percpu' into percpu-cpumask-x86...
2009-03-26 Yinghai LuPCI: don't enable too much HT MSI mapping
2009-03-26 Linus TorvaldsMerge branch 'irq-for-linus' of git://git./linux/kernel...
2009-03-26 Yu ZhaoPCI: save and restore PCIe 2.0 registers
2009-03-26 Stephen RothwellPCI: update fakephp for bus_id removal
2009-03-26 Kenji KaneshigePCI: fix kernel oops on bridge removal
2009-03-26 Yu ZhaoPCI: fix conflict between SR-IOV and config space sizing
2009-03-24 Kay Sieverspci: struct device - replace bus_id with dev_name(...
2009-03-20 Alex ChiangPCI Hotplug: rename legacy_fakephp to fakephp
2009-03-20 Trent PiephoPCI Hotplug: restore fakephp interface with complete...
2009-03-20 Alex ChiangPCI: Introduce /sys/bus/pci/devices/.../rescan
2009-03-20 Alex ChiangPCI: Introduce /sys/bus/pci/devices/.../remove
2009-03-20 Alex ChiangPCI: Introduce /sys/bus/pci/rescan
2009-03-20 Alex ChiangPCI: Introduce pci_rescan_bus()
2009-03-20 Alex ChiangPCI: do not enable bridges more than once
2009-03-20 Alex ChiangPCI: do not initialize bridges more than once
2009-03-20 Alex ChiangPCI: always scan child buses
2009-03-20 Trent PiephoPCI: pci_scan_slot() returns newly found devices
2009-03-20 Trent PiephoPCI: don't scan existing devices
2009-03-20 Yu ZhaoPCI: handle SR-IOV Virtual Function Migration
2009-03-20 Yu ZhaoPCI: add SR-IOV API for Physical Function driver
2009-03-20 Yu ZhaoPCI: centralize device setup code
2009-03-20 Yu ZhaoPCI: reserve bus range for SR-IOV device
2009-03-20 Yu ZhaoPCI: restore saved SR-IOV state
2009-03-20 Yu ZhaoPCI: initialize and release SR-IOV capability
2009-03-20 David O'SheaPCI: Compaq Evo D510 SMBus quirk using USB instead...
2009-03-20 Dave AirliePCI: expose boot VGA device via sysfs.
2009-03-20 Yinghai LuPCI/x86: detect host bridge config space size w/o using...
2009-03-20 Alex ChiangPCIe: portdrv: call pci_disable_device during remove
2009-03-20 Alex ChiangPCI: PCIe portdrv: eliminate double kfree in remove...
2009-03-20 Geert UytterhoevenPCI: Use kzalloc() in pci_create_bus()
2009-03-20 Yuji ShimadaPCI: allow assignment of memory resources with a specif...
2009-03-20 Matthew WilcoxPCI MSI: Add support for multiple MSI
2009-03-20 Matthew WilcoxPCI MSI: Refactor interrupt masking code
2009-03-20 Matthew WilcoxPCI MSI: Use mask_pos instead of mask_base when appropriate
2009-03-20 Matthew WilcoxPCI MSI: msi_desc->dev is always initialised
2009-03-20 Matthew WilcoxPCI MSI: Replace 'type' with 'is_msix'
2009-03-20 Chris WrightPCI: add remove_id sysfs entry
2009-03-20 Kenji KaneshigePCI: fix wrong assumption in pci_common_swizzle
2009-03-20 Kenji KaneshigePCI: fix wrong assumption in pci_get_interrupt_pin
2009-03-20 Kenji KaneshigePCI: fix wrong assumption in pci_read_bridge_bases
2009-03-20 Kenji KaneshigePCI: fix wrong assumption in pci_find_upstream_pcie_bridge
2009-03-20 Kenji KaneshigePCI hotplug: fix wrong assumption in acpi_get_hp_hw_con...
2009-03-20 Kenji KaneshigePCI hotplug: fix wrong assumption in acpi_get_hp_params...
2009-03-20 Rafael J. WysockiPCI: PCIe portdrv: Implement pm object
2009-03-20 Eric W. BiedermanPCI: pcie_portdriver: fix pcie_port_device_remove
2009-03-20 Ivan KokshayskyPCI/alpha: pci sysfs resources
2009-03-20 Andrew MortonPCI: constify pci_bus_assign_resources()
2009-03-20 akpm@linux-foundat... PCI: constify pci_bus_add_devices()
2009-03-20 Michael EllermanPCI/MSI: Allow arch code to return the number of MSI...
2009-03-20 Roel KluinPCI hotplug: shpchp: fix bus number check to avoid...
2009-03-20 Kenji KaneshigePCI/ACPI: rename pci_osc_control_set()
2009-03-20 Kenji KaneshigePCI/ACPI: move _OSC code to pci_root.c
2009-03-20 Sheng YangPCI: Speed up device reset function
2009-03-20 Jiri SlabyPCI quirk: don't mark one netmos as class other
2009-03-20 Alex ChiangPCI: enhance physical slot debug information
2009-03-20 Kenji KaneshigePCI: pciehp: make cmd_busy flag one bit
2009-03-20 Kenji KaneshigePCI: pciehp: enable software notification on empty...
2009-03-20 Kenji KaneshigePCI: pciehp: fix possible endless loop in pcie_isr
2009-03-20 Julia LawallPCI: introduce missing kfree
2009-03-20 Frank SeidelPCI: add missing KERN_* constants to printks
2009-03-20 Yu ZhaoPCI: check if a bus is added when removing it
2009-03-20 Michael EllermanPCI/MSI: Use #ifdefs instead of weak functions
2009-03-20 Rafael J. WysockiPCI/PCIe portdrv: Fix allocation of interrupts
2009-03-20 Rafael J. WysockiPCI/MSI: Introduce pci_msix_table_size()
2009-03-20 Kay SieversPCI: struct device - replace bus_id with dev_name(...
2009-03-20 Rafael J. WysockiPCI: PCIe portdrv: Remove struct pcie_port_service_id
2009-03-20 Rafael J. WysockiPCI: PCIe portdrv: Simplily probe callback of service...
2009-03-20 Rafael J. WysockiPCI: PCIe portdrv: Remove unnecessary function
2009-03-20 Rafael J. WysockiPCI: PCIe portdrv: Do not enable port device before...
2009-03-20 Rafael J. WysockiPCI: PCIe portdrv: Aviod using service devices with...
2009-03-20 Rafael J. WysockiPCI: PCIe portdrv: Use driver data to simplify code
2009-03-20 Harvey HarrisonPCI: __FUNCTION__ is gcc-specific, use __func__
2009-03-18 Ingo MolnarMerge branch 'linus' into core/iommu
2009-03-17 Suresh Siddhax86, dmar: use atomic allocations for QI and Intr-remap...
2009-03-17 Suresh Siddhax86, intr-remapping: fix free_irte() to clear all the...
2009-03-17 Suresh Siddhax86, dmar: start with sane state while enabling dma...
2009-03-17 Suresh Siddhax86, dmar: routines for disabling queued invalidation...
2009-03-17 Suresh Siddhax86, x2apic: enable fault handling for intr-remapping
2009-03-17 Suresh Siddhax86, dmar: move page fault handling code to dmar.c
2009-03-17 Suresh Siddhax86, x2apic: fix lock ordering during IRQ migration
2009-03-16 Ingo MolnarMerge branches 'irq/genirq' and 'linus' into irq/core
2009-03-13 Ingo MolnarMerge branch 'x86/core' into x86/kconfig
2009-03-12 Alex ChiangPCIe: portdrv: call pci_disable_device during remove
2009-03-12 Prakash Punnoorpci: Fix typo in message while disabling HT MSI mapping
2009-03-12 Prakash Punnoorpci: don't disable too many HT MSI mapping
next