summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_writeMike Travis2009-01-161-13/+9
* fix: crash: IP: __bitmap_intersects+0x48/0x73Ingo Molnar2009-01-151-9/+4
* Revert "cpumask: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_write"Ingo Molnar2009-01-121-13/+12
* Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-01-106-119/+120
|\
| * cpumask: use work_on_cpu in acpi-cpufreq.c for read_measured_perf_ctrsMike Travis2009-01-061-40/+43
| * cpumask: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_writeMike Travis2009-01-061-12/+13
| * cpumask: use cpumask_var_t in acpi-cpufreq.cMike Travis2009-01-061-29/+29
| * cpumask: convert struct cpufreq_policy to cpumask_var_tRusty Russell2009-01-066-29/+29
| * cpumask: replace CPUMASK_ALLOC etc with cpumask_var_tRusty Russell2009-01-061-12/+9
* | remove lots of double-semicolonsFernando Carrijo2009-01-081-1/+1
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2009-01-053-28/+38
|\
| * [CPUFREQ] Add Celeron Core support to p4-clockmod.Herton Ronaldo Krzesinski2008-12-051-0/+1
| * [CPUFREQ] add to speedstep-lib additional fsb values for core processorsHerton Ronaldo Krzesinski2008-12-051-0/+9
| * [CPUFREQ] Disable sysfs ui for p4-clockmod.Matthew Garrett2008-12-051-0/+1
| * [CPUFREQ] p4-clockmod: reduce noiseDominik Brodowski2008-12-051-1/+3
| * [CPUFREQ] clean up speedstep-centrino and reduce cpumask_t usageRusty Russell2008-12-051-27/+24
* | cpumask: use alloc_cpumask_var_node where appropriateMike Travis2009-01-031-2/+3
* | cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_tRusty Russell2009-01-033-12/+48
* | Merge commit 'v2.6.28-rc7' into tracing/coreIngo Molnar2008-12-042-4/+31
|\ \ | |/
| * [CPUFREQ] powernow-k8: ignore out-of-range PstateStatus valueAndreas Herrmann2008-11-252-4/+31
* | tracing: add "power-tracer": C/P state tracer to help power optimizationArjan van de Ven2008-11-261-0/+4
|/
* Merge branch 'linus' into testLen Brown2008-10-237-53/+55
|\
| * Update email addresses.Dave Jones2008-10-205-7/+7
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2008-10-113-47/+49
| |\
| | * [CPUFREQ][1/6] cpufreq: Add cpu number parameter to __cpufreq_driver_getavg()venkatesh.pallipadi@intel.com2008-10-091-2/+3
| | * [CPUFREQ] acpi-cpufreq: add error handling for cpufreq_register_driver() errorAkinobu Mita2008-10-091-3/+5
| | * [CPUFREQ] Coding style fixes to arch/x86/kernel/cpu/cpufreq/powernow-k6.cPaolo Ciarrocchi2008-10-091-21/+20
| | * [CPUFREQ] Coding style fixes to arch/x86/kernel/cpu/cpufreq/elanfreq.cPaolo Ciarrocchi2008-10-091-21/+21
* | | Merge branch 'yinghai' into testLen Brown2008-10-221-0/+3
|\ \ \
| * | | ACPI: don't load acpi_cpufreq if acpi=offYinghai Lu2008-10-101-0/+3
| |/ /
* | | Merge branch 'FW_BUG' into testLen Brown2008-10-221-18/+24
|\ \ \ | |/ / |/| |
| * | CPUFREQ: powernow-k8: Try to detect old BIOS, not supporting CPU freq on a re...Thomas Renninger2008-09-221-18/+24
| |/
* | [CPUFREQ] correct broken links and email addressesNémeth Márton2008-10-092-2/+2
|/
* Revert "[CPUFREQ][2/2] preregister support for powernow-k8"Linus Torvalds2008-08-192-75/+37
* [CPUFREQ][2/2] preregister support for powernow-k8Mark Langsdorf2008-08-082-37/+75
* [CPUFREQ][1/2] whitespace fix for powernow-k8Mark Langsdorf2008-08-081-3/+0
* [CPUFREQ] Fix warning in elanfreqDave Jones2008-08-081-1/+1
* [CPUFREQ] Remove EXPERIMENTAL annotation from VIA C7 powersaver kconfig.Dave Jones2008-08-081-2/+2
* cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis2008-07-264-27/+13
* Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-235-81/+128
|\
| * NR_CPUS: Replace NR_CPUS in speedstep-centrino.cMike Travis2008-07-201-34/+51
| * cpumask: Use optimized CPUMASK_ALLOC macros in the centrino_targetMike Travis2008-07-181-28/+45
| * cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis2008-07-184-12/+25
| * Merge branch 'linus' into cpus4096Ingo Molnar2008-07-161-21/+23
| |\
| * \ Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar2008-07-062-3/+14
| |\ \
| * | | x86: use performance variant for_each_cpu_mask_nrMike Travis2008-05-235-17/+17
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2008-07-211-1/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | [CPUFREQ] cpufreq: remove CVS keywordsAdrian Bunk2008-05-191-1/+0
| |/ /
* | | x86: coding style fixes to x86/kernel/cpu/cpufreq/cpufreq-nforce2.cPaolo Ciarrocchi2008-06-181-21/+23
| |/ |/|
* | [CPUFREQ] Crusoe: longrun cpufreq module reports false min freqmaximilian attems2008-05-191-1/+1
OpenPOWER on IntegriCloud