aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-05cpufreq: cpufreq-cpu0: use the exact frequency for clk_set_rate()Guennadi Liakhovetski1-2/+3
2013-06-05cpufreq: protect 'policy->cpus' from offlining during __gov_queue_work()Michael Wang1-0/+3
2013-06-05acpi-cpufreq: set current frequency based on target P-StateRoss Lagerwall1-2/+2
2013-05-25Merge tag 'pm+acpi-3.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds4-39/+66
2013-05-22cpufreq: arm_big_little_dt: Instantiate as platform_driverViresh Kumar1-5/+15
2013-05-22cpufreq: arm_big_little_dt: Register driver only if DT has valid dataViresh Kumar1-31/+42
2013-05-22cpufreq / e_powersaver: Fix linker error when ACPI processor is a moduleRafaƂ Bilski1-1/+1
2013-05-22MIPS: Idle: Consolidate all declarations in <asm/idle.h>.Ralf Baechle1-0/+1
2013-05-22MIPS: Idle: Re-enable irqs at the end of r3081, au1k and loongson2 cpu_wait.Ralf Baechle1-0/+1
2013-05-22cpufreq / intel_pstate: Add additional supported CPU IDDirk Brandewie1-0/+1
2013-05-22cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXITViresh Kumar1-2/+7
2013-05-15cpufreq: Preserve sysfs files across suspend/resumeSrivatsa S. Bhat2-6/+5
2013-05-14cpufreq / intel_pstate: use vzalloc() instead of vmalloc()/memset(0)Wei Yongjun1-2/+1
2013-05-13cpufreq, ondemand: Remove leftover debug lineBorislav Petkov1-1/+0
2013-05-12cpufreq / kirkwood: don't check resource with devm_ioremap_resourceWolfram Sang1-4/+0
2013-05-12cpufreq / intel_pstate: remove #ifdef MODULE compile fenceDirk Brandewie1-2/+1
2013-05-12cpufreq / intel_pstate: Remove idle mode PIDDirk Brandewie1-49/+0
2013-05-12cpufreq / intel_pstate: fix ffmpeg regressionDirk Brandewie1-8/+2
2013-05-12cpufreq / intel_pstate: use lowest requested max performanceDirk Brandewie1-3/+9
2013-05-12cpufreq / intel_pstate: remove idle time and duration from sample and calculationsDirk Brandewie1-37/+8
2013-05-12cpufreq: Fix incorrect dependecies for ARM SA11xx driversAlexander Shiyan1-1/+1
2013-05-12cpufreq: ARM big LITTLE: Fix Kconfig entriesViresh Kumar1-8/+8
2013-05-12cpufreq: cpufreq-cpu0: Free parent node for error casesViresh Kumar1-1/+4
2013-05-12cpufreq: cpufreq-cpu0: defer probe when regulator is not readyNishanth Menon1-6/+16
2013-05-12cpufreq: Issue CPUFREQ_GOV_POLICY_EXIT notifier before dropping policy refcountViresh Kumar1-3/+3
2013-05-12cpufreq: governors: Fix CPUFREQ_GOV_POLICY_{INIT|EXIT} notifiersViresh Kumar2-4/+8
2013-05-12cpufreq: ARM big LITTLE: Improve print messageViresh Kumar1-1/+1
2013-05-12cpufreq: ARM big LITTLE: Move cpu_to_cluster() to arm_big_little.hViresh Kumar2-5/+5
2013-05-12cpufreq: ARM big LITTLE DT: Return CPUFREQ_ETERNAL if clock-latency isn't foundViresh Kumar1-3/+4
2013-05-12cpufreq: ARM big LITTLE DT: Return correct transition latencyViresh Kumar1-1/+1
2013-05-12cpufreq: ARM big LITTLE: Select PM_OPPViresh Kumar1-0/+1
2013-04-29Merge branch 'pm-cpufreq'Rafael J. Wysocki1-214/+69
2013-04-29cpufreq: Revert incorrect commit 5800043Rafael J. Wysocki1-214/+69
2013-04-28Merge branch 'pm-cpufreq'Rafael J. Wysocki63-756/+7366
2013-04-25cpufreq: pxa2xx: initialize variablesArnd Bergmann1-2/+3
2013-04-24ARM: S5pv210: compiling issue, ARM_S5PV210_CPUFREQ needs CONFIG_CPU_FREQ_TABLE=yChen Gang1-0/+1
2013-04-22cpufreq: cpu0: Put cpu parent node after using itViresh Kumar1-0/+1
2013-04-22cpufreq: ARM big LITTLE: Adapt to latest cpufreq updatesViresh Kumar1-7/+3
2013-04-22cpufreq: ARM big LITTLE: put DT nodes after using themViresh Kumar1-14/+29
2013-04-22cpufreq: Don't call __cpufreq_governor() for drivers without target()Viresh Kumar1-5/+13
2013-04-22cpufreq: exynos5440: Protect OPP search calls with RCU lockAmit Daniel Kachhap1-0/+3
2013-04-11cpufreq: dbx500: Round to closest available freqMats Fagerstrom1-5/+5
2013-04-11cpufreq: Call __cpufreq_governor() with correct policy->cpus maskViresh Kumar1-1/+3
2013-04-10cpufreq / intel_pstate: Optimize intel_pstate_set_policySrinivas Pandruvada1-12/+9
2013-04-10cpufreq: OMAP: instantiate omap-cpufreq as a platform_driverNishanth Menon1-5/+14
2013-04-10cpufreq: exynos: Remove error return even if no soc is foundAmit Daniel Kachhap1-1/+1
2013-04-10cpufreq: exynos: Add cpufreq driver for exynos5440Amit Daniel Kachhap3-0/+488
2013-04-10cpufreq: AMD "frequency sensitivity feedback" powersave bias for ondemand governorJacob Shin3-0/+166
2013-04-10cpufreq: ondemand: allow custom powersave_bias_target handler to be registeredJacob Shin2-8/+57
2013-04-10cpufreq: convert cpufreq_driver to using RCUNathan Zimmer1-67/+208