aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/processor_throttling.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/urgent' into x86-mmTejun Heo2011-05-021-1/+1
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | acpi throttling: Use this_cpu_has and simplify code current cpuChristoph Lameter2011-03-291-22/+10
|/
* Merge branch 'throttling' into releaseLen Brown2011-01-121-3/+73
|\
| * ACPI: Reevaluate whether the T-state is supported or not after cpu is online/...Zhao Yakui2011-01-101-0/+52
| * ACPI: Check the returned value of set_cpus_allowed_ptr before T-state operationZhao Yakui2011-01-101-3/+21
* | ACPI processor: remove processor throttling control procfs I/FZhang Rui2010-12-141-114/+0
|/
* ACPI processor: make /proc/acpi/processor/*/throttle depends on CONFIG_ACPI_P...Zhang Rui2010-10-151-0/+4
* ACPI processor: remove deprecated ACPI procfs I/FZhang Rui2010-08-151-2/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
*-. Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill...Len Brown2010-03-141-15/+12
|\ \
| | * ACPI: remove superfluous NULL pointer check from acpi_processor_get_throttlin...Bartlomiej Zolnierkiewicz2010-02-161-3/+0
| |/ |/|
| * ACPI: replace acpi_integer by u64Lin Ming2010-01-281-12/+12
|/
* ACPI: Move dereference after NULL testJulia Lawall2009-11-051-3/+3
* cpumask: use zalloc_cpumask_var() where possibleLi Zefan2009-09-241-2/+1
* Merge branch 'processor-procfs-2.6.32' into releaseLen Brown2009-09-191-1/+2
|\
| * ACPI: Make ACPI processor proc I/F depend on the ACPI_PROCFSZhao Yakui2009-06-241-1/+2
* | ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown2009-08-281-0/+2
* | acpi processor: remove superfluous warning messageFrans Pop2009-08-261-2/+2
* | ACPI processor: force throttling state when BIOS returns incorrect valueFrans Pop2009-08-261-12/+14
|/
* ACPI processor: remove spurious newline from warning messageFrans Pop2009-05-291-1/+1
* ACPI processor: reset the throttling state once it's invalidZhang Rui2009-05-151-0/+8
* ACPI processor: introduce module parameter processor.ignore_tpcZhang Rui2009-05-151-0/+17
* Merge branch 'misc' into releaseLen Brown2009-04-051-4/+2
|\
| * ACPI: get_throttling_state() cannot be larger than state_countLen Brown2009-04-031-4/+2
* | ACPI: constify VFTs (1/2)Jan Engelhardt2009-04-031-1/+1
|/
* cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_tRusty Russell2009-01-031-28/+52
* ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas2008-11-071-1/+1
* Merge branch 'ull' into testLen Brown2008-10-221-1/+1
|\
| * ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox2008-10-111-1/+1
* | ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printkLin Ming2008-10-221-5/+5
|/
* cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis2008-07-261-8/+3
* cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis2008-07-181-3/+8
* Merge branch 'linus' into cpus4096Ingo Molnar2008-07-181-11/+27
|\
| * acpi: fix printk format warningRandy Dunlap2008-07-161-1/+1
| * ACPI: fix processor throttling set errorYi Yang2008-07-161-4/+20
| * ACPI: change processors from array to per_cpu variableMike Travis2008-07-161-7/+7
* | acpi: use performance variant for_each_cpu_mask_nrMike Travis2008-05-231-3/+3
|/
* acpi: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-0/+1
* generic: use new set_cpus_allowed_ptr functionMike Travis2008-04-191-5/+5
* ACPI: throttling: fix build warningLen Brown2008-02-021-1/+1
* ACPI: Update the t-state for every affected cpu when t-state is changedZhao Yakui2008-02-021-5/+74
* ACPI : Add T-state event notifier functionZhao Yakui2008-02-021-0/+72
* ACPI : Update T-state coordination after getting _TSD infoZhao Yakui2008-02-021-1/+179
* ACPI : Check parameter when calling acpi_processor_get/set_throttlingZhao Yakui2008-02-021-0/+15
* ACPI: processor: Fix null pointer dereference in throttlingAlexey Starikovskiy2008-01-151-2/+2
* ACPI: Delete the IRQ operation in throttling controll via PTCZhao Yakui2007-12-011-8/+28
* ACPI: Enable MSR (FixedHW) support for T-StatesZhao Yakui2007-11-161-4/+70
* ACPI: Use _TSS for throttling control, when present. Add error checks.Zhao Yakui2007-11-161-7/+35
* ACPI: throttle: Change internal APIs better handle _PTCZhao Yakui2007-11-161-21/+39