Age | Commit message (Expand) | Author |
2020-06-05 | cpufreq: change '.set_boost' to act on one policy | Xiongfeng Wang |
2020-05-14 | cpufreq: fix minor typo in struct cpufreq_driver doc comment | Wang Wenhu |
2020-03-06 | cpufreq: add function to get the hardware max frequency | Ionela Voinescu |
2020-02-03 | cpufreq: Make cpufreq_global_kobject static | Yangtao Li |
2020-01-27 | cpufreq: Avoid creating excessively large stack frames | Rafael J. Wysocki |
2019-12-12 | cpufreq: Avoid leaving stale IRQ work items during CPU offline | Rafael J. Wysocki |
2019-10-21 | cpufreq: Use per-policy frequency QoS | Rafael J. Wysocki |
2019-09-02 | cpufreq: Remove CPUFREQ_ADJUST and CPUFREQ_NOTIFY policy notifier events | Viresh Kumar |
2019-08-10 | cpufreq: Add policy create/remove notifiers back | Viresh Kumar |
2019-07-18 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki |
2019-07-16 | cpufreq: Make cpufreq_generic_init() return void | Viresh Kumar |
2019-07-08 | cpufreq: Add QoS requests for userspace constraints | Viresh Kumar |
2019-07-08 | cpufreq: intel_pstate: Reuse refresh_frequency_limits() | Viresh Kumar |
2019-07-08 | cpufreq: Register notifiers with the PM QoS framework | Viresh Kumar |
2019-07-08 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki |
2019-06-26 | cpufreq: Move the IS_ENABLED(CPU_THERMAL) macro into a stub | Daniel Lezcano |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-05-10 | cpufreq: Call transition notifier only once for each policy | Viresh Kumar |
2019-04-08 | cpufreq: intel_pstate: Update max frequency on global turbo changes | Rafael J. Wysocki |
2019-04-01 | cpufreq: intel_pstate: Driver-specific handling of _PPC updates | Rafael J. Wysocki |
2019-02-12 | cpufreq: Allow light-weight tear down and bring up of CPUs | Viresh Kumar |
2019-01-30 | cpufreq: Auto-register the driver as a thermal cooling device if asked | Amit Kucheria |
2019-01-29 | cpufreq: Use struct kobj_attribute instead of struct global_attr | Viresh Kumar |
2019-01-21 | cpufreq: Replace open-coded << with BIT() | Amit Kucheria |
2018-12-11 | sched/topology: Make Energy Aware Scheduling depend on schedutil | Quentin Perret |
2018-05-23 | cpufreq: Rename cpufreq_can_do_remote_dvfs() | Viresh Kumar |
2018-04-10 | cpufreq: Drop cpufreq_table_validate_and_show() | Viresh Kumar |
2018-02-27 | cpufreq: Validate frequency table in the core | Viresh Kumar |
2018-02-08 | cpufreq: Add and use cpufreq_for_each_{valid_,}entry_idx() | Dominik Brodowski |
2017-11-15 | x86 / CPU: Always show current CPU frequency in /proc/cpuinfo | Rafael J. Wysocki |
2017-10-03 | cpufreq: provide default frequency-invariance setter function | Dietmar Eggemann |
2017-09-04 | Merge branch 'pm-cpufreq-sched' | Rafael J. Wysocki |
2017-08-08 | cpufreq: Simplify cpufreq_can_do_remote_dvfs() | Rafael J. Wysocki |
2017-08-01 | cpufreq: Process remote callbacks from any CPU if the platform permits | Viresh Kumar |
2017-08-01 | sched: cpufreq: Allow remote cpufreq callbacks | Viresh Kumar |
2017-07-26 | cpufreq: Add CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING cpufreq driver flag | Viresh Kumar |
2017-07-26 | cpufreq: Replace "max_transition_latency" with "dynamic_switching" | 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-07-14 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds |
2017-06-27 | x86: use common aperfmperf_khz_on_cpu() to calculate KHz using APERF/MPERF | Len Brown |
2017-05-27 | cpufreq: create cpufreq_table_count_valid_entries() | Viresh Kumar |
2017-04-17 | cpufreq: schedutil: Use policy-dependent transition delays | Rafael J. Wysocki |
2017-02-04 | cpufreq: Fix typos in comments | Viresh Kumar |
2017-02-04 | cpufreq: Remove CPUFREQ_START notifier event | Viresh Kumar |
2017-02-03 | cpufreq: Remove policy create/remove notifiers | Viresh Kumar |
2016-11-21 | cpufreq: Make cpufreq_update_policy() void | Rafael J. Wysocki |
2016-11-11 | cpufreq: stats: New sysfs attribute for clearing statistics | Markus Mayer |
2016-10-20 | cpufreq: fix overflow in cpufreq_table_find_index_dl() | Sergey Senozhatsky |
2016-10-12 | cpufreq: skip invalid entries when searching the frequency | Aaro Koskinen |