summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [CPUFREQ] cpumask: new cpumask operators for arch/x86/kernel/cpu/cpufreq/powe...Rusty Russell2009-06-152-15/+4
| * | | [CPUFREQ] cpumask: avoid playing with cpus_allowed in powernow-k8.cRusty Russell2009-06-151-58/+60
| * | | [CPUFREQ] cpumask: avoid cpumask games in arch/x86/kernel/cpu/cpufreq/speedst...Rusty Russell2009-06-151-43/+17
| * | | [CPUFREQ] cpumask: avoid playing with cpus_allowed in speedstep-ich.cRusty Russell2009-06-152-39/+55
| * | | [CPUFREQ] powernow-k8: get drv data for correct CPUNaga Chumbalkar2009-06-151-5/+1
| * | | [CPUFREQ] powernow-k8: read P-state from HWNaga Chumbalkar2009-06-151-14/+11
| * | | [CPUFREQ] reduce scope of ACPI_PSS_BIOS_BUG_MSG[]Andrew Morton2009-06-151-4/+3
| * | | [CPUFREQ] Clean up convoluted code in arch/x86/kernel/tsc.c:time_cpufreq_noti...Dave Jones2009-06-151-5/+3
| * | | [CPUFREQ] minor correction to cpu-freq documentationChumbalkar Nagananda2009-06-152-2/+1
| * | | [CPUFREQ] powernow-k8.c: mess cleanupLuis Henriques2009-06-151-7/+9
| * | | [CPUFREQ] Only set sampling_rate_max deprecated, sampling_rate_min is usefulThomas Renninger2009-06-153-43/+18
| * | | [CPUFREQ] powernow-k8: Set transition latency to 1 if ACPI tables export 0Thomas Renninger2009-06-151-0/+13
| * | | [CPUFREQ] ondemand: Uncouple minimal sampling rate from HZ in NO_HZ caseThomas Renninger2009-06-152-53/+41
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-06-1742-505/+1888
|\ \ \ \
| * | | | [SCSI] aic79xx: make driver respect nvram for IU and QAS settingsJames Bottomley2009-06-153-11/+21
| * | | | [SCSI] don't attach ULD to Dell Universal XportJames Bottomley2009-06-151-0/+1
| * | | | [SCSI] lpfc 8.3.3 : Update driver version to 8.3.3James Smart2009-06-151-1/+1
| * | | | [SCSI] lpfc 8.3.3 : Add support for Target Reset handler entrypointJames Smart2009-06-151-193/+291
| * | | | [SCSI] lpfc 8.3.3 : Fix a couple of spin_lock and memory issues and a crashJames Smart2009-06-153-9/+35
| * | | | [SCSI] lpfc 8.3.3 : FC/FCOE discovery fixesJames Smart2009-06-158-26/+59
| * | | | [SCSI] lpfc 8.3.3 : Fix various SLI-3 vs SLI-4 differencesJames Smart2009-06-1510-219/+224
| * | | | [SCSI] qla2xxx: Resolve a performance issue in interruptAnirban Chakraborty2009-06-151-6/+9
| * | | | [SCSI] cnic, bnx2i: Fix build failure when CONFIG_PCI is not set.Michael Chan2009-06-152-2/+4
| * | | | [SCSI] nsp_cs: time_out reaches -1Roel Kluin2009-06-151-3/+3
| * | | | [SCSI] qla2xxx: fix printk format warningsRandy Dunlap2009-06-151-2/+5
| * | | | [SCSI] ncr53c8xx: div reaches -1Roel Kluin2009-06-151-1/+1
| * | | | [SCSI] compat: don't perform unneeded copy in sg_io codeAlexey Zaytsev2009-06-151-6/+0
| * | | | [SCSI] zfcp: Update FC pass-through supportChristof Schmitt2009-06-122-7/+5
| * | | | [SCSI] zfcp: Add FC pass-through supportSven Schuetz2009-06-126-20/+219
| * | | | [SCSI] FC Pass Thru supportJames Smart2009-06-128-5/+1016
* | | | | Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds2009-06-1713-335/+922
|\ \ \ \ \
| * | | | | UBI: add reboot notifierKevin Cernekee2009-06-102-1/+38
| * | | | | UBI: handle more error codesArtem Bityutskiy2009-06-101-7/+34
| * | | | | UBI: fix multiple spelling typosArtem Bityutskiy2009-06-104-11/+11
| * | | | | UBI: fix kmem_cache_free on error patchArtem Bityutskiy2009-06-101-1/+2
| * | | | | UBI: print amount of reserved PEBsArtem Bityutskiy2009-06-091-3/+4
| * | | | | UBI: improve messages in the WL workerArtem Bityutskiy2009-06-081-9/+24
| * | | | | UBI: make gluebi a separate moduleDmitry Pervushin2009-06-033-98/+295
| * | | | | UBI: remove built-in gluebiDmitry Pervushin2009-06-023-51/+2
| * | | | | UBI: add notification APIDmitry Pervushin2009-06-026-21/+241
| * | | | | UBI: do not switch to R/O mode on read errorsArtem Bityutskiy2009-06-024-15/+74
| * | | | | UBI: fix and clean-up error paths in WL workerArtem Bityutskiy2009-06-022-61/+53
| * | | | | UBI: introduce new constantsArtem Bityutskiy2009-06-023-26/+36
| * | | | | UBI: fix race conditionArtem Bityutskiy2009-05-261-1/+7
| * | | | | UBI: minor serialization fixArtem Bityutskiy2009-05-181-2/+2
| * | | | | UBI: do not panic if volume check failsArtem Bityutskiy2009-05-181-7/+11
| * | | | | UBI: add dump_stack in checking codeArtem Bityutskiy2009-05-181-0/+1
| * | | | | UBI: fix races in I/O debugging checksArtem Bityutskiy2009-05-181-7/+73
| * | | | | UBI: small debugging code optimizationArtem Bityutskiy2009-05-182-4/+4
| * | | | | UBI: improve debugging messagesArtem Bityutskiy2009-05-183-10/+15
OpenPOWER on IntegriCloud