index
:
kernel/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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-09
cpufreq: governor: New sysfs show/store callbacks for governor tunables
Viresh Kumar
4
-103
/
+144
2016-03-09
cpufreq: governor: Move common tunables to 'struct dbs_data'
Viresh Kumar
4
-83
/
+47
2016-03-09
cpufreq: governor: Create generic macro for common tunables
Viresh Kumar
3
-24
/
+28
2016-03-09
cpufreq: governor: Drop pointless goto from cpufreq_governor_init()
Rafael J. Wysocki
1
-4
/
+3
2016-03-09
cpufreq: governor: Rename skip_work to work_count
Rafael J. Wysocki
2
-8
/
+8
2016-03-09
cpufreq: governor: Symmetrize cpu_dbs_info initialization and cleanup
Rafael J. Wysocki
1
-8
/
+13
2016-03-09
cpufreq: governor: Rearrange governor data structures
Rafael J. Wysocki
5
-60
/
+68
2016-03-09
cpufreq: governor: Simplify cpufreq_governor_limits()
Rafael J. Wysocki
1
-9
/
+8
2016-03-09
cpufreq: governor: Drop cpu argument from dbs_check_cpu()
Rafael J. Wysocki
4
-10
/
+8
2016-03-09
cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_info
Rafael J. Wysocki
4
-86
/
+86
2016-03-09
cpufreq: governor: Drop the gov pointer from struct dbs_data
Rafael J. Wysocki
5
-38
/
+39
2016-03-09
cpufreq: governor: Rework cpufreq_governor_dbs()
Rafael J. Wysocki
4
-27
/
+8
2016-03-09
cpufreq: governor: Rename some data types and variables
Rafael J. Wysocki
5
-59
/
+59
2016-03-09
cpufreq: governor: Put governor structure into common_dbs_data
Rafael J. Wysocki
3
-51
/
+58
2016-03-09
cpufreq: governor: Avoid passing dbs_data pointers around unnecessarily
Rafael J. Wysocki
1
-41
/
+27
2016-03-09
cpufreq: governor: Use common mutex for dbs_data protection
Rafael J. Wysocki
4
-11
/
+8
2016-03-09
cpufreq: governor: Replace timers with utilization update callbacks
Rafael J. Wysocki
5
-120
/
+114
2016-03-09
cpufreq: intel_pstate: Replace timers with utilization update callbacks
Rafael J. Wysocki
1
-64
/
+39
2016-03-09
cpufreq: Add mechanism for registering utilization update callbacks
Rafael J. Wysocki
1
-0
/
+45
2016-03-03
cpufreq: acpi-cpufreq: Make read and write operations more efficient
Rafael J. Wysocki
1
-113
/
+95
2016-03-01
cpufreq: mediatek: allow building as a module
Arnd Bergmann
2
-2
/
+3
2016-03-01
cpufreq: qoriq: allow building as module with THERMAL=m
Arnd Bergmann
1
-0
/
+1
2016-02-27
cpufreq: powernv: Fix bugs in powernv_cpufreq_{init/exit}
Shilpasri G Bhat
1
-11
/
+29
2016-02-27
cpufreq: intel_pstate: disable HWP notifications
Srinivas Pandruvada
1
-0
/
+3
2016-02-27
cpufreq: intel_pstate: Enable HWP by default
Srinivas Pandruvada
1
-12
/
+22
2016-02-27
cpufreq: acpi-cpufreq: Drop pointless label from acpi_cpufreq_target()
Rafael J. Wysocki
1
-4
/
+2
2016-02-27
cpufreq: Rearrange __cpufreq_driver_target()
Rafael J. Wysocki
1
-24
/
+19
2016-02-23
intel_pstate: Update frequencies of policy->cpus only from ->set_policy()
Viresh Kumar
1
-9
/
+12
2016-02-22
cpufreq: simplify for_each_suitable_policy() macro
Eric Biggers
1
-41
/
+3
2016-02-22
cpufreq: fix comment about return value of cpufreq_register_driver()
Eric Biggers
1
-1
/
+1
2016-02-13
cpufreq: Drop unnecessary checks from show() and store()
Rafael J. Wysocki
1
-16
/
+5
2016-02-11
cpufreq: dt: No need to allocate resources anymore
Viresh Kumar
1
-67
/
+45
2016-02-11
cpufreq: dt: No need to fetch voltage-tolerance
Viresh Kumar
1
-23
/
+23
2016-02-11
cpufreq: dt: Use dev_pm_opp_set_rate() to switch frequency
Viresh Kumar
1
-71
/
+2
2016-02-11
cpufreq: dt: Reuse dev_pm_opp_get_max_transition_latency()
Viresh Kumar
1
-44
/
+4
2016-02-11
cpufreq: dt: Unsupported OPPs are already disabled
Viresh Kumar
1
-2
/
+0
2016-02-11
cpufreq: dt: Pass regulator name to the OPP core
Viresh Kumar
1
-0
/
+46
2016-02-11
cpufreq: dt: OPP layers handles clock-latency for V1 bindings as well
Viresh Kumar
1
-4
/
+1
2016-02-11
cpufreq: dt: Rename 'need_update' to 'opp_v1'
Viresh Kumar
1
-3
/
+3
2016-02-11
cpufreq: dt: Convert few pr_debug/err() calls to dev_dbg/err()
Viresh Kumar
1
-2
/
+2
2016-02-05
cpufreq: powernv: Replace pr_info with trace print for throttle event
Shilpasri G Bhat
1
-39
/
+34
2016-02-05
cpufreq: powernv: Remove cpu_to_chip_id() from hot-path
Shilpasri G Bhat
1
-3
/
+20
2016-02-05
cpufreq: powernv: Hot-plug safe the kworker thread
Shilpasri G Bhat
1
-8
/
+11
2016-02-05
cpufreq: powernv: Free 'chips' on module exit
Shilpasri G Bhat
1
-0
/
+1
2016-02-05
cpufreq: Clean up default and fallback governor setup
Rafael J. Wysocki
6
-50
/
+71
2016-01-29
Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep'
Rafael J. Wysocki
4
-15
/
+19
2016-01-28
cpufreq: cpufreq-dt: avoid uninitialized variable warnings:
Arnd Bergmann
1
-8
/
+7
2016-01-28
cpufreq: pxa2xx: fix pxa_cpufreq_change_voltage prototype
Arnd Bergmann
1
-1
/
+1
2016-01-28
cpufreq: Use list_is_last() to check last entry of the policy list
Gautham R Shenoy
1
-3
/
+3
2016-01-28
cpufreq: Fix NULL reference crash while accessing policy->governor_data
Viresh Kumar
1
-3
/
+8
[prev]
[next]