summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq.c
AgeCommit message (Expand)Author
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-15Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2019-05-13cpufreq: Don't find governor for setpolicy drivers in cpufreq_init_policy()Yue Hu
2019-05-13cpufreq: Explain the kobject_put() in cpufreq_policy_alloc()Rafael J. Wysocki
2019-05-10cpufreq: Call transition notifier only once for each policyViresh Kumar
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-04-30cpufreq: Fix kobject memleakViresh Kumar
2019-04-23cpufreq: Move ->get callback check outside of __cpufreq_get()Yue Hu
2019-04-16cpufreq: Remove needless bios_limit check in show_bios_limit()Yue Hu
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-04-09cpufreq: Remove cpufreq_driver check in cpufreq_boost_supported()Yue Hu
2019-04-08cpufreq: intel_pstate: Update max frequency on global turbo changesRafael J. Wysocki
2019-04-01cpufreq: Add cpufreq_cpu_acquire() and cpufreq_cpu_release()Rafael J. Wysocki
2019-04-01cpufreq: intel_pstate: Driver-specific handling of _PPC updatesRafael J. Wysocki
2019-03-07cpufreq: Improve kerneldoc comments for cpufreq_cpu_get/put()Rafael J. Wysocki
2019-02-20cpufreq: Pass updated policy to driver ->setpolicy() callbackRafael J. Wysocki
2019-02-20cpufreq: Fix two debug messages in cpufreq_set_policy()Rafael J. Wysocki
2019-02-20cpufreq: Reorder and simplify cpufreq_update_policy()Rafael J. Wysocki
2019-02-20cpufreq: Add kerneldoc comments for two core functionsRafael J. Wysocki
2019-02-14cpufreq: Replace double NOT (!!) with single NOT (!)Viresh Kumar
2019-02-12cpufreq: Allow light-weight tear down and bring up of CPUsViresh Kumar
2019-01-30cpufreq: Auto-register the driver as a thermal cooling device if askedAmit Kucheria
2019-01-29cpufreq: Use struct kobj_attribute instead of struct global_attrViresh Kumar
2019-01-15cpufreq: Don't update new_policy on failuresViresh Kumar
2019-01-11Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki
2019-01-08cpufreq: check if policy is inactive early in __cpufreq_get()Sudeep Holla
2018-12-11sched/topology: Make Energy Aware Scheduling depend on schedutilQuentin Perret
2018-09-10cpufreq: remove unnecessary unlikely()Igor Stoppa
2018-07-26cpufreq: Fix a circular lock dependency problemWaiman Long
2018-07-26cpufreq: trace frequency limits changeRuchi Kandoi
2018-05-30cpufreq: Use static SRCU initializerSebastian Andrzej Siewior
2018-05-30cpufreq: Fix new policy initialization during limits updates via sysfsTao Wang
2018-05-13cpufreq: optimize cpufreq_notify_transition()Viresh Kumar
2018-03-20cpufreq: Don't validate cpufreq table from cpufreq_generic_init()Viresh Kumar
2018-02-27cpufreq: Validate frequency table in the coreViresh Kumar
2018-02-27cpufreq: Reorder cpufreq_online() error code pathViresh Kumar
2018-02-05cpufreq: Skip cpufreq resume if it's not suspendedBo Yan
2017-12-04cpufreq: Fix governor module removal raceRafael J. Wysocki
2017-12-04cpufreq: Drop pointless return statementRafael J. Wysocki
2017-12-04cpufreq: Pass policy pointer to cpufreq_parse_governor()Rafael J. Wysocki
2017-12-04cpufreq: Clean up cpufreq_parse_governor()Rafael J. Wysocki
2017-10-03cpufreq: provide default frequency-invariance setter functionDietmar Eggemann
2017-09-04Merge branch 'pm-cpufreq-sched'Rafael J. Wysocki
2017-08-22cpufreq: Cap the default transition delay value to 10 msViresh Kumar
2017-08-10cpufreq: Return 0 from ->fast_switch() on errorsViresh Kumar
2017-07-26cpufreq: Allow dynamic switching with CPUFREQ_ETERNAL latencyViresh Kumar
2017-07-26cpufreq: Add CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING cpufreq driver flagViresh Kumar
2017-07-26cpufreq: Replace "max_transition_latency" with "dynamic_switching"Viresh Kumar
2017-07-22cpufreq: Use transition_delay_us for legacy governors as wellViresh Kumar
2017-07-04Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds