aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/sysrq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+1
2015-06-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+2
2015-06-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-18/+1
2015-06-24mm: oom_kill: simplify OOM killer lockingJohannes Weiner1-0/+2
2015-06-21MIPS: Add SysRq operation to dump TLBs on all CPUsJames Hogan1-0/+1
2015-06-02tty: remove platform_sysrq_reset_seqArnd Bergmann1-18/+1
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-1/+1
2015-03-09workqueue: dump workqueues on sysrq-tTejun Heo1-0/+1
2015-02-11oom, PM: make OOM detection in the freezer path racelessMichal Hocko1-2/+3
2015-02-11sysrq: convert printk to pr_* equivalentMichal Hocko1-9/+9
2014-08-06mm, oom: ensure memoryless node zonelist always includes zonesDavid Rientjes1-1/+1
2014-06-06sysrq,rcu: suppress RCU stall warnings while sysrq runsRik van Riel1-0/+3
2014-06-06sysrq: rcu-ify __handle_sysrqRik van Riel1-6/+12
2014-06-04kernel/printk: use symbolic defines for console loglevelsBorislav Petkov1-4/+4
2013-10-16sysrq: Allow magic SysRq key functions to be disabled through KconfigBen Hutchings1-1/+1
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+42
2013-08-12Input: sysrq - DT binding for key sequenceMathieu J. Poirier1-0/+42
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-4/+15
2013-06-27Merge branch 'for-next' of git://github.com/rydberg/linux into nextDmitry Torokhov1-19/+19
2013-06-06Input: sysrq - request graceful shutdown for key resetMathieu J. Poirier1-4/+15
2013-06-03tty: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-13/+40
2013-04-01Input: sysrq - supplement reset sequence with timeout functionalityMathieu J. Poirier1-13/+40
2013-03-15sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-19/+19
2013-02-27sysrq: don't depend on weak undefined arrays to have an address that compares as NULLLinus Torvalds1-8/+7
2013-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-74/+202
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams1-0/+1
2013-01-17Input: sysrq - allow specifying alternate reset sequenceMathieu Poirier1-74/+202
2012-11-15mm, oom: ensure sysrq+f always passes valid zonelistDavid Rientjes1-1/+2
2012-10-16sparc64: Add global PMU register dumping via sysrq.David S. Miller1-0/+1
2012-04-05sysrq: use SEND_SIG_FORCED instead of force_sig()Anton Vorontsov1-1/+1
2012-03-21mm, oom: force oom kill on sysrq+fDavid Rientjes1-1/+1