aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/sysrq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-23Merge branch 'rework/kthreads' into for-linusPetr Mladek1-2/+0
2022-06-23Revert "printk: add functions to prefer direct printing"Petr Mladek1-2/+0
2022-06-03Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-12/+15
2022-04-26sysrq: do not omit current cpu when showing backtrace of all active CPUsChangbin Du1-4/+9
2022-04-22printk: add functions to prefer direct printingJohn Ogness1-0/+2
2022-04-22tty/sysrq: change the definition of sysrq_key_table's element to make it more readableJunwen Wu1-8/+6
2021-11-04Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+2
2021-10-20workqueue: Introduce show_one_worker_pool and show_one_workqueue.Imran Khan1-1/+1
2021-10-10tty/sysrq: More intuitive Shift handlingOskari Pirhonen1-0/+2
2021-08-16tty: replace in_irq() with in_hardirq()Changbin Du1-2/+2
2021-04-10tty/sysrq: Fix issues of code indent should use tabsXiaofei Tan1-17/+17
2021-04-10tty/sysrq: Add a blank line after declarationsXiaofei Tan1-0/+1
2020-10-02tty/sysrq: Extend the sysrq_key_table to cover capital lettersAndrzej Pietrasiewicz1-2/+47
2020-06-24tty/sysrq: emergency_thaw_all does not depend on CONFIG_BLOCKChristoph Hellwig1-2/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-1/+1
2020-06-09sysrq: use show_stack_loglvl()Dmitry Safonov1-1/+1
2020-05-15tty/sysrq: constify the the sysrq_key_op(s)Emil Velikov1-26/+26
2020-05-15tty/sysrq: constify the sysrq APIEmil Velikov1-8/+8
2020-05-15tty/sysrq: alpha: export and use __sysrq_get_key_op()Emil Velikov1-1/+3
2020-04-20tty/sysrq: Export sysrq_mask(), sysrq_toggle_support()Dmitry Safonov1-0/+2
2020-03-07sysctl/sysrq: Remove __sysrq_enabled copyDmitry Safonov1-0/+12
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-4/+4
2019-12-17sysrq: Remove sysrq_handler_registeredDmitry Safonov1-8/+1
2019-05-14panic: avoid the extra noise dmesgFeng Tang1-0/+6
2019-03-28tty/sysrq: Convert show_lock to raw_spinlock_tJulien Grall1-3/+3
2019-01-22sysrq: Remove duplicated sysrq messagePetr Mladek1-4/+3
2019-01-22sysrq: Restore original console_loglevel when sysrq disabledPetr Mladek1-0/+1
2018-12-05tty/sysrq: Do not call sync directly from sysrq_do_reset()Mark Tomlinson1-2/+1
2018-11-27sysrq: Use panic() to force a crashMatthias Kaehlcke1-10/+3
2018-11-27tty/sysrq: add of_node_put()Yangtao Li1-0/+2
2018-09-11signal: send_sig_all no longer needs SEND_SIG_FORCEDEric W. Biederman1-1/+1
2018-07-21signal: Pass pid type into do_send_sig_infoEric W. Biederman1-1/+1
2018-04-02fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Dominik Brodowski1-1/+1
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-7/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-20tty/sysrq: Convert timers to use timer_setup()Kees Cook1-5/+4
2017-10-04sysrq : fix Show Regs call trace on ARMJibin Xu1-2/+7
2017-05-03oom: improve oom disable handlingMichal Hocko1-1/+1
2017-04-05net: ibm: emac: remove unused sysrq handler for 'c' keyEric Biggers1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-22lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko1-1/+1
2017-01-11sysrq: attach sysrq handler correctly for 32-bit kernelAkinobu Mita1-2/+2
2016-07-26mm: oom: add memcg to oom_controlVladimir Davydov1-0/+1
2015-12-29sysrq: Fix warning in sysrq generated crash.Ani Sinha1-0/+6
2015-10-04drivers/tty: make sysrq.c slightly more explicitly non-modularPaul Gortmaker1-1/+5
2015-09-08mm, oom: pass an oom order of -1 when triggered by sysrqDavid Rientjes1-2/+1
2015-09-08mm, oom: organize oom context into structDavid Rientjes1-2/+10
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1