| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | [SCSI] aacraid: kmalloc/memset->kzalloc | Salyzyn, Mark | 2007-05-06 | 3 | -10/+5 |
| * | [SCSI] dpt_i2o: kmalloc/memset->kzalloc | vignesh.babu@wipro.com | 2007-05-06 | 1 | -11/+6 |
| * | [SCSI] ch: kmalloc/memset->kzalloc | vignesh.babu@wipro.com | 2007-05-06 | 1 | -6/+3 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus... | Linus Torvalds | 2007-05-08 | 4 | -8/+8 |
|\ \ |
|
| * \ | Merge branch 'linux-2.6' | Paul Mackerras | 2007-05-08 | 69 | -4068/+4255 |
| |\ \ |
|
| * | | | [POWERPC] Rename get_property to of_get_property: drivers | Stephen Rothwell | 2007-05-02 | 4 | -8/+8 |
* | | | | Replace deprecated SA_xxx interrupt flags | Thomas Gleixner | 2007-05-08 | 1 | -1/+1 |
* | | | | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 5 | -5/+0 |
| |/ /
|/| | |
|
* | | | [SCSI] esp_scsi: Fix section mismatch warnings. | Martin Habets | 2007-05-07 | 1 | -1/+1 |
* | | | [SCSI] SUNESP: sun_esp.c needs linux/delay.h | David S. Miller | 2007-05-06 | 1 | -0/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2007-05-06 | 1 | -2/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | kconfig: fix path to modules.txt in Kconfig help | Alexander E. Patrakov | 2007-05-02 | 1 | -2/+2 |
| |/ |
|
* | | Fix compile of tmscsim SCSI driver | Linus Torvalds | 2007-05-05 | 1 | -1/+1 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-05-05 | 57 | -1567/+1787 |
|\ \ |
|
| * | | [SCSI] qla2xxx: fix regression on sparc64 | David Miller | 2007-04-30 | 1 | -14/+163 |
| * | | [SCSI] modalias for scsi devices | Michael Tokarev | 2007-04-17 | 5 | -0/+30 |
| * | | [SCSI] sg: cap reserved_size values at max_sectors | Alan Stern | 2007-04-17 | 1 | -2/+11 |
| * | | [SCSI] BusLogic: stop using check_region | Zachary Amsden | 2007-04-17 | 1 | -25/+48 |
| * | | [SCSI] tgt: fix rdma transfer bugs | Bastian Blank | 2007-04-17 | 2 | -15/+15 |
| * | | [SCSI] aacraid: fix aacraid not finding device | Salyzyn, Mark | 2007-04-17 | 1 | -2/+1 |
| * | | [SCSI] scsi_error.c: Add EH Start Unit retry | Brian King | 2007-04-17 | 1 | -3/+5 |
| * | | [SCSI] aacraid: [Fastboot] Panics for AACRAID driver during 'insmod' for kexe... | Salyzyn, Mark | 2007-04-01 | 1 | -8/+28 |
| * | | [SCSI] ipr: Driver version to 2.3.2 | Brian King | 2007-04-01 | 1 | -2/+2 |
| * | | [SCSI] ipr: Faster sg list fetch | Brian King | 2007-04-01 | 2 | -20/+39 |
| * | | [SCSI] ipr: Return better qc_issue errors | Brian King | 2007-04-01 | 1 | -2/+2 |
| * | | [SCSI] ipr: Disrupt device error | Brian King | 2007-04-01 | 1 | -0/+2 |
| * | | [SCSI] ipr: Improve async error logging level control | Brian King | 2007-04-01 | 1 | -96/+96 |
| * | | [SCSI] ipr: PCI unblock config access fix | Brian King | 2007-04-01 | 1 | -0/+1 |
| * | | [SCSI] ipr: Fix for oops following SATA request sense | Brian King | 2007-04-01 | 1 | -0/+2 |
| * | | [SCSI] ipr: Log error for SAS dual path switch | Brian King | 2007-04-01 | 1 | -2/+6 |
| * | | [SCSI] ipr: Enable logging of debug error data for all devices | Brian King | 2007-04-01 | 1 | -3/+6 |
| * | | [SCSI] ipr: Add new PCI-E IDs to device table | Brian King | 2007-04-01 | 2 | -0/+15 |
| * | | [SCSI] ipr: Remove auto RAID create module parameter | Brian King | 2007-04-01 | 1 | -5/+0 |
| * | | [SCSI] ipr: Make adapter operational timeout be per adapter type | Brian King | 2007-04-01 | 2 | -8/+26 |
| * | | [SCSI] ibmvscsi: add slave_configure to allow device restart | Robert Jennings | 2007-04-01 | 1 | -0/+22 |
| * | | [SCSI] ibmvscsi: allow for dynamic adjustment of server request_limit | Robert Jennings | 2007-04-01 | 2 | -20/+40 |
| * | | [SCSI] aacraid: fix print of Firmware Build Date and add TSID | Salyzyn, Mark | 2007-04-01 | 2 | -2/+23 |
| * | | [SCSI] aacraid: remove unused or deprecated firmware constants | Salyzyn, Mark | 2007-04-01 | 1 | -39/+2 |
| * | | [SCSI] qla2xxx: Remove duplicate pci_disable_device() call | Bernhard Walle | 2007-04-01 | 1 | -2/+1 |
| * | | [SCSI] aacraid: resolve compiler warnings using ptrdiff_t | Salyzyn, Mark | 2007-04-01 | 3 | -6/+5 |
| * | | [SCSI] aic7xxx: make functions static | Adrian Bunk | 2007-04-01 | 4 | -10/+5 |
| * | | [SCSI] aacraid: cleanups | Adrian Bunk | 2007-04-01 | 5 | -9/+4 |
| * | | [SCSI] dpt_i2o: remove dead code | Adrian Bunk | 2007-04-01 | 1 | -2/+0 |
| * | | [SCSI] Remove some unused SCSI-related kernel config variables. | Robert P. J. Day | 2007-04-01 | 3 | -38/+0 |
| * | | [SCSI] dpt: whitespace cleanup | Henne | 2007-04-01 | 3 | -27/+27 |
| * | | [SCSI] pcmcia: allow drivers to be built non-modular | Robert P. J. Day | 2007-04-01 | 1 | -6/+3 |
| * | | [SCSI] aacraid: Add likely() and unlikely() | Salyzyn, Mark | 2007-04-01 | 2 | -31/+25 |
| * | | [SCSI] qla2xxx: fix for byteswap in fc_host fabric_name | Richard Lary | 2007-04-01 | 1 | -8/+8 |
| * | | [SCSI] lpfc: fix oops when parsing dodgy VPD | Anton Blanchard | 2007-04-01 | 1 | -1/+1 |
| * | | [SCSI] aacraid: cleanup and version stamp driver | Salyzyn, Mark | 2007-03-21 | 3 | -11/+6 |