aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-2/+1
2013-07-03clean 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-26ACPI: replace strlen("string") with sizeof("string") -1Len Brown1-2/+2
2012-06-05ACPI sysfs.c strlen fixPavel Vasilyev1-2/+2
2011-11-06ACPI: Export FADT pm_profile integer value to userspaceThomas Renninger1-1/+13
2011-07-16ACPI: 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-28ACPI: fix build warnings resulting from merge window conflictZhang Rui1-6/+14
2010-08-15ACPI: introduce drivers/acpi/sysfs.cZhang Rui1-0/+685