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 |