summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-10-2217-393/+977
|\
| * driver core: Display error codes when class suspend failsMark Brown2010-10-221-4/+4
| * Driver core: Add section count to memory_block structNathan Fontenot2010-10-221-6/+11
| * Driver core: Add mutex for adding/removing memory blocksNathan Fontenot2010-10-221-0/+7
| * Driver core: Move find_memory_block routineNathan Fontenot2010-10-221-33/+33
| * hpilo: Despecificate driver from iLO generationdann frazier2010-10-222-6/+6
| * driver core: Convert link_mem_sections to use find_memory_block_hinted.Robin Holt2010-10-221-3/+5
| * driver core: Introduce find_memory_block_hinted which utilizes kset_find_obj_...Robin Holt2010-10-221-10/+18
| * driver core: fix build for CONFIG_BLOCK not enabledRandy Dunlap2010-10-221-0/+6
| * driver-core: base: change to new flag variablematt mooney2010-10-221-3/+1
| * FW_LOADER: fix kconfig dependency warning on HOTPLUGRandy Dunlap2010-10-221-1/+0
| * uio: Statically allocate uio_class and use class .dev_attrs.Eric W. Biederman2010-10-221-35/+18
| * uio: Support 2^MINOR_BITS minorsEric W. Biederman2010-10-221-6/+37
| * uio: Cleanup irq handling.Eric W. Biederman2010-10-221-7/+7
| * uio: Don't clear driver dataEric W. Biederman2010-10-221-14/+3
| * uio: Fix lack of locking in init_uio_classEric W. Biederman2010-10-221-43/+15
| * SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen2010-10-222-11/+19
| * driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers2010-10-225-214/+25
| * base/platform: Simplifications for NULL platform data/resources handlingAnton Vorontsov2010-10-221-20/+12
| * base/platform: Safe handling for NULL platform data and resourcesAnton Vorontsov2010-10-221-1/+8
| * pch_phub: fix build warningsGreg Kroah-Hartman2010-10-221-5/+5
| * add Packet hub driver for Topcliff Platform controller hubMasayuki Ohtak2010-10-223-0/+730
| * driver core: platform_bus: allow runtime override of dev_pm_opsKevin Hilman2010-10-221-0/+35
| * uio: do not use PCI resources before pci_enable_device()Kulikov Vasiliy2010-10-221-6/+7
| * driver core: platform: Use drv->driver.bus instead of assuming platform_bus_typePatrick Pannuto2010-10-221-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-10-22302-44889/+39077
|\ \
| * | [SCSI] be2iscsi: SGE Len == 64KJayamohan Kallickal2010-10-111-1/+1
| * | [SCSI] be2iscsi: Remove premature free of cidJayamohan Kallickal2010-10-111-3/+0
| * | [SCSI] be2iscsi: More time for FWJayamohan Kallickal2010-10-111-1/+1
| * | [SCSI] libsas: fix bug for vacant phyJack Wang2010-10-111-3/+6
| * | [SCSI] sd: Fix overflow with big physical blocksMartin K. Petersen2010-10-112-7/+8
| * | [SCSI] st: add MTWEOFI to write filemarks without flushing drive bufferKai Makisara2010-10-081-6/+9
| * | [SCSI] libsas: Don't issue commands to devices that have been hot-removedDarrick J. Wong2010-10-083-0/+14
| * | [SCSI] megaraid_sas: Add Online Controller Reset to MegaRAID SAS drivebo yang2010-10-072-57/+787
| * | [SCSI] lpfc 8.3.17: Update lpfc driver version to 8.3.17James Smart2010-10-071-1/+1
| * | [SCSI] lpfc 8.3.17: Replace function reset methodologyJames Smart2010-10-073-201/+9
| * | [SCSI] lpfc 8.3.17: SCSI fixesJames Smart2010-10-071-6/+24
| * | [SCSI] lpfc 8.3.17: BSG fixesJames Smart2010-10-071-2/+66
| * | [SCSI] lpfc 8.3.17: SLI Additions and FixesJames Smart2010-10-074-38/+78
| * | [SCSI] lpfc 8.3.17: Code Cleanup and Locking fixesJames Smart2010-10-076-117/+142
| * | [SCSI] zfcp: Remove scsi_cmnd->serial_number from debug tracesChristof Schmitt2010-10-072-6/+0
| * | [SCSI] ipr: fix array error loggingWayne Boyer2010-10-072-7/+12
| * | [SCSI] aha152x: enable PCMCIA on 64bitJiri Slaby2010-10-071-1/+0
| * | [SCSI] scsi_dh_alua: Handle all states correctlyHannes Reinecke2010-10-071-27/+38
| * | [SCSI] cxgb4i: connection and ddp setting updatekxie@chelsio.com2010-10-073-72/+71
| * | [SCSI] cxgb3i: fixed connection over vlankxie@chelsio.com2010-10-073-36/+49
| * | [SCSI] libcxgbi: pdu read fixeskxie@chelsio.com2010-10-072-28/+53
| * | [SCSI] cxgbi: rename alloc_cpl to alloc_wrkxie@chelsio.com2010-10-073-26/+25
| * | [SCSI] ibmvfc: Handle Virtual I/O Server rebootBrian King2010-10-071-2/+4
| * | [SCSI] sd name space exhaustion causes system hangMichael Reed2010-10-071-5/+10