summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
AgeCommit message (Expand)Author
2013-06-28Merge branch 'pm-cpufreq'Rafael J. Wysocki
2013-06-28Merge branch 'acpi-hotplug'Rafael J. Wysocki
2013-06-27Merge branch 'pm-cpufreq-arm' into pm-cpufreqRafael J. Wysocki
2013-06-27Merge branch 'pm-cpufreq-assorted' into pm-cpufreqRafael J. Wysocki
2013-06-25cpufreq: fix NULL pointer deference at od_set_powersave_bias()Jacob Shin
2013-06-24Merge branch 'cpufreq-fix-notification-arm' of git://git.linaro.org/people/vi...Rafael J. Wysocki
2013-06-24cpufreq: tegra: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar
2013-06-24cpufreq: s3c64xx: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar
2013-06-24cpufreq: omap: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar
2013-06-24cpufreq: imx6q: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar
2013-06-24cpufreq: exynos: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar
2013-06-24cpufreq: dbx500: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar
2013-06-24cpufreq: davinci: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar
2013-06-24cpufreq: arm-big-little: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar
2013-06-24cpufreq: powernow-k8: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar
2013-06-24cpufreq: pcc: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar
2013-06-24cpufreq: e_powersaver: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar
2013-06-24cpufreq: ACPI: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar
2013-06-24cpufreq: s3c2416: fix forgotten driver_data conversionsHeiko Stübner
2013-06-21cpufreq: make __cpufreq_notify_transition() staticViresh Kumar
2013-06-21cpufreq: Fix minor formatting issuesViresh Kumar
2013-06-21cpufreq: Fix governor start/stop race conditionXiaoguang Chen
2013-06-19cpufreq: Simplify userspace governorViresh Kumar
2013-06-18cpufreq: X86_AMD_FREQ_SENSITIVITY: select CPU_FREQ_TABLEViresh Kumar
2013-06-18cpufreq: tegra: create CONFIG_ARM_TEGRA_CPUFREQViresh Kumar
2013-06-18cpufreq: S3C2416/S3C64XX: select CPU_FREQ_TABLEViresh Kumar
2013-06-18cpufreq: powerpc: CBE_RAS: select CPU_FREQ_TABLEViresh Kumar
2013-06-18cpufreq: imx: select CPU_FREQ_TABLEViresh Kumar
2013-06-18cpufreq: highbank: remove select CPU_FREQ_TABLEViresh Kumar
2013-06-18cpufreq: exynos: select CPU_FREQ_TABLEViresh Kumar
2013-06-18cpufreq: blackfin: enable driver for CONFIG_BFIN_CPU_FREQViresh Kumar
2013-06-07cpufreq: powerpc: move cpufreq driver to drivers/cpufreqViresh Kumar
2013-06-07Merge branch 'cpufreq-next' of git://git.linaro.org/people/vireshk/linux into...Rafael J. Wysocki
2013-06-07ACPI / cpufreq: Add ACPI processor device IDs to acpi-cpufreqRafael J. Wysocki
2013-06-07cpufreq: kirkwood: Select CPU_FREQ_TABLE optionEzequiel Garcia
2013-06-07cpufreq: big.LITTLE needs cpufreq tableArnd Bergmann
2013-06-07cpufreq: SPEAr needs cpufreq tableArnd Bergmann
2013-06-05cpufreq: powerpc: Add cpufreq driver for Freescale e500mc SoCsTang Yuantian
2013-06-05cpufreq: cpufreq-cpu0: use the exact frequency for clk_set_rate()Guennadi Liakhovetski
2013-06-05cpufreq: protect 'policy->cpus' from offlining during __gov_queue_work()Michael Wang
2013-06-05acpi-cpufreq: set current frequency based on target P-StateRoss Lagerwall
2013-06-04cpufreq: remove unnecessary cpufreq_cpu_{get|put}() callsViresh Kumar
2013-06-04cpufreq: rename index as driver_data in cpufreq_frequency_tableViresh Kumar
2013-05-27cpufreq: Don't create empty /sys/devices/system/cpu/cpufreq directoryViresh Kumar
2013-05-27cpufreq: Move get_cpu_idle_time() to cpufreq.cViresh Kumar
2013-05-27cpufreq: governors: Move get_governor_parent_kobj() to cpufreq.cViresh Kumar
2013-05-27cpufreq: Add EXPORT_SYMBOL_GPL for have_governor_per_policyViresh Kumar
2013-05-27cpufreq: tegra: Don't initialize .index field of cpufreq_frequency_tableViresh Kumar
2013-05-25Merge tag 'pm+acpi-3.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-05-22cpufreq: arm_big_little_dt: Instantiate as platform_driverViresh Kumar