aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/thermal.c
AgeCommit message (Expand)Author
2009-01-16thermal fixup for broken BIOS which has invalid trip points.Zhang Rui
2008-11-11Merge branch 'sysfs' into releaseLen Brown
2008-11-07ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas
2008-11-06ACPI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-10-22Merge branch 'ull' into testLen Brown
2008-10-22Merge branch 'misc' into testLen Brown
2008-10-22ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printkLin Ming
2008-10-17ACPI: Allow overriding to higher critical trip point.Zhang Rui
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox
2008-10-10ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek
2008-07-24Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2008-07-21driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman
2008-07-18ACPI : Set FAN device to correct state in boot phaseZhao Yakui
2008-06-11ACPI: Reject below-freezing temperatures as invalid critical temperaturesArjan van de Ven
2008-04-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2008-04-29acpi: use non-racy method for proc entries creationDenis V. Lunev
2008-04-29ACPI: update thermal temperatureZhang, Rui
2008-04-29thermal: update the documentationZhang Rui
2008-04-29thermal: add new get_crit_temp callbackZhang, Rui
2008-04-28drivers/acpi/thermal.c: fix build with CONFIG_DMI=nAndrew Morton
2008-04-08acpi thermal: fix result checkKrzysztof Helt
2008-03-13ACPI: thermal: show temperature in millidegree CelsiusZhang, Rui
2008-02-07Merge branches 'release' and 'menlo' into releaseLen Brown
2008-02-01ACPI: thermal fixupZhang Rui
2008-02-01ACPI: CELSIUS_TO_KELVIN fixupZhang Rui
2008-02-01ACPI: attach thermal zone infoZhang Rui
2008-02-01ACPI: ACPI thermal zone handle notification correctlyZhang Rui
2008-02-01ACPI: register ACPI thermal zone as generic thermal zone devicesZhang Rui
2007-12-06export thermal notification to userspace when nocrt is setZhang Rui
2007-10-19Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2007-10-09drivers/firmware: const-ify DMI API and internalsJeff Garzik
2007-09-05ACPI: Thermal: Drop concurrent thermal checksAlexey Starikovskiy
2007-09-04ACPI: thermal: use round_jiffies when thermal zone polling is enabledLen Brown
2007-08-25Pull events into release branchLen Brown
2007-08-24ACPI: /proc/acpi/thermal_zone trip points are now read-only, mark them as suchPavel Machek
2007-08-23ACPI: Schedule /proc/acpi/event for removalLen Brown
2007-08-23ACPI: don't duplicate input events on netlinkZhang Rui
2007-08-20ACPI: thermal: set "thermal.nocrt" via DMI on Gigabyte GA-7ZXLen Brown
2007-08-14ACPI: thermal: create "thermal.crt=C" bootparamLen Brown
2007-08-14ACPI: thermal: clean up MODULE_PARM_DESC newlinesLen Brown
2007-08-12ACPI: thermal: add DMI hooks to handle AOpen's broken Award BIOSLen Brown
2007-08-12ACPI: thermal: create "thermal.act=" to disable or override active trip pointLen Brown
2007-08-12ACPI: thermal: create "thermal.nocrt" to disable critical actionsLen Brown
2007-08-12ACPI: thermal: create "thermal.psv=" to override passive trip pointsLen Brown
2007-08-12ACPI: thermal: expose "thermal.tzp=" to set global polling frequencyLen Brown
2007-08-12ACPI: thermal: create "thermal.off=1" to disable ACPI thermal supportLen Brown
2007-07-23ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d...Thomas Renninger
2007-07-18Add common orderly_poweroff()Jeremy Fitzhardinge
2007-06-18ACPI: gracefully print null trip-point deviceThomas Renninger
2007-05-29ACPI: thermal: Replace pointer with name in trip_pointsThomas Renninger