aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/longhaul.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-24cpufreq: Convert to new X86 CPU match macrosThomas Gleixner1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166Thomas Gleixner1-1/+1
2019-02-18cpufreq: longhaul: remove unneeded semicolonYangtao Li1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-03-20cpufreq: longhaul: Don't validate the frequency table twiceViresh Kumar1-1/+2
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang1-3/+3
2018-02-08cpufreq: Add and use cpufreq_for_each_{valid_,}entry_idx()Dominik Brodowski1-2/+2
2017-12-13cpufreq: longhaul: Revert transition_delay_us to 200 msViresh Kumar1-1/+1
2016-05-16Merge tag 'pm-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-49/+35
2016-04-13x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov1-1/+1
2016-04-09cpufreq: Use consistent prefixing via pr_fmtJoe Perches1-30/+30
2016-04-09cpufreq: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-47/+33
2014-12-19Update/Remove soon-to-be-dead email addressDave Jones1-2/+2
2014-05-01Merge branch 'cpufreq-macros' into pm-cpufreqRafael J. Wysocki1-6/+5
2014-04-30cpufreq: Use cpufreq_for_each_* macros for frequency table iterationStratos Karafotis1-6/+5
2014-04-29cpufreq: longhaul: Fix double invocation of cpufreq_freq_transition_begin/endSrivatsa S. Bhat1-12/+24
2014-04-07cpufreq: use kzalloc() to allocate memory for cpufreq_frequency_tableViresh Kumar1-1/+1
2014-03-26cpufreq: Convert existing drivers to use cpufreq_freq_transition_{begin|end}Viresh Kumar1-2/+2
2014-03-12cpufreq: Remove cpufreq_generic_exit()Viresh Kumar1-1/+0
2013-10-25cpufreq: Implement light weight ->target_index() routineViresh Kumar1-11/+2
2013-10-16cpufreq: longhaul: don't initialize part of policy set by coreViresh Kumar1-1/+0
2013-10-16cpufreq: longhaul: Use generic cpufreq routinesViresh Kumar1-20/+3
2013-09-30cpufreq: longhaul: use cpufreq_table_validate_and_show()Viresh Kumar1-7/+1
2013-08-10cpufreq: Drop the owner field from struct cpufreq_driverViresh Kumar1-1/+0
2013-07-14cpufreq: delete __cpuinit usage from all cpufreq filesPaul Gortmaker1-3/+3
2013-06-04cpufreq: rename index as driver_data in cpufreq_frequency_tableViresh Kumar1-8/+8
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar1-8/+10
2013-01-03cpufreq / Longhaul: Disable driver by defaultRafaƂ Bilski1-1/+9
2012-11-21cpufreq: remove use of __devexitBill Pemberton1-1/+1
2012-11-21cpufreq: remove use of __devexit_pBill Pemberton1-1/+1
2012-01-26cpufreq: Add support for x86 cpuinfo auto loading v4Andi Kleen1-1/+7
2011-05-19[CPUFREQ] Move x86 drivers to drivers/cpufreq/Dave Jones1-0/+1024