summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | [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
| |/ / / / /
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-03-2411-111/+371
|\ \ \ \ \ \
| * | | | | | [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-233-7/+38
| * | | | | | [IPV6]: ip6_xmit: remove unnecessary NULL ptr checkPatrick McHardy2006-03-231-1/+1
| * | | | | | [NET_SCHED]: cls_u32: remove unnecessary NULL-ptr checkPatrick McHardy2006-03-231-4/+2
| * | | | | | [IPV4]: Add fib rule netlink notificationsPatrick McHardy2006-03-232-4/+27
| * | | | | | [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
| * | | | | | [PKTGEN]: Add MPLS extension.Steven Whitehouse2006-03-232-12/+166
| | |/ / / / | |/| | | |
* | | | | | Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds2006-03-2468-3118/+4902
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge HEAD from ../linux-2.6 Nathan Scott2006-03-221374-42042/+77402
| |\ \ \ \ \
| * | | | | | [XFS] Sync up one/two other minor changes missed in previous merges.Nathan Scott2006-03-225-43/+18
| * | | | | | [XFS] Reenable the noikeep (delete inode cluster space) option by default.Nathan Scott2006-03-221-5/+3
| * | | | | | [XFS] Check that a page has dirty buffers before finding it acceptable forDavid Chinner2006-03-221-1/+1
| * | | | | | [XFS] Fixup naming inconsistencies found by Pekka Enberg and one from JanNathan Scott2006-03-224-20/+20
| * | | | | | [XFS] Explain the race closed by the addition of vn_iowait() to the startDavid Chinner2006-03-221-0/+10
| * | | | | | [XFS] Fixing the error caused by the conflict between DIO Write'sYingping Lu2006-03-222-1/+7
| * | | | | | [XFS] Fixing KDB's xrwtrc command, also added the current process id intoYingping Lu2006-03-224-8/+8
| * | | | | | [XFS] Fix compiler warning from xfs_file_compat_invis_ioctl prototype. Nathan Scott2006-03-201-1/+1
| * | | | | | [XFS] remove bogus INT_GET for u8 variables in xfs_dir_leaf.c Nathan Scott2006-03-171-10/+9