Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-24cpufreq: Convert to new X86 CPU match macrosThomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166Thomas Gleixner
2019-02-18cpufreq: speedstep: convert BUG() to BUG_ON()Yangtao Li
2018-03-20cpufreq: speedstep: Don't validate the frequency table twiceViresh Kumar
2017-07-16cpufreq: speedstep: remove unnecessary static in speedstep_detect_chipset()Gustavo A. R. Silva
2016-04-09cpufreq: Use consistent prefixing via pr_fmtJoe Perches
2016-04-09cpufreq: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches
2015-05-27speedstep-ich: Replace cpu_sibling_mask() with topology_sibling_cpumask()Bartosz Golaszewski
2014-12-19Update/Remove soon-to-be-dead email addressDave Jones
2014-04-07cpufreq: create another field .flags in cpufreq_frequency_tableViresh Kumar
2014-03-12cpufreq: Remove cpufreq_generic_exit()Viresh Kumar
2013-10-31cpufreq: move freq change notifications to cpufreq coreViresh Kumar
2013-10-26cpufreq: Implement light weight ->target_index() routineViresh Kumar
2013-10-16cpufreq: speedstep: don't initialize part of policy set by coreViresh Kumar
2013-10-16cpufreq: speedstep: Use generic cpufreq routinesViresh Kumar
2013-09-30cpufreq: speedstep: use cpufreq_table_validate_and_show()Viresh Kumar
2013-08-10cpufreq: Drop the owner field from struct cpufreq_driverViresh Kumar
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar
2012-07-20cpufreq: Fix typo in cpufreq driverMasanari Iida
2012-01-27cpufreq: Add support for x86 cpuinfo auto loading v4Andi Kleen
2011-05-20[CPUFREQ] Move x86 drivers to drivers/cpufreq/Dave Jones