aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/hung_task.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-30sched: Fix more TASK_state comparisonsPeter Zijlstra1-3/+7
2022-09-28sched: Fix TASK_state comparisonsPeter Zijlstra1-2/+6
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra1-2/+2
2022-07-29kernel/hung_task: fix address space of proc_dohung_task_timeout_secsBen Dooks1-1/+1
2022-06-23Merge branch 'rework/kthreads' into for-linusPetr Mladek1-10/+1
2022-06-23Revert "printk: add functions to prefer direct printing"Petr Mladek1-10/+1
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2022-04-29lib/Kconfig.debug: remove more CONFIG_..._VALUE indirectionsRasmus Villemoes1-1/+1
2022-04-22printk: add functions to prefer direct printingJohn Ogness1-1/+10
2022-01-22hung_task: move hung_task sysctl interface to hung_task.cXiaoming Ni1-3/+78
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-06-18sched: Change task_struct::statePeter Zijlstra1-1/+1
2020-11-02kernel/hung_task.c: make type annotations consistentLukas Bulwahn1-2/+1
2020-06-08kernel/hung_task.c: introduce sysctl to print all traces when a hung task is detectedGuilherme G. Piccoli1-2/+18
2020-06-08kernel/hung_task convert hung_task_panic boot parameter to sysctlVlastimil Babka1-10/+0
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-03-07kernel/hung_task.c: Use continuously blocked time when reporting.Tetsuo Handa1-1/+1
2019-03-07kernel/hung_task.c - fix sparse warningsValdis Kletnieks1-0/+1
2019-01-04kernel/hung_task.c: break RCU locks based on jiffiesTetsuo Handa1-4/+4
2019-01-04kernel/hung_task.c: force console verbose before panicLiu, Chuansheng1-7/+5
2018-10-25kernel: hung_task.c: disable on suspendVitaly Kuznetsov1-1/+29
2018-08-22kernel/hung_task.c: allow to set checking interval separately from timeoutDmitry Vyukov1-1/+14
2018-06-07kernel/hung_task.c: show all hung tasks before panicTetsuo Handa1-4/+7
2017-05-08kernel/hung_task.c: defer showing held locksTetsuo Handa1-1/+7
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+2
2016-12-12hung_task: decrement sysctl_hung_task_warnings only if it is positiveTetsuo Handa1-1/+2
2016-10-11hung_task: allow hung_task_panic when hung_task_warnings is 0John Siddle1-14/+14
2016-08-24locking/hung_task: Show all locksVegard Nossum1-1/+1
2016-03-22kernel/hung_task.c: use timeout diff when timeout is updatedTetsuo Handa1-8/+13
2015-04-15kernel/hung_task.c: change hung_task.c to use for_each_process_thread()Aaron Tomlin1-2/+2
2014-06-04kernel/hung_task.c: convert simple_strtoul to kstrtouintFabian Frederick1-1/+3
2014-04-03kernel: audit/fix non-modular users of module_init in core codePaul Gortmaker1-2/+1
2014-01-25hung_task: Display every hung task warningAaron Tomlin1-2/+4
2013-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+11
2013-11-06hung_task: add method to reset detectorMarcelo Tosatti1-0/+11
2013-10-31hung_task debugging: Add tracepoint to report the hangOleg Nesterov1-0/+4
2013-09-23hung_task: Change sysctl_hung_task_check_count to 'int'Li Zefan1-1/+1
2013-08-02hung_task debugging: Print more info when reporting the problemOleg Nesterov1-4/+9
2012-04-25hung task debugging: Inject NMI when hung and going to panicSasha Levin1-1/+3
2012-03-05hung_task: fix the broken rcu_lock_break() logicOleg Nesterov1-4/+7
2012-01-03hung_task: fix false positive during vforkMandeep Singh Baines1-4/+10
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-04-28watchdog, hung_task_timeout: Add Kconfig configurable defaultJeff Mahoney1-1/+1
2010-08-17lockup detector: Fix grammar by adding a missing "to" in the commentsJohn Kacur1-1/+1
2010-08-17lockdep: Remove __debug_show_held_locksJohn Kacur1-1/+1
2009-11-27softlockup: Fix hung_task_check_count sysctlAnton Blanchard1-1/+1
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-2/+2
2009-02-11softlockup: ensure the task has been switched out onceFrederic Weisbecker1-1/+7