aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/thermal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-07-10Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-5/+5
2006-07-10[PATCH] ACPI: fix fan/thermal resumeKonstantin Karasyov1-1/+16
2006-07-10ACPI: add 'const' to several ACPI file_operationsArjan van de Ven1-5/+5
2006-06-30ACPI: thermal: Remove unneeded acpi_handle from driver.Patrick Mochel1-2/+0
2006-06-30ACPI: thermal: Use acpi_device's handle instead of driver'sPatrick Mochel1-15/+15
2006-06-30ACPI: thermal: add struct acpi_device to struct acpi_thermal.Patrick Mochel1-20/+5
2006-06-27ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel1-99/+71
2006-06-27ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)Len Brown1-1/+1
2006-06-27ACPI: un-export ACPI_WARNING() -- use printk(KERN_WARNING...)Len Brown1-9/+9
2006-06-26ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUGThomas Renninger1-39/+19
2006-06-15Pull bugzilla-5000 into release branchLen Brown1-0/+16
2006-06-15Pull trivial2 into release branchLen Brown1-1/+1
2006-06-15Pull trivial into release branchLen Brown1-1/+3
2006-06-14ACPI: execute Notify() handlers on new threadAlexey Starikovskiy1-2/+1
2006-05-15ACPI: create acpi_thermal_resume()Konstantin Karasyov1-0/+16
2006-05-13ACPI: fix memory leak in acpi_thermal_add() error pathVasily Averin1-1/+1
2006-03-31[ACPI] fix possible acpi thermal leak in failure pathDave Jones1-1/+3
2005-11-30[ACPI] Allow return to active cooling mode once passive mode is enteredThomas Renninger1-78/+85
2005-08-05[ACPI] Lindent all ACPI filesLen Brown1-401/+400
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1445