summaryrefslogtreecommitdiff
path: root/drivers/acpi/system.c
AgeCommit message (Expand)Author
2008-12-31ACPICA: New: acpi_get_gpe_device interfaceBob Moore
2008-11-11Merge branch 'ec' into releaseLen Brown
2008-11-11Merge branch 'bugzilla-11539' into releaseLen Brown
2008-11-11ACPICA: Use spinlock for acpi_{en|dis}able_gpeAlexey Starikovskiy
2008-11-06ACPI: avoid empty file name in sysfsPeter Gruber
2008-10-28ACPI: bugfix reporting of event handler statusZhang Rui
2008-10-23Merge branch 'linus' into testLen Brown
2008-10-22ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printkLin Ming
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar
2008-07-24move memory_read_from_buffer() from fs.h to string.hAkinobu Mita
2008-07-16ACPI: Enhance /sys/firmware/interrupts to allow enable/disable/clear from use...Zhang Rui
2008-06-11ACPI: use memory_read_from_buffer()Akinobu Mita
2008-04-29acpi: use non-racy method for proc entries creationDenis V. Lunev
2008-03-12ACPI: buffer array too short in drivers/acpi/system.cJohann Felix Soden
2008-02-07ACPI: fix build warningLen Brown
2008-02-06ACPI: create /sys/firmware/acpi/interruptsLen Brown
2008-01-24Kobject: change drivers/acpi/system.c to use kobject_create_and_addGreg Kroah-Hartman
2008-01-24kobject: convert /sys/firmware/acpi/ to use kobject_createGreg Kroah-Hartman
2007-07-22ACPI: Populate /sys/firmware/acpi/tables/Zhang Rui
2007-02-12ACPI: delete extra #defines in /drivers/acpi/ driversLen Brown
2007-02-12ACPI: clean up ACPI_MODULE_NAME() useLen Brown
2007-02-03Pull sysfs into test branchLen Brown
2007-02-02ACPICA: minimal patch to integrate new tables into LinuxAlexey Starikovskiy
2007-01-28ACPI: add ACPICA version in sysfsZhang Rui
2006-07-10ACPI: add 'const' to several ACPI file_operationsArjan van de Ven
2006-06-30ACPI: delete acpi_os_free(), use kfree() directlyLen Brown
2006-06-27ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel
2006-06-26ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUGThomas Renninger
2006-06-14ACPI: ACPICA 20060421Bob Moore
2006-06-14ACPI: ACPICA 20060331Bob Moore
2005-08-05[ACPI] Lindent all ACPI filesLen Brown
2004-11-10[ACPI] migrate to seq_file() interfaceLen Brown
2004-08-05[PATCH] simple_read_buffer() helper functionAlexander Viro
2004-06-30[PATCH] sparse: NULL vs 0 - drivers/acpi/*Mika Kukkonen
2004-05-28[PATCH] sparse: acpi __user annotationAlexander Viro
2003-02-12acpi: make source files look in <acpi/...> for headers. (other top-level files)Patrick Mochel
2003-01-06ACPI: Remove typedefs in favor of using "struct" and "union" explicitlyAndy Grover
2002-09-13ACPI: move sleep file defines to drivers/acpi/sleep.c (where they're used)Patrick Mochel
2002-09-12ACPI: Move per-componet defines into component files. Only share in headers w...Patrick Mochel
2002-09-12ACPI: set acpi_disabled = 1 if acpi_bus_init() fails, and check this in thePatrick Mochel
2002-09-11ACPI: break procfs handlers for acpi events and debug levels out of drivers/a...Patrick Mochel
2002-09-11ACPI: Remove unnecessary objects and code from drivers/acpi/system.cPatrick Mochel
2002-09-11ACPI: Move sleep code from system.c to sleep.cPatrick Mochel
2002-09-11ACPI: move PREFIX to a common headerPatrick Mochel
2002-08-30ACPI trivial cleanups (Kochi Takayoshi)Andy Grover
2002-08-20local_irq_disable is extraneous (Matthew Wilcox)Andy Grover
2002-08-14Change acpi_system_suspend to use new irq functions (Pavel Machek)Andy Grover
2002-07-24Use C99 initializers (Rusty Russell)Andy Grover
2002-07-14Merge http://linuxconsole.bkbits.net:8080/devLinus Torvalds
2002-07-09remove #ifdef HANE_NEW_DEVICE_MODEL because we always have itAndy Grover