summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PCI: rpaphp: Remve another call that is a wrapperLinas Vepstas2007-05-034-22/+10
* PCI: rpaphp: remove a function that does nothing but wrap debug printksLinas Vepstas2007-05-031-24/+13
* PCI: rpaphp: Remove un-needed gotoLinas Vepstas2007-05-031-4/+2
* PCI: rpaphp: Fix a memleak; slot->location string was never freedLinas Vepstas2007-05-031-5/+4
* PCI: rpaphp: match up alloc and free in same routineLinas Vepstas2007-05-033-2/+5
* PCI: rpaphp: Remove global num_slots variableLinas Vepstas2007-05-033-7/+1
* PCI: rpaphp: Cleanup flow of control for rpaphp_add_slotLinas Vepstas2007-05-031-20/+20
* PCI: add debug information to resource collision messageChuck Ebbert2007-05-031-2/+2
* PCI: the overdue removal of pci_module_init()Adrian Bunk2007-05-033-15/+0
* PCI: remove the broken PCI_MULTITHREAD_PROBE optionAdrian Bunk2007-05-035-83/+3
* MSI: Give archs the option to free all MSI/Xs at once.Michael Ellerman2007-05-032-36/+40
* MSI: Give archs the option to allocate all MSI/Xs at once.Michael Ellerman2007-05-032-19/+45
* MSI: arch must connect the irq and the msi_descMichael Ellerman2007-05-037-24/+22
* msi: introduce ARCH_SUPPORTS_MSI Kconfig option (rev2)Dan Williams2007-05-036-1/+10
* MSI: Remove dev->first_msi_irqMichael Ellerman2007-05-032-12/+20
* MSI: Use a list instead of the custom link structureMichael Ellerman2007-05-035-46/+33
* PCI: Convert to alloc_pci_dev()Michael Ellerman2007-05-036-6/+6
* PCI: Create alloc_pci_dev(), the one true way to create a struct pci_devMichael Ellerman2007-05-032-0/+17
* MSI: Add an arch_msi_check_device()Michael Ellerman2007-05-032-4/+26
* MSI: Rename pci_msi_supported() to pci_msi_check_device()Michael Ellerman2007-05-031-6/+6
* MSI: Consolidate precondition checksMichael Ellerman2007-05-031-12/+2
* MSI: Expand pci_msi_supported()Michael Ellerman2007-05-031-11/+8
* MSI: Remove msi_cacheMichael Ellerman2007-05-031-40/+4
* MSI: Move EXPORT_SYMBOL()s near their definitionMichael Ellerman2007-05-031-5/+4
* MSI: Consolidate BUG_ON()s.Michael Ellerman2007-05-031-7/+3
* MSI: Consolidate MSI-X irq freeing codeMichael Ellerman2007-05-031-29/+20
* MSI: Simplify BUG() handling in msi_remove_pci_irq_vectors() part 2Michael Ellerman2007-05-031-11/+5
* MSI: Simplify BUG() handling in msi_remove_pci_irq_vectors() part 1Michael Ellerman2007-05-031-7/+2
* MSI: Simplify BUG() handling in pci_disable_msix()Michael Ellerman2007-05-031-10/+5
* MSI: Simplify BUG() handling in pci_disable_msi()Michael Ellerman2007-05-031-12/+9
* PCI Documentation: power/pci.txt fix copy/paste errorRandy Dunlap2007-05-031-1/+1
* PCI: define pci_request/release_regions() for CONFIG_PCI=nSergei Shtylyov2007-05-031-0/+3
* pci: do not mark exported functions as __devinitSam Ravnborg2007-05-036-36/+24
* PCI: Require vendor and device for new_idJean Delvare2007-05-032-5/+5
* PCI: fix sysfs rom file creation for BIOS ROM shadowsJesse Barnes2007-05-032-3/+4
* PCI: kernel-doc fixRandy Dunlap2007-05-031-1/+1
* PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-03116-117/+7
* PCI: scatterlist.h needs types.hJean Delvare2007-05-0316-0/+28
* PCI: fix multiple definition of `queue_pushbutton_work'Kristen Carlson Accardi2007-05-036-6/+6
* pciehp: Adapt to device driver modelKenji Kaneshige2007-05-032-35/+6
* pciehp: Event handling reworkKenji Kaneshige2007-05-034-389/+321
* pci: New PCI-E reset APIBrian King2007-05-032-0/+43
* PCI: Flush MSI-X table writesMitch Williams2007-05-031-0/+25
* libata: honour host controllers that want just one hostLinus Torvalds2007-05-011-7/+4
* pm: include EIO from errno-base.hDavid Rientjes2007-05-011-1/+1
* Add kvasprintf()Jeremy Fitzhardinge2007-05-012-7/+20
* power management: force pm_ops.valid callback to be assignedJohannes Berg2007-05-012-8/+8
* power management: implement pm_ops.valid for everybodyJohannes Berg2007-05-0111-55/+39
* power management: remove firmware disk modeJohannes Berg2007-05-015-54/+34
* rework pm_ops pm_disk_mode, kill misuseJohannes Berg2007-05-0111-64/+56