summaryrefslogtreecommitdiff
path: root/drivers/acpi/sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-23ACPI / sysfs: fix error code in get_status()Dan Carpenter1-4/+3
2013-07-04Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-2/+1
2013-07-04clean up scary strncpy(dst, src, strlen(src)) usesKees Cook1-2/+1
2013-05-12ACPI / hotplug: Use device offline/online for graceful hot-removalRafael J. Wysocki1-0/+31
2013-03-19ACPI / hotplug: Make acpi_hotplug_profile_ktype staticRafael J. Wysocki1-1/+1
2013-03-04ACPI / hotplug: Introduce user space interface for hotplug profilesRafael J. Wysocki1-0/+66
2013-01-26ACPI sysfs: remove unnecessary newline from exceptionColin Ian King1-1/+1
2012-11-15ACPICA: Fix AcpiSrc caused divergences.Lv Zheng1-2/+2
2012-07-27ACPI: replace strlen("string") with sizeof("string") -1Len Brown1-2/+2
2012-06-05ACPI sysfs.c strlen fixPavel Vasilyev1-2/+2
2011-11-07ACPI: Export FADT pm_profile integer value to userspaceThomas Renninger1-1/+13
2011-07-17ACPI: constify ops structsVasiliy Kulikov1-2/+2
2011-05-29ACPI: Cleanup custom_method debug stuffThomas Renninger1-0/+8
2011-01-12ACPICA: Global event handlerLin Ming1-2/+17
2010-09-29ACPI: fix build warnings resulting from merge window conflictZhang Rui1-6/+14
2010-08-15ACPI: introduce drivers/acpi/sysfs.cZhang Rui1-0/+685