index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
Age
Commit message (
Expand
)
Author
2013-05-15
cpufreq: Preserve sysfs files across suspend/resume
Srivatsa S. Bhat
2013-05-14
cpufreq / intel_pstate: use vzalloc() instead of vmalloc()/memset(0)
Wei Yongjun
2013-05-13
cpufreq, ondemand: Remove leftover debug line
Borislav Petkov
2013-05-12
cpufreq / kirkwood: don't check resource with devm_ioremap_resource
Wolfram Sang
2013-05-12
cpufreq / intel_pstate: remove #ifdef MODULE compile fence
Dirk Brandewie
2013-05-12
cpufreq / intel_pstate: Remove idle mode PID
Dirk Brandewie
2013-05-12
cpufreq / intel_pstate: fix ffmpeg regression
Dirk Brandewie
2013-05-12
cpufreq / intel_pstate: use lowest requested max performance
Dirk Brandewie
2013-05-12
cpufreq / intel_pstate: remove idle time and duration from sample and calcula...
Dirk Brandewie
2013-05-12
cpufreq: Fix incorrect dependecies for ARM SA11xx drivers
Alexander Shiyan
2013-05-12
cpufreq: ARM big LITTLE: Fix Kconfig entries
Viresh Kumar
2013-05-12
cpufreq: cpufreq-cpu0: Free parent node for error cases
Viresh Kumar
2013-05-12
cpufreq: cpufreq-cpu0: defer probe when regulator is not ready
Nishanth Menon
2013-05-12
cpufreq: Issue CPUFREQ_GOV_POLICY_EXIT notifier before dropping policy refcount
Viresh Kumar
2013-05-12
cpufreq: governors: Fix CPUFREQ_GOV_POLICY_{INIT|EXIT} notifiers
Viresh Kumar
2013-05-12
cpufreq: ARM big LITTLE: Improve print message
Viresh Kumar
2013-05-12
cpufreq: ARM big LITTLE: Move cpu_to_cluster() to arm_big_little.h
Viresh Kumar
2013-05-12
cpufreq: ARM big LITTLE DT: Return CPUFREQ_ETERNAL if clock-latency isn't found
Viresh Kumar
2013-05-12
cpufreq: ARM big LITTLE DT: Return correct transition latency
Viresh Kumar
2013-05-12
cpufreq: ARM big LITTLE: Select PM_OPP
Viresh Kumar
2013-04-29
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2013-04-29
cpufreq: Revert incorrect commit 5800043
Rafael J. Wysocki
2013-04-28
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2013-04-25
cpufreq: pxa2xx: initialize variables
Arnd Bergmann
2013-04-24
ARM: S5pv210: compiling issue, ARM_S5PV210_CPUFREQ needs CONFIG_CPU_FREQ_TABLE=y
Chen Gang
2013-04-22
cpufreq: cpu0: Put cpu parent node after using it
Viresh Kumar
2013-04-22
cpufreq: ARM big LITTLE: Adapt to latest cpufreq updates
Viresh Kumar
2013-04-22
cpufreq: ARM big LITTLE: put DT nodes after using them
Viresh Kumar
2013-04-22
cpufreq: Don't call __cpufreq_governor() for drivers without target()
Viresh Kumar
2013-04-22
cpufreq: exynos5440: Protect OPP search calls with RCU lock
Amit Daniel Kachhap
2013-04-11
cpufreq: dbx500: Round to closest available freq
Mats Fagerstrom
2013-04-11
cpufreq: Call __cpufreq_governor() with correct policy->cpus mask
Viresh Kumar
2013-04-10
cpufreq / intel_pstate: Optimize intel_pstate_set_policy
Srinivas Pandruvada
2013-04-10
cpufreq: OMAP: instantiate omap-cpufreq as a platform_driver
Nishanth Menon
2013-04-10
cpufreq: exynos: Remove error return even if no soc is found
Amit Daniel Kachhap
2013-04-10
cpufreq: exynos: Add cpufreq driver for exynos5440
Amit Daniel Kachhap
2013-04-10
cpufreq: AMD "frequency sensitivity feedback" powersave bias for ondemand gov...
Jacob Shin
2013-04-10
cpufreq: ondemand: allow custom powersave_bias_target handler to be registered
Jacob Shin
2013-04-10
cpufreq: convert cpufreq_driver to using RCU
Nathan Zimmer
2013-04-10
cpufreq: powerpc/platforms/cell: move cpufreq driver to drivers/cpufreq
Viresh Kumar
2013-04-10
cpufreq: sparc: move cpufreq driver to drivers/cpufreq
Viresh Kumar
2013-04-10
cpufreq: unicore2: move cpufreq driver to drivers/cpufreq
Viresh Kumar
2013-04-10
cpufreq: sh: move cpufreq driver to drivers/cpufreq
Viresh Kumar
2013-04-10
cpufreq: mips: move cpufreq driver to drivers/cpufreq
Viresh Kumar
2013-04-10
cpufreq: ia64: move cpufreq driver to drivers/cpufreq
Viresh Kumar
2013-04-10
cpufreq: cris: move cpufreq driver to drivers/cpufreq
Viresh Kumar
2013-04-10
cpufreq: blackfin: move cpufreq driver to drivers/cpufreq
Viresh Kumar
2013-04-10
cpufreq: AVR32: move cpufreq driver to drivers/cpufreq
Viresh Kumar
2013-04-10
cpufreq: sa11x0: move cpufreq driver to drivers/cpufreq
Viresh Kumar
2013-04-08
cpufreq / intel_pstate: Set timer timeout correctly
Dirk Brandewie
[next]