1. fdf756f sched: Fix more TASK_state comparisons by Peter Zijlstra · 2 years, 6 months ago
  2. 5aec788 sched: Fix TASK_state comparisons by Peter Zijlstra · 2 years, 6 months ago
  3. f5d39b0 freezer,sched: Rewrite core freezer logic by Peter Zijlstra · 2 years, 7 months ago
  4. 591c32b kernel/hung_task: fix address space of proc_dohung_task_timeout_secs by Ben Dooks · 2 years, 8 months ago
  5. 51889d2 Merge branch 'rework/kthreads' into for-linus by Petr Mladek · 2 years, 9 months ago
  6. 07a22b6 Revert "printk: add functions to prefer direct printing" by Petr Mladek · 2 years, 9 months ago
  7. 6f66404 Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 10 months ago
  8. 67fca00 lib/Kconfig.debug: remove more CONFIG_..._VALUE indirections by Rasmus Villemoes · 2 years, 11 months ago
  9. 2bb2b7b printk: add functions to prefer direct printing by John Ogness · 2 years, 11 months ago
  10. bbe7a10 hung_task: move hung_task sysctl interface to hung_task.c by Xiaoming Ni · 3 years, 2 months ago
  11. 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 9 months ago
  12. f39650d kernel.h: split out panic and oops helpers by Andy Shevchenko · 3 years, 9 months ago
  13. 2f064a5 sched: Change task_struct::state by Peter Zijlstra · 3 years, 9 months ago
  14. 3b70ae4 kernel/hung_task.c: make type annotations consistent by Lukas Bulwahn · 4 years, 4 months ago
  15. 0ec9dc9 kernel/hung_task.c: introduce sysctl to print all traces when a hung task is detected by Guilherme G. Piccoli · 4 years, 9 months ago
  16. b467f3e kernel/hung_task convert hung_task_panic boot parameter to sysctl by Vlastimil Babka · 4 years, 9 months ago
  17. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  18. b014beb kernel/hung_task.c: Use continuously blocked time when reporting. by Tetsuo Handa · 6 years ago
  19. a98eb6f kernel/hung_task.c - fix sparse warnings by Valdis Kletnieks · 6 years ago
  20. 304ae42 kernel/hung_task.c: break RCU locks based on jiffies by Tetsuo Handa · 6 years ago
  21. 168e06f kernel/hung_task.c: force console verbose before panic by Liu, Chuansheng · 6 years ago
  22. a1c6ca3 kernel: hung_task.c: disable on suspend by Vitaly Kuznetsov · 6 years ago
  23. a2e5144 kernel/hung_task.c: allow to set checking interval separately from timeout by Dmitry Vyukov · 7 years ago
  24. 401c636 kernel/hung_task.c: show all hung tasks before panic by Tetsuo Handa · 7 years ago
  25. 780cbcf kernel/hung_task.c: defer showing held locks by Tetsuo Handa · 8 years ago
  26. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  27. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  28. 4ca5ede hung_task: decrement sysctl_hung_task_warnings only if it is positive by Tetsuo Handa · 8 years ago
  29. 48a6d64 hung_task: allow hung_task_panic when hung_task_warnings is 0 by John Siddle · 8 years ago
  30. b2d4c2e locking/hung_task: Show all locks by Vegard Nossum · 9 years ago
  31. b4aa14a kernel/hung_task.c: use timeout diff when timeout is updated by Tetsuo Handa · 9 years ago
  32. 972fae69 kernel/hung_task.c: change hung_task.c to use for_each_process_thread() by Aaron Tomlin · 10 years ago
  33. b51dbec kernel/hung_task.c: convert simple_strtoul to kstrtouint by Fabian Frederick · 11 years ago
  34. c96d666 kernel: audit/fix non-modular users of module_init in core code by Paul Gortmaker · 11 years ago
  35. 270750db hung_task: Display every hung task warning by Aaron Tomlin · 11 years ago
  36. f080480 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  37. 8b41452 hung_task: add method to reset detector by Marcelo Tosatti · 11 years ago
  38. 6a716c9 hung_task debugging: Add tracepoint to report the hang by Oleg Nesterov · 11 years ago
  39. cd64647 hung_task: Change sysctl_hung_task_check_count to 'int' by Li Zefan · 11 years ago
  40. 41e85ce hung_task debugging: Print more info when reporting the problem by Oleg Nesterov · 12 years ago
  41. 625056b hung task debugging: Inject NMI when hung and going to panic by Sasha Levin · 13 years ago
  42. 6027ce4 hung_task: fix the broken rcu_lock_break() logic by Oleg Nesterov · 13 years ago
  43. f9fab10 hung_task: fix false positive during vfork by Mandeep Singh Baines · 13 years ago
  44. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 14 years ago
  45. e11feaa watchdog, hung_task_timeout: Add Kconfig configurable default by Jeff Mahoney · 14 years ago
  46. 6a103b0 lockup detector: Fix grammar by adding a missing "to" in the comments by John Kacur · 15 years ago
  47. f1b499f lockdep: Remove __debug_show_held_locks by John Kacur · 15 years ago
  48. e5af022 softlockup: Fix hung_task_check_count sysctl by Anton Blanchard · 15 years ago
  49. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  50. cf2592f softlockup: ensure the task has been switched out once by Frederic Weisbecker · 16 years ago
  51. 17406b8 softlockup: remove timestamp checking from hung_task by Mandeep Singh Baines · 16 years ago
  52. 94be52d softlockup: convert read_lock in hung_task to rcu_read_lock by Mandeep Singh Baines · 16 years ago
  53. ce9dbe2 softlockup: check all tasks in hung_task by Mandeep Singh Baines · 16 years ago
  54. 603a148 softlockup: fix potential race in hung_task when resetting timeout by Mandeep Singh Baines · 16 years ago
  55. e162b39 softlockup: decouple hung tasks check from softlockup detection by Mandeep Singh Baines · 16 years ago