aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/utils.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-14Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzilla-531916-power-state', 'ht-warn-2.6.34', 'pnp', 'processor-rename', 'sony-2.6.34', 'suse-bugzilla-531547', 'tz-check', 'video' and 'misc-2.6.34' into releaseLen Brown1-53/+8
2010-02-16ACPI: delete unused acpi_evaluate_string()Len Brown1-45/+0
2010-01-28ACPI: replace acpi_integer by u64Lin Ming1-8/+8
2009-08-28ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown1-0/+2
2008-11-26ACPI: scheduling in atomic via acpi_evaluate_integer ()Pavel Machek1-12/+4
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox1-2/+2
2008-04-22ACPICA: Fixes for external Reference ObjectsBob Moore1-1/+1
2008-03-11ACPICA: Warn if packages with invalid references are evaluatedThomas Renninger1-0/+6
2008-02-16ACPI: sparse fix, replace macro with static functionHarvey Harrison1-7/+11
2007-02-12ACPI: clean up ACPI_MODULE_NAME() useLen Brown1-1/+1
2006-12-20ACPI: replace kmalloc+memset with kzallocBurman Yan1-4/+2
2006-10-14ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpiJan Engelhardt1-2/+2
2006-08-16ACPI: avoid irqrouter_resume might_sleep oops on resume from S4Len Brown1-1/+1
2006-06-30ACPI: delete acpi_os_free(), use kfree() directlyLen Brown1-2/+2
2006-06-27ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel1-29/+25
2006-06-27ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)Len Brown1-10/+10
2006-06-27ACPI: un-export ACPI_WARNING() -- use printk(KERN_WARNING...)Len Brown1-12/+12
2006-06-26ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUGThomas Renninger1-26/+24
2006-05-13ACPI: fix potential memory leak in acpi_evaluate_integer() error pathVasily Averin1-0/+2
2005-08-05[ACPI] Lindent all ACPI filesLen Brown1-94/+101
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+423