aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [CPUFREQ] powernow: remove private for_each_cpu_mask()Andrew Morton2006-03-271-4/+0
* [CPUFREQ] hotplug cpu fix for powernow-k8shin, jacob2006-03-271-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/cpufreq-2.6Dave Jones2006-03-272-91/+71
|\
| * [PATCH] cpufreq_ondemand: add range checkDominik Brodowski2006-03-261-0/+3
| * [PATCH] cpufreq_ondemand: keep ignore_nice_load value when it is reselectedEric Piel2006-03-261-2/+1
| * [PATCH] cpufreq_ondemand: Warn if it cannot run due to too long transition la...Eric Piel2006-03-261-1/+4
| * [PATCH] cpufreq_conservative: alternative initialise approachAlexander Clouter2006-03-261-37/+18
| * [PATCH] cpufreq_conservative: make for_each_cpu() safeAlexander Clouter2006-03-261-49/+42
| * [PATCH] cpufreq_conservative: alter default responsivenessAlexander Clouter2006-03-261-1/+1
| * [PATCH] cpufreq_conservative: aligning of codebase with ondemandAlexander Clouter2006-03-261-26/+27
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-03-271-2/+2
|\ \
| * | [SPARC64]: Fix off-by-1 error in TSB grow check.David S. Miller2006-03-271-2/+2
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-03-273-2/+7
|\ \ \
| * | | [NET]: drop duplicate assignment in request_sockNorbert Kiesel2006-03-262-2/+2
| * | | [IPSEC]: Fix tunnel error handling in ipcomp6Herbert Xu2006-03-261-0/+5
* | | | Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-03-2711-36/+39
|\ \ \ \
| * | | | [PATCH] Don't make debugfs depend on DEBUG_KERNELJens Axboe2006-03-271-1/+1
| * | | | [PATCH] Fix blktrace compile with sysfs not definedJens Axboe2006-03-271-0/+1
| * | | | [PATCH] unused label in drivers/block/cciss.Eric Sesterhenn2006-03-271-1/+1
| * | | | [BLOCK] increase size of disk stat countersBen Woodard2006-03-272-9/+9
| * | | | [PATCH] blk_execute_rq_nowait-speedupAndrew Morton2006-03-271-3/+5
| * | | | [PATCH] ide-cd: quiet down GPCMD_READ_CDVD_CAPACITY failureJens Axboe2006-03-271-0/+1
| * | | | [BLOCK] ll_rw_blk: kmalloc -> kzalloc conversionJens Axboe2006-03-271-4/+2
| * | | | [PATCH] kzalloc() conversion in drivers/blockEric Sesterhenn2006-03-274-16/+7
| * | | | [PATCH] update max_sectors documentationMike Christie2006-03-271-2/+12
| | |/ / | |/| |
* | | | [PATCH] md: Convert reconfig_sem to reconfig_mutexNeilBrown2006-03-272-8/+8
* | | | [PATCH] sem2mutex: drivers/mdArjan van de Ven2006-03-274-24/+28
* | | | [PATCH] md: Restore 'remaining' count when retrying an write operationNeilBrown2006-03-271-0/+3
* | | | [PATCH] md: Fix md grow/size code to correctly find the maximum available spaceNeilBrown2006-03-271-1/+1
* | | | [PATCH] md: Remove bi_end_io call out from under a spinlockNeilBrown2006-03-271-2/+4
* | | | [PATCH] md: Remove some stray semi-colons after functions called in macro..NeilBrown2006-03-271-2/+2
* | | | [PATCH] md: Improve comments about locking situation in raid5 make_requestNeilBrown2006-03-271-1/+14
* | | | [PATCH] md: Support suspending of IO to regions of an md arrayNeilBrown2006-03-273-0/+77
* | | | [PATCH] md: Make 'reshape' a possible sync_action actionNeilBrown2006-03-271-1/+8
* | | | [PATCH] md: Split reshape handler in check_reshape and start_reshapeNeilBrown2006-03-274-34/+58
* | | | [PATCH] md: Only checkpoint expansion progress occasionallyNeilBrown2006-03-272-11/+45
* | | | [PATCH] md: Checkpoint and allow restart of raid5 reshapeNeilBrown2006-03-277-26/+231
* | | | [PATCH] md: Final stages of raid5 expand codeNeilBrown2006-03-274-4/+154
* | | | [PATCH] md: Core of raid5 resize processNeilBrown2006-03-274-26/+181
* | | | [PATCH] md: Infrastructure to allow normal IO to continue while array is expa...NeilBrown2006-03-272-30/+64
* | | | [PATCH] md: Allow stripes to be expanded in preparation for expanding an arrayNeilBrown2006-03-274-9/+137
* | | | [PATCH] md: Split disks array out of raid5 conf structure so it is easier to ...NeilBrown2006-03-273-7/+15
* | | | [PATCH] md: Update status_resync to handle LARGE devicesNeilBrown2006-03-271-6/+24
* | | | [PATCH] md: Fix the 'failed' count for version-0 superblocksNeilBrown2006-03-271-3/+2
* | | | [PATCH] md: Add '4' to the list of levels for which bitmaps are supportedNeilBrown2006-03-271-1/+2
* | | | [PATCH] md: Make sure QUEUE_FLAG_CLUSTER is set properly for md.NeilBrown2006-03-272-0/+3
* | | | [PATCH] dm: remove unnecessary typecastKevin Corry2006-03-271-1/+1
* | | | [PATCH] dm/md dependency tree in sysfs: convert bd_sem to bd_mutexJun'ichi Nomura2006-03-271-4/+4
* | | | [PATCH] dm/md dependency tree in sysfs: dm to use bd_claim_by_diskJun'ichi Nomura2006-03-271-10/+10
* | | | [PATCH] dm/md dependency tree in sysfs: md to use bd_claim_by_diskJun'ichi Nomura2006-03-271-0/+2