summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [SPARC]: Fix floppy on some sun4c systems.Mark Fortescue2007-07-301-30/+50
| * | | [SPARC64]: Fix sun4u PCI config space accesses on sun4u.David S. Miller2007-07-302-12/+126
| * | | [PARTITION] MSDOS: Fix Sun num_partitions handling.Mark Fortescue2007-07-302-2/+5
| * | | [SPARC]: Update defconfig.David S. Miller2007-07-301-146/+40Star
* | | | APM support depends on CONFIG_PM_SLEEPStephen Rothwell2007-07-301-1/+1
* | | | m32r: build fix for removing fs.h from mm.hHirokazu Takata2007-07-303-0/+3
* | | | setup and detect 2nd phy on MCF5275 in FEC driverMike Cruse2007-07-301-0/+23
* | | | clean up reading of ICR register in FEC driverGreg Ungerer2007-07-301-3/+3
* | | | fix work queues in FEC driverGreg Ungerer2007-07-301-6/+11
* | | | remove unused config symbol from FEC driverGreg Ungerer2007-07-301-2/+0Star
* | | | include cacheflush.h in FEC driverGreg Ungerer2007-07-301-0/+1
|/ / /
* | | Make lguest compile with CONFIG_BLOCK=n and CONFIG_NET=nRusty Russell2007-07-303-3/+11
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2007-07-3039-14921/+15951
|\ \ \
| * | | [SCSI] mpt fusion: Changes in mptctl.c for logging supportPrakash, Sathya2007-07-281-125/+141
| * | | [SCSI] mpt fusion: Changes in mptfc.c mptlan.c mptsas.c and mptspi.c for logg...Prakash, Sathya2007-07-284-246/+194Star
| * | | [SCSI] mpt fusion: Changes in mptscsih.c for logging supportPrakash, Sathya2007-07-281-186/+260
| * | | [SCSI] mpt fusion: Changes in mptbase.c for logging supportPrakash, Sathya2007-07-281-233/+234
| * | | [SCSI] mpt fusion: logging support in Kconfig, Makefile, mptbase.h and additi...Prakash, Sathya2007-07-284-229/+308
| * | | [SCSI] libsas: Fix potential NULL dereference in sas_smp_get_phy_events()Jesper Juhl2007-07-281-3/+10
| * | | [SCSI] bsg: Fix build for CONFIG_BLOCK=nPaul Mundt2007-07-281-2/+2
| * | | [SCSI] aacraid: fix Sunrise Lake reset handlingSalyzyn, Mark2007-07-281-1/+1
| * | | [SCSI] aacraid: add SCSI SYNCHONIZE_CACHE range checkingSalyzyn, Mark2007-07-281-8/+55
| * | | [SCSI] add easyRAID to the no report luns blacklistakpm@linux-foundation.org2007-07-281-0/+3
| * | | [SCSI] advansys: lindent and other large, uninteresting changesMatthew Wilcox2007-07-271-13692/+14569
| * | | [SCSI] aic79xx, aic7xxx: Fix incorrect width settingJames Bottomley2007-07-272-13/+21
| * | | [SCSI] qla2xxx: fix to honor ignored parameters in sysfs attributesSeokmann Ju2007-07-273-24/+38
| * | | [SCSI] aacraid: draw line in sand, sundry cleanup and version updateSalyzyn, Mark2007-07-275-10/+7Star
| * | | [SCSI] iscsi_tcp: Turn off bounce buffersMike Christie2007-07-271-0/+1
| * | | [SCSI] libiscsi: fix cmd seqeunce number checkingMike Christie2007-07-272-21/+28
| * | | [SCSI] iscsi_tcp, ib_iser Enable module refcounting for iscsi host templateMike Christie2007-07-272-0/+2
| * | | [SCSI] libiscsi: make sure session is not blocked when removing hostMike Christie2007-07-271-0/+1
| * | | [SCSI] libsas: Remove PCI dependenciesJeff Garzik2007-07-265-22/+19Star
| * | | [SCSI] simscsi: convert to use the data buffer accessorsFUJITA Tomonori2007-07-251-51/+15Star
| * | | [SCSI] sym53c8xx: don't claim cpqarray deviceChip Coldwell2007-07-251-1/+1
| * | | [SCSI] bsg: fix unused variable warnings for BLK_DEV_BSG=nJames Bottomley2007-07-241-2/+7
| * | | [SCSI] libsas: SMP request handler shouldn't crash when rphy is NULLDarrick J. Wong2007-07-241-2/+3
| * | | [SCSI] aacraid: sysfs adapter reset/status format change.Salyzyn, Mark2007-07-231-1/+1
| * | | [SCSI] aacraid: Fix security holeAlan Cox2007-07-231-0/+4
| * | | [SCSI] bsg: remove unnecessary code and commentsFUJITA Tomonori2007-07-231-9/+0Star
| * | | [SCSI] bsg: use lib/idr.c to find a unique minor numberFUJITA Tomonori2007-07-232-40/+30Star
| * | | [SCSI] qla2xxx: Data accessors Cleanup of last mergeBoaz Harrosh2007-07-231-2/+2
| | |/ | |/|
* | | Remove fs.h from mm.hAlexey Dobriyan2007-07-3045-33/+81
* | | ACPI: restore CONFIG_ACPI_SLEEPLen Brown2007-07-3013-10/+25
* | | Introduce CONFIG_SUSPEND for suspend-to-Ram and standbyRafael J. Wysocki2007-07-3017-86/+164
* | | Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATIONRafael J. Wysocki2007-07-3033-47/+47
* | | Provide timespec to guests rather than jiffies clock.Rusty Russell2007-07-295-25/+60
* | | Fix lguest bzImage loading with CONFIG_RELOCATABLE=yRusty Russell2007-07-291-0/+5
* | | m68knommu: remove crap from machdep.hGreg Ungerer2007-07-291-33/+2Star
* | | m68knommu: fix declaration of mach_sched_initGreg Ungerer2007-07-291-1/+1
* | | Fix procfs compat_ioctl regressionDavid Miller2007-07-291-2/+22