summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/thermal.c
Commit message (Expand)AuthorAgeFilesLines
...
* | export thermal notification to userspace when nocrt is setZhang Rui2007-12-061-7/+10
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2007-10-191-10/+18
|\
| * ACPI: Thermal: Drop concurrent thermal checksAlexey Starikovskiy2007-09-051-5/+10
| * ACPI: thermal: use round_jiffies when thermal zone polling is enabledLen Brown2007-09-041-5/+8
* | drivers/firmware: const-ify DMI API and internalsJeff Garzik2007-10-091-4/+4
|/
* Pull events into release branchLen Brown2007-08-251-4/+16
|\
| * ACPI: Schedule /proc/acpi/event for removalLen Brown2007-08-231-4/+4
| * ACPI: don't duplicate input events on netlinkZhang Rui2007-08-231-0/+12
* | ACPI: /proc/acpi/thermal_zone trip points are now read-only, mark them as suchPavel Machek2007-08-241-2/+2
* | ACPI: thermal: set "thermal.nocrt" via DMI on Gigabyte GA-7ZXLen Brown2007-08-201-1/+16
* | ACPI: thermal: create "thermal.crt=C" bootparamLen Brown2007-08-141-0/+18
* | ACPI: thermal: clean up MODULE_PARM_DESC newlinesLen Brown2007-08-141-5/+5
|/
* ACPI: thermal: add DMI hooks to handle AOpen's broken Award BIOSLen Brown2007-08-121-0/+65
* ACPI: thermal: create "thermal.act=" to disable or override active trip pointLen Brown2007-08-121-4/+30
* ACPI: thermal: create "thermal.nocrt" to disable critical actionsLen Brown2007-08-121-6/+12
* ACPI: thermal: create "thermal.psv=" to override passive trip pointsLen Brown2007-08-121-3/+14
* ACPI: thermal: expose "thermal.tzp=" to set global polling frequencyLen Brown2007-08-121-1/+1
* ACPI: thermal: create "thermal.off=1" to disable ACPI thermal supportLen Brown2007-08-121-1/+8
* ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d...Thomas Renninger2007-07-231-1/+7
* Add common orderly_poweroff()Jeremy Fitzhardinge2007-07-181-22/+2
* ACPI: gracefully print null trip-point deviceThomas Renninger2007-06-181-4/+11
* ACPI: thermal: Replace pointer with name in trip_pointsThomas Renninger2007-05-291-6/+7
* ACPI: delete un-reliable concept of cooling modeLen Brown2007-04-301-37/+2
* ACPI: thermal trip points are read-onlyLen Brown2007-04-301-65/+0
* acpi-thermal: fix mod_timer() intervalAndrew Morton2007-04-241-1/+2
* Pull bugzilla-7570 into release branchLen Brown2007-02-161-12/+16
|\
| * ACPI: fix fan after resume from S3Konstantin Karasyov2007-02-161-12/+16
* | Pull fluff into release branchLen Brown2007-02-161-4/+3
|\ \
| * | ACPI: delete extra #defines in /drivers/acpi/ driversLen Brown2007-02-121-2/+1
| * | ACPI: fix acpi_driver.name usageLen Brown2007-02-121-1/+1
| * | ACPI: clean up ACPI_MODULE_NAME() useLen Brown2007-02-121-1/+1
* | | Pull misc-for-upstream into release branchLen Brown2007-02-161-1/+1
|\ \ \ | |_|/ |/| |
| * | ACPI: thermal: fix units in debug outputSanjoy Mahajan2007-02-161-1/+1
| |/
* / [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+2
|/
* Pull sysfs into test branchLen Brown2007-02-031-2/+2
|\
| * ACPI: add ACPI bus_type for driver modelPatrick Mochel2006-12-151-2/+2
* | ACPI: replace kmalloc+memset with kzallocBurman Yan2006-12-201-5/+2
* | ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpiJan Engelhardt2006-10-141-15/+15
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2006-07-101-5/+5
|\
| * ACPI: add 'const' to several ACPI file_operationsArjan van de Ven2006-07-101-5/+5
* | [PATCH] ACPI: fix fan/thermal resumeKonstantin Karasyov2006-07-101-1/+16
|/
* ACPI: thermal: Remove unneeded acpi_handle from driver.Patrick Mochel2006-06-301-2/+0
* ACPI: thermal: Use acpi_device's handle instead of driver'sPatrick Mochel2006-06-301-15/+15
* ACPI: thermal: add struct acpi_device to struct acpi_thermal.Patrick Mochel2006-06-301-20/+5
* ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel2006-06-271-99/+71
* ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)Len Brown2006-06-271-1/+1
* ACPI: un-export ACPI_WARNING() -- use printk(KERN_WARNING...)Len Brown2006-06-271-9/+9
* ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUGThomas Renninger2006-06-261-39/+19
* Pull bugzilla-5000 into release branchLen Brown2006-06-151-0/+16
|\
| * ACPI: create acpi_thermal_resume()Konstantin Karasyov2006-05-151-0/+16