index
:
pub/scm/linux/kernel/git/jfern/linux.git
master
Joel Fernandes's fork of linux.git
Joel Fernandes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
cpufreq_governor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-15
Merge tag 'timers-nohz-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+3
2026-06-02
sched/cputime: Remove superfluous and error prone kcpustat_field() parameter
Frederic Weisbecker
1
-3
/
+3
2026-05-26
cpufreq: governor: Fix stale prev_cpu_nice spike when enabling ignore_nice_load
Zhongqiu Han
1
-12
/
+21
2026-05-26
cpufreq: governor: Fix data races on per-CPU idle/nice baselines
Zhongqiu Han
1
-2
/
+7
2026-04-01
cpufreq: governor: fix double free in cpufreq_dbs_governor_init() error path
Guangshuo Li
1
-3
/
+3
2026-03-23
cpufreq: conservative: Reset requested_freq on limits change
Viresh Kumar
1
-0
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2025-02-20
cpufreq: governor: Fix negative 'idle_time' handling in dbs_update()
Jie Zhan
1
-22
/
+23
2023-08-29
cpufreq: governor: Free dbs_data directly when gov->init() fails
Liao Chang
1
-1
/
+3
2022-04-13
cpufreq: governor: Use kobject release() method to free dbs_data
Kevin Hao
1
-7
/
+13
2022-03-10
cpufreq: unify show() and store() naming and use __ATTR_XX
Lianjie Zhang
1
-3
/
+3
2020-07-15
cpufreq: cpufreq_governor: Demote store_sampling_rate() header to standard co...
Lee Jones
1
-1
/
+1
2019-11-21
cpufreq: Use vtime aware kcpustat accessors for user time
Frederic Weisbecker
1
-3
/
+3
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-04-30
cpufreq: Fix kobject memleak
Viresh Kumar
1
-0
/
+2
2018-11-27
cpufreq/cpufreq_governor: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-08-16
cpufreq: governor: Avoid accessing invalid governor_data
Henry Willard
1
-2
/
+10
2018-06-08
cpufreq: governors: Fix long idle detection logic in load calculation
Chen Yu
1
-7
/
+5
2018-05-23
cpufreq: Rename cpufreq_can_do_remote_dvfs()
Viresh Kumar
1
-1
/
+1
2017-12-18
cpufreq: governor: Ensure sufficiently large sampling intervals
Rafael J. Wysocki
1
-3
/
+16
2017-09-04
Merge branch 'pm-cpufreq-sched'
Rafael J. Wysocki
1
-0
/
+3
2017-08-01
sched: cpufreq: Allow remote cpufreq callbacks
Viresh Kumar
1
-0
/
+3
2017-07-22
cpufreq: Use transition_delay_us for legacy governors as well
Viresh Kumar
1
-8
/
+1
2017-07-22
cpufreq: governor: Drop min_sampling_rate
Viresh Kumar
1
-8
/
+2
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-1
/
+0
2017-02-01
sched/cputime: Convert kcpustat to nsecs
Frederic Weisbecker
1
-1
/
+1
2016-11-16
cpufreq: conservative: Decrease frequency faster for deferred updates
Stratos Karafotis
1
-1
/
+11
2016-11-11
cpufreq: governor: Don't use 'timer' keyword
Viresh Kumar
1
-9
/
+9
2016-08-16
cpufreq / sched: Pass flags to cpufreq_update_util()
Rafael J. Wysocki
1
-1
/
+1
2016-06-09
cpufreq: governor: Drop gov_cancel_work()
Rafael J. Wysocki
1
-12
/
+7
2016-06-02
cpufreq: Drop the 'initialized' field from struct cpufreq_governor
Rafael J. Wysocki
1
-3
/
+3
2016-06-02
cpufreq: governor: Create cpufreq_policy_apply_limits()
Viresh Kumar
1
-6
/
+1
2016-06-02
cpufreq: governor: Remove unnecessary bits from print message
Viresh Kumar
1
-1
/
+1
2016-06-02
cpufreq: governor: Get rid of governor events
Rafael J. Wysocki
1
-29
/
+10
2016-05-06
cpufreq: governor: Fix handling of special cases in dbs_update()
Rafael J. Wysocki
1
-36
/
+51
2016-04-28
cpufreq: governor: Change confusing struct field and variable names
Rafael J. Wysocki
1
-11
/
+11
2016-04-25
cpufreq: governor: Fix prev_load initialization in cpufreq_governor_start()
Rafael J. Wysocki
1
-4
/
+4
2016-04-25
Merge back cpufreq changes for v4.7.
Rafael J. Wysocki
1
-112
/
+50
2016-04-25
Revert "cpufreq: governor: Fix negative idle_time when configured with CONFIG...
Rafael J. Wysocki
1
-6
/
+2
2016-04-02
cpufreq: governor: Move abstract gov_attr_set code to seperate file
Rafael J. Wysocki
1
-82
/
+0
2016-04-02
cpufreq: governor: New data type for management part of dbs_data
Rafael J. Wysocki
1
-35
/
+55
2016-04-02
cpufreq: sched: Helpers to add and remove update_util hooks
Rafael J. Wysocki
1
-38
/
+38
2016-03-22
cpufreq: governor: Always schedule work on the CPU running update
Rafael J. Wysocki
1
-1
/
+1
2016-03-10
cpufreq: Move scheduler-related code to the sched directory
Rafael J. Wysocki
1
-0
/
+1
2016-03-09
cpufreq: Reduce cpufreq_update_util() overhead a bit
Rafael J. Wysocki
1
-1
/
+1
2016-03-09
cpufreq: governor: Drop unnecessary checks from show() and store()
Viresh Kumar
1
-7
/
+3
2016-03-09
cpufreq: governor: Fix race in dbs_update_util_handler()
Rafael J. Wysocki
1
-5
/
+16
2016-03-09
cpufreq: governor: Make gov_set_update_util() static
Rafael J. Wysocki
1
-3
/
+2
2016-03-09
cpufreq: governor: Narrow down the dbs_data_mutex coverage
Rafael J. Wysocki
1
-23
/
+23
[next]