index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
cpufreq_governor.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpufreq: governor: Free dbs_data directly when gov->init() fails
Liao Chang
2023-08-29
1
-1
/
+3
*
cpufreq: governor: Use kobject release() method to free dbs_data
Kevin Hao
2022-04-13
1
-7
/
+13
*
cpufreq: unify show() and store() naming and use __ATTR_XX
Lianjie Zhang
2022-03-10
1
-3
/
+3
*
cpufreq: cpufreq_governor: Demote store_sampling_rate() header to standard co...
Lee Jones
2020-07-15
1
-1
/
+1
*
cpufreq: Use vtime aware kcpustat accessors for user time
Frederic Weisbecker
2019-11-21
1
-3
/
+3
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
cpufreq: Fix kobject memleak
Viresh Kumar
2019-04-30
1
-0
/
+2
*
cpufreq/cpufreq_governor: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
2018-11-27
1
-1
/
+1
*
cpufreq: governor: Avoid accessing invalid governor_data
Henry Willard
2018-08-16
1
-2
/
+10
*
cpufreq: governors: Fix long idle detection logic in load calculation
Chen Yu
2018-06-08
1
-7
/
+5
*
cpufreq: Rename cpufreq_can_do_remote_dvfs()
Viresh Kumar
2018-05-23
1
-1
/
+1
*
cpufreq: governor: Ensure sufficiently large sampling intervals
Rafael J. Wysocki
2017-12-18
1
-3
/
+16
*
Merge branch 'pm-cpufreq-sched'
Rafael J. Wysocki
2017-09-04
1
-0
/
+3
|
\
|
*
sched: cpufreq: Allow remote cpufreq callbacks
Viresh Kumar
2017-08-01
1
-0
/
+3
*
|
cpufreq: Use transition_delay_us for legacy governors as well
Viresh Kumar
2017-07-22
1
-8
/
+1
*
|
cpufreq: governor: Drop min_sampling_rate
Viresh Kumar
2017-07-22
1
-8
/
+2
|
/
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-1
/
+0
*
sched/cputime: Convert kcpustat to nsecs
Frederic Weisbecker
2017-02-01
1
-1
/
+1
*
cpufreq: conservative: Decrease frequency faster for deferred updates
Stratos Karafotis
2016-11-16
1
-1
/
+11
*
cpufreq: governor: Don't use 'timer' keyword
Viresh Kumar
2016-11-11
1
-9
/
+9
*
cpufreq / sched: Pass flags to cpufreq_update_util()
Rafael J. Wysocki
2016-08-16
1
-1
/
+1
*
cpufreq: governor: Drop gov_cancel_work()
Rafael J. Wysocki
2016-06-09
1
-12
/
+7
*
cpufreq: Drop the 'initialized' field from struct cpufreq_governor
Rafael J. Wysocki
2016-06-02
1
-3
/
+3
*
cpufreq: governor: Create cpufreq_policy_apply_limits()
Viresh Kumar
2016-06-02
1
-6
/
+1
*
cpufreq: governor: Remove unnecessary bits from print message
Viresh Kumar
2016-06-02
1
-1
/
+1
*
cpufreq: governor: Get rid of governor events
Rafael J. Wysocki
2016-06-02
1
-29
/
+10
*
cpufreq: governor: Fix handling of special cases in dbs_update()
Rafael J. Wysocki
2016-05-06
1
-36
/
+51
*
cpufreq: governor: Change confusing struct field and variable names
Rafael J. Wysocki
2016-04-28
1
-11
/
+11
*
cpufreq: governor: Fix prev_load initialization in cpufreq_governor_start()
Rafael J. Wysocki
2016-04-25
1
-4
/
+4
*
Merge back cpufreq changes for v4.7.
Rafael J. Wysocki
2016-04-25
1
-112
/
+50
|
\
|
*
cpufreq: governor: Move abstract gov_attr_set code to seperate file
Rafael J. Wysocki
2016-04-02
1
-82
/
+0
|
*
cpufreq: governor: New data type for management part of dbs_data
Rafael J. Wysocki
2016-04-02
1
-35
/
+55
|
*
cpufreq: sched: Helpers to add and remove update_util hooks
Rafael J. Wysocki
2016-04-02
1
-38
/
+38
*
|
Revert "cpufreq: governor: Fix negative idle_time when configured with CONFIG...
Rafael J. Wysocki
2016-04-25
1
-6
/
+2
|
/
*
cpufreq: governor: Always schedule work on the CPU running update
Rafael J. Wysocki
2016-03-22
1
-1
/
+1
*
cpufreq: Move scheduler-related code to the sched directory
Rafael J. Wysocki
2016-03-10
1
-0
/
+1
*
cpufreq: Reduce cpufreq_update_util() overhead a bit
Rafael J. Wysocki
2016-03-09
1
-1
/
+1
*
cpufreq: governor: Drop unnecessary checks from show() and store()
Viresh Kumar
2016-03-09
1
-7
/
+3
*
cpufreq: governor: Fix race in dbs_update_util_handler()
Rafael J. Wysocki
2016-03-09
1
-5
/
+16
*
cpufreq: governor: Make gov_set_update_util() static
Rafael J. Wysocki
2016-03-09
1
-3
/
+2
*
cpufreq: governor: Narrow down the dbs_data_mutex coverage
Rafael J. Wysocki
2016-03-09
1
-23
/
+23
*
cpufreq: governor: Make dbs_data_mutex static
Rafael J. Wysocki
2016-03-09
1
-2
/
+1
*
cpufreq: governor: Move per-CPU data to the common code
Rafael J. Wysocki
2016-03-09
1
-18
/
+13
*
cpufreq: governor: Make governor private data per-policy
Rafael J. Wysocki
2016-03-09
1
-4
/
+3
*
cpufreq: governor: Fix CPU load information updates via ->store
Rafael J. Wysocki
2016-03-09
1
-0
/
+30
*
cpufreq: governor: Add a ->start callback for governors
Rafael J. Wysocki
2016-03-09
1
-14
/
+2
*
cpufreq: governor: Move io_is_busy to struct dbs_data
Rafael J. Wysocki
2016-03-09
1
-18
/
+9
*
cpufreq: governor: Close dbs_data update race condition
Rafael J. Wysocki
2016-03-09
1
-1
/
+1
*
cpufreq: governor: Use microseconds in sample delay computations
Rafael J. Wysocki
2016-03-09
1
-3
/
+1
*
cpufreq: governor: Move rate_mult to struct policy_dbs
Rafael J. Wysocki
2016-03-09
1
-16
/
+9
[next]