index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
reboot.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-28
kernel/reboot: Add device to sys_off_handler
Benjamin Bara
1
-0
/
+3
2023-07-28
kernel/reboot: emergency_restart: Set correct system_state
Benjamin Bara
1
-0
/
+1
2022-10-04
kernel/reboot: Add SYS_OFF_MODE_RESTART_PREPARE mode
Kai-Heng Feng
1
-0
/
+17
2022-06-23
Merge branch 'rework/kthreads' into for-linus
Petr Mladek
1
-15
/
+1
2022-06-23
Revert "printk: add functions to prefer direct printing"
Petr Mladek
1
-13
/
+1
2022-06-23
Revert "printk: Wait for the global console lock when the system is going down"
Petr Mladek
1
-2
/
+0
2022-06-17
Merge tag 'printk-for-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+2
2022-06-17
Merge branch 'rework/kthreads' into for-linus
Petr Mladek
1
-0
/
+2
2022-06-15
printk: Wait for the global console lock when the system is going down
Petr Mladek
1
-0
/
+2
2022-06-07
kernel/reboot: Fix powering off using a non-syscall code paths
Dmitry Osipenko
1
-20
/
+26
2022-06-02
kernel/reboot: Use static handler for register_platform_power_off()
Dmitry Osipenko
1
-6
/
+37
2022-05-30
Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-7
/
+341
2022-05-26
Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+32
2022-05-25
kernel/reboot: Change registration order of legacy power-off handler
Dmitry Osipenko
1
-16
/
+17
2022-05-19
kernel/reboot: Add devm_register_restart_handler()
Dmitry Osipenko
1
-0
/
+22
2022-05-19
kernel/reboot: Add devm_register_power_off_handler()
Dmitry Osipenko
1
-0
/
+22
2022-05-19
reboot: Remove pm_power_off_prepare()
Dmitry Osipenko
1
-19
/
+0
2022-05-19
kernel/reboot: Add register_platform_power_off()
Dmitry Osipenko
1
-0
/
+55
2022-05-19
kernel/reboot: Add kernel_can_power_off()
Dmitry Osipenko
1
-1
/
+13
2022-05-19
kernel/reboot: Add stub for pm_power_off
Dmitry Osipenko
1
-0
/
+6
2022-05-19
kernel/reboot: Add do_kernel_power_off()
Dmitry Osipenko
1
-0
/
+13
2022-05-19
kernel/reboot: Wrap legacy power-off callbacks into sys-off handlers
Dmitry Osipenko
1
-2
/
+42
2022-05-19
kernel/reboot: Introduce sys-off handler API
Dmitry Osipenko
1
-0
/
+182
2022-05-09
reboot: Fix build warning without CONFIG_SYSCTL
YueHaibing
1
-27
/
+27
2022-04-22
printk: add functions to prefer direct printing
John Ogness
1
-1
/
+13
2022-04-06
kernel/reboot: move reboot sysctls to its own file
tangmeng
1
-2
/
+32
2021-11-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-0
/
+1
2021-10-20
reboot: Remove the unreachable panic after do_exit in reboot(2)
Eric W. Biederman
1
-1
/
+0
2021-10-16
reboot: export symbol 'reboot_mode'
Shawn Guo
1
-0
/
+1
2021-06-21
reboot: Add hardware protection power-off
Matti Vaittinen
1
-0
/
+79
2021-03-18
Revert "PM: ACPI: reboot: Use S5 for reboot"
Josef Bacik
1
-2
/
+0
2020-12-15
reboot: hide from sysfs not applicable settings
Matteo Croce
1
-23
/
+31
2020-12-15
reboot: allow to override reboot type if quirks are found
Matteo Croce
1
-0
/
+6
2020-12-15
reboot: remove cf9_safe from allowed types and rename cf9_force
Matteo Croce
1
-9
/
+3
2020-12-15
reboot: allow to specify reboot mode via sysfs
Matteo Croce
1
-0
/
+206
2020-12-15
reboot: refactor and comment the cpu selection code
Matteo Croce
1
-13
/
+17
2020-12-15
Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'
Rafael J. Wysocki
1
-0
/
+2
2020-11-14
reboot: fix overflow parsing reboot cpu number
Matteo Croce
1
-0
/
+7
2020-11-14
Revert "kernel/reboot.c: convert simple_strtoul to kstrtoint"
Matteo Croce
1
-14
/
+7
2020-11-10
PM: ACPI: reboot: Use S5 for reboot
Kai-Heng Feng
1
-0
/
+2
2020-07-01
arch: remove unicore32 port
Mike Rapoport
1
-1
/
+1
2020-05-30
printk: Collapse shutdown types into a single dump reason
Kees Cook
1
-3
/
+3
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-14
panic/reboot: allow specifying reboot_mode for panic only
Aaro Koskinen
1
-5
/
+15
2018-09-11
kernel/reboot.c: export pm_power_off_prepare
Oleksij Rempel
1
-0
/
+1
2018-08-06
PM / reboot: Eliminate race between reboot and suspend
Pingfan Liu
1
-3
/
+3
2017-11-17
kernel/reboot.c: add devm_register_reboot_notifier()
Andrey Smirnov
1
-0
/
+27
2015-09-10
kexec: split kexec_load syscall from kexec core code
Dave Young
1
-1
/
+1
2015-04-15
kernel/reboot.c: add orderly_reboot for graceful reboot
Joel Stanley
1
-5
/
+48
2014-09-26
kernel: add support for kernel restart handler call chain
Guenter Roeck
1
-0
/
+81
[next]