summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-16Merge back cpufreq material for 7.3Rafael J. Wysocki1-5/+9
2026-07-15cpufreq: intel_pstate: Adjust the .adjust_perf() driver callbackRafael J. Wysocki1-5/+9
2026-07-09cpufreq: Make cpufreq_update_pressure() fall back to cpuinfo.max_freqRafael J. Wysocki1-0/+3
2026-06-15Merge tag 'timers-nohz-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds1-28/+1
2026-06-08cpufreq: Use policy->min/max init as QoS requestPierre Gondois1-2/+10
2026-06-08cpufreq: Set default policy->min/max values for all driversPierre Gondois1-0/+7
2026-06-08cpufreq: Extract cpufreq_policy_init_qos() functionPierre Gondois1-21/+32
2026-06-02sched/cputime: Provide get_cpu_[idle|iowait]_time_us() off-caseFrederic Weisbecker1-28/+1
2026-05-22cpufreq: Avoid redundant target() calls for unchanged limitsViresh Kumar1-9/+22
2026-05-21cpufreq: Fix hotplug-suspend race during rebootTianxiang Chen1-0/+2
2026-04-17Merge tag 'trace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-1/+1
2026-04-04Merge tag 'amd-pstate-v7.1-2026-04-02' of ssh://gitolite.kernel.org/pub/scm/l...Rafael J. Wysocki1-3/+3
2026-04-02cpufreq: Pass the policy to cpufreq_driver->adjust_perf()K Prateek Nayak1-3/+3
2026-04-01cpufreq: Allocate QoS freq_req objects with policyViresh Kumar1-39/+14
2026-03-30cpufreq: Add boost_freq_req QoS requestPierre Gondois1-15/+31
2026-03-30cpufreq: Remove max_freq_req update for pre-existing policyPierre Gondois1-4/+0
2026-03-28cpufreq: Use trace_call__##name() at guarded tracepoint call sitesVineeth Pillai (Google)1-1/+1
2026-03-27Merge back earlier cpufreq material for 7.1Rafael J. Wysocki1-2/+2
2026-03-23cpufreq: Don't skip cpufreq_frequency_table_cpuinfo()Viresh Kumar1-6/+3
2026-03-05cpufreq: Add debug print for current frequency in __cpufreq_driver_target()Pengjie Zhang1-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+6
2026-01-05cpufreq: Add new helper function returning cpufreq policyLifeng Zheng1-0/+6
2025-12-16cpufreq: cpufreq_boost_trigger_state() optimizationLifeng Zheng1-9/+4
2025-12-16cpufreq: Return -EOPNOTSUPP if no policy supports boostLifeng Zheng1-1/+5
2025-10-20cpufreq: Replace deprecated strcpy() in cpufreq_unregister_governor()Thorsten Blum1-1/+1
2025-10-20cpufreq: preserve freq_table_sorted across suspend/hibernateZihuan Zhang1-3/+6
2025-09-24Merge back earlier cpufreq material for 6.18Rafael J. Wysocki1-29/+15
2025-09-20cpufreq: Initialize cpufreq-based invariance before subsysChristian Loehle1-9/+11
2025-09-19cpufreq: Add defensive check during driver registrationZihuan Zhang1-0/+1
2025-09-05cpufreq: core: Rearrange variable declarations involving __free()Rafael J. Wysocki1-20/+7
2025-09-05cpufreq: Use int type to store negative error codesQianfeng Rong1-1/+1
2025-09-05cpufreq: Drop redundant freq_table parameterZihuan Zhang1-1/+1
2025-08-22cpufreq: simplify setpolicy/target check in driver verificationZihuan Zhang1-4/+1
2025-08-22cpufreq: use strlen() for governor name comparisonZihuan Zhang1-2/+2
2025-08-19cpufreq: Avoid calling get_governor() for first policyZihuan Zhang1-1/+2
2025-07-21Merge tag 'cpufreq-arm-updates-6.17' of git://git.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki1-0/+2
2025-07-14cpufreq: Exit governor when failed to start old governorLifeng Zheng1-3/+5
2025-07-14cpufreq: Move the check of cpufreq_driver->get into cpufreq_verify_current_fr...Lifeng Zheng1-6/+5
2025-07-14cpufreq: Init policy->rwsem before it may be possibly usedLifeng Zheng1-1/+2
2025-07-14cpufreq: Initialize cpufreq-based frequency-invariance laterLifeng Zheng1-9/+9
2025-07-14cpufreq: Remove duplicate check in __cpufreq_offline()Lifeng Zheng1-5/+4
2025-07-14cpufreq: Contain scaling_cur_freq.attr in cpufreq_attrsLifeng Zheng1-4/+1
2025-07-09cpufreq: Export disable_cpufreq()Aaron Kling1-0/+2
2025-05-21cpufreq: Update sscanf() to kstrtouint()Bowen Yu1-3/+3
2025-05-21cpufreq: Replace magic numberBowen Yu1-1/+1
2025-05-14cpufreq: drop redundant cpus_read_lock() from store_local_boost()Seyediman Seyedarab1-3/+0
2025-05-13cpufreq: Drop policy locking from cpufreq_policy_is_good_for_eas()Rafael J. Wysocki1-2/+0
2025-05-07cpufreq/sched: Move cpufreq-specific EAS checks to cpufreqRafael J. Wysocki1-0/+32