1. 4bdb0f4 Merge android-4.9.216(4ad9bb8) into msm-4.9 by jianzhou · 4 years, 2 months ago
  2. efe041b sysrq: Remove duplicated sysrq message by Petr Mladek · 5 years ago
  3. 625628b sysrq: Restore original console_loglevel when sysrq disabled by Petr Mladek · 5 years ago
  4. ff97938 Merge remote-tracking branch '4.9/tmp-8dd0f52' into msm-4.9 by Kyle Yan · 6 years ago
  5. 5840a28 sysrq : fix Show Regs call trace on ARM by Jibin Xu · 7 years ago
  6. ec5b916 android: fiq_debugger: restrict access to critical commands. by Mark Salyzyn · 7 years ago
  7. ef8ee44 sysrq: attach sysrq handler correctly for 32-bit kernel by Akinobu Mita · 7 years ago
  8. 2a966b7 mm: oom: add memcg to oom_control by Vladimir Davydov · 8 years ago
  9. 984cf35 sysrq: Fix warning in sysrq generated crash. by Ani Sinha · 8 years ago
  10. 3bce6f6 drivers/tty: make sysrq.c slightly more explicitly non-modular by Paul Gortmaker · 9 years ago
  11. 54e9e29 mm, oom: pass an oom order of -1 when triggered by sysrq by David Rientjes · 9 years ago
  12. 6e0fc46 mm, oom: organize oom context into struct by David Rientjes · 9 years ago
  13. 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  14. 78c10e5 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  15. aefbef1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  16. 14738e0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  17. dc56401 mm: oom_kill: simplify OOM killer locking by Johannes Weiner · 9 years ago
  18. d1e9a4f MIPS: Add SysRq operation to dump TLBs on all CPUs by James Hogan · 9 years ago
  19. ffb6e0c tty: remove platform_sysrq_reset_seq by Arnd Bergmann · 9 years ago
  20. 9c27847 kernel/params: constify struct kernel_param_ops uses by Luis R. Rodriguez · 9 years ago
  21. 3494fc3 workqueue: dump workqueues on sysrq-t by Tejun Heo · 9 years ago
  22. c32b3cb oom, PM: make OOM detection in the freezer path raceless by Michal Hocko · 9 years ago
  23. 401e4a7 sysrq: convert printk to pr_* equivalent by Michal Hocko · 9 years ago
  24. 8d060bf mm, oom: ensure memoryless node zonelist always includes zones by David Rientjes · 10 years ago
  25. 722773a sysrq,rcu: suppress RCU stall warnings while sysrq runs by Rik van Riel · 10 years ago
  26. 984d74a sysrq: rcu-ify __handle_sysrq by Rik van Riel · 10 years ago
  27. a8fe19e kernel/printk: use symbolic defines for console loglevels by Borislav Petkov · 10 years ago
  28. 8eaede4 sysrq: Allow magic SysRq key functions to be disabled through Kconfig by Ben Hutchings · 11 years ago
  29. 8b8a7df Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 11 years ago
  30. 4c076eb Input: sysrq - DT binding for key sequence by Mathieu J. Poirier · 11 years ago
  31. f5b63ac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 11 years ago
  32. 31881d7 Merge branch 'for-next' of git://github.com/rydberg/linux into next by Dmitry Torokhov · 11 years ago
  33. 3d28951 Input: sysrq - request graceful shutdown for key reset by Mathieu J. Poirier · 11 years ago
  34. 86b4056 tty: replace strict_strtoul() with kstrtoul() by Jingoo Han · 11 years ago
  35. 251df49 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 11 years ago
  36. 3903078 Input: sysrq - supplement reset sequence with timeout functionality by Mathieu J. Poirier · 11 years ago
  37. afa80cc sysrq: fix inconstistent help message of sysrq key by zhangwei(Jovi) · 11 years ago
  38. adf96e6 sysrq: don't depend on weak undefined arrays to have an address that compares as NULL by Linus Torvalds · 11 years ago
  39. c6699b5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 11 years ago
  40. 8bd75c7 sched/rt: Move rt specific bits into new header file by Clark Williams · 11 years ago
  41. 154b7a4 Input: sysrq - allow specifying alternate reset sequence by Mathieu Poirier · 11 years ago
  42. 5318609 mm, oom: ensure sysrq+f always passes valid zonelist by David Rientjes · 11 years ago
  43. 916ca14 sparc64: Add global PMU register dumping via sysrq. by David S. Miller · 12 years ago
  44. b82c328 sysrq: use SEND_SIG_FORCED instead of force_sig() by Anton Vorontsov · 12 years ago
  45. 08ab9b1 mm, oom: force oom kill on sysrq+f by David Rientjes · 12 years ago
  46. 079c953 vt:tackle kbd_table by Alan Cox · 12 years ago
  47. d3a532a sysrq: Properly check for kernel threads by Anton Vorontsov · 12 years ago
  48. e502bab sysrq: Fix possible race with exiting task by Anton Vorontsov · 12 years ago
  49. ff01bb48 fs: move code out of buffer.c by Al Viro · 13 years ago
  50. b2b755b lib, arch: add filter argument to show_mem and fix private implementations by David Rientjes · 13 years ago
  51. 87450bd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  52. 6fb1b30 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  53. 864ee6c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  54. 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]
  55. 3a99c63 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  56. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  57. 1966cb2 Input: sysrq - add locking to sysrq_filter() by Dmitry Torokhov · 14 years ago
  58. f335397 Input: sysrq - drop tty argument form handle_sysrq() by Dmitry Torokhov · 14 years ago
  59. 1495cc9 Input: sysrq - drop tty argument from sysrq ops handlers by Dmitry Torokhov · 14 years ago
  60. edd63cb sysrq,kdb: Use __handle_sysrq() for kdb's sysrq function by Jason Wessel · 14 years ago
  61. f5dec51 Input: sysrq - fix "stuck" SysRq mode by Dmitry Torokhov · 14 years ago
  62. a0fe3cc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  63. cecbca9 tracing: Dump either the oops's cpu source or all cpus buffers by Frederic Weisbecker · 14 years ago
  64. 97f5f0c Input: implement SysRq as a separate input handler by Dmitry Torokhov · 14 years ago
  65. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  66. 4365a56 oom-kill: fix NUMA constraint check with nodemask by KAMEZAWA Hiroyuki · 14 years ago
  67. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  68. 47cab6a debug lockups: Improve lockup detection, fix generic arch fallback by Ingo Molnar · 15 years ago
  69. c1dc0b9 debug lockups: Improve lockup detection by Ingo Molnar · 15 years ago
  70. cab8bd3 sysrq, kdump: make sysrq-c consistent by Hidetoshi Seto · 15 years ago
  71. d6580a9 kexec: sysrq: simplify sysrq-c handler by Neil Horman · 15 years ago
  72. dc3f81b Merge commit 'v2.6.30-rc6' into perfcounters/core by Ingo Molnar · 15 years ago
  73. 364b5b7 sysrq, intel_fb: fix sysrq g collision by Jason Wessel · 15 years ago
  74. e7fd5d4 Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  75. 267b01f sysrq: remove duplicated #include by Huang Weiyi · 15 years ago
  76. f541ae3 Merge branch 'linus' into perfcounters/core-v2 by Ingo Molnar · 15 years ago
  77. 8302294 Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 15 years ago
  78. 32527bc Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 15 years ago
  79. c2d7543 filesystem freeze: allow SysRq emergency thaw to thaw frozen filesystems by Eric Sandeen · 15 years ago
  80. 5886cea [PATCH] sysrq: include interrupt.h instead of irq.h by Heiko Carstens · 15 years ago
  81. 7783549 Merge commit 'v2.6.29-rc2' into perfcounters/core by Ingo Molnar · 15 years ago
  82. 4092762 Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc2' into tracing/core by Ingo Molnar · 15 years ago
  83. fb144ad sysrq: add commentary on why we use the console loglevel over using KERN_EMERG by Andy Whitcroft · 15 years ago
  84. 99cd707 Merge commit 'v2.6.29-rc1' into tracing/urgent by Ingo Molnar · 15 years ago
  85. 506c10f Merge commit 'v2.6.29-rc1' into perfcounters/core by Ingo Molnar · 15 years ago
  86. 208b95c sysrq: more explicit, less terse help messages by Randy Dunlap · 15 years ago
  87. e1df957 Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  88. 3871f2f sysrq: fix ftrace help msg & doc. by Randy Dunlap · 15 years ago
  89. 0793a61 performance counters: core code by Thomas Gleixner · 15 years ago
  90. 69f698a ftrace: sysrq-z to dump the buffers by Peter Zijlstra · 16 years ago
  91. 322acf6 fix documentation of sysrq-q really by Thomas Gleixner · 16 years ago
  92. 24bdeb4 Fix documentation of sysrq-q by Andi Kleen · 16 years ago
  93. f40cbaa proc: move sysrq-trigger out of fs/proc/ by Alexey Dobriyan · 16 years ago
  94. b4236f8 sysrq: add enable_mask in sysrq_moom_op by Naohiro Ooiwa · 16 years ago
  95. 8b604d5 fix: "smp_call_function: get rid of the unused nonatomic/retry argument" by Ingo Molnar · 16 years ago
  96. 93dae5b sparc64: Add global register dumping facility. by David S. Miller · 16 years ago
  97. 5045bca sysrq: add show-backtrace-on-all-cpus function by Rik van Riel · 16 years ago
  98. 0e88460 mm: introduce node_zonelist() for accessing the zonelist for a GFP mask by Mel Gorman · 16 years ago
  99. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 17 years ago
  100. 2e8ecb9 add CONFIG_VT_UNICODE by Bill Nottingham · 17 years ago