aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-1/+1
2020-09-25ACPI: proc: Remove dead ACPICA debug codeHanjun Guo1-4/+0
2020-03-04ACPI: list_for_each_safe() -> list_for_each_entry_safe()chenqiwu1-8/+6
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-8/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-28ACPI / PM: Drop run_wake from struct acpi_device_wakeup_flagsRafael J. Wysocki1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-09-15ACPI: change acpi_sleep_proc_init() to return voidRami Rosen1-3/+1
2014-02-05ACPI / proc: remove unneeded NULL checkDan Carpenter1-1/+1
2014-01-06ACPI / proc: Include appropriate header file in proc.cRashika1-0/+1
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-3/+1
2013-10-12ACPI / proc: Remove alarm proc fileLan Tianyu1-305/+0
2013-08-06ACPI / PM: Walk physical_node_list under physical_node_lockRafael J. Wysocki1-0/+8
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-2/+2
2013-01-27ACPI / PM: Fix /proc/acpi/wakeup for devices w/o bus or parentAndreas Fleig1-4/+5
2012-11-22ACPI: drop unnecessary local variable from acpi_system_write_wakeup_device()Cyril Roelandt1-7/+4
2012-09-21ACPI: Allow ACPI binding with USB-3.0 hubLan Tianyu1-20/+37
2011-10-31acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-01-07ACPI / PM: Use device wakeup flags for handling ACPI wakeup devicesRafael J. Wysocki1-6/+13
2011-01-07ACPI / PM: Do not enable multiple devices to wake up simultaneouslyRafael J. Wysocki1-25/+1
2010-08-15ACPI: remove deprecated ACPI procfs I/FZhang Rui1-70/+0
2010-02-04Fix misspellings of "separate" in strings.Adam Buchbinder1-1/+1
2009-10-28ACPI: clean up video.c boundary checks and typesArjan van de Ven1-1/+1
2009-10-03ACPI: Fix bound checks for copy_from_user in the acpi /proc codeArjan van de Ven1-0/+2
2009-04-07ACPI: convert acpi_device_lock spinlock to mutexShaohua Li1-9/+4
2009-03-27ACPI: call acpi_sleep_proc_init() explicitly rather than as initcallBjorn Helgaas1-6/+1
2009-01-09Merge branch 'alarm' into releaseLen Brown1-21/+32
2009-01-09ACPICA: create acpica/ directoryLen Brown1-0/+520