summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/thermal.c
AgeCommit message (Expand)AuthorLines
2008-04-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds-1/+19
2008-04-29acpi: use non-racy method for proc entries creationDenis V. Lunev-39/+28
2008-04-29ACPI: update thermal temperatureZhang, Rui-0/+5
2008-04-29thermal: update the documentationZhang Rui-1/+1
2008-04-29thermal: add new get_crit_temp callbackZhang, Rui-0/+13
2008-04-28drivers/acpi/thermal.c: fix build with CONFIG_DMI=nAndrew Morton-2/+0
2008-04-08acpi thermal: fix result checkKrzysztof Helt-1/+1
2008-03-13ACPI: thermal: show temperature in millidegree CelsiusZhang, Rui-5/+7
2008-02-07Merge branches 'release' and 'menlo' into releaseLen Brown-154/+492
2008-02-01ACPI: thermal fixupZhang Rui-18/+24
2008-02-01ACPI: CELSIUS_TO_KELVIN fixupZhang Rui-3/+0
2008-02-01ACPI: attach thermal zone infoZhang Rui-0/+11
2008-02-01ACPI: ACPI thermal zone handle notification correctlyZhang Rui-141/+184
2008-02-01ACPI: register ACPI thermal zone as generic thermal zone devicesZhang Rui-10/+291
2007-12-06export thermal notification to userspace when nocrt is setZhang Rui-7/+10
2007-10-19Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds-10/+18
2007-10-09drivers/firmware: const-ify DMI API and internalsJeff Garzik-4/+4
2007-09-05ACPI: Thermal: Drop concurrent thermal checksAlexey Starikovskiy-5/+10
2007-09-04ACPI: thermal: use round_jiffies when thermal zone polling is enabledLen Brown-5/+8
2007-08-25Pull events into release branchLen Brown-4/+16
2007-08-24ACPI: /proc/acpi/thermal_zone trip points are now read-only, mark them as suchPavel Machek-2/+2
2007-08-23ACPI: Schedule /proc/acpi/event for removalLen Brown-4/+4
2007-08-23ACPI: don't duplicate input events on netlinkZhang Rui-0/+12
2007-08-20ACPI: thermal: set "thermal.nocrt" via DMI on Gigabyte GA-7ZXLen Brown-1/+16
2007-08-14ACPI: thermal: create "thermal.crt=C" bootparamLen Brown-0/+18
2007-08-14ACPI: thermal: clean up MODULE_PARM_DESC newlinesLen Brown-5/+5
2007-08-12ACPI: thermal: add DMI hooks to handle AOpen's broken Award BIOSLen Brown-0/+65
2007-08-12ACPI: thermal: create "thermal.act=" to disable or override active trip pointLen Brown-4/+30
2007-08-12ACPI: thermal: create "thermal.nocrt" to disable critical actionsLen Brown-6/+12
2007-08-12ACPI: thermal: create "thermal.psv=" to override passive trip pointsLen Brown-3/+14
2007-08-12ACPI: thermal: expose "thermal.tzp=" to set global polling frequencyLen Brown-1/+1
2007-08-12ACPI: thermal: create "thermal.off=1" to disable ACPI thermal supportLen Brown-1/+8
2007-07-23ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d...Thomas Renninger-1/+7
2007-07-18Add common orderly_poweroff()Jeremy Fitzhardinge-22/+2
2007-06-18ACPI: gracefully print null trip-point deviceThomas Renninger-4/+11
2007-05-29ACPI: thermal: Replace pointer with name in trip_pointsThomas Renninger-6/+7
2007-04-30ACPI: delete un-reliable concept of cooling modeLen Brown-37/+2
2007-04-30ACPI: thermal trip points are read-onlyLen Brown-65/+0
2007-04-24acpi-thermal: fix mod_timer() intervalAndrew Morton-1/+2
2007-02-16Pull bugzilla-7570 into release branchLen Brown-12/+16
2007-02-16Pull fluff into release branchLen Brown-4/+3
2007-02-16Pull misc-for-upstream into release branchLen Brown-1/+1
2007-02-16ACPI: fix fan after resume from S3Konstantin Karasyov-12/+16
2007-02-16ACPI: thermal: fix units in debug outputSanjoy Mahajan-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau-1/+2
2007-02-12ACPI: delete extra #defines in /drivers/acpi/ driversLen Brown-2/+1
2007-02-12ACPI: fix acpi_driver.name usageLen Brown-1/+1
2007-02-12ACPI: clean up ACPI_MODULE_NAME() useLen Brown-1/+1
2007-02-03Pull sysfs into test branchLen Brown-2/+2
2006-12-20ACPI: replace kmalloc+memset with kzallocBurman Yan-5/+2