aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc/85xx: Fix issue found by lockdep trace in smp_85xx_kick_cpuKumar Gala2009-06-231-5/+4
* powerpc/85xx: Fix FSL RapidIO probing on MDS boardsRandy Vinson2009-06-231-0/+1
* powerpc/85xx: Stop using ppc_md.init on socratesKumar Gala2009-06-231-3/+3
* powerpc/cpm1: Remove IMAP_ADDRKumar Gala2009-06-231-2/+0
* powerpc/qe: add polling timeout to qe_issue_cmd()Timur Tabi2009-06-231-3/+6
* Merge commit 'gcl/merge' into nextBenjamin Herrenschmidt2009-06-1818-149/+91
|\
| * powerpc/5121: make clock debug output more readableWolfram Sang2009-06-171-4/+4
| * powerpc/5xxx: Add common mpc5xxx_get_bus_frequency() functionWolfgang Denk2009-06-1714-70/+51
| * powerpc/5200: Update pcm030.dts to add i2c eeprom and delete cruftWolfram Sang2009-06-171-22/+4
| * powerpc/5200: convert mpc52xx_psc_spi to use cs_control callbackAnton Vorontsov2009-06-172-17/+9
| * fbdev/xilinxfb: Fix improper casting and tighen up probe pathGrant Likely2009-06-171-36/+23
* | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-181229-15181/+141221
|\ \
| * \ Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds2009-06-171-12/+15
| |\ \
| | * | kmemleak: Fix some typos in commentsCatalin Marinas2009-06-171-4/+4
| | * | kmemleak: Rename kmemleak_panic to kmemleak_stopCatalin Marinas2009-06-171-6/+6
| | * | kmemleak: Only use GFP_KERNEL|GFP_ATOMIC for the internal allocationsCatalin Marinas2009-06-171-2/+5
| * | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2009-06-1711-287/+235
| |\ \ \
| | * | | [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