aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/processor_throttling.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-14/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3
2017-05-26acpi/processor: Prevent cpu hotplug deadlockThomas Gleixner1-8/+8
2017-04-15ACPI/processor: Replace racy task affinity logicThomas Gleixner1-26/+36
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-19ACPI/processor: Convert to hotplug state machineSebastian Andrzej Siewior1-2/+2
2016-06-02ACPI / processor: Avoid reserving IO regions too earlyRafael J. Wysocki1-0/+9
2015-07-08ACPI: Remove FSF mailing addressesJarkko Nikula1-4/+0
2014-02-27ACPI / processor: Rework processor throttling with work_on_cpu()Lan Tianyu1-37/+32
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-5/+2
2013-03-25ACPI: suppress compiler warnings in processor_throttling.cAndy Shevchenko1-1/+2
2012-03-30ACPI throttling: fix endian bug in acpi_read_throttling_status()Dan Carpenter1-3/+2
2011-05-02Merge branch 'x86/urgent' into x86-mmTejun Heo1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-29acpi throttling: Use this_cpu_has and simplify code current cpuChristoph Lameter1-22/+10
2011-01-12Merge branch 'throttling' into releaseLen Brown1-3/+73
2011-01-10ACPI: Reevaluate whether the T-state is supported or not after cpu is online/offlineZhao Yakui1-0/+52
2011-01-10ACPI: Check the returned value of set_cpus_allowed_ptr before T-state operationZhao Yakui1-3/+21
2010-12-14ACPI processor: remove processor throttling control procfs I/FZhang Rui1-114/+0
2010-10-15ACPI processor: make /proc/acpi/processor/*/throttle depends on CONFIG_ACPI_PROCFSZhang Rui1-0/+4
2010-08-15ACPI processor: remove deprecated ACPI procfs I/FZhang Rui1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-14Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzilla-531916-power-state', 'ht-warn-2.6.34', 'pnp', 'processor-rename', 'sony-2.6.34', 'suse-bugzilla-531547', 'tz-check', 'video' and 'misc-2.6.34' into releaseLen Brown1-15/+12
2010-02-16ACPI: remove superfluous NULL pointer check from acpi_processor_get_throttling_info()Bartlomiej Zolnierkiewicz1-3/+0
2010-01-28ACPI: replace acpi_integer by u64Lin Ming1-12/+12
2009-11-05ACPI: Move dereference after NULL testJulia Lawall1-3/+3
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan1-2/+1
2009-09-19Merge branch 'processor-procfs-2.6.32' into releaseLen Brown1-1/+2
2009-08-28ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown1-0/+2
2009-08-26acpi processor: remove superfluous warning messageFrans Pop1-2/+2
2009-08-26ACPI processor: force throttling state when BIOS returns incorrect valueFrans Pop1-12/+14
2009-06-24ACPI: Make ACPI processor proc I/F depend on the ACPI_PROCFSZhao Yakui1-1/+2
2009-05-29ACPI processor: remove spurious newline from warning messageFrans Pop1-1/+1
2009-05-15ACPI processor: reset the throttling state once it's invalidZhang Rui1-0/+8
2009-05-15ACPI processor: introduce module parameter processor.ignore_tpcZhang Rui1-0/+17
2009-04-05Merge branch 'misc' into releaseLen Brown1-4/+2
2009-04-03ACPI: constify VFTs (1/2)Jan Engelhardt1-1/+1
2009-04-03ACPI: get_throttling_state() cannot be larger than state_countLen Brown1-4/+2
2009-01-03cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_tRusty Russell1-28/+52
2008-11-07ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas1-1/+1
2008-10-22Merge branch 'ull' into testLen Brown1-1/+1
2008-10-22ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printkLin Ming1-5/+5
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox1-1/+1
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis1-8/+3
2008-07-18cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis1-3/+8
2008-07-18Merge branch 'linus' into cpus4096Ingo Molnar1-11/+27
2008-07-16acpi: fix printk format warningRandy Dunlap1-1/+1
2008-07-16ACPI: fix processor throttling set errorYi Yang1-4/+20
2008-07-16ACPI: change processors from array to per_cpu variableMike Travis1-7/+7
2008-05-23acpi: use performance variant for_each_cpu_mask_nrMike Travis1-3/+3