aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/system.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-15ACPI: remove deprecated ACPI procfs I/FZhang Rui1-170/+0
2010-08-15ACPI: introduce drivers/acpi/sysfs.cZhang Rui1-467/+0
2010-07-06ACPICA: Remove wakeup GPE reference counting which is not usedRafael J. Wysocki1-4/+2
2010-06-12Merge branch 'gpe-regression-fixes' into releaseLen Brown1-2/+4
2010-06-12ACPI / ACPICA: Fix sysfs GPE interfaceRafael J. Wysocki1-2/+4
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-1/+1
2010-04-20ACPICA: Minimize the differences between linux GPE code and ACPICA code baseLin Ming1-3/+2
2010-04-20ACPICA: Update version to 20100331.Robert Moore0-0/+0
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-07sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributesEric W. Biederman1-0/+2
2010-02-22ACPI: Use GPE reference counting to support shared GPEsRafael J. Wysocki1-2/+2
2009-08-28ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown1-0/+2
2009-08-02ACPI: root-only read protection on /sys/firmware/acpi/tables/*Len Brown1-1/+1
2009-04-21ACPI: add /sys/firmware/acpi/interrupts/sci_not counterLen Brown1-2/+9
2009-04-05Merge branch 'acpi-modparam' into releaseLen Brown1-4/+0
2009-04-05Merge branch 'dynamic-ssdt' into releaseLen Brown1-3/+48
2009-04-02ACPI: simplify module_param namespaceRusty Russell1-4/+0
2009-03-27ACPI: call acpi_system_init() explicitly rather than as initcallBjorn Helgaas1-7/+2
2009-02-26ACPI: introduce sysfs I/F for dynamic tablesZhang Rui1-3/+48
2008-12-31ACPICA: New: acpi_get_gpe_device interfaceBob Moore1-61/+2
2008-11-11Merge branch 'ec' into releaseLen Brown1-2/+2
2008-11-11Merge branch 'bugzilla-11539' into releaseLen Brown1-8/+17
2008-11-11ACPICA: Use spinlock for acpi_{en|dis}able_gpeAlexey Starikovskiy1-2/+2
2008-11-06ACPI: avoid empty file name in sysfsPeter Gruber1-8/+17
2008-10-28ACPI: bugfix reporting of event handler statusZhang Rui1-12/+7
2008-10-23Merge branch 'linus' into testLen Brown1-1/+0
2008-10-22ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printkLin Ming1-2/+2
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar1-1/+0
2008-07-24move memory_read_from_buffer() from fs.h to string.hAkinobu Mita1-0/+1
2008-07-16ACPI: Enhance /sys/firmware/interrupts to allow enable/disable/clear from user-spaceZhang Rui1-13/+156
2008-06-11ACPI: use memory_read_from_buffer()Akinobu Mita1-13/+2
2008-04-29acpi: use non-racy method for proc entries creationDenis V. Lunev1-16/+11
2008-03-12ACPI: buffer array too short in drivers/acpi/system.cJohann Felix Soden1-1/+1
2008-02-07ACPI: fix build warningLen Brown1-2/+2
2008-02-06ACPI: create /sys/firmware/acpi/interruptsLen Brown1-0/+208
2008-01-24Kobject: change drivers/acpi/system.c to use kobject_create_and_addGreg Kroah-Hartman1-7/+6
2008-01-24kobject: convert /sys/firmware/acpi/ to use kobject_createGreg Kroah-Hartman1-1/+1
2007-07-22ACPI: Populate /sys/firmware/acpi/tables/Zhang Rui1-21/+144
2007-02-12ACPI: delete extra #defines in /drivers/acpi/ driversLen Brown1-1/+0
2007-02-12ACPI: clean up ACPI_MODULE_NAME() useLen Brown1-1/+1
2007-02-03Pull sysfs into test branchLen Brown1-0/+24
2007-02-02ACPICA: minimal patch to integrate new tables into LinuxAlexey Starikovskiy1-9/+6
2007-01-28ACPI: add ACPICA version in sysfsZhang Rui1-0/+24
2006-07-10ACPI: add 'const' to several ACPI file_operationsArjan van de Ven1-3/+3
2006-06-30ACPI: delete acpi_os_free(), use kfree() directlyLen Brown1-2/+2
2006-06-27ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel1-11/+7
2006-06-26ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUGThomas Renninger1-3/+0
2006-06-14ACPI: ACPICA 20060421Bob Moore1-2/+2
2006-06-14ACPI: ACPICA 20060331Bob Moore1-1/+1
2005-08-05[ACPI] Lindent all ACPI filesLen Brown1-44/+32