summaryrefslogtreecommitdiffstats
path: root/kernel/reboot.c
AgeCommit message (Expand)AuthorLines
2022-06-23Merge branch 'rework/kthreads' into for-linusPetr Mladek-15/+1
2022-06-23Revert "printk: add functions to prefer direct printing"Petr Mladek-13/+1
2022-06-23Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek-2/+0
2022-06-17Merge tag 'printk-for-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+2
2022-06-17Merge branch 'rework/kthreads' into for-linusPetr Mladek-0/+2
2022-06-15printk: Wait for the global console lock when the system is going downPetr Mladek-0/+2
2022-06-07kernel/reboot: Fix powering off using a non-syscall code pathsDmitry Osipenko-20/+26
2022-06-02kernel/reboot: Use static handler for register_platform_power_off()Dmitry Osipenko-6/+37
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-7/+341
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+32
2022-05-25kernel/reboot: Change registration order of legacy power-off handlerDmitry Osipenko-16/+17
2022-05-19kernel/reboot: Add devm_register_restart_handler()Dmitry Osipenko-0/+22
2022-05-19kernel/reboot: Add devm_register_power_off_handler()Dmitry Osipenko-0/+22
2022-05-19reboot: Remove pm_power_off_prepare()Dmitry Osipenko-19/+0
2022-05-19kernel/reboot: Add register_platform_power_off()Dmitry Osipenko-0/+55
2022-05-19kernel/reboot: Add kernel_can_power_off()Dmitry Osipenko-1/+13
2022-05-19kernel/reboot: Add stub for pm_power_offDmitry Osipenko-0/+6
2022-05-19kernel/reboot: Add do_kernel_power_off()Dmitry Osipenko-0/+13
2022-05-19kernel/reboot: Wrap legacy power-off callbacks into sys-off handlersDmitry Osipenko-2/+42
2022-05-19kernel/reboot: Introduce sys-off handler APIDmitry Osipenko-0/+182
2022-05-09reboot: Fix build warning without CONFIG_SYSCTLYueHaibing-27/+27
2022-04-22printk: add functions to prefer direct printingJohn Ogness-1/+13
2022-04-06kernel/reboot: move reboot sysctls to its own filetangmeng-2/+32
2021-11-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-0/+1
2021-10-20reboot: Remove the unreachable panic after do_exit in reboot(2)Eric W. Biederman-1/+0
2021-10-16reboot: export symbol 'reboot_mode'Shawn Guo-0/+1
2021-06-21reboot: Add hardware protection power-offMatti Vaittinen-0/+79
2021-03-18Revert "PM: ACPI: reboot: Use S5 for reboot"Josef Bacik-2/+0
2020-12-15reboot: hide from sysfs not applicable settingsMatteo Croce-23/+31
2020-12-15reboot: allow to override reboot type if quirks are foundMatteo Croce-0/+6
2020-12-15reboot: remove cf9_safe from allowed types and rename cf9_forceMatteo Croce-9/+3
2020-12-15reboot: allow to specify reboot mode via sysfsMatteo Croce-0/+206
2020-12-15reboot: refactor and comment the cpu selection codeMatteo Croce-13/+17
2020-12-15Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'Rafael J. Wysocki-0/+2
2020-11-14reboot: fix overflow parsing reboot cpu numberMatteo Croce-0/+7
2020-11-14Revert "kernel/reboot.c: convert simple_strtoul to kstrtoint"Matteo Croce-14/+7
2020-11-10PM: ACPI: reboot: Use S5 for rebootKai-Heng Feng-0/+2
2020-07-01arch: remove unicore32 portMike Rapoport-1/+1
2020-05-30printk: Collapse shutdown types into a single dump reasonKees Cook-3/+3
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-05-14panic/reboot: allow specifying reboot_mode for panic onlyAaro Koskinen-5/+15
2018-09-11kernel/reboot.c: export pm_power_off_prepareOleksij Rempel-0/+1
2018-08-06PM / reboot: Eliminate race between reboot and suspendPingfan Liu-3/+3
2017-11-17kernel/reboot.c: add devm_register_reboot_notifier()Andrey Smirnov-0/+27
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young-1/+1
2015-04-15kernel/reboot.c: add orderly_reboot for graceful rebootJoel Stanley-5/+48
2014-09-26kernel: add support for kernel restart handler call chainGuenter Roeck-0/+81
2014-06-04kernel/reboot.c: convert simple_strtoul to kstrtointFabian Frederick-7/+14
2013-12-18kexec: migrate to reboot cpuVivek Goyal-1/+1
2013-09-24kernel/reboot.c: re-enable the function of variable reboot_defaultChuansheng Liu-1/+8