aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/sysfs.c
AgeCommit message (Expand)Author
2020-06-17ACPI: sysfs: Fix reference count leak in acpi_sysfs_add_hotplug_profile()Qiushi Wu
2019-11-19ACPI: sysfs: Change ACPI_MASKABLE_GPE_MAX to 0x100Yunfeng Ye
2019-04-09ACPICA: Rename nameseg length macro/define for clarityBob Moore
2019-04-09ACPICA: Rename nameseg compare macro for clarityBob Moore
2019-03-12ACPI: sysfs: Prevent get_status() from returning acpi_statusRafael J. Wysocki
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2017-12-13ACPI: sysfs: Make ACPI GPE mask kernel parameter cover all GPEsPrarit Bhargava
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-09ACPI / sysfs: Make function param_set_trace_method_name() staticColin Ian King
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook
2017-09-03Merge branches 'acpi-sysfs', 'acpi-apei' and 'acpi-blacklist'Rafael J. Wysocki
2017-08-24ACPI / sysfs: Extend ACPI sysfs to provide access to boot error regionTony Luck
2017-08-18ACPI: Add debug statements to acpi_global_event_handler()Rafael J. Wysocki
2017-06-03Merge branches 'acpi-button', 'acpica' and 'acpi-sysfs'Rafael J. Wysocki
2017-04-27ACPI / sysfs: fix acpi_get_table() leak / acpi-sysfs denial of serviceDan Williams
2017-04-13ACPI / scan: Drop support for force_removeMichal Hocko
2016-12-26ACPI / sysfs: Provide quirk mechanism to prevent GPE floodingLv Zheng
2016-09-17ACPI / sysfs: Update sysfs signature handling codeLv Zheng
2016-09-17ACPI / sysfs: Fix an issue for LoadTable opcodeLv Zheng
2016-08-17ACPI / sysfs: Use new GPE masking mechanism in GPE interfaceLv Zheng
2016-07-08ACPI: add support for ACPI reconfiguration notifiersOctavian Purdila
2016-05-05ACPI / sysfs: fix error code in get_status()Dan Carpenter
2015-10-26ACPI / sysfs: correctly check failing memory allocationInsu Yun
2015-08-07ACPI / sysfs: Add support to allow leading "\" missing in trace_method_name.Lv Zheng
2015-08-07ACPI / sysfs: Update method tracing facility.Lv Zheng
2015-08-07ACPI / sysfs: Add ACPI_LV_REPAIR debug level.Lv Zheng
2015-03-10ACPI / sysfs: Treat the count field of counter_show() as unsignedNan Li
2014-10-21ACPICA: Events: Reduce source code difference for the ACPI_EVENT_FLAG_HANDLE ...Lv Zheng
2014-03-19ACPI: Remove duplicate definitions of PREFIXHanjun Guo
2014-01-29Merge branches 'acpi-processor', 'acpi-hotplug', 'acpi-init', 'acpi-pm' and '...Rafael J. Wysocki
2014-01-27ACPICA: Remove bool usage from ACPICA.Lv Zheng
2014-01-12Merge branch 'acpi-cleanup'Rafael J. Wysocki
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng
2013-11-21ACPI / sysfs: Fix incorrect ACPI tables walk in acpi_tables_sysfs_init()Jeremy Compostella
2013-11-21ACPI / sysfs: Set file size for each exposed ACPI tableDaisuke HATAYAMA
2013-10-28Merge branch 'acpi-assorted'Rafael J. Wysocki
2013-09-30ACPI / hotplug: Use kobject_init_and_add() instead of _init() and _add()Bjorn Helgaas
2013-09-30ACPI / hotplug: Don't set kobject parent pointer explicitlyBjorn Helgaas
2013-09-30ACPI / hotplug: Set kobject name via kobject_add(), not kobject_set_name()Bjorn Helgaas
2013-09-25ACPI / sysfs: make GPE sysfs attributes only accept correct valuesLan Tianyu
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds
2013-07-03clean up scary strncpy(dst, src, strlen(src)) usesKees Cook
2013-05-12ACPI / hotplug: Use device offline/online for graceful hot-removalRafael J. Wysocki
2013-03-19ACPI / hotplug: Make acpi_hotplug_profile_ktype staticRafael J. Wysocki
2013-03-04ACPI / hotplug: Introduce user space interface for hotplug profilesRafael J. Wysocki
2013-01-26ACPI sysfs: remove unnecessary newline from exceptionColin Ian King
2012-11-15ACPICA: Fix AcpiSrc caused divergences.Lv Zheng
2012-07-26ACPI: replace strlen("string") with sizeof("string") -1Len Brown
2012-06-05ACPI sysfs.c strlen fixPavel Vasilyev