index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
sysrq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-26
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
1
-1
/
+1
2022-06-23
Merge branch 'rework/kthreads' into for-linus
Petr Mladek
1
-2
/
+0
2022-06-23
Revert "printk: add functions to prefer direct printing"
Petr Mladek
1
-2
/
+0
2022-06-03
Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-12
/
+15
2022-04-26
sysrq: do not omit current cpu when showing backtrace of all active CPUs
Changbin Du
1
-4
/
+9
2022-04-22
printk: add functions to prefer direct printing
John Ogness
1
-0
/
+2
2022-04-22
tty/sysrq: change the definition of sysrq_key_table's element to make it more...
Junwen Wu
1
-8
/
+6
2021-11-04
Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+2
2021-10-20
workqueue: Introduce show_one_worker_pool and show_one_workqueue.
Imran Khan
1
-1
/
+1
2021-10-10
tty/sysrq: More intuitive Shift handling
Oskari Pirhonen
1
-0
/
+2
2021-08-16
tty: replace in_irq() with in_hardirq()
Changbin Du
1
-2
/
+2
2021-04-10
tty/sysrq: Fix issues of code indent should use tabs
Xiaofei Tan
1
-17
/
+17
2021-04-10
tty/sysrq: Add a blank line after declarations
Xiaofei Tan
1
-0
/
+1
2020-10-02
tty/sysrq: Extend the sysrq_key_table to cover capital letters
Andrzej Pietrasiewicz
1
-2
/
+47
2020-06-24
tty/sysrq: emergency_thaw_all does not depend on CONFIG_BLOCK
Christoph Hellwig
1
-2
/
+0
2020-06-09
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
1
-1
/
+1
2020-06-09
sysrq: use show_stack_loglvl()
Dmitry Safonov
1
-1
/
+1
2020-05-15
tty/sysrq: constify the the sysrq_key_op(s)
Emil Velikov
1
-26
/
+26
2020-05-15
tty/sysrq: constify the sysrq API
Emil Velikov
1
-8
/
+8
2020-05-15
tty/sysrq: alpha: export and use __sysrq_get_key_op()
Emil Velikov
1
-1
/
+3
2020-04-20
tty/sysrq: Export sysrq_mask(), sysrq_toggle_support()
Dmitry Safonov
1
-0
/
+2
2020-03-07
sysctl/sysrq: Remove __sysrq_enabled copy
Dmitry Safonov
1
-0
/
+12
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
1
-4
/
+4
2019-12-17
sysrq: Remove sysrq_handler_registered
Dmitry Safonov
1
-8
/
+1
2019-05-15
panic: avoid the extra noise dmesg
Feng Tang
1
-0
/
+6
2019-03-27
tty/sysrq: Convert show_lock to raw_spinlock_t
Julien Grall
1
-3
/
+3
2019-01-22
sysrq: Remove duplicated sysrq message
Petr Mladek
1
-4
/
+3
2019-01-22
sysrq: Restore original console_loglevel when sysrq disabled
Petr Mladek
1
-0
/
+1
2018-12-05
tty/sysrq: Do not call sync directly from sysrq_do_reset()
Mark Tomlinson
1
-2
/
+1
2018-11-27
sysrq: Use panic() to force a crash
Matthias Kaehlcke
1
-10
/
+3
2018-11-27
tty/sysrq: add of_node_put()
Yangtao Li
1
-0
/
+2
2018-09-11
signal: send_sig_all no longer needs SEND_SIG_FORCED
Eric W. Biederman
1
-1
/
+1
2018-07-21
signal: Pass pid type into do_send_sig_info
Eric W. Biederman
1
-1
/
+1
2018-04-02
fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()
Dominik Brodowski
1
-1
/
+1
2017-11-14
Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-7
/
+11
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-20
tty/sysrq: Convert timers to use timer_setup()
Kees Cook
1
-5
/
+4
2017-10-04
sysrq : fix Show Regs call trace on ARM
Jibin Xu
1
-2
/
+7
2017-05-04
oom: improve oom disable handling
Michal Hocko
1
-1
/
+1
2017-04-05
net: ibm: emac: remove unused sysrq handler for 'c' key
Eric Biggers
1
-1
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-1
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+2
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-1
/
+1
2017-02-23
lib/show_mem.c: teach show_mem to work with the given nodemask
Michal Hocko
1
-1
/
+1
2017-01-11
sysrq: attach sysrq handler correctly for 32-bit kernel
Akinobu Mita
1
-2
/
+2
2016-07-27
mm: oom: add memcg to oom_control
Vladimir Davydov
1
-0
/
+1
2015-12-30
sysrq: Fix warning in sysrq generated crash.
Ani Sinha
1
-0
/
+6
2015-10-04
drivers/tty: make sysrq.c slightly more explicitly non-modular
Paul Gortmaker
1
-1
/
+5
2015-09-09
mm, oom: pass an oom order of -1 when triggered by sysrq
David Rientjes
1
-2
/
+1
2015-09-09
mm, oom: organize oom context into struct
David Rientjes
1
-2
/
+10
[next]