aboutsummaryrefslogtreecommitdiff
path: root/kernel/reboot.c
AgeCommit message (Expand)AuthorFilesLines
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-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
2018-08-06PM / reboot: Eliminate race between reboot and suspendGravatar Pingfan Liu 1-3/+3
2017-11-17kernel/reboot.c: add devm_register_reboot_notifier()Gravatar Andrey Smirnov 1-0/+27
2015-09-10kexec: split kexec_load syscall from kexec core codeGravatar Dave Young 1-1/+1
2015-04-15kernel/reboot.c: add orderly_reboot for graceful rebootGravatar Joel Stanley 1-5/+48
2014-09-26kernel: add support for kernel restart handler call chainGravatar Guenter Roeck 1-0/+81
2014-06-04kernel/reboot.c: convert simple_strtoul to kstrtointGravatar Fabian Frederick 1-7/+14
2013-12-18kexec: migrate to reboot cpuGravatar Vivek Goyal 1-1/+1
2013-09-24kernel/reboot.c: re-enable the function of variable reboot_defaultGravatar Chuansheng Liu 1-1/+8
2013-07-09reboot: move arch/x86 reboot= handling to generic kernelGravatar Robin Holt 1-1/+75
2013-07-09reboot: checkpatch.pl the new kernel/reboot.c fileGravatar Robin Holt 1-14/+13
2013-07-09reboot: move shutdown/reboot related functions to kernel/reboot.cGravatar Robin Holt 1-0/+346