ACPI: add dump_stack() to trace acpi_format_exception programming errors
[safe/jmp/linux-2.6] / drivers / pci /
2007-05-03 Michael EllermanMSI: Rename pci_msi_supported() to pci_msi_check_device()
2007-05-03 Michael EllermanMSI: Consolidate precondition checks
2007-05-03 Michael EllermanMSI: Expand pci_msi_supported()
2007-05-03 Michael EllermanMSI: Remove msi_cache
2007-05-03 Michael EllermanMSI: Move EXPORT_SYMBOL()s near their definition
2007-05-03 Michael EllermanMSI: Consolidate BUG_ON()s.
2007-05-03 Michael EllermanMSI: Consolidate MSI-X irq freeing code
2007-05-03 Michael EllermanMSI: Simplify BUG() handling in msi_remove_pci_irq_vect...
2007-05-03 Michael EllermanMSI: Simplify BUG() handling in msi_remove_pci_irq_vect...
2007-05-03 Michael EllermanMSI: Simplify BUG() handling in pci_disable_msix()
2007-05-03 Michael EllermanMSI: Simplify BUG() handling in pci_disable_msi()
2007-05-03 Sam Ravnborgpci: do not mark exported functions as __devinit
2007-05-03 Jean DelvarePCI: Require vendor and device for new_id
2007-05-03 Jesse BarnesPCI: fix sysfs rom file creation for BIOS ROM shadows
2007-05-03 Randy DunlapPCI: kernel-doc fix
2007-05-03 Kristen Carlson... PCI: fix multiple definition of `queue_pushbutton_work'
2007-05-03 Kenji Kaneshigepciehp: Adapt to device driver model
2007-05-03 Kenji Kaneshigepciehp: Event handling rework
2007-05-03 Brian Kingpci: New PCI-E reset API
2007-05-03 Mitch WilliamsPCI: Flush MSI-X table writes
2007-05-03 Greg Kroah-Hartmanremove "struct subsystem" as it is no longer needed
2007-05-02 Stephen Rothwell[POWERPC] Rename get_property to of_get_property: drivers
2007-04-29 Linus TorvaldsMerge branch 'upstream-linus' of /linux/kernel/git...
2007-04-29 Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2007-04-28 Jeff Garziklibata/IDE: remove combined mode quirk
2007-04-27 David Brownelldefine platform wakeup hook, use in pci_enable_wake()
2007-04-27 Cornelia Huckdriver core: per-subsystem multithreaded probing
2007-04-26 Paul MackerrasRevert "[POWERPC] Rename get_property to of_get_propert...
2007-04-25 Shaohua LiACPI: Disable MSI on request of FADT
2007-04-23 Bartlomiej Zolnier... Revert "adjust legacy IDE resource setting (v2)"
2007-04-12 Stephen Rothwell[POWERPC] Rename get_property to of_get_property: drivers
2007-04-03 Eric W. Biederman[PATCH] msi: synchronously mask and unmask msi-x irqs.
2007-03-26 Prarit BhargavaPCI: Fix warning message in PCIE port driver
2007-03-26 Jean DelvarePCI: Stop unhiding the SMBus on Toshiba laptops
2007-03-12 Eric W. Biederman[PATCH] pci: Repair pci_save/restore_state so we can...
2007-03-12 Eric W. Biederman[PATCH] msi: Safer state caching.
2007-03-09 Sam Ravnborgpci: fix section mismatch warning
2007-03-09 Sam RavnborgPCI: aer: fix section mismatch warning
2007-03-09 Sam Ravnborgpcie: fix section mismatch warning
2007-03-09 Tejun HeoPCI: allow multiple calls to pcim_pin_device()
2007-03-05 Eric W. Biederman[PATCH] msi: support masking msi irqs without a mask bit
2007-03-05 Eric W. Biederman[PATCH] msi: fix up the msi enable/disable logic
2007-03-05 Eric W. Biederman[PATCH] msi: sanely support hardware level msi disabling
2007-03-03 Jan Beulichadjust legacy IDE resource setting (v2)
2007-03-02 Tejun Heoahci/pata_jmicron: match class not function number
2007-03-02 Tejun Heojmicron ATA: reimplement jmicron ATA quirk
2007-02-19 Linus TorvaldsMerge git://git./linux/kernel/git/bunk/trivial
2007-02-17 Uwe Kleine-KönigFix typos concerning hierarchy
2007-02-16 Brice GoglinPCI: Make PCI device numa-node attribute visible in...
2007-02-16 Andreas BlockPCI: PCI devices get assigned redundant IRQs
2007-02-16 Atsushi NemotoPCI: Make CARDBUS_MEM_SIZE and CARDBUS_IO_SIZE boot...
2007-02-16 Randy DunlapPCI/sysfs/kobject kernel-doc fixes
2007-02-14 Thomas Gleixner[PATCH] Scheduled removal of SA_xxx interrupt flags...
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 5
2007-02-11 David S. Miller[SPARC64]: Add PCI MSI support on Niagara.
2007-02-09 Tejun Heodevres: device resource management
2007-02-09 Conke HuAdd pci class code for SATA & AHCI, and replace some...
2007-02-08 Linus TorvaldsMerge /pub/scm/linux/kernel/git/bart/ide-2.6
2007-02-08 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/pci-2.6
2007-02-08 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/driver-2.6
2007-02-07 Eric W. Biedermanmsi: Make MSI useable more architectures
2007-02-07 Eric W. Biedermanmsi: Kill the msi_desc array.
2007-02-07 Eric W. Biedermanmsi: Remove attach_msi_entry.
2007-02-07 Eric W. Biedermanmsi: Fix msi_remove_pci_irq_vectors.
2007-02-07 Eric W. Biedermanmsi: Remove msi_lock.
2007-02-07 Eric W. Biedermanmsi: Kill msi_lookup_irq
2007-02-07 Michael EllermanMSI: Combine pci_(save|restore)_msi/msix_state
2007-02-07 Michael EllermanMSI: Remove pci_scan_msi_device()
2007-02-07 Michael EllermanMSI: Replace pci_msi_quirk with calls to pci_no_msi()
2007-02-07 Pavel MachekPCI: power management: remove noise on non-manageable hw
2007-02-07 Satoru TakeuchiPCI: cleanup MSI code
2007-02-07 Adrian BunkPCI: make isa_bridge Alpha-only
2007-02-07 Adrian BunkPCI: remove quirk_sis_96x_compatible()
2007-02-07 Jean DelvarePCI: Speed up the Intel SMBus unhiding quirk
2007-02-07 Daniel YeisleyPCI Quirk: 1k I/O space IOBL_ADR fix on P64H2
2007-02-07 Kenji Kaneshigeshpchp: delete trailing whitespace
2007-02-07 Kenji Kaneshigeshpchp: remove DBG_XXX_ROUTINE
2007-02-07 Kenji Kaneshigeshpchp: remove CONFIG_HOTPLUG_PCI_SHPC_POLL_EVENT_MODE
2007-02-07 Kristen Carlson... PCIEHP: Add Electro Mechanical Interlock (EMI) support...
2007-02-07 Kenji Kaneshigepciehp: fix wait command completion
2007-02-07 Kenji Kaneshigepciehp: cleanup wait command completion
2007-02-07 Kenji Kaneshigepciehp: remove unused pcie_cap_base
2007-02-07 Kenji Kaneshigepciehp: cleanup pciehp.h
2007-02-07 Kenji Kaneshigepciehp: cleanup register access
2007-02-07 Kenji Kaneshigepciehp: remove unused pci_bus from struct controller
2007-02-07 Kenji Kaneshigepciehp: remove unnecessary php_ctlr
2007-02-07 Kenji Kaneshigepciehp: cleanup slot list
2007-02-07 Kenji Kaneshigepciehp: cleanup init_slot()
2007-02-07 Adrian BunkPCI: remove pci_find_device_reverse()
2007-02-07 Adrian BunkPCI: quirks.c: cleanup
2007-02-07 Hidetoshi SetoPCI : Add selected_regions funcs
2007-02-07 Hidetoshi SetoPCI : add extremely specialized __pci_reenable_device...
2007-02-07 Hidetoshi SetoPCI : Move pci_fixup_device and is_enabled (originally...
2007-02-07 Hidetoshi SetoPCI : remove too specialized __pci_enable_device for...
2007-02-07 Yinghai LuPCI: check szhi when sz is 0 when 64 bit iomem bigger...
2007-02-07 Greg Kroah-HartmanPCI: add the sysfs driver name to all modules
2007-02-07 Sergei Shtylyovide: add Toshiba TC86C001 IDE driver (take 2)
2007-02-03 John KellerAltix: Add ACPI SSDT PCI device support (hotplug)
2007-02-03 Alexey StarikovskiyACPICA: Remove duplicate table definitions (non-conflic...
next