summaryrefslogtreecommitdiff
path: root/drivers/acpi/processor_thermal.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-25ACPI: processor: Add QoS requests for all CPUsRafael J. Wysocki1-13/+21
2019-10-21cpufreq: Use per-policy frequency QoSRafael J. Wysocki1-9/+9
2019-10-16ACPI: processor: Avoid NULL pointer dereferences at init timeRafael J. Wysocki1-4/+6
2019-08-28ACPI: cpufreq: Switch to QoS requests instead of cpufreq notifierViresh Kumar1-43/+41
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-14/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-07-08ACPI: Remove FSF mailing addressesJarkko Nikula1-4/+0
2013-12-07ACPI: correct minor typosAl Stone1-2/+2
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-5/+2
2013-08-13ACPI / processor: Remove acpi_processor_get_limit_info()Lan Tianyu1-12/+0
2013-03-25ACPI / processor_thermal: avoid null pointer deference errorColin Ian King1-6/+18
2012-03-22ACPI: Do cpufreq clamping for throttling per package v2Andi Kleen1-8/+37
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers1-1/+0
2011-07-16ACPI: constify ops structsVasiliy Kulikov1-1/+1
2010-12-11ACPI thermal: remove two unused functionsZhang Rui1-9/+0
2010-10-19ACPI: thermal: remove unused limit codeLen Brown1-71/+0
2010-10-19ACPI: remove dead codeStephen Hemminger1-107/+0
2010-08-15ACPI processor: remove deprecated ACPI procfs I/FZhang Rui1-83/+0
2010-01-15ACPI: Remove unnecessary cast.H Hartley Sweeten1-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: force throttling state when BIOS returns incorrect valueFrans Pop1-3/+3
2009-06-24ACPI: Make ACPI processor proc I/F depend on the ACPI_PROCFSZhao Yakui1-1/+2
2009-04-05Merge branch 'constify' into releaseLen Brown1-1/+1
2009-04-03ACPI: constify VFTs (1/2)Jan Engelhardt1-1/+1
2009-02-20thermal: use integers rather than strings for thermal valuesMatthew Garrett1-9/+11
2008-11-07ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas1-1/+0
2008-04-29acpi: use non-racy method for proc entries creationDenis V. Lunev1-0/+1
2008-04-28[CPUFREQ] change cpu freq tables to per_cpu variablesMike Travis1-14/+16
2008-02-01ACPI: register ACPI Processor as generic thermal cooling deviceZhang Rui1-5/+129
2007-02-12ACPI: delete extra #defines in /drivers/acpi/ driversLen Brown1-1/+0
2007-02-12ACPI: clean up ACPI_MODULE_NAME() useLen Brown1-1/+1
2006-10-14ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpiJan Engelhardt1-3/+3
2006-06-27ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel1-21/+16
2006-06-27ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)Len Brown1-4/+4
2006-06-26ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUGThomas Renninger1-7/+4
2006-01-08[ACPI] make two processor functions staticAdrian Bunk1-3/+3
2006-01-07[ACPI] move some run-time structure inits to compile timeArjan van de Ven1-0/+1
2005-12-22[ACPI] fix passive cooling regressionThomas Renninger1-2/+2
2005-11-30[ACPI] Allow return to active cooling mode once passive mode is enteredThomas Renninger1-15/+23
2005-08-05[ACPI] Lindent all ACPI filesLen Brown1-84/+69
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+406