aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/reboot.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-07ACPI: reboot: Unify the message printingGravatar Hanjun Guo 1-1/+3
2020-10-16ACPI: reboot: Avoid racing after writing to ACPI RESET_REGGravatar Zhang Rui 1-0/+11
2018-12-20ACPI: Allow CONFIG_PCI to be unset for rebootGravatar Sinan Kaya 1-0/+8
2018-12-20ACPI: Move PCI reset to a separate functionGravatar Sinan Kaya 1-13/+19
2018-05-02ACPI: add missing newline to printkGravatar Laszlo Toth 1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2012-04-20Revert "ACPI: ignore FADT reset-reg-sup flag"Gravatar Linus Torvalds 1-1/+2
2012-03-21ACPI: ignore FADT reset-reg-sup flagGravatar Len Brown 1-2/+1
2011-03-22ACPI: Make sure the FADT is at least rev 2 before using the reset registerGravatar Matthew Garrett 1-0/+5
2011-03-22ACPI: Bug compatibility for Windows on the ACPI reboot vectorGravatar Matthew Garrett 1-5/+4
2008-12-31ACPI: reboot.c: use new acpi_reset interfaceGravatar Lin Ming 1-1/+1
2008-12-31ACPICA: New: acpi_read and acpi_write public interfacesGravatar Bob Moore 1-1/+1
2008-11-06Revert "ACPI: Ingore the RESET_REG_SUP bit when using ACPI reset mechanism"Gravatar Len Brown 1-22/+3
2008-10-18ACPI: Ingore the RESET_REG_SUP bit when using ACPI reset mechanismGravatar Zhao Yakui 1-3/+22
2008-07-16Add the ability to reset the machine using the RESET_REG in ACPI's FADT table.Gravatar Aaron Durbin 1-0/+50