summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/longhaul.c
AgeCommit message (Expand)Author
2018-03-24cpufreq: longhaul: Revert transition_delay_us to 200 msViresh Kumar
2018-02-22x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang
2016-05-16Merge tag 'pm-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2016-04-13x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov
2016-04-09cpufreq: Use consistent prefixing via pr_fmtJoe Perches
2016-04-09cpufreq: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches
2014-12-19Update/Remove soon-to-be-dead email addressDave Jones
2014-05-01Merge branch 'cpufreq-macros' into pm-cpufreqRafael J. Wysocki
2014-04-30cpufreq: Use cpufreq_for_each_* macros for frequency table iterationStratos Karafotis
2014-04-29cpufreq: longhaul: Fix double invocation of cpufreq_freq_transition_begin/endSrivatsa S. Bhat
2014-04-07cpufreq: use kzalloc() to allocate memory for cpufreq_frequency_tableViresh Kumar
2014-03-26cpufreq: Convert existing drivers to use cpufreq_freq_transition_{begin|end}Viresh Kumar
2014-03-12cpufreq: Remove cpufreq_generic_exit()Viresh Kumar
2013-10-25cpufreq: Implement light weight ->target_index() routineViresh Kumar
2013-10-16cpufreq: longhaul: don't initialize part of policy set by coreViresh Kumar
2013-10-16cpufreq: longhaul: Use generic cpufreq routinesViresh Kumar
2013-09-30cpufreq: longhaul: use cpufreq_table_validate_and_show()Viresh Kumar
2013-08-10cpufreq: Drop the owner field from struct cpufreq_driverViresh Kumar
2013-07-14cpufreq: delete __cpuinit usage from all cpufreq filesPaul Gortmaker
2013-06-04cpufreq: rename index as driver_data in cpufreq_frequency_tableViresh Kumar
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar
2013-01-03cpufreq / Longhaul: Disable driver by defaultRafaƂ Bilski
2012-11-21cpufreq: remove use of __devexitBill Pemberton
2012-11-21cpufreq: remove use of __devexit_pBill Pemberton
2012-01-26cpufreq: Add support for x86 cpuinfo auto loading v4Andi Kleen
2011-05-19[CPUFREQ] Move x86 drivers to drivers/cpufreq/Dave Jones