summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq.c (unfollow)
Commit message (Expand)Author
2020-05-10Revert "cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXIT"Viresh Kumar
2020-01-04cpufreq: Register drivers only after CPU devices have been registeredViresh Kumar
2019-11-28cpufreq: Add NULL checks to show() and store() methods of cpufreqKai Shen
2019-11-28cpufreq: Skip cpufreq resume if it's not suspendedBo Yan
2019-10-29cpufreq: Avoid cpufreq_suspend() deadlock on system shutdownRafael J. Wysocki
2019-03-23cpufreq: Use struct kobj_attribute instead of struct global_attrViresh Kumar
2018-07-03cpufreq: Fix new policy initialization during limits updates via sysfsTao Wang
2018-04-08Revert "cpufreq: Fix governor module removal race"Greg Kroah-Hartman
2018-03-22cpufreq: Fix governor module removal raceRafael J. Wysocki
2018-03-06ANDROID: cpufreq: track per-task time in stateConnor O'Brien
2017-06-14cpufreq: cpufreq_register_driver() should return -ENODEV if init failsDavid Arcari
2017-06-02BACKPORT: cpufreq: schedutil: New governor based on scheduler utilization dataSteve Muckle
2017-03-30cpufreq: Restore policy min/max limits on CPU onlineViresh Kumar
2017-03-26cpufreq: Fix and clean up show_cpuinfo_cur_freq()Rafael J. Wysocki
2017-01-25cpufreq: restore policy min and max freq after hotplugSantosh Mardi
2016-12-19cpufreq: Register for hotplug notifier before locking hotplugRohit Gupta
2016-09-14DEBUG: cpufreq: fix cpu_capacity tracing build for non-smp systemsAmit Pundir
2016-09-14DEBUG: sched,cpufreq: add cpu_capacity change tracepointJuri Lelli
2016-09-14cpufreq: introduce cpufreq_driver_is_slowMichael Turquette
2016-09-14cpufreq: Max freq invariant scheduler load-tracking and cpu capacity supportDietmar Eggemann
2016-09-14cpufreq: Frequency invariant scheduler load-tracking supportDietmar Eggemann
2016-09-09DEBUG: cpufreq: fix cpu_capacity tracing build for non-smp systemsAmit Pundir
2016-05-10DEBUG: sched,cpufreq: add cpu_capacity change tracepointJuri Lelli
2016-05-10cpufreq: introduce cpufreq_driver_is_slowMichael Turquette
2016-05-10cpufreq: Max freq invariant scheduler load-tracking and cpu capacity supportDietmar Eggemann
2016-05-10cpufreq: Frequency invariant scheduler load-tracking supportDietmar Eggemann
2016-03-23cpufreq: Use pr_info() for driver registration and unregistrationJunjie Wu
2016-03-23cpufreq: Improve governor related CPUFreq error messagesJunjie Wu
2016-03-23cpufreq: Check current frequency in device driverJunjie Wu
2016-03-23cpufreq: Add a notifer chain that governors can use to report informationRohit Gupta
2016-02-16trace: cpufreq: Add tracing for min/max cpufreqRuchi Kandoi
2015-12-02cpufreq: use last policy after online for drivers with ->setpolicySrinivas Pandruvada
2015-11-23cpufreq: Always remove sysfs cpuX/cpufreq link on ->remove_dev()Viresh Kumar
2015-10-28cpufreq: postfix policy directory with the first CPU in related_cpusViresh Kumar
2015-10-28cpufreq: create cpu/cpufreq/policyX directoriesViresh Kumar
2015-10-28cpufreq: remove cpufreq_sysfs_{create|remove}_file()Viresh Kumar
2015-10-28cpufreq: create cpu/cpufreq at boot timeViresh Kumar
2015-10-28cpufreq: Use cpumask_copy instead of cpumask_or to copy a maskViresh Kumar
2015-10-14cpufreq: Drop redundant check for inactive policiesViresh Kumar
2015-10-08cpufreq: prevent lockup on reading scaling_available_frequenciesSrinivas Pandruvada
2015-09-16cpufreq: acpi-cpufreq: Use cpufreq_cpu_get_raw() in ->get()Rafael J. Wysocki
2015-09-09cpufreq: allow cpufreq_generic_suspend() to work without suspend frequencyBartlomiej Zolnierkiewicz
2015-09-07cpufreq: Use __func__ to print function's nameViresh Kumar
2015-09-07cpufreq: staticize cpufreq_cpu_get_raw()Viresh Kumar
2015-09-01cpufreq: drop !cpufreq_driver check from cpufreq_parse_governor()Viresh Kumar
2015-09-01cpufreq: remove redundant 'policy' field from user_policyViresh Kumar
2015-09-01cpufreq: remove redundant 'governor' field from user_policyViresh Kumar
2015-09-01cpufreq: update user_policy.* on successViresh Kumar
2015-09-01cpufreq: use memcpy() to copy policyViresh Kumar
2015-09-01cpufreq: remove redundant CPUFREQ_INCOMPATIBLE notifier eventViresh Kumar