| Commit message (Expand) | Author | Age | Files | Lines |
* | [SCSI] lpfc 8.2.2 : Style cleanups | James Smart | 2007-08-01 | 11 | -54/+23 |
* | [SCSI] lpfc 8.2.2 : Miscellaneous Bug Fixes | James Smart | 2007-08-01 | 16 | -246/+342 |
* | [SCSI] lpfc 8.2.2 : Miscellaneous management and logging mods | James Smart | 2007-08-01 | 7 | -23/+168 |
* | [SCSI] lpfc 8.2.2 : Rework the lpfc_printf_log() macro | James Smart | 2007-08-01 | 13 | -1137/+852 |
* | [SCSI] lpfc 8.2.2 : Attribute and Parameter splits for vport and physical port | James Smart | 2007-08-01 | 10 | -149/+354 |
* | [SCSI] lpfc 8.2.2 : Fix locking around HBA's port_list | James Smart | 2007-08-01 | 10 | -223/+308 |
* | [SCSI] lpfc 8.2.2 : Error messages and debugfs updates | James Smart | 2007-08-01 | 9 | -58/+488 |
* | [SCSI] initialize shost_data to zero | FUJITA Tomonori | 2007-08-01 | 1 | -1/+1 |
* | [SCSI] mptsas: add SMP passthrough support via bsg | FUJITA Tomonori | 2007-07-31 | 1 | -0/+126 |
* | [SCSI] ESP: Revert ESP_BUS_TIMEOUT back down to 250 | David Miller | 2007-07-31 | 1 | -1/+1 |
* | [SCSI] dpt_i2o: convert to SCSI hotplug model | Matthew Wilcox | 2007-07-31 | 2 | -68/+73 |
* | [SCSI] qla2xxx: fix panic caused by previous patch | Seokmann Ju | 2007-07-31 | 1 | -0/+14 |
* | [SCSI] aic7xxx: cap maxsync according to correct card limits | James Bottomley | 2007-07-31 | 1 | -1/+21 |
* | [SCSI] st: Use mutex instead of semaphore | Matthias Kaehlcke | 2007-07-31 | 2 | -9/+10 |
* | [SCSI] bsg: update sg_io_v4 structure | FUJITA Tomonori | 2007-07-31 | 2 | -7/+16 |
* | [SCSI] mpt fusion: make logging a global sysfs parameter | James Bottomley | 2007-07-31 | 1 | -1/+16 |
* | [SCSI] libsas: fix build dependencies on libata | James Bottomley | 2007-07-31 | 1 | -1/+2 |
* | [SCSI] gdth: remove redundant PCI stuff | Jeff Garzik | 2007-07-31 | 2 | -32/+22 |
* | [SCSI] ibmvscsi: use shost_priv | FUJITA Tomonori | 2007-07-31 | 1 | -22/+11 |
* | [SCSI] ibmvscsi: remove unnecessary map_sg check | FUJITA Tomonori | 2007-07-31 | 1 | -6/+0 |
* | [SCSI] zfcp: convert to use the data buffer accessors | FUJITA Tomonori | 2007-07-31 | 2 | -37/+9 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.23 | Linus Torvalds | 2007-07-30 | 56 | -2964/+138 |
|\ |
|
| * | sh: Fix fs.h removal from mm.h regressions. | Paul Mundt | 2007-07-31 | 5 | -1/+5 |
| * | sh: fix get_wchan() for SH kernels without framepointers | David McCullough | 2007-07-26 | 1 | -2/+4 |
| * | sh: arch/sh/boot - fix shell usage | David McCullough | 2007-07-26 | 2 | -6/+8 |
| * | rtc: rtc-sh: Correct sh_rtc_set_time() for some SH-3 parts. | Markus Brunner | 2007-07-26 | 1 | -0/+1 |
| * | sh: remove support for sh7300 and solution engine 7300 | Magnus Damm | 2007-07-26 | 24 | -1265/+31 |
| * | sh: Add sh to the CC_OPTIMIZE_FOR_SIZE dependencies. | Paul Mundt | 2007-07-26 | 1 | -1/+1 |
| * | sh: Kill off virt_to_bus()/bus_to_virt(). | Paul Mundt | 2007-07-26 | 4 | -10/+9 |
| * | sh: sh-sci - fix SH7708 support | Magnus Damm | 2007-07-26 | 1 | -17/+8 |
| * | sh: Restrict DSP support to specific CPUs. | Paul Mundt | 2007-07-26 | 2 | -2/+8 |
| * | sh: Silence sq compile warning on sh4 nommu. | Paul Mundt | 2007-07-26 | 1 | -6/+12 |
| * | sh: Kill the rest of the SE73180 cruft. | Paul Mundt | 2007-07-26 | 2 | -67/+0 |
| * | sh: remove support for sh73180 and solution engine 73180 | Magnus Damm | 2007-07-25 | 17 | -1293/+5 |
| * | sh: remove old broken pint code | Magnus Damm | 2007-07-25 | 4 | -227/+0 |
| * | sh: Reclaim beginning of P3 space for vmalloc area. | Paul Mundt | 2007-07-25 | 2 | -8/+1 |
| * | sh: Fix Dreamcast DMA issues. | Adrian McMenamin | 2007-07-24 | 3 | -4/+6 |
| * | sh: Add kmap_coherent()/kunmap_coherent() interface for SH-4. | Paul Mundt | 2007-07-24 | 3 | -55/+39 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh64-2.6 | Linus Torvalds | 2007-07-30 | 9 | -11/+14 |
|\ \ |
|
| * | | sh64: Kill off virt_to_bus()/bus_to_virt(). | Paul Mundt | 2007-07-31 | 4 | -10/+9 |
| * | | sh64: Fix irq_intc build failure. | Paul Mundt | 2007-07-31 | 1 | -0/+1 |
| * | | sh64: Fix fs.h removal from mm.h regressions. | Paul Mundt | 2007-07-31 | 4 | -1/+4 |
* | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2007-07-30 | 12 | -444/+279 |
|\ \ \ |
|
| * | | | Fix a potential NULL pointer dereference in mace_interrupt() in drivers/net/p... | Micah Gruber | 2007-07-30 | 1 | -1/+3 |
| * | | | PATCH kernel 2.6.22] PCMCIA-NETDEV : modify smc91c92_cs.c to become SMP safe | Komuro | 2007-07-30 | 1 | -6/+17 |
| * | | | S2io: Increment received packet count correctly | Ramkrishna Vepa | 2007-07-30 | 1 | -1/+2 |
| * | | | S2io: Fix crash when resetting adapter | Ramkrishna Vepa | 2007-07-30 | 1 | -15/+0 |
| * | | | S2io: Mask spurious interrupts | Ramkrishna Vepa | 2007-07-30 | 1 | -3/+2 |
| * | | | S2IO: Implementing review comments from old patches | Veena Parat | 2007-07-30 | 1 | -5/+5 |
| * | | | S2IO: Checking for the return value of pci map function | Veena Parat | 2007-07-30 | 2 | -3/+79 |