aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/p4-clockmod.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-03-24cpufreq: Convert to new X86 CPU match macrosThomas Gleixner1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-03-20cpufreq: p4-clockmod: Don't validate the frequency table twiceViresh Kumar1-1/+2
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang1-1/+1
2016-04-09cpufreq: Use consistent prefixing via pr_fmtJoe Perches1-5/+5
2016-04-09cpufreq: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-12/+3
2015-05-27p4-clockmod: Replace cpu_sibling_mask() with topology_sibling_cpumask()Bartosz Golaszewski1-1/+1
2014-04-07cpufreq: create another field .flags in cpufreq_frequency_tableViresh Kumar1-10/+10
2014-03-12cpufreq: Remove cpufreq_generic_exit()Viresh Kumar1-1/+0
2013-10-31cpufreq: move freq change notifications to cpufreq coreViresh Kumar1-10/+0
2013-10-25cpufreq: Implement light weight ->target_index() routineViresh Kumar1-14/+4
2013-10-16cpufreq: p4: don't initialize part of policy set by coreViresh Kumar1-1/+0
2013-10-16cpufreq: p4-clockmod: Use generic cpufreq routinesViresh Kumar1-20/+3
2013-09-30cpufreq: p4-clockmod: use cpufreq_table_validate_and_show()Viresh Kumar1-2/+1
2013-08-10cpufreq: Drop the owner field from struct cpufreq_driverViresh Kumar1-1/+0
2013-06-04cpufreq: rename index as driver_data in cpufreq_frequency_tableViresh Kumar1-2/+2
2013-04-02cpufreq: Don't check if cpu is online/offline for cpufreq callbacksViresh Kumar1-2/+1
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar1-8/+2
2012-01-26cpufreq: Add support for x86 cpuinfo auto loading v4Andi Kleen1-6/+11
2011-05-19[CPUFREQ] Move x86 drivers to drivers/cpufreq/Dave Jones1-0/+329