summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [PATCH] shpchp: cleanup bus speed handlingKenji Kaneshige2006-03-232-429/+189
| * | | | | [PATCH] PCI: fix pci_request_region[s] argJeff Garzik2006-03-231-2/+2
| * | | | | [PATCH] PCI: Provide a boot parameter to disable MSIMatthew Wilcox2006-03-234-2/+22
| * | | | | [PATCH] PCI: the scheduled removal of PCI_LEGACY_PROCAdrian Bunk2006-03-232-143/+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-231-2/+3
| * | | | | [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-231-1/+3
| * | | | | [PATCH] PCI: fix problems with MSI-X on ia64Grant Grundler2006-03-231-13/+24
| * | | | | [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-233-2/+9
| * | | | | [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] 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-231-2/+3
| * | | | | [PATCH] PCI: clean up msi.c a bitGrant Grundler2006-03-232-23/+37
| |/ / / /
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-03-234-90/+173
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [TG3]: Update driver version and reldate.David S. Miller2006-03-231-2/+2
| * | | | [TG3]: Add 5755 nvram supportMichael Chan2006-03-232-0/+46
| * | | | [TG3]: Add 5755 supportMichael Chan2006-03-232-7/+36
| * | | | [BNX2]: Update version and reldateMichael Chan2006-03-231-2/+2
| * | | | [BNX2]: Separate tx producer and consumer fieldsMichael Chan2006-03-232-9/+13
| * | | | [BNX2]: Move .h files to bnx2.cMichael Chan2006-03-232-40/+40
| * | | | [BNX2]: Combine small mem allocationsMichael Chan2006-03-232-19/+17
| * | | | [BNX2]: Fix link change handlingMichael Chan2006-03-232-12/+18
| |/ / /
OpenPOWER on IntegriCloud