aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/processor_throttling.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-28ACPI: processor: throttling: remove variable countGravatar Colin Ian King 1-3/+1
2021-06-29Merge branches 'acpi-dptf' and 'acpi-messages'Gravatar Rafael J. Wysocki 1-31/+23
2021-06-14ACPI: processor_throttling: Fix several coding style issuesGravatar Clayton Casciato 1-11/+8
2021-06-14ACPI: processor_throttling: Remove redundant initialization of 'obj'Gravatar Yang Li 1-1/+1
2021-06-07ACPI: processor_throttling: Cleanup the printing messagesGravatar Hanjun Guo 1-34/+26
2021-03-08ACPI: utils: Introduce acpi_evaluation_failure_warn()Gravatar Rafael J. Wysocki 1-12/+4
2021-03-08ACPI: processor: Get rid of ACPICA message printingGravatar Rafael J. Wysocki 1-53/+57
2020-11-17ACPI: processor: Remove the duplicated ACPI_PROCESSOR_CLASS macroGravatar Hanjun Guo 1-1/+0
2020-04-04x86: ACPI: fix CPU hotplug deadlockGravatar Qian Cai 1-7/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 1-14/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-2/+3
2017-05-26acpi/processor: Prevent cpu hotplug deadlockGravatar Thomas Gleixner 1-8/+8
2017-04-15ACPI/processor: Replace racy task affinity logicGravatar Thomas Gleixner 1-26/+36
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-09-19ACPI/processor: Convert to hotplug state machineGravatar Sebastian Andrzej Siewior 1-2/+2
2016-06-02ACPI / processor: Avoid reserving IO regions too earlyGravatar Rafael J. Wysocki 1-0/+9
2015-07-08ACPI: Remove FSF mailing addressesGravatar Jarkko Nikula 1-4/+0
2014-02-27ACPI / processor: Rework processor throttling with work_on_cpu()Gravatar Lan Tianyu 1-37/+32
2013-12-07ACPI: Clean up inclusions of ACPI header filesGravatar Lv Zheng 1-5/+2
2013-03-25ACPI: suppress compiler warnings in processor_throttling.cGravatar Andy Shevchenko 1-1/+2
2012-03-30ACPI throttling: fix endian bug in acpi_read_throttling_status()Gravatar Dan Carpenter 1-3/+2
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