aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [MTD] [NAND] Fix refactoring of EDB7312 hwcontrol function.Roland Stigge2007-07-231-5/+5
* [MTD] Remove embedded return in RFD FTL.akpm@linux-foundation.org2007-07-231-5/+3
* [MTD] Fix potential leak in rfd_ftl_add_mtdFlorin Malita2007-07-231-0/+1
* [MTD] Clean up duplicate includes in drivers/mtd/Jesper Juhl2007-07-232-2/+0
* [MTD] [NAND] Add NAND manufacturer AMD.Steven J. Hill2007-07-232-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-07-235093-165764/+284052
|\
| * Linux 2.6.23-rc1Linus Torvalds2007-07-221-2/+2
| * x86_64: Rename CF Makefile variable in vdsoAndi Kleen2007-07-221-3/+3
| * 9p: Don't use binary sysctl numbers.Eric W. Biederman2007-07-221-13/+8
| * Documentation: Fix a mispelt "probably" in SubmittingPatches.Linus Nilsson2007-07-221-1/+1
| * DocBook: Change a headline in kernel-locking to list all three main types of ...Linus Nilsson2007-07-221-1/+1
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-07-2221-715/+802
| |\
| | * IB/ehca: Support small QP queuesStefan Roscher2007-07-2010-159/+378
| | * IB/ehca: Make internal_create/destroy_qp() staticJoachim Fenkes2007-07-201-8/+9
| | * IB/ehca: Move ehca2ib_return_code() out of lineHoang-Nam Nguyen2007-07-202-18/+18
| | * IB/ehca: Generate async event when SRQ limit reachedHoang-Nam Nguyen2007-07-201-14/+28
| | * IB/ehca: Support large page MRsHoang-Nam Nguyen2007-07-205-63/+357
| | * IB/mlx4: Fix error path in create_qp_common()Roland Dreier2007-07-201-3/+5
| | * mlx4_core: Change command token on timeoutRoland Dreier2007-07-201-2/+1
| | * IB/mthca: Change command token on timeoutMichael S. Tsirkin2007-07-201-2/+1
| | * IB/ipath: Remove ipath_layer dead codeArthur Jones2007-07-204-439/+0
| | * IB/mlx4: Fix leaks in __mlx4_ib_modify_qpFlorin Malita2007-07-201-7/+5
| * | take declarations of enable_irq() et.al. to linux/interrupt.hAl Viro2007-07-2212-39/+11
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-07-2273-1294/+3648
| |\ \
| | * | [SCSI] libsas: make ATA functions selectable by a config optionJames Bottomley2007-07-226-397/+436
| | * | [SCSI] bsg: unexport sg v3 helper functionsFUJITA Tomonori2007-07-222-13/+5
| | * | [SCSI] bsg: fix bsg_unregister_queueFUJITA Tomonori2007-07-211-1/+2
| | * | [SCSI] bsg: make class backlinksJames Bottomley2007-07-214-21/+38
| | * | [SCSI] 3w-9xxx: add support for 9690SAadam radford2007-07-212-27/+45
| | * | [SCSI] bsg: fix bsg_register_queue error pathJames Bottomley2007-07-211-3/+4
| | * | [SCSI] ESP: Increase ESP_BUS_TIMEOUT to 275.David Miller2007-07-201-1/+1
| | * | [SCSI] libsas: fix scr_read/write users and update the libata documentationJames Bottomley2007-07-202-10/+19
| | * | [SCSI] mpt fusion: update Kconfig helpGwendal Grignou2007-07-201-0/+1
| | * | [SCSI] scsi_transport_sas: add destructor for bsgJames Bottomley2007-07-202-1/+37
| | * | [SCSI] iscsi_tcp: buggered kmalloc()Al Viro2007-07-201-1/+1
| | * | [SCSI] qla2xxx: Update version number to 8.02.00-k2.Andrew Vasquez2007-07-201-1/+1
| | * | [SCSI] qla2xxx: Add ISP25XX support.Andrew Vasquez2007-07-2011-218/+1137
| | * | [SCSI] qla2xxx: Use pci_try_set_mwi().Andrew Vasquez2007-07-201-6/+3
| | * | [SCSI] qla2xxx: Use PCI-X/PCI-Express read control interfaces.Andrew Vasquez2007-07-201-21/+4
| | * | [SCSI] qla2xxx: Re-factor isp_operations to static structures.Andrew Vasquez2007-07-209-196/+244
| | * | [SCSI] qla2xxx: Validate mid-layer 'underflow' during check-condition handling.Shyam Sundar2007-07-201-0/+19
| | * | [SCSI] qla2xxx: Correct setting of 'current' and 'supported' speeds during FD...Andrew Vasquez2007-07-202-9/+28
| | * | [SCSI] qla2xxx: Generalize iIDMA support.Andrew Vasquez2007-07-205-5/+9
| | * | [SCSI] qla2xxx: Generalize FW-Interface-2 support.Andrew Vasquez2007-07-209-54/+60
| | * | [SCSI] bsg: separate bsg and SCSI (so SCSI can be modular)James Bottomley2007-07-193-31/+14
| | * | [SCSI] Make scsi_host_template::proc_name const char * instead of char *.Kristian Høgsberg2007-07-193-3/+3
| | * | [SCSI] zfcp: code cleanupSwen Schillig2007-07-182-81/+33
| | * | [SCSI] zfcp: NULL vs 0 usageHeiko Carstens2007-07-182-7/+4
| | * | [SCSI] zfcp: Replace kmalloc/memset with kzallocSwen Schillig2007-07-181-2/+1
| | * | [SCSI] libsas: kill unused smp_portal codeFUJITA Tomonori2007-07-181-106/+0