summaryrefslogtreecommitdiffstats
path: root/kernel/reboot.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'thermal-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-091-14/+20
|\
| * reboot: Introduce thermal_zone_device_critical_reboot()Fabio Estevam2024-01-021-11/+17
| * thermal/core: Prepare for introduction of thermal rebootFabio Estevam2024-01-021-4/+4
* | kernel/reboot: explicitly notify if halt occurred instead of power offDongmin Lee2023-12-101-2/+15
|/
* kernel/reboot: Add device to sys_off_handlerBenjamin Bara2023-07-281-0/+3
* kernel/reboot: emergency_restart: Set correct system_stateBenjamin Bara2023-07-281-0/+1
* kernel/reboot: Add SYS_OFF_MODE_RESTART_PREPARE modeKai-Heng Feng2022-10-041-0/+17
* Merge branch 'rework/kthreads' into for-linusPetr Mladek2022-06-231-15/+1
|\
| * Revert "printk: add functions to prefer direct printing"Petr Mladek2022-06-231-13/+1
| * Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek2022-06-231-2/+0
* | Merge tag 'printk-for-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-171-0/+2
|\ \
| * | Merge branch 'rework/kthreads' into for-linusPetr Mladek2022-06-171-0/+2
| |\|
| | * printk: Wait for the global console lock when the system is going downPetr Mladek2022-06-151-0/+2
* | | kernel/reboot: Fix powering off using a non-syscall code pathsDmitry Osipenko2022-06-071-20/+26
* | | kernel/reboot: Use static handler for register_platform_power_off()Dmitry Osipenko2022-06-021-6/+37
|/ /
* | Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-05-301-7/+341
|\ \
| * | kernel/reboot: Change registration order of legacy power-off handlerDmitry Osipenko2022-05-251-16/+17
| * | kernel/reboot: Add devm_register_restart_handler()Dmitry Osipenko2022-05-191-0/+22
| * | kernel/reboot: Add devm_register_power_off_handler()Dmitry Osipenko2022-05-191-0/+22
| * | reboot: Remove pm_power_off_prepare()Dmitry Osipenko2022-05-191-19/+0
| * | kernel/reboot: Add register_platform_power_off()Dmitry Osipenko2022-05-191-0/+55
| * | kernel/reboot: Add kernel_can_power_off()Dmitry Osipenko2022-05-191-1/+13
| * | kernel/reboot: Add stub for pm_power_offDmitry Osipenko2022-05-191-0/+6
| * | kernel/reboot: Add do_kernel_power_off()Dmitry Osipenko2022-05-191-0/+13
| * | kernel/reboot: Wrap legacy power-off callbacks into sys-off handlersDmitry Osipenko2022-05-191-2/+42
| * | kernel/reboot: Introduce sys-off handler APIDmitry Osipenko2022-05-191-0/+182
* | | Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-261-2/+32
|\ \ \ | |_|/ |/| |
| * | reboot: Fix build warning without CONFIG_SYSCTLYueHaibing2022-05-091-27/+27
| * | kernel/reboot: move reboot sysctls to its own filetangmeng2022-04-061-2/+32
| |/
* / printk: add functions to prefer direct printingJohn Ogness2022-04-221-1/+13
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-11-121-0/+1
|\
| * reboot: export symbol 'reboot_mode'Shawn Guo2021-10-161-0/+1
* | reboot: Remove the unreachable panic after do_exit in reboot(2)Eric W. Biederman2021-10-201-1/+0
* | reboot: Add hardware protection power-offMatti Vaittinen2021-06-211-0/+79
|/
* Revert "PM: ACPI: reboot: Use S5 for reboot"Josef Bacik2021-03-181-2/+0
* reboot: hide from sysfs not applicable settingsMatteo Croce2020-12-151-23/+31
* reboot: allow to override reboot type if quirks are foundMatteo Croce2020-12-151-0/+6
* reboot: remove cf9_safe from allowed types and rename cf9_forceMatteo Croce2020-12-151-9/+3
* reboot: allow to specify reboot mode via sysfsMatteo Croce2020-12-151-0/+206
* reboot: refactor and comment the cpu selection codeMatteo Croce2020-12-151-13/+17
*-. Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'Rafael J. Wysocki2020-12-151-0/+2
|\ \
| | * PM: ACPI: reboot: Use S5 for rebootKai-Heng Feng2020-11-101-0/+2
| |/
* | reboot: fix overflow parsing reboot cpu numberMatteo Croce2020-11-141-0/+7
* | Revert "kernel/reboot.c: convert simple_strtoul to kstrtoint"Matteo Croce2020-11-141-14/+7
|/
* arch: remove unicore32 portMike Rapoport2020-07-011-1/+1
* printk: Collapse shutdown types into a single dump reasonKees Cook2020-05-301-3/+3
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* panic/reboot: allow specifying reboot_mode for panic onlyAaro Koskinen2019-05-141-5/+15
* kernel/reboot.c: export pm_power_off_prepareOleksij Rempel2018-09-111-0/+1
* PM / reboot: Eliminate race between reboot and suspendPingfan Liu2018-08-061-3/+3