summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/powernow-k8.c
AgeCommit message (Expand)Author
2015-07-22ACPI / processor: Drop an unused argument of a cleanup routineRafael J. Wysocki
2015-05-27powernow-k8: Replace cpu_core_mask() with topology_core_cpumask()Bartosz Golaszewski
2014-05-17cpufreq: powernow-k8: Suppress checkpatch warningsStratos Karafotis
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: add 'freq_table' in struct cpufreq_policyViresh Kumar
2014-02-19cpufreq: powernow-k8: Initialize per-cpu data-structures properlySrivatsa S. Bhat
2014-01-06cpufreq: send new set of notification for transition failuresViresh Kumar
2013-10-31cpufreq: distinguish drivers that do asynchronous notificationsViresh Kumar
2013-10-25cpufreq: Implement light weight ->target_index() routineViresh Kumar
2013-10-16cpufreq: powernow: don't initialize part of policy set by coreViresh Kumar
2013-10-16cpufreq: powernow: Use generic cpufreq routinesViresh Kumar
2013-09-30cpufreq: powernow: use cpufreq_table_validate_and_show()Viresh Kumar
2013-08-10cpufreq: Drop the owner field from struct cpufreq_driverViresh Kumar
2013-08-07cpufreq: Use sizeof(*ptr) convetion for computing sizesViresh Kumar
2013-07-14cpufreq: delete __cpuinit usage from all cpufreq filesPaul Gortmaker
2013-06-24cpufreq: powernow-k8: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar
2013-06-04cpufreq: rename index as driver_data in cpufreq_frequency_tableViresh Kumar
2013-04-02cpufreq: Don't check if cpu is online/offline for cpufreq callbacksViresh Kumar
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar
2013-02-02powernow-k8: Cleanup init functionBorislav Petkov
2013-02-02powernow-k8: Cleanup module requestBorislav Petkov
2012-11-21cpufreq: remove use of __devexitBill Pemberton
2012-11-21cpufreq: remove use of __devexit_pBill Pemberton
2012-10-31cpufreq / powernow-k8: Change maintainer's email addressAndreas Herrmann
2012-10-23cpufreq / powernow-k8: Remove usage of smp_processor_id() in preemptible codeAndreas Herrmann
2012-10-02Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2012-09-19cpufreq/powernow-k8: workqueue user shouldn't migrate the kworker to another CPUTejun Heo
2012-09-09cpufreq: Remove support for hardware P-state chips from powernow-k8Matthew Garrett
2012-09-09powernow-k8: delay info messages until initialization has succeededAndre Przywara
2012-09-09cpufreq: Add warning message to powernow-k8Andre Przywara
2012-09-05cpufreq / powernow-k8: Fixup missing _PSS objects messageBorislav Petkov
2012-01-26cpufreq: Add support for x86 cpuinfo auto loading v4Andi Kleen
2012-01-06[CPUFREQ] powernow-k8: Update copyright, maintainer and documentation informa...Andreas Herrmann
2012-01-06[CPUFREQ] powernow-k8: Fix indexing issueAndreas Herrmann
2012-01-06[CPUFREQ] powernow-k8: Avoid Pstate MSR accesses on systems supporting CPBAndreas Herrmann
2011-06-16[CPUFREQ] powernow-k8: Don't try to transition if the pstate is incorrectKonrad Rzeszutek Wilk
2011-06-16[CPUFREQ] powernow-k8: Don't notify of successful transition if we failed (vi...Konrad Rzeszutek Wilk
2011-05-19[CPUFREQ] Move x86 drivers to drivers/cpufreq/Dave Jones