aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/processor_throttling.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-02Merge branch 'x86/urgent' into x86-mmGravatar Tejun Heo 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-29acpi throttling: Use this_cpu_has and simplify code current cpuGravatar Christoph Lameter 1-22/+10
2011-01-12Merge branch 'throttling' into releaseGravatar Len Brown 1-3/+73
2011-01-10ACPI: Reevaluate whether the T-state is supported or not after cpu is online/...Gravatar Zhao Yakui 1-0/+52
2011-01-10ACPI: Check the returned value of set_cpus_allowed_ptr before T-state operationGravatar Zhao Yakui 1-3/+21
2010-12-14ACPI processor: remove processor throttling control procfs I/FGravatar Zhang Rui 1-114/+0
2010-10-15ACPI processor: make /proc/acpi/processor/*/throttle depends on CONFIG_ACPI_P...Gravatar Zhang Rui 1-0/+4
2010-08-15ACPI processor: remove deprecated ACPI procfs I/FGravatar Zhang Rui 1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-14Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill...Gravatar Len Brown 1-15/+12
2010-02-16ACPI: remove superfluous NULL pointer check from acpi_processor_get_throttlin...Gravatar Bartlomiej Zolnierkiewicz 1-3/+0
2010-01-28ACPI: replace acpi_integer by u64Gravatar Lin Ming 1-12/+12
2009-11-05ACPI: Move dereference after NULL testGravatar Julia Lawall 1-3/+3
2009-09-24cpumask: use zalloc_cpumask_var() where possibleGravatar Li Zefan 1-2/+1
2009-09-19Merge branch 'processor-procfs-2.6.32' into releaseGravatar Len Brown 1-1/+2
2009-08-28ACPI: Move definition of PREFIX from acpi_bus.h to internal..hGravatar Len Brown 1-0/+2
2009-08-26acpi processor: remove superfluous warning messageGravatar Frans Pop 1-2/+2
2009-08-26ACPI processor: force throttling state when BIOS returns incorrect valueGravatar Frans Pop 1-12/+14
2009-06-24ACPI: Make ACPI processor proc I/F depend on the ACPI_PROCFSGravatar Zhao Yakui 1-1/+2
2009-05-29ACPI processor: remove spurious newline from warning messageGravatar Frans Pop 1-1/+1
2009-05-15ACPI processor: reset the throttling state once it's invalidGravatar Zhang Rui 1-0/+8
2009-05-15ACPI processor: introduce module parameter processor.ignore_tpcGravatar Zhang Rui 1-0/+17
2009-04-05Merge branch 'misc' into releaseGravatar Len Brown 1-4/+2
2009-04-03ACPI: constify VFTs (1/2)Gravatar Jan Engelhardt 1-1/+1
2009-04-03ACPI: get_throttling_state() cannot be larger than state_countGravatar Len Brown 1-4/+2
2009-01-03cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_tGravatar Rusty Russell 1-28/+52
2008-11-07ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hGravatar Bjorn Helgaas 1-1/+1
2008-10-22Merge branch 'ull' into testGravatar Len Brown 1-1/+1
2008-10-22ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printkGravatar Lin Ming 1-5/+5
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsGravatar Matthew Wilcox 1-1/+1
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuGravatar Mike Travis 1-8/+3
2008-07-18cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrGravatar Mike Travis 1-3/+8
2008-07-18Merge branch 'linus' into cpus4096Gravatar Ingo Molnar 1-11/+27
2008-07-16acpi: fix printk format warningGravatar Randy Dunlap 1-1/+1
2008-07-16ACPI: fix processor throttling set errorGravatar Yi Yang 1-4/+20
2008-07-16ACPI: change processors from array to per_cpu variableGravatar Mike Travis 1-7/+7
2008-05-23acpi: use performance variant for_each_cpu_mask_nrGravatar Mike Travis 1-3/+3
2008-04-29acpi: use non-racy method for proc entries creationGravatar Denis V. Lunev 1-0/+1
2008-04-19generic: use new set_cpus_allowed_ptr functionGravatar Mike Travis 1-5/+5
2008-02-02ACPI: throttling: fix build warningGravatar Len Brown 1-1/+1
2008-02-02ACPI: Update the t-state for every affected cpu when t-state is changedGravatar Zhao Yakui 1-5/+74
2008-02-02ACPI : Add T-state event notifier functionGravatar Zhao Yakui 1-0/+72
2008-02-02ACPI : Update T-state coordination after getting _TSD infoGravatar Zhao Yakui 1-1/+179
2008-02-02ACPI : Check parameter when calling acpi_processor_get/set_throttlingGravatar Zhao Yakui 1-0/+15
2008-01-15ACPI: processor: Fix null pointer dereference in throttlingGravatar Alexey Starikovskiy 1-2/+2
2007-12-01ACPI: Delete the IRQ operation in throttling controll via PTCGravatar Zhao Yakui 1-8/+28
2007-11-16ACPI: Enable MSR (FixedHW) support for T-StatesGravatar Zhao Yakui 1-4/+70
2007-11-16ACPI: Use _TSS for throttling control, when present. Add error checks.Gravatar Zhao Yakui 1-7/+35
2007-11-16ACPI: throttle: Change internal APIs better handle _PTCGravatar Zhao Yakui 1-21/+39