index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
cpufreq_governor.c
Age
Commit message (
Expand
)
Author
2014-06-09
cpufreq: governor: remove copy_prev_load from 'struct cpu_dbs_common_info'
Viresh Kumar
2014-06-07
cpufreq: governor: Be friendly towards latency-sensitive bursty workloads
Srivatsa S. Bhat
2014-05-20
cpufreq: remove race while accessing cur_policy
Bibek Basu
2014-01-06
cpufreq: Fix timer/workqueue corruption by protecting reading governor_enabled
Jane Li
2013-11-16
cpufreq: governor: Remove fossil comment in the cpufreq_governor_dbs()
lan,Tianyu
2013-08-29
cpufreq: Don't use smp_processor_id() in preemptible context
Stephen Boyd
2013-08-28
cpufreq: governor: Fix typos in comments
Stratos Karafotis
2013-08-28
cpufreq: Fix timer/workqueue corruption due to double queueing
Stephen Boyd
2013-08-14
Merge back earlier 'pm-cpufreq' material
Rafael J. Wysocki
2013-08-07
cpufreq: Clean up header files included in the core
Viresh Kumar
2013-08-07
cpufreq: rename ignore_nice as ignore_nice_load
Viresh Kumar
2013-07-26
cpufreq: ondemand: Change the calculation of target frequency
Stratos Karafotis
2013-07-16
cpufreq: Revert commit 2f7021a8 to fix CPU hotplug regression
Srivatsa S. Bhat
2013-06-27
cpufreq: don't leave stale policy pointer in cdbs->cur_policy
Jacob Shin
2013-06-27
Merge branch 'pm-cpufreq-assorted' into pm-cpufreq
Rafael J. Wysocki
2013-06-05
cpufreq: protect 'policy->cpus' from offlining during __gov_queue_work()
Michael Wang
2013-05-27
cpufreq: Don't create empty /sys/devices/system/cpu/cpufreq directory
Viresh Kumar
2013-05-27
cpufreq: Move get_cpu_idle_time() to cpufreq.c
Viresh Kumar
2013-05-27
cpufreq: governors: Move get_governor_parent_kobj() to cpufreq.c
Viresh Kumar
2013-05-12
cpufreq: governors: Fix CPUFREQ_GOV_POLICY_{INIT|EXIT} notifiers
Viresh Kumar
2013-04-01
cpufreq: governors: Calculate iowait time only when necessary
Stratos Karafotis
2013-04-01
cpufreq: governors: Avoid unnecessary per cpu timer interrupts
Viresh Kumar
2013-04-01
cpufreq: governor: Implement per policy instances of governors
Viresh Kumar
2013-02-09
cpufreq: governors: Fix WARN_ON() for multi-policy platforms
Viresh Kumar
2013-02-09
cpufreq: Don't check cpu_online(policy->cpu)
Viresh Kumar
2013-02-02
cpufreq: governors: Reset tunables only for cpufreq_unregister_governor()
Viresh Kumar
2013-02-02
cpufreq: governors: Remove code redundancy between governors
Viresh Kumar
2013-02-02
cpufreq: governors: Get rid of dbs_data->enable field
Viresh Kumar
2013-02-02
cpufreq: governors: fix misuse of cdbs.cpu
Fabio Baltieri
2013-02-02
cpufreq: governors: implement generic policy_is_shared
Fabio Baltieri
2013-02-02
cpufreq: governors: clean timer init and exit code
Fabio Baltieri
2013-02-02
cpufreq: ondemand: call dbs_check_cpu only when necessary
Fabio Baltieri
2013-02-02
cpufreq: handle SW coordinated CPUs
Rickard Andersson
2012-11-24
cpufreq: governors: Fix jiffies/cputime mixup (revisited)
Rafael J. Wysocki
2012-11-15
cpufreq: Fix sparse warnings by updating cputime64_t to u64
Viresh Kumar
2012-11-15
cpufreq: governors: remove redundant code
Viresh Kumar
2012-11-15
cpufreq: fix jiffies/cputime mixup in conservative/ondemand governors
Andreas Schwab
2012-11-15
cpufreq: Move common part from governors to separate file, v2
viresh kumar