1. 7fffe31 tty/sysrq: constify the the sysrq_key_op(s) by Emil Velikov · 4 years, 8 months ago
  2. 23cbedf tty/sysrq: constify the sysrq API by Emil Velikov · 4 years, 8 months ago
  3. 0f1c968 tty/sysrq: alpha: export and use __sysrq_get_key_op() by Emil Velikov · 4 years, 8 months ago
  4. 66bb1c9 tty/sysrq: Export sysrq_mask(), sysrq_toggle_support() by Dmitry Safonov · 4 years, 9 months ago
  5. eaee417 sysctl/sysrq: Remove __sysrq_enabled copy by Dmitry Safonov · 4 years, 10 months ago
  6. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  7. f06327d sysrq: Remove sysrq_handler_registered by Dmitry Safonov · 5 years ago
  8. c39ea0b panic: avoid the extra noise dmesg by Feng Tang · 6 years ago
  9. 6ac972d tty/sysrq: Convert show_lock to raw_spinlock_t by Julien Grall · 6 years ago
  10. c3fee60 sysrq: Remove duplicated sysrq message by Petr Mladek · 6 years ago
  11. 075e1a0 sysrq: Restore original console_loglevel when sysrq disabled by Petr Mladek · 6 years ago
  12. 8fefbc6 tty/sysrq: Do not call sync directly from sysrq_do_reset() by Mark Tomlinson · 6 years ago
  13. 8341f2f sysrq: Use panic() to force a crash by Matthias Kaehlcke · 6 years ago
  14. 279070b tty/sysrq: add of_node_put() by Yangtao Li · 6 years ago
  15. b16503b signal: send_sig_all no longer needs SEND_SIG_FORCED by Eric W. Biederman · 6 years ago
  16. 40b3b02 signal: Pass pid type into do_send_sig_info by Eric W. Biederman · 6 years ago
  17. 70f68ee fs: add ksys_sync() helper; remove in-kernel calls to sys_sync() by Dominik Brodowski · 7 years ago
  18. fb0255f Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  19. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  20. 8c318fa tty/sysrq: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  21. b00bebb sysrq : fix Show Regs call trace on ARM by Jibin Xu · 7 years ago
  22. d75da00 oom: improve oom disable handling by Michal Hocko · 8 years ago
  23. 5e35141 net: ibm: emac: remove unused sysrq handler for 'c' key by Eric Biggers · 8 years ago
  24. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  25. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  26. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  27. 9af744d lib/show_mem.c: teach show_mem to work with the given nodemask by Michal Hocko · 8 years ago
  28. 802c038 sysrq: attach sysrq handler correctly for 32-bit kernel by Akinobu Mita · 8 years ago
  29. 2a966b7 mm: oom: add memcg to oom_control by Vladimir Davydov · 8 years ago
  30. 984cf35 sysrq: Fix warning in sysrq generated crash. by Ani Sinha · 9 years ago
  31. 3bce6f6 drivers/tty: make sysrq.c slightly more explicitly non-modular by Paul Gortmaker · 9 years ago
  32. 54e9e29 mm, oom: pass an oom order of -1 when triggered by sysrq by David Rientjes · 9 years ago
  33. 6e0fc46 mm, oom: organize oom context into struct by David Rientjes · 9 years ago
  34. 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  35. 78c10e5 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  36. aefbef1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  37. 14738e0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
  38. dc56401 mm: oom_kill: simplify OOM killer locking by Johannes Weiner · 10 years ago
  39. d1e9a4f MIPS: Add SysRq operation to dump TLBs on all CPUs by James Hogan · 10 years ago
  40. ffb6e0c tty: remove platform_sysrq_reset_seq by Arnd Bergmann · 10 years ago
  41. 9c27847 kernel/params: constify struct kernel_param_ops uses by Luis R. Rodriguez · 10 years ago
  42. 3494fc3 workqueue: dump workqueues on sysrq-t by Tejun Heo · 10 years ago
  43. c32b3cb oom, PM: make OOM detection in the freezer path raceless by Michal Hocko · 10 years ago
  44. 401e4a7 sysrq: convert printk to pr_* equivalent by Michal Hocko · 10 years ago
  45. 8d060bf mm, oom: ensure memoryless node zonelist always includes zones by David Rientjes · 10 years ago
  46. 722773a sysrq,rcu: suppress RCU stall warnings while sysrq runs by Rik van Riel · 11 years ago
  47. 984d74a sysrq: rcu-ify __handle_sysrq by Rik van Riel · 11 years ago
  48. a8fe19e kernel/printk: use symbolic defines for console loglevels by Borislav Petkov · 11 years ago
  49. 8eaede4 sysrq: Allow magic SysRq key functions to be disabled through Kconfig by Ben Hutchings · 11 years ago
  50. 8b8a7df Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 11 years ago
  51. 4c076eb Input: sysrq - DT binding for key sequence by Mathieu J. Poirier · 11 years ago
  52. f5b63ac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  53. 31881d7 Merge branch 'for-next' of git://github.com/rydberg/linux into next by Dmitry Torokhov · 12 years ago
  54. 3d28951 Input: sysrq - request graceful shutdown for key reset by Mathieu J. Poirier · 12 years ago
  55. 86b4056 tty: replace strict_strtoul() with kstrtoul() by Jingoo Han · 12 years ago
  56. 251df49 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  57. 3903078 Input: sysrq - supplement reset sequence with timeout functionality by Mathieu J. Poirier · 12 years ago
  58. afa80cc sysrq: fix inconstistent help message of sysrq key by zhangwei(Jovi) · 12 years ago
  59. adf96e6 sysrq: don't depend on weak undefined arrays to have an address that compares as NULL by Linus Torvalds · 12 years ago
  60. c6699b5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  61. 8bd75c7 sched/rt: Move rt specific bits into new header file by Clark Williams · 12 years ago
  62. 154b7a4 Input: sysrq - allow specifying alternate reset sequence by Mathieu Poirier · 12 years ago
  63. 5318609 mm, oom: ensure sysrq+f always passes valid zonelist by David Rientjes · 12 years ago
  64. 916ca14 sparc64: Add global PMU register dumping via sysrq. by David S. Miller · 12 years ago
  65. b82c328 sysrq: use SEND_SIG_FORCED instead of force_sig() by Anton Vorontsov · 13 years ago
  66. 08ab9b1 mm, oom: force oom kill on sysrq+f by David Rientjes · 13 years ago
  67. 079c953 vt:tackle kbd_table by Alan Cox · 13 years ago
  68. d3a532a sysrq: Properly check for kernel threads by Anton Vorontsov · 13 years ago
  69. e502bab sysrq: Fix possible race with exiting task by Anton Vorontsov · 13 years ago
  70. ff01bb4 fs: move code out of buffer.c by Al Viro · 13 years ago
  71. b2b755b lib, arch: add filter argument to show_mem and fix private implementations by David Rientjes · 14 years ago
  72. 87450bd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  73. 6fb1b30 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  74. 864ee6c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  75. 96fd7ce TTY: create drivers/tty and move the tty core files there by Greg Kroah-Hartman · 14 years ago[Renamed from drivers/char/sysrq.c]
  76. 3a99c63 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  77. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  78. 1966cb2 Input: sysrq - add locking to sysrq_filter() by Dmitry Torokhov · 14 years ago
  79. f335397 Input: sysrq - drop tty argument form handle_sysrq() by Dmitry Torokhov · 14 years ago
  80. 1495cc9 Input: sysrq - drop tty argument from sysrq ops handlers by Dmitry Torokhov · 14 years ago
  81. edd63cb sysrq,kdb: Use __handle_sysrq() for kdb's sysrq function by Jason Wessel · 14 years ago
  82. f5dec51 Input: sysrq - fix "stuck" SysRq mode by Dmitry Torokhov · 15 years ago
  83. a0fe3cc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  84. cecbca9 tracing: Dump either the oops's cpu source or all cpus buffers by Frederic Weisbecker · 15 years ago
  85. 97f5f0c Input: implement SysRq as a separate input handler by Dmitry Torokhov · 15 years ago
  86. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  87. 4365a56 oom-kill: fix NUMA constraint check with nodemask by KAMEZAWA Hiroyuki · 15 years ago
  88. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  89. 47cab6a debug lockups: Improve lockup detection, fix generic arch fallback by Ingo Molnar · 15 years ago
  90. c1dc0b9 debug lockups: Improve lockup detection by Ingo Molnar · 15 years ago
  91. cab8bd3 sysrq, kdump: make sysrq-c consistent by Hidetoshi Seto · 15 years ago
  92. d6580a9 kexec: sysrq: simplify sysrq-c handler by Neil Horman · 16 years ago
  93. dc3f81b Merge commit 'v2.6.30-rc6' into perfcounters/core by Ingo Molnar · 16 years ago
  94. 364b5b7 sysrq, intel_fb: fix sysrq g collision by Jason Wessel · 16 years ago
  95. e7fd5d4 Merge branch 'linus' into perfcounters/core by Ingo Molnar · 16 years ago
  96. 267b01f sysrq: remove duplicated #include by Huang Weiyi · 16 years ago
  97. f541ae3 Merge branch 'linus' into perfcounters/core-v2 by Ingo Molnar · 16 years ago
  98. 8302294 Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 16 years ago
  99. 32527bc Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  100. c2d7543 filesystem freeze: allow SysRq emergency thaw to thaw frozen filesystems by Eric Sandeen · 16 years ago