aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/powernow-k8.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-15cpufreq: powernow-k8: Mark 'hi' and 'lo' dummy variables as __always_unusedLee Jones1-2/+2
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-4/+1
2019-04-08drivers/cpufreq: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov1-1/+1
2018-03-20cpufreq: powernow: Don't validate the frequency table twiceViresh Kumar1-9/+1
2018-02-27cpufreq: powernow-k8: Drop unnecessary return statements from two functionsMarkus Elfring1-2/+0
2018-02-27cpufreq: powernow-k8: Drop memory allocation error messages from three functionsMarkus Elfring1-9/+3
2017-10-03cpufreq: powernow-k8: pr_err() strings should end with newlinesArvind Yadav1-1/+1
2017-05-08format-security: move static strings to constKees Cook1-1/+2
2015-07-22ACPI / processor: Drop an unused argument of a cleanup routineRafael J. Wysocki1-3/+2
2015-05-27powernow-k8: Replace cpu_core_mask() with topology_core_cpumask()Bartosz Golaszewski1-10/+3
2014-05-17cpufreq: powernow-k8: Suppress checkpatch warningsStratos Karafotis1-107/+73
2014-04-07cpufreq: use kzalloc() to allocate memory for cpufreq_frequency_tableViresh Kumar1-3/+2
2014-03-26cpufreq: Convert existing drivers to use cpufreq_freq_transition_{begin|end}Viresh Kumar1-2/+2
2014-03-12cpufreq: add 'freq_table' in struct cpufreq_policyViresh Kumar1-2/+0
2014-02-19cpufreq: powernow-k8: Initialize per-cpu data-structures properlySrivatsa S. Bhat1-3/+7
2014-01-06cpufreq: send new set of notification for transition failuresViresh Kumar1-6/+1
2013-10-31cpufreq: distinguish drivers that do asynchronous notificationsViresh Kumar1-0/+1
2013-10-25cpufreq: Implement light weight ->target_index() routineViresh Kumar1-16/+8
2013-10-16cpufreq: powernow: don't initialize part of policy set by coreViresh Kumar1-3/+0
2013-10-16cpufreq: powernow: Use generic cpufreq routinesViresh Kumar1-18/+2
2013-09-30cpufreq: powernow: use cpufreq_table_validate_and_show()Viresh Kumar1-3/+1
2013-08-10cpufreq: Drop the owner field from struct cpufreq_driverViresh Kumar1-1/+0
2013-08-07cpufreq: Use sizeof(*ptr) convetion for computing sizesViresh Kumar1-3/+3
2013-07-14cpufreq: delete __cpuinit usage from all cpufreq filesPaul Gortmaker1-3/+3
2013-06-24cpufreq: powernow-k8: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar1-3/+3
2013-06-04cpufreq: rename index as driver_data in cpufreq_frequency_tableViresh Kumar1-9/+9
2013-04-02cpufreq: Don't check if cpu is online/offline for cpufreq callbacksViresh Kumar1-3/+0
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar1-9/+7
2013-02-02powernow-k8: Cleanup init functionBorislav Petkov1-11/+14
2013-02-02powernow-k8: Cleanup module requestBorislav Petkov1-2/+19
2012-11-21cpufreq: remove use of __devexitBill Pemberton1-1/+1
2012-11-21cpufreq: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-31cpufreq / powernow-k8: Change maintainer's email addressAndreas Herrmann1-1/+1
2012-10-23cpufreq / powernow-k8: Remove usage of smp_processor_id() in preemptible codeAndreas Herrmann1-8/+1
2012-10-02Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-366/+40
2012-09-19cpufreq/powernow-k8: workqueue user shouldn't migrate the kworker to another CPUTejun Heo1-29/+34
2012-09-09cpufreq: Remove support for hardware P-state chips from powernow-k8Matthew Garrett1-364/+28
2012-09-09powernow-k8: delay info messages until initialization has succeededAndre Przywara1-10/+14
2012-09-09cpufreq: Add warning message to powernow-k8Andre Przywara1-0/+3
2012-09-05cpufreq / powernow-k8: Fixup missing _PSS objects messageBorislav Petkov1-4/+7
2012-01-26cpufreq: Add support for x86 cpuinfo auto loading v4Andi Kleen1-6/+13
2012-01-06[CPUFREQ] powernow-k8: Update copyright, maintainer and documentation informationAndreas Herrmann1-7/+10
2012-01-06[CPUFREQ] powernow-k8: Fix indexing issueAndreas Herrmann1-4/+11
2012-01-06[CPUFREQ] powernow-k8: Avoid Pstate MSR accesses on systems supporting CPBAndreas Herrmann1-9/+10
2011-06-16[CPUFREQ] powernow-k8: Don't try to transition if the pstate is incorrectKonrad Rzeszutek Wilk1-1/+2
2011-06-16[CPUFREQ] powernow-k8: Don't notify of successful transition if we failed (vid case).Konrad Rzeszutek Wilk1-0/+3
2011-05-19[CPUFREQ] Move x86 drivers to drivers/cpufreq/Dave Jones1-0/+1607