aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/reboot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-04kernel/reboot: Add SYS_OFF_MODE_RESTART_PREPARE modeKai-Heng Feng1-0/+17
2022-06-23Merge branch 'rework/kthreads' into for-linusPetr Mladek1-15/+1
2022-06-23Revert "printk: add functions to prefer direct printing"Petr Mladek1-13/+1
2022-06-23Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek1-2/+0
2022-06-17Merge tag 'printk-for-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-0/+2
2022-06-17Merge branch 'rework/kthreads' into for-linusPetr Mladek1-0/+2
2022-06-15printk: Wait for the global console lock when the system is going downPetr Mladek1-0/+2
2022-06-07kernel/reboot: Fix powering off using a non-syscall code pathsDmitry Osipenko1-20/+26
2022-06-02kernel/reboot: Use static handler for register_platform_power_off()Dmitry Osipenko1-6/+37
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-7/+341
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-2/+32
2022-05-25kernel/reboot: Change registration order of legacy power-off handlerDmitry Osipenko1-16/+17
2022-05-19kernel/reboot: Add devm_register_restart_handler()Dmitry Osipenko1-0/+22
2022-05-19kernel/reboot: Add devm_register_power_off_handler()Dmitry Osipenko1-0/+22
2022-05-19reboot: Remove pm_power_off_prepare()Dmitry Osipenko1-19/+0
2022-05-19kernel/reboot: Add register_platform_power_off()Dmitry Osipenko1-0/+55
2022-05-19kernel/reboot: Add kernel_can_power_off()Dmitry Osipenko1-1/+13
2022-05-19kernel/reboot: Add stub for pm_power_offDmitry Osipenko1-0/+6
2022-05-19kernel/reboot: Add do_kernel_power_off()Dmitry Osipenko1-0/+13
2022-05-19kernel/reboot: Wrap legacy power-off callbacks into sys-off handlersDmitry Osipenko1-2/+42
2022-05-19kernel/reboot: Introduce sys-off handler APIDmitry Osipenko1-0/+182
2022-05-09reboot: Fix build warning without CONFIG_SYSCTLYueHaibing1-27/+27
2022-04-22printk: add functions to prefer direct printingJohn Ogness1-1/+13
2022-04-06kernel/reboot: move reboot sysctls to its own filetangmeng1-2/+32
2021-11-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+1
2021-10-20reboot: Remove the unreachable panic after do_exit in reboot(2)Eric W. Biederman1-1/+0
2021-10-16reboot: export symbol 'reboot_mode'Shawn Guo1-0/+1
2021-06-21reboot: Add hardware protection power-offMatti Vaittinen1-0/+79
2021-03-18Revert "PM: ACPI: reboot: Use S5 for reboot"Josef Bacik1-2/+0
2020-12-15reboot: hide from sysfs not applicable settingsMatteo Croce1-23/+31
2020-12-15reboot: allow to override reboot type if quirks are foundMatteo Croce1-0/+6
2020-12-15reboot: remove cf9_safe from allowed types and rename cf9_forceMatteo Croce1-9/+3
2020-12-15reboot: allow to specify reboot mode via sysfsMatteo Croce1-0/+206
2020-12-15reboot: refactor and comment the cpu selection codeMatteo Croce1-13/+17
2020-12-15Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'Rafael J. Wysocki1-0/+2
2020-11-14reboot: fix overflow parsing reboot cpu numberMatteo Croce1-0/+7
2020-11-14Revert "kernel/reboot.c: convert simple_strtoul to kstrtoint"Matteo Croce1-14/+7
2020-11-10PM: ACPI: reboot: Use S5 for rebootKai-Heng Feng1-0/+2
2020-07-01arch: remove unicore32 portMike Rapoport1-1/+1
2020-05-30printk: Collapse shutdown types into a single dump reasonKees Cook1-3/+3
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-14panic/reboot: allow specifying reboot_mode for panic onlyAaro Koskinen1-5/+15
2018-09-11kernel/reboot.c: export pm_power_off_prepareOleksij Rempel1-0/+1
2018-08-06PM / reboot: Eliminate race between reboot and suspendPingfan Liu1-3/+3
2017-11-17kernel/reboot.c: add devm_register_reboot_notifier()Andrey Smirnov1-0/+27
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young1-1/+1
2015-04-15kernel/reboot.c: add orderly_reboot for graceful rebootJoel Stanley1-5/+48
2014-09-26kernel: add support for kernel restart handler call chainGuenter Roeck1-0/+81
2014-06-04kernel/reboot.c: convert simple_strtoul to kstrtointFabian Frederick1-7/+14
2013-12-18kexec: migrate to reboot cpuVivek Goyal1-1/+1