aboutsummaryrefslogtreecommitdiff
path: root/kernel/reboot.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-24kernel misc: Remove the now superfluous sentinel elements from ctl_table arrayGravatar Joel Granados 1-1/+0
2024-01-09Merge tag 'thermal-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-14/+20
2024-01-02reboot: Introduce thermal_zone_device_critical_reboot()Gravatar Fabio Estevam 1-11/+17
2024-01-02thermal/core: Prepare for introduction of thermal rebootGravatar Fabio Estevam 1-4/+4
2023-12-10kernel/reboot: explicitly notify if halt occurred instead of power offGravatar Dongmin Lee 1-2/+15
2023-07-28kernel/reboot: Add device to sys_off_handlerGravatar Benjamin Bara 1-0/+3
2023-07-28kernel/reboot: emergency_restart: Set correct system_stateGravatar Benjamin Bara 1-0/+1
2022-10-04kernel/reboot: Add SYS_OFF_MODE_RESTART_PREPARE modeGravatar Kai-Heng Feng 1-0/+17
2022-06-23Merge branch 'rework/kthreads' into for-linusGravatar Petr Mladek 1-15/+1
2022-06-23Revert "printk: add functions to prefer direct printing"Gravatar Petr Mladek 1-13/+1
2022-06-23Revert "printk: Wait for the global console lock when the system is going down"Gravatar Petr Mladek 1-2/+0
2022-06-17Merge tag 'printk-for-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+2
2022-06-17Merge branch 'rework/kthreads' into for-linusGravatar Petr Mladek 1-0/+2
2022-06-15printk: Wait for the global console lock when the system is going downGravatar Petr Mladek 1-0/+2
2022-06-07kernel/reboot: Fix powering off using a non-syscall code pathsGravatar Dmitry Osipenko 1-20/+26
2022-06-02kernel/reboot: Use static handler for register_platform_power_off()Gravatar Dmitry Osipenko 1-6/+37
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 1-7/+341
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+32
2022-05-25kernel/reboot: Change registration order of legacy power-off handlerGravatar Dmitry Osipenko 1-16/+17
2022-05-19kernel/reboot: Add devm_register_restart_handler()Gravatar Dmitry Osipenko 1-0/+22
2022-05-19kernel/reboot: Add devm_register_power_off_handler()Gravatar Dmitry Osipenko 1-0/+22
2022-05-19reboot: Remove pm_power_off_prepare()Gravatar Dmitry Osipenko 1-19/+0
2022-05-19kernel/reboot: Add register_platform_power_off()Gravatar Dmitry Osipenko 1-0/+55
2022-05-19kernel/reboot: Add kernel_can_power_off()Gravatar Dmitry Osipenko 1-1/+13
2022-05-19kernel/reboot: Add stub for pm_power_offGravatar Dmitry Osipenko 1-0/+6
2022-05-19kernel/reboot: Add do_kernel_power_off()Gravatar Dmitry Osipenko 1-0/+13
2022-05-19kernel/reboot: Wrap legacy power-off callbacks into sys-off handlersGravatar Dmitry Osipenko 1-2/+42
2022-05-19kernel/reboot: Introduce sys-off handler APIGravatar Dmitry Osipenko 1-0/+182
2022-05-09reboot: Fix build warning without CONFIG_SYSCTLGravatar YueHaibing 1-27/+27
2022-04-22printk: add functions to prefer direct printingGravatar John Ogness 1-1/+13
2022-04-06kernel/reboot: move reboot sysctls to its own fileGravatar tangmeng 1-2/+32
2021-11-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-0/+1
2021-10-20reboot: Remove the unreachable panic after do_exit in reboot(2)Gravatar Eric W. Biederman 1-1/+0
2021-10-16reboot: export symbol 'reboot_mode'Gravatar Shawn Guo 1-0/+1
2021-06-21reboot: Add hardware protection power-offGravatar Matti Vaittinen 1-0/+79
2021-03-18Revert "PM: ACPI: reboot: Use S5 for reboot"Gravatar Josef Bacik 1-2/+0
2020-12-15reboot: hide from sysfs not applicable settingsGravatar Matteo Croce 1-23/+31
2020-12-15reboot: allow to override reboot type if quirks are foundGravatar Matteo Croce 1-0/+6
2020-12-15reboot: remove cf9_safe from allowed types and rename cf9_forceGravatar Matteo Croce 1-9/+3
2020-12-15reboot: allow to specify reboot mode via sysfsGravatar Matteo Croce 1-0/+206
2020-12-15reboot: refactor and comment the cpu selection codeGravatar Matteo Croce 1-13/+17
2020-12-15Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'Gravatar Rafael J. Wysocki 1-0/+2
2020-11-14reboot: fix overflow parsing reboot cpu numberGravatar Matteo Croce 1-0/+7
2020-11-14Revert "kernel/reboot.c: convert simple_strtoul to kstrtoint"Gravatar Matteo Croce 1-14/+7
2020-11-10PM: ACPI: reboot: Use S5 for rebootGravatar Kai-Heng Feng 1-0/+2
2020-07-01arch: remove unicore32 portGravatar Mike Rapoport 1-1/+1
2020-05-30printk: Collapse shutdown types into a single dump reasonGravatar Kees Cook 1-3/+3
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-14panic/reboot: allow specifying reboot_mode for panic onlyGravatar Aaro Koskinen 1-5/+15
2018-09-11kernel/reboot.c: export pm_power_off_prepareGravatar Oleksij Rempel 1-0/+1