aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] PCI: Provide a boot parameter to disable MSIMatthew Wilcox2006-03-235-2/+26
* [PATCH] PCI: the scheduled removal of PCI_LEGACY_PROCAdrian Bunk2006-03-233-150/+0
* [PATCH] PCI: cpqphp_ctrl.c: board_replaced(): remove dead codeAdrian Bunk2006-03-231-62/+14
* [PATCH] acpiphp: fix bridge handleMUNEDA Takahiro2006-03-231-2/+2
* [PATCH] acpiphp - slot management fix - V4MUNEDA Takahiro2006-03-233-98/+87
* [PATCH] acpi: remove dock event handling from ibm_acpiKristen Accardi2006-03-232-3/+22
* [PATCH] acpiphp: add dock event handlingKristen Accardi2006-03-235-24/+545
* [PATCH] acpi: export acpi_bus_trimKristen Accardi2006-03-232-2/+4
* [PATCH] acpiphp: add new bus to acpiKristen Accardi2006-03-231-2/+109
* [PATCH] PCI: Move pci_dev_put outside a spinlockAlan Stern2006-03-231-2/+2
* [PATCH] PCI: PCI/Cardbus cards hidden, needs pci=assign-busses to fixBernhard Kaindl2006-03-232-1/+35
* [PATCH] PCI: fix problems with MSI-X on ia64Grant Grundler2006-03-231-13/+24
* [PATCH] PCI: resource address mismatchLinus Torvalds2006-03-232-6/+18
* [PATCH] PCI: remove msi save/restore code in specific driverShaohua Li2006-03-232-63/+4
* [PATCH] PCI: make MSI quirk inheritable from the pci busMichael S. Tsirkin2006-03-234-3/+15
* [PATCH] PCI: quirk for asus a8v and a8v delux motherboardsBauke Jan Douma2006-03-231-0/+31
* [PATCH] PCI: SMBus unhide on HP Compaq nx6110tomek@koprowski.org2006-03-231-0/+6
* [PATCH] PCI: Add pci_device_shutdown to pci_bus_typeBrian Gerst2006-03-231-8/+1
* [PATCH] shpchp: adapt to pci driver modelKenji Kaneshige2006-03-232-23/+7
* [PATCH] shpchp: Fix slot state handlingKenji Kaneshige2006-03-233-61/+181
* [PATCH] shpchp: event handling reworkKenji Kaneshige2006-03-234-266/+119
* [PATCH] shpchp: Remove unused wait_for_ctrl_irqKenji Kaneshige2006-03-232-22/+1
* [PATCH] shpchp: Remove unused pci_bus member from controller structureKenji Kaneshige2006-03-232-13/+1
* [PATCH] PCI: Avoid leaving MASTER_ABORT disabled permanently when returning f...Ralf Baechle2006-03-231-7/+8
* [PATCH] PCI: Give PCI config access initialization a defined orderingAndi Kleen2006-03-237-23/+40
* [PATCH] shpchp - Fix incorrect return value of interrupt handlerKenji Kaneshige2006-03-231-8/+3
* [PATCH] shpchp - move slot name into struct slotKenji Kaneshige2006-03-232-11/+5
* [PATCH] shpchp - removed unncessary 'magic' member from slotKenji Kaneshige2006-03-232-7/+0
* [PATCH] shpchp - replace kmalloc() with kzalloc() and cleanup arg of sizeof()Kenji Kaneshige2006-03-232-13/+6
* [PATCH] pcihp_skeleton.c cleanupKenji Kaneshige2006-03-231-22/+11
* [PATCH] shpchp - bugfix: add missing serializationKenji Kaneshige2006-03-231-42/+24
* [PATCH] shpchp - cleanup check command statusKenji Kaneshige2006-03-233-123/+23
* [PATCH] shpchp - cleanup controller listKenji Kaneshige2006-03-233-21/+10
* [PATCH] shpchp - cleanup slot listKenji Kaneshige2006-03-232-23/+17
* [PATCH] shpchp - cleanup shpchp_core.cKenji Kaneshige2006-03-231-48/+36
* [PATCH] shpchp - cleanup init_slots()Kenji Kaneshige2006-03-232-64/+63
* [PATCH] PCI hotplug: convert semaphores to mutexIngo Molnar2006-03-2313-137/+143
* [PATCH] PCI: quirk for IBM Dock II cardbus controllersKristen Accardi2006-03-231-0/+27
* [PATCH] PCI: really fix parent's subordinate busnrKristen Accardi2006-03-231-0/+5
* [PATCH] PCI: return max reserved busnrKristen Accardi2006-03-232-2/+4
* [PATCH] PCI: clean up msi.c a bitGrant Grundler2006-03-232-23/+37
* [PATCH] reduce size of bio mempoolsBenjamin LaHaise2006-03-231-4/+4
* [PATCH] __GENERIC_PER_CPU changesEric Dumazet2006-03-231-6/+2
* [PATCH] more for_each_cpu() conversionsAndrew Morton2006-03-2342-222/+137
* [PATCH] Only allocate percpu data for possible CPUsEric Dumazet2006-03-231-3/+8
* [PATCH] get_empty_filp tweaks, inline epoll_init_file()Benjamin LaHaise2006-03-233-15/+12
* [PATCH] atomic: add_unless cmpxchg optimiseNick Piggin2006-03-236-10/+50
* [PATCH] fs/*/file.c: drop insane header dependenciesAlexey Dobriyan2006-03-233-18/+0
* [PATCH] kernel/rcupdate.c: make two structs staticAdrian Bunk2006-03-232-4/+2
* [PATCH] devpts: use lib/parser.c for parsing mount optionsDomen Puncer2006-03-231-27/+49