| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-04-30 | cpufreq: Fix up printing large CPU numbers and frequency values | Joshua Yeong | 1 | -2/+2 |
| 2024-03-27 | cpufreq: Use a smaller freq for the policy->max when verify | Xuewen Yan | 1 | -4/+4 |
| 2024-03-13 | cpufreq: Fix per-policy boost behavior on SoCs using cpufreq_boost_set_sw() | Sibi Sankar | 1 | -1/+1 |
| 2023-04-20 | Merge tag 'cpufreq-arm-updates-6.4' of git://git.kernel.org/pub/scm/linux/ker... | Rafael J. Wysocki | 1 | -1/+0 |
| 2023-04-07 | cpufreq: drivers with target_index() must set freq_table | Viresh Kumar | 1 | -1/+6 |
| 2023-03-13 | kbuild, cpufreq: remove MODULE_LICENSE in non-modules | Nick Alcock | 1 | -1/+0 |
| 2021-03-26 | cpufreq: Fix scaling_{available,boost}_frequencies_show() comments | Geert Uytterhoeven | 1 | -2/+2 |
| 2021-02-18 | cpufreq: ACPI: Set cpuinfo.max_freq directly if max boost is known | Rafael J. Wysocki | 1 | -1/+7 |
| 2020-07-15 | cpufreq: freq_table: Demote obvious misuse of kerneldoc to standard comment b... | Lee Jones | 1 | -3/+3 |
| 2020-01-27 | cpufreq: Avoid creating excessively large stack frames | Rafael J. Wysocki | 1 | -2/+2 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -5/+1 |
| 2019-04-10 | cpufreq: boost: Remove CONFIG_CPU_FREQ_BOOST_SW Kconfig option | Yue Hu | 1 | -3/+0 |
| 2018-04-10 | cpufreq: Drop cpufreq_table_validate_and_show() | Viresh Kumar | 1 | -14/+0 |
| 2018-02-27 | cpufreq: Validate frequency table in the core | Viresh Kumar | 1 | -1/+15 |
| 2018-02-08 | cpufreq: Add and use cpufreq_for_each_{valid_,}entry_idx() | Dominik Brodowski | 1 | -4/+4 |
| 2016-07-07 | cpufreq: Handle sorted frequency tables more efficiently | Viresh Kumar | 1 | -8/+65 |
| 2016-06-09 | cpufreq: Return index from cpufreq_frequency_table_target() | Viresh Kumar | 1 | -11/+13 |
| 2016-06-09 | cpufreq: Drop freq-table param to cpufreq_frequency_table_target() | Viresh Kumar | 1 | -1/+1 |
| 2016-06-09 | cpufreq: Remove cpufreq_frequency_get_table() | Viresh Kumar | 1 | -6/+3 |
| 2016-06-03 | cpufreq: Unexport cpufreq_frequency_table_cpuinfo() | Viresh Kumar | 1 | -2/+0 |
| 2015-08-07 | cpufreq: Allow drivers to enable boost support after registering driver | Viresh Kumar | 1 | -0/+15 |
| 2015-07-10 | cpufreq: Allow freq_table to be obtained for offline CPUs | Viresh Kumar | 1 | -9/+0 |
| 2014-07-21 | cpufreq: Introduce new relation for freq selection | Stratos Karafotis | 1 | -1/+11 |
| 2014-05-20 | cpufreq: Break out early when frequency equals target_freq | Stratos Karafotis | 1 | -2/+6 |
| 2014-04-30 | cpufreq: Use cpufreq_for_each_* macros for frequency table iteration | Stratos Karafotis | 1 | -31/+25 |
| 2014-04-07 | cpufreq: create another field .flags in cpufreq_frequency_table | Viresh Kumar | 1 | -2/+2 |
| 2014-04-07 | cpufreq: don't print value of .driver_data from core | Viresh Kumar | 1 | -4/+3 |
| 2014-03-12 | cpufreq: add 'freq_table' in struct cpufreq_policy | Viresh Kumar | 1 | -38/+8 |
| 2014-01-17 | cpufreq: Add boost frequency support in core | Lukasz Majewski | 1 | -7/+49 |
| 2014-01-06 | cpufreq: Make sure CPU is running on a freq from freq-table | Viresh Kumar | 1 | -0/+22 |
| 2013-10-16 | cpufreq: define generic .attr, .exit() and .verify() routines | Viresh Kumar | 1 | -0/+20 |
| 2013-10-16 | cpufreq: add new routine cpufreq_verify_within_cpu_limits() | Viresh Kumar | 1 | -4/+2 |
| 2013-10-16 | cpufreq: Optimize cpufreq_frequency_table_verify() | Viresh Kumar | 1 | -12/+13 |
| 2013-09-30 | cpufreq: Add new helper cpufreq_table_validate_and_show() | Viresh Kumar | 1 | -0/+12 |
| 2013-08-08 | cpufreq: Clean up header files included in the core | Viresh Kumar | 1 | -3/+1 |
| 2013-06-04 | cpufreq: rename index as driver_data in cpufreq_frequency_table | Viresh Kumar | 1 | -13/+13 |
| 2013-02-09 | cpufreq: Don't check cpu_online(policy->cpu) | Viresh Kumar | 1 | -6/+0 |
| 2013-02-02 | cpufreq: Simplify __cpufreq_remove_dev() | Viresh Kumar | 1 | -0/+9 |
| 2012-11-15 | cpufreq: Improve debug prints | Viresh Kumar | 1 | -0/+2 |
| 2011-05-04 | [CPUFREQ] use dynamic debug instead of custom infrastructure | Dominik Brodowski | 1 | -11/+8 |
| 2009-10-29 | percpu: make percpu symbols in cpufreq unique | Tejun Heo | 1 | -6/+6 |
| 2009-02-25 | [CPUFREQ] checkpatch cleanups for freq_table | Dave Jones | 1 | -9/+9 |
| 2008-07-22 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp... | Linus Torvalds | 1 | -6/+6 |
| 2008-05-23 | [CPUFREQ] clarify license of freq_table.c | Dominik Brodowski | 1 | -0/+5 |
| 2008-05-20 | [CPUFREQ] change cpu freq arrays to per_cpu variables | Mike Travis | 1 | -6/+6 |
| 2008-02-07 | [CPUFREQ] fix incorrect comment on show_available_freqs() in freq_table.c | Fenghua Yu | 1 | -1/+1 |
| 2007-07-12 | sysfs: kill unnecessary attribute->owner | Tejun Heo | 1 | -1/+0 |
| 2006-11-07 | [CPUFREQ] Fix coding style issues in cpufreq. | Gautham R Shenoy | 1 | -10/+18 |
| 2006-05-31 | [CPUFREQ] Remove more freq_table reinitialisations. | Dave Jones | 1 | -4/+8 |
| 2006-05-31 | [CPUFREQ] Fix another redundant initialisation in freq_table | Dave Jones | 1 | -1/+1 |