summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] cxgbi: get rid of gl_skb in cxgbi_ddp_infokxie@chelsio.com2011-01-244-63/+8Star
* [SCSI] cxgbi: set ulpmode only if digest is onkxie@chelsio.com2011-01-241-7/+10
* [SCSI] hpsa: avoid leaking stack contents to userlandVasiliy Kulikov2011-01-241-0/+2
* [SCSI] hpsa: Fix problem that CMD_UNABORTABLE command status was treated as u...Stephen M. Cameron2011-01-241-0/+7
* [SCSI] hpsa: fix use of uninitialized variable in hpsa_add_msa2xxx_enclosure_...Stephen M. Cameron2011-01-241-2/+2
* [SCSI] hpsa: Add a per controller commands_outstanding entry in /sysStephen M. Cameron2011-01-241-0/+14
* [SCSI] hpsa: use usleep_range not msleep for small sleepsStephen M. Cameron2011-01-241-1/+1
* [SCSI] hpsa: allow driver to put controller in either simple or performant modeStephen M. Cameron2011-01-242-0/+13
* [SCSI] hpsa: take the adapter lock in hpsa_wait_for_mode_change_ackStephen M. Cameron2011-01-241-3/+8
* [SCSI] hpsa: do not reset unknown boards on reset_devicesStephen M. Cameron2011-01-241-1/+5
* [SCSI] hpsa: limit commands allocated on reset_devicesStephen M. Cameron2011-01-241-0/+5
* [SCSI] hpsa: Use kernel provided PCI state save and restore functionsStephen M. Cameron2011-01-241-66/+15Star
* [SCSI] hpsa: fix board status waiting codeStephen M. Cameron2011-01-242-8/+40
* [SCSI] hpsa: Remove duplicate defines of DIRECT_LOOKUP_ constantsStephen M. Cameron2011-01-241-2/+0Star
* [SCSI] hpsa: fixup DMA address before freeing.Stephen M. Cameron2011-01-242-1/+2
* [SCSI] hpsa: defend against zero sized buffers in passthru ioctlsStephen M. Cameron2011-01-241-20/+16Star
* [SCSI] scsi_dh_alua: add scalable ONTAP lun to dev listMike Snitzer2011-01-241-0/+1
* [SCSI] scsi_dh_alua: Add Promise VTrak to dev listIlgu Hong2011-01-241-0/+1
* [SCSI] scsi_dh_alua: fix stpg_endio group state reportingJoseph Gruher2011-01-241-3/+5
* [SCSI] scsi_dh_alua: fix deadlock in stpg_endioJoseph Gruher2011-01-241-1/+2
* [SCSI] scsi_dh_alua: fix submit_stpg returnJoseph Gruher2011-01-241-2/+1Star
* [SCSI] mpt2sas: Bump version 08.100.00.00Kashyap, Desai2011-01-241-2/+2
* [SCSI] mpt2sas: Basic Code Cleanup in mpt2sas_baseKashyap, Desai2011-01-242-56/+68
* [SCSI] mpt2sas: Add support for Customer specific branding messagesKashyap, Desai2011-01-242-0/+40
* [SCSI] mpt2sas: Revision P MPI Header UpdateKashyap, Desai2011-01-245-392/+18Star
* Merge branch 'BUG_ON' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2011-01-244-9/+32
|\
| * Remove MAYBE_BUILD_BUG_ONRusty Russell2011-01-244-4/+6
| * BUILD_BUG_ON: make it handle more casesRusty Russell2011-01-241-6/+27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2011-01-246-15/+94
|\ \
| * | module: fix missing semicolons in MODULE macro usageRusty Russell2011-01-242-2/+2
| * | param: add null statement to compiled-in module paramsLinus Walleij2011-01-241-2/+4
| * | module: fix linker error for MODULE_VERSION when !MODULE and CONFIG_SYSFS=nRusty Russell2011-01-241-1/+1
| * | module: show version information for built-in modules in sysfsDmitry Torokhov2011-01-243-11/+88
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-01-2410-14/+40
|\ \
| * | selinux: return -ENOMEM when memory allocation failsDavidlohr Bueso2011-01-242-3/+3
| * | tpm: fix panic caused by "tpm: Autodetect itpm devices"Olof Johansson2011-01-241-3/+3
| * | TPM: Long default timeout fixRajiv Andrade2011-01-241-4/+6
| * | trusted keys: Fix a memory leak in trusted_update().Jesper Juhl2011-01-241-0/+1
| * | keys: add trusted and encrypted maintainersMimi Zohar2011-01-241-0/+22
| * | encrypted-keys: rename encrypted_defined files to encryptedMimi Zohar2011-01-243-2/+3
| * | trusted-keys: rename trusted_defined files to trustedMimi Zohar2011-01-243-2/+2
| |/
* | fs: fix new dcache.c kernel-doc warningsRandy Dunlap2011-01-231-1/+3
* | rapidio: fix new kernel-doc warningsRandy Dunlap2011-01-231-0/+2
* | docbook: fix broken serial to tty/serial movementRandy Dunlap2011-01-231-2/+2
|/
* Linux 2.6.38-rc2Linus Torvalds2011-01-221-1/+1
* Merge branch 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2011-01-22133-2661/+2442Star
|\
| * [media] staging/lirc: fix mem leaks and ptr err usageJarod Wilson2011-01-196-6/+20
| * [media] hdpvr: reduce latency of i2c read/write w/recycled bufferJarod Wilson2011-01-192-17/+16Star
| * [media] hdpvr: enable IR partJarod Wilson2011-01-195-77/+65Star
| * [media] rc/mceusb: timeout should be in ns, not usJarod Wilson2011-01-191-2/+2