summaryrefslogtreecommitdiff
path: root/kernel/reboot.c
AgeCommit message (Expand)Author
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-03-16reboot: add support for configuring emergency hardware protection actionAhmad Fatoum
2025-03-16reboot: indicate whether it is a HARDWARE PROTECTION reboot or shutdownAhmad Fatoum
2025-03-16reboot: rename now misleading __hw_protection_shutdown symbolsAhmad Fatoum
2025-03-16reboot: describe do_kernel_restart's cmd argument in kernel-docAhmad Fatoum
2025-03-16reboot: reboot, not shutdown, on hw_protection_reboot timeoutAhmad Fatoum
2025-03-16reboot: replace __hw_protection_shutdown bool action parameter with an enumAhmad Fatoum
2025-03-04Flush console log from kernel_power_off()Paul E. McKenney
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2024-11-11kernel/reboot: replace sprintf() with sysfs_emit()zhangguopeng
2024-11-05reboot: move reboot_notifier_list to kernel/reboot.cThomas Weißschuh
2024-04-24kernel misc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-01-09Merge tag 'thermal-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-02reboot: Introduce thermal_zone_device_critical_reboot()Fabio Estevam
2024-01-02thermal/core: Prepare for introduction of thermal rebootFabio Estevam
2023-12-10kernel/reboot: explicitly notify if halt occurred instead of power offDongmin Lee
2023-07-28kernel/reboot: Add device to sys_off_handlerBenjamin Bara
2023-07-28kernel/reboot: emergency_restart: Set correct system_stateBenjamin Bara
2022-10-04kernel/reboot: Add SYS_OFF_MODE_RESTART_PREPARE modeKai-Heng Feng
2022-06-23Merge branch 'rework/kthreads' into for-linusPetr Mladek
2022-06-23Revert "printk: add functions to prefer direct printing"Petr Mladek
2022-06-23Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek
2022-06-17Merge tag 'printk-for-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-06-17Merge branch 'rework/kthreads' into for-linusPetr Mladek
2022-06-15printk: Wait for the global console lock when the system is going downPetr Mladek
2022-06-07kernel/reboot: Fix powering off using a non-syscall code pathsDmitry Osipenko
2022-06-02kernel/reboot: Use static handler for register_platform_power_off()Dmitry Osipenko
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-25kernel/reboot: Change registration order of legacy power-off handlerDmitry Osipenko
2022-05-19kernel/reboot: Add devm_register_restart_handler()Dmitry Osipenko
2022-05-19kernel/reboot: Add devm_register_power_off_handler()Dmitry Osipenko
2022-05-19reboot: Remove pm_power_off_prepare()Dmitry Osipenko
2022-05-19kernel/reboot: Add register_platform_power_off()Dmitry Osipenko
2022-05-19kernel/reboot: Add kernel_can_power_off()Dmitry Osipenko
2022-05-19kernel/reboot: Add stub for pm_power_offDmitry Osipenko
2022-05-19kernel/reboot: Add do_kernel_power_off()Dmitry Osipenko
2022-05-19kernel/reboot: Wrap legacy power-off callbacks into sys-off handlersDmitry Osipenko
2022-05-19kernel/reboot: Introduce sys-off handler APIDmitry Osipenko
2022-05-09reboot: Fix build warning without CONFIG_SYSCTLYueHaibing
2022-04-22printk: add functions to prefer direct printingJohn Ogness
2022-04-06kernel/reboot: move reboot sysctls to its own filetangmeng
2021-11-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2021-10-20reboot: Remove the unreachable panic after do_exit in reboot(2)Eric W. Biederman
2021-10-16reboot: export symbol 'reboot_mode'Shawn Guo
2021-06-21reboot: Add hardware protection power-offMatti Vaittinen
2021-03-18Revert "PM: ACPI: reboot: Use S5 for reboot"Josef Bacik
2020-12-15reboot: hide from sysfs not applicable settingsMatteo Croce
2020-12-15reboot: allow to override reboot type if quirks are foundMatteo Croce
2020-12-15reboot: remove cf9_safe from allowed types and rename cf9_forceMatteo Croce