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