aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-07cpufreq: Improve kerneldoc comments for cpufreq_cpu_get/put()Rafael J. Wysocki1-15/+9
2019-02-20cpufreq: Pass updated policy to driver ->setpolicy() callbackRafael J. Wysocki1-1/+1
2019-02-20cpufreq: Fix two debug messages in cpufreq_set_policy()Rafael J. Wysocki1-2/+2
2019-02-20cpufreq: Reorder and simplify cpufreq_update_policy()Rafael J. Wysocki1-12/+7
2019-02-20cpufreq: Add kerneldoc comments for two core functionsRafael J. Wysocki1-8/+24
2019-02-14cpufreq: Replace double NOT (!!) with single NOT (!)Viresh Kumar1-1/+1
2019-02-12cpufreq: Allow light-weight tear down and bring up of CPUsViresh Kumar1-20/+38
2019-01-30cpufreq: Auto-register the driver as a thermal cooling device if askedAmit Kucheria1-0/+11
2019-01-29cpufreq: Use struct kobj_attribute instead of struct global_attrViresh Kumar1-3/+3
2019-01-15cpufreq: Don't update new_policy on failuresViresh Kumar1-2/+0
2019-01-11Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki1-8/+4
2019-01-08cpufreq: check if policy is inactive early in __cpufreq_get()Sudeep Holla1-8/+4
2018-12-11sched/topology: Make Energy Aware Scheduling depend on schedutilQuentin Perret1-0/+1
2018-09-10cpufreq: remove unnecessary unlikely()Igor Stoppa1-1/+1
2018-07-26cpufreq: Fix a circular lock dependency problemWaiman Long1-1/+6
2018-07-26cpufreq: trace frequency limits changeRuchi Kandoi1-0/+1
2018-05-30cpufreq: Use static SRCU initializerSebastian Andrzej Siewior1-12/+1
2018-05-30cpufreq: Fix new policy initialization during limits updates via sysfsTao Wang1-0/+2
2018-05-13cpufreq: optimize cpufreq_notify_transition()Viresh Kumar1-31/+32
2018-03-20cpufreq: Don't validate cpufreq table from cpufreq_generic_init()Viresh Kumar1-8/+1
2018-02-27cpufreq: Validate frequency table in the coreViresh Kumar1-4/+9
2018-02-27cpufreq: Reorder cpufreq_online() error code pathViresh Kumar1-3/+3
2018-02-05cpufreq: Skip cpufreq resume if it's not suspendedBo Yan1-0/+3
2017-12-04cpufreq: Fix governor module removal raceRafael J. Wysocki1-0/+6
2017-12-04cpufreq: Drop pointless return statementRafael J. Wysocki1-1/+0
2017-12-04cpufreq: Pass policy pointer to cpufreq_parse_governor()Rafael J. Wysocki1-9/+7
2017-12-04cpufreq: Clean up cpufreq_parse_governor()Rafael J. Wysocki1-15/+17
2017-10-03cpufreq: provide default frequency-invariance setter functionDietmar Eggemann1-0/+6
2017-09-04Merge branch 'pm-cpufreq-sched'Rafael J. Wysocki1-3/+4
2017-08-22cpufreq: Cap the default transition delay value to 10 msViresh Kumar1-2/+13
2017-08-10cpufreq: Return 0 from ->fast_switch() on errorsViresh Kumar1-3/+4
2017-07-26cpufreq: Allow dynamic switching with CPUFREQ_ETERNAL latencyViresh Kumar1-2/+1
2017-07-26cpufreq: Add CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING cpufreq driver flagViresh Kumar1-2/+3
2017-07-26cpufreq: Replace "max_transition_latency" with "dynamic_switching"Viresh Kumar1-4/+4
2017-07-22cpufreq: Use transition_delay_us for legacy governors as wellViresh Kumar1-0/+15
2017-07-04Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+11
2017-07-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+11
2017-06-27x86: use common aperfmperf_khz_on_cpu() to calculate KHz using APERF/MPERFLen Brown1-1/+11
2017-05-30cpufreq: cpufreq_register_driver() should return -ENODEV if init failsDavid Arcari1-0/+1
2017-05-26cpufreq: Use cpuhp_setup_state_nocalls_cpuslocked()Sebastian Andrzej Siewior1-10/+11
2017-04-13cpufreq: Bring CPUs up even if cpufreq_online() failedChen Yu1-2/+16
2017-03-27cpufreq: Fix creation of symbolic links to policy directoriesRafael J. Wysocki1-17/+21
2017-03-22cpufreq: Restore policy min/max limits on CPU onlineViresh Kumar1-0/+3
2017-03-16cpufreq: Fix and clean up show_cpuinfo_cur_freq()Rafael J. Wysocki1-3/+5
2017-03-09Merge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+1
2017-03-06cpufreq: Add the "cpufreq.off=1" cmdline optionLen Brown1-0/+1
2017-02-20Merge tag 'pm-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-16/+5
2017-02-16cpufreq: Do not clear real_cpus mask on policy initRafael J. Wysocki1-2/+0
2017-02-04cpufreq: Remove CPUFREQ_START notifier eventViresh Kumar1-3/+0
2017-02-03cpufreq: Remove policy create/remove notifiersViresh Kumar1-11/+5