summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq.c
AgeCommit message (Expand)Author
2022-01-27cpufreq: Fix initialization of min and max frequency QoS requestsRafael J. Wysocki
2021-12-08cpufreq: Fix get_cpu_device() failure in add_cpu_dev_symlink()Xiongfeng Wang
2021-07-14cpufreq: Make cpufreq_online() call driver->offline() on errorsRafael J. Wysocki
2020-08-19cpufreq: Fix locking issues with governorsViresh Kumar
2020-06-17cpufreq: Fix up cpufreq_boost_set_sw()Rafael J. Wysocki
2020-03-05cpufreq: Fix policy initialization for internal governor driversRafael J. Wysocki
2020-02-11cpufreq: Avoid creating excessively large stack framesRafael J. Wysocki
2019-12-31cpufreq: Register drivers only after CPU devices have been registeredViresh Kumar
2019-11-29cpufreq: Add NULL checks to show() and store() methods of cpufreqKai Shen
2019-10-22cpufreq: Cancel policy update work scheduled before freeingSudeep Holla
2019-10-21cpufreq: Use per-policy frequency QoSRafael J. Wysocki
2019-10-10cpufreq: Avoid cpufreq_suspend() deadlock on system shutdownRafael J. Wysocki
2019-09-05Merge branch 'pm-cpufreq-qos'Rafael J. Wysocki
2019-09-02cpufreq: Remove CPUFREQ_ADJUST and CPUFREQ_NOTIFY policy notifier eventsViresh Kumar
2019-08-22cpufreq: Print driver name if cpufreq_suspend() failsFlorian Fainelli
2019-08-21cpufreq: remove redundant assignment to retColin Ian King
2019-08-10cpufreq: Add policy create/remove notifiers backViresh Kumar
2019-08-10cpufreq: dev_pm_qos_update_request() can return 1 on successViresh Kumar
2019-07-18Merge branch 'pm-cpufreq'Rafael J. Wysocki
2019-07-16cpufreq: Make cpufreq_generic_init() return voidViresh Kumar
2019-07-08cpufreq: Add QoS requests for userspace constraintsViresh Kumar
2019-07-08cpufreq: intel_pstate: Reuse refresh_frequency_limits()Viresh Kumar
2019-07-08cpufreq: Register notifiers with the PM QoS frameworkViresh Kumar
2019-07-08Merge branch 'pm-cpufreq'Rafael J. Wysocki
2019-06-28cpufreq: Avoid calling cpufreq_verify_current_freq() from handle_update()Viresh Kumar
2019-06-28cpufreq: Consolidate cpufreq_update_current_freq() and __cpufreq_get()Viresh Kumar
2019-06-28cpufreq: Don't skip frequency validation for has_target() driversViresh Kumar
2019-06-26cpufreq: Use has_target() instead of !setpolicyViresh Kumar
2019-06-26cpufreq: Remove redundant !setpolicy checkViresh Kumar
2019-06-26cpufreq: Move the IS_ENABLED(CPU_THERMAL) macro into a stubDaniel Lezcano
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