Age | Commit message (Expand) | Author | Files | Lines |
2022-01-22 | proc: remove PDE_DATA() completely | Muchun Song | 1 | -1/+1 |
2020-09-25 | ACPI: proc: Remove dead ACPICA debug code | Hanjun Guo | 1 | -4/+0 |
2020-03-04 | ACPI: list_for_each_safe() -> list_for_each_entry_safe() | chenqiwu | 1 | -8/+6 |
2020-02-04 | proc: convert everything to "struct proc_ops" | Alexey Dobriyan | 1 | -8/+7 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-06-28 | ACPI / PM: Drop run_wake from struct acpi_device_wakeup_flags | Rafael J. Wysocki | 1 | -2/+2 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2015-09-15 | ACPI: change acpi_sleep_proc_init() to return void | Rami Rosen | 1 | -3/+1 |
2014-02-05 | ACPI / proc: remove unneeded NULL check | Dan Carpenter | 1 | -1/+1 |
2014-01-06 | ACPI / proc: Include appropriate header file in proc.c | Rashika | 1 | -0/+1 |
2013-12-07 | ACPI: Clean up inclusions of ACPI header files | Lv Zheng | 1 | -3/+1 |
2013-10-12 | ACPI / proc: Remove alarm proc file | Lan Tianyu | 1 | -305/+0 |
2013-08-06 | ACPI / PM: Walk physical_node_list under physical_node_lock | Rafael J. Wysocki | 1 | -0/+8 |
2013-04-09 | procfs: new helper - PDE_DATA(inode) | Al Viro | 1 | -2/+2 |
2013-01-27 | ACPI / PM: Fix /proc/acpi/wakeup for devices w/o bus or parent | Andreas Fleig | 1 | -4/+5 |
2012-11-22 | ACPI: drop unnecessary local variable from acpi_system_write_wakeup_device() | Cyril Roelandt | 1 | -7/+4 |
2012-09-21 | ACPI: Allow ACPI binding with USB-3.0 hub | Lan Tianyu | 1 | -20/+37 |
2011-10-31 | acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOL | Paul Gortmaker | 1 | -0/+1 |
2011-01-07 | ACPI / PM: Use device wakeup flags for handling ACPI wakeup devices | Rafael J. Wysocki | 1 | -6/+13 |
2011-01-07 | ACPI / PM: Do not enable multiple devices to wake up simultaneously | Rafael J. Wysocki | 1 | -25/+1 |
2010-08-15 | ACPI: remove deprecated ACPI procfs I/F | Zhang Rui | 1 | -70/+0 |
2010-02-04 | Fix misspellings of "separate" in strings. | Adam Buchbinder | 1 | -1/+1 |
2009-10-28 | ACPI: clean up video.c boundary checks and types | Arjan van de Ven | 1 | -1/+1 |
2009-10-03 | ACPI: Fix bound checks for copy_from_user in the acpi /proc code | Arjan van de Ven | 1 | -0/+2 |
2009-04-07 | ACPI: convert acpi_device_lock spinlock to mutex | Shaohua Li | 1 | -9/+4 |
2009-03-27 | ACPI: call acpi_sleep_proc_init() explicitly rather than as initcall | Bjorn Helgaas | 1 | -6/+1 |
2009-01-09 | Merge branch 'alarm' into release | Len Brown | 1 | -21/+32 |
2009-01-09 | ACPICA: create acpica/ directory | Len Brown | 1 | -0/+520 |