aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Manual merge of for-linus to upstream (fix conflicts in drivers/infiniband/co...Roland Dreier2005-10-2435-104/+175
|\
| * [IB] Add idr_destroy() calls on module unloadRoland Dreier2005-10-244-0/+10
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6Linus Torvalds2005-10-235-8/+17
| |\
| | * [SCSI] scsi_error thread exits in TASK_INTERRUPTIBLE state.Steven Rostedt2005-10-191-0/+2
| | * [SCSI] mptsas: fix phy identifiersChristoph Hellwig2005-10-171-4/+8
| | * [SCSI] 2.6.13.3; add Pioneer DRM-624x to drivers/scsi/scsi_devinfo.cKarl Magnus Kolstoe2005-10-171-0/+1
| | * [SCSI] Fix leak of Scsi_CmndsAlan Stern2005-10-161-3/+4
| | * [SCSI] FW: [PATCH] for Deadlock in transport_fcJames.Smart@Emulex.Com2005-10-161-3/+10
| | * [SCSI] Fix aacraid regressionSalyzyn, Mark2005-10-161-1/+1
| | * [SCSI] NCR5380: fix undefined preprocessor identifierRandy Dunlap2005-10-161-1/+1
| * | [PATCH] ib: mthca: Always re-arm EQs in mthca_tavor_interrupt()Roland Dreier2005-10-231-10/+11
| * | [PATCH] Kconfig: saa7134-dvb should not select cx22702Mike Krufky2005-10-231-1/+0
| * | cardbus: limit IO windows to 256 bytesLinus Torvalds2005-10-231-1/+1
| * | [PATCH] drm: another mga bugDave Airlie2005-10-213-3/+4
| * | [PATCH] mptsas: fix phy identifiersEric Moore2005-10-211-4/+8
| * | [PATCH] scsi_error thread exits in TASK_INTERRUPTIBLE state.Steven Rostedt2005-10-191-0/+2
| * | [PATCH] `unaligned access' in acpi get_root_bridge_busnr()Peter Chubb2005-10-191-4/+4
| * | [PATCH] fix MGA DRM regression before 2.6.14Dave Airlie2005-10-191-3/+19
| * | [PATCH] Three one-liners in md.cNeilBrown2005-10-191-1/+3
| * | [PATCH] raw1394: fix locking in the presence of SMP and interruptsAndy Wingo2005-10-192-49/+57
| * | [PATCH] orinoco: limit message rateAndrew Morton2005-10-191-2/+3
| * | [PATCH] vesafb: Fix display corruption on display blankAntonino A. Daplas2005-10-181-3/+3
| * | Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2005-10-181-0/+2
| |\ \
| | * | [SERIAL] Add SupraExpress 56i supportmaximilian attems2005-10-151-0/+2
| | |/
| * | Add some basic .gitignore filesLinus Torvalds2005-10-183-0/+14
| * | [PATCH] uniput - fix crash on SMPDmitry Torokhov2005-10-171-2/+2
| * | [PATCH] Fix /proc/acpi/events around suspendPavel Machek2005-10-171-3/+2
| * | [PATCH] n_r3964 mod_timer() fixStephan Brodkorb2005-10-171-4/+4
| * | [PATCH] Fix and clean up quirk_intel_ide_combined() configurationJeff Garzik2005-10-172-2/+7
| * | [PATCH] USB: fix bug in handling of highspeed usb HID devicesChristian Krause2005-10-171-3/+0
| * | [PATCH] isp116x-hcd: fix handling of short transfersOlav Kongas2005-10-171-1/+2
* | | [IB] user_mad: Use class_device.devtRoland Dreier2005-10-201-15/+2
* | | [IB] user_mad: trivial coding style fixesRoland Dreier2005-10-201-8/+8
* | | [IB] cm: Add missing break in switchRoland Dreier2005-10-201-0/+1
* | | [IB] mthca: Don't enter QP into MCG more than once.Jack Morgenstein2005-10-181-1/+6
* | | [IB] Fail sysfs queries after device is unregisteredRoland Dreier2005-10-181-0/+16
* | | [IB] mthca: Add struct pci_driver.owner fieldRoland Dreier2005-10-181-0/+1
* | | [IB] mthca: Use enum in mthca_alloc_db() prototypeRoland Dreier2005-10-182-2/+4
* | | [IPoIB] Improve ipoib_timeout() outputRoland Dreier2005-10-181-2/+5
* | | [IB] ucm: quiet sparse warningsRoland Dreier2005-10-171-2/+2
* | | [IB] CM: bind IDs to a specific deviceSean Hefty2005-10-172-67/+192
* | | [IB] merge ucm.h into ucm.cSean Hefty2005-10-172-104/+41
* | | [IB] uverbs: Implement more commandsRoland Dreier2005-10-173-1/+572
* | | [IB] uverbs: Add a mask of device methods allowed for userspaceRoland Dreier2005-10-172-1/+22
* | | [IB] fail SA queries if device initialization failedRoland Dreier2005-10-171-6/+24
* | | [IB] uverbs: unlock correctly in error pathsRoland Dreier2005-10-171-2/+6
* | | [IPoIB] Rename ipoib_create_qp() -> ipoib_init_qp() and fix error cleanupRoland Dreier2005-10-173-7/+8
* | | [IB] mthca: Better limit checking and reportingJack Morgenstein2005-10-177-12/+40
* | | [IB] Fix leak on MAD initialization failureRoland Dreier2005-10-171-19/+26
* | | [IB] mthca: detect SRQ overflowRoland Dreier2005-10-171-0/+15