aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/sysrq.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-25/proc/sysrq-trigger: accept multiple keys at onceGravatar Tomas Mudrunka 1-3/+16
2023-10-10tty/sysrq: replace smp_processor_id() with get_cpu()Gravatar Muhammad Usama Anjum 1-1/+2
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-43/+41
2023-08-18mm: remove arguments of show_mem()Gravatar Kefeng Wang 1-1/+1
2023-07-25tty: sysrq: use switch in sysrq_key_table_key2index()Gravatar Jiri Slaby 1-11/+10
2023-07-25tty: sysrq: switch the rest of keys to u8Gravatar Jiri Slaby 1-8/+8
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Gravatar Jiri Slaby 1-20/+20
2023-07-25tty: sysrq: rename and re-type i in sysrq_handle_loglevel()Gravatar Jiri Slaby 1-4/+3
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Gravatar Steven Rostedt (Google) 1-1/+1
2022-06-23Merge branch 'rework/kthreads' into for-linusGravatar Petr Mladek 1-2/+0
2022-06-23Revert "printk: add functions to prefer direct printing"Gravatar Petr Mladek 1-2/+0
2022-06-03Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-12/+15
2022-04-26sysrq: do not omit current cpu when showing backtrace of all active CPUsGravatar Changbin Du 1-4/+9
2022-04-22printk: add functions to prefer direct printingGravatar John Ogness 1-0/+2
2022-04-22tty/sysrq: change the definition of sysrq_key_table's element to make it more...Gravatar Junwen Wu 1-8/+6
2021-11-04Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+2
2021-10-20workqueue: Introduce show_one_worker_pool and show_one_workqueue.Gravatar Imran Khan 1-1/+1
2021-10-10tty/sysrq: More intuitive Shift handlingGravatar Oskari Pirhonen 1-0/+2
2021-08-16tty: replace in_irq() with in_hardirq()Gravatar Changbin Du 1-2/+2
2021-04-10tty/sysrq: Fix issues of code indent should use tabsGravatar Xiaofei Tan 1-17/+17
2021-04-10tty/sysrq: Add a blank line after declarationsGravatar Xiaofei Tan 1-0/+1
2020-10-02tty/sysrq: Extend the sysrq_key_table to cover capital lettersGravatar Andrzej Pietrasiewicz 1-2/+47
2020-06-24tty/sysrq: emergency_thaw_all does not depend on CONFIG_BLOCKGravatar Christoph Hellwig 1-2/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Gravatar Dmitry Safonov 1-1/+1
2020-06-09sysrq: use show_stack_loglvl()Gravatar Dmitry Safonov 1-1/+1
2020-05-15tty/sysrq: constify the the sysrq_key_op(s)Gravatar Emil Velikov 1-26/+26
2020-05-15tty/sysrq: constify the sysrq APIGravatar Emil Velikov 1-8/+8
2020-05-15tty/sysrq: alpha: export and use __sysrq_get_key_op()Gravatar Emil Velikov 1-1/+3
2020-04-20tty/sysrq: Export sysrq_mask(), sysrq_toggle_support()Gravatar Dmitry Safonov 1-0/+2
2020-03-07sysctl/sysrq: Remove __sysrq_enabled copyGravatar Dmitry Safonov 1-0/+12
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-4/+4
2019-12-17sysrq: Remove sysrq_handler_registeredGravatar Dmitry Safonov 1-8/+1
2019-05-14panic: avoid the extra noise dmesgGravatar Feng Tang 1-0/+6
2019-03-28tty/sysrq: Convert show_lock to raw_spinlock_tGravatar Julien Grall 1-3/+3
2019-01-22sysrq: Remove duplicated sysrq messageGravatar Petr Mladek 1-4/+3
2019-01-22sysrq: Restore original console_loglevel when sysrq disabledGravatar Petr Mladek 1-0/+1
2018-12-05tty/sysrq: Do not call sync directly from sysrq_do_reset()Gravatar Mark Tomlinson 1-2/+1
2018-11-27sysrq: Use panic() to force a crashGravatar Matthias Kaehlcke 1-10/+3
2018-11-27tty/sysrq: add of_node_put()Gravatar Yangtao Li 1-0/+2
2018-09-11signal: send_sig_all no longer needs SEND_SIG_FORCEDGravatar Eric W. Biederman 1-1/+1
2018-07-21signal: Pass pid type into do_send_sig_infoGravatar Eric W. Biederman 1-1/+1
2018-04-02fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Gravatar Dominik Brodowski 1-1/+1
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-7/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-20tty/sysrq: Convert timers to use timer_setup()Gravatar Kees Cook 1-5/+4
2017-10-04sysrq : fix Show Regs call trace on ARMGravatar Jibin Xu 1-2/+7
2017-05-03oom: improve oom disable handlingGravatar Michal Hocko 1-1/+1
2017-04-05net: ibm: emac: remove unused sysrq handler for 'c' keyGravatar Eric Biggers 1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+2