summaryrefslogtreecommitdiff
path: root/drivers/acpi/sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-28ACPI: sysfs: Fix reference count leak in acpi_sysfs_add_hotplug_profile()Qiushi Wu1-1/+3
2019-11-19ACPI: sysfs: Change ACPI_MASKABLE_GPE_MAX to 0x100Yunfeng Ye1-3/+3
2019-04-09ACPICA: Rename nameseg length macro/define for clarityBob Moore1-3/+3
2019-04-09ACPICA: Rename nameseg compare macro for clarityBob Moore1-4/+4
2019-03-12ACPI: sysfs: Prevent get_status() from returning acpi_statusRafael J. Wysocki1-9/+12
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-3/+3
2017-12-13ACPI: sysfs: Make ACPI GPE mask kernel parameter cover all GPEsPrarit Bhargava1-18/+8
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+5
2017-11-09ACPI / sysfs: Make function param_set_trace_method_name() staticColin Ian King1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-3/+5
2017-09-03Merge branches 'acpi-sysfs', 'acpi-apei' and 'acpi-blacklist'Rafael J. Wysocki1-0/+79
2017-08-24ACPI / sysfs: Extend ACPI sysfs to provide access to boot error regionTony Luck1-0/+79
2017-08-18ACPI: Add debug statements to acpi_global_event_handler()Rafael J. Wysocki1-3/+9
2017-06-03Merge branches 'acpi-button', 'acpica' and 'acpi-sysfs'Rafael J. Wysocki1-2/+5
2017-04-27ACPI / sysfs: fix acpi_get_table() leak / acpi-sysfs denial of serviceDan Williams1-2/+5
2017-04-13ACPI / scan: Drop support for force_removeMichal Hocko1-4/+5
2016-12-26ACPI / sysfs: Provide quirk mechanism to prevent GPE floodingLv Zheng1-0/+56
2016-09-17ACPI / sysfs: Update sysfs signature handling codeLv Zheng1-29/+33
2016-09-17ACPI / sysfs: Fix an issue for LoadTable opcodeLv Zheng1-1/+3
2016-08-17ACPI / sysfs: Use new GPE masking mechanism in GPE interfaceLv Zheng1-8/+25
2016-07-08ACPI: add support for ACPI reconfiguration notifiersOctavian Purdila1-4/+2
2016-05-05ACPI / sysfs: fix error code in get_status()Dan Carpenter1-4/+3
2015-10-26ACPI / sysfs: correctly check failing memory allocationInsu Yun1-0/+3
2015-08-07ACPI / sysfs: Add support to allow leading "\" missing in trace_method_name.Lv Zheng1-15/+13
2015-08-07ACPI / sysfs: Update method tracing facility.Lv Zheng1-36/+100
2015-08-07ACPI / sysfs: Add ACPI_LV_REPAIR debug level.Lv Zheng1-0/+1
2015-03-10ACPI / sysfs: Treat the count field of counter_show() as unsignedNan Li1-1/+1
2014-10-21ACPICA: Events: Reduce source code difference for the ACPI_EVENT_FLAG_HANDLE ...Lv Zheng1-2/+2
2014-03-19ACPI: Remove duplicate definitions of PREFIXHanjun Guo1-2/+0
2014-01-29Merge branches 'acpi-processor', 'acpi-hotplug', 'acpi-init', 'acpi-pm' and '...Rafael J. Wysocki1-1/+1
2014-01-27ACPICA: Remove bool usage from ACPICA.Lv Zheng1-1/+1
2014-01-12Merge branch 'acpi-cleanup'Rafael J. Wysocki1-1/+1
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-1/+1
2013-11-21ACPI / sysfs: Fix incorrect ACPI tables walk in acpi_tables_sysfs_init()Jeremy Compostella1-25/+27
2013-11-21ACPI / sysfs: Set file size for each exposed ACPI tableDaisuke HATAYAMA1-1/+1
2013-10-28Merge branch 'acpi-assorted'Rafael J. Wysocki1-2/+7
2013-09-30ACPI / hotplug: Use kobject_init_and_add() instead of _init() and _add()Bjorn Helgaas1-3/+2
2013-09-30ACPI / hotplug: Don't set kobject parent pointer explicitlyBjorn Helgaas1-1/+0
2013-09-30ACPI / hotplug: Set kobject name via kobject_add(), not kobject_set_name()Bjorn Helgaas1-4/+1
2013-09-25ACPI / sysfs: make GPE sysfs attributes only accept correct valuesLan Tianyu1-2/+7
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