summaryrefslogtreecommitdiff
path: root/kernel/hung_task.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-24kernel misc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2024-03-14kernel/hung_task.c: export sysctl_hung_task_timeout_secsKent Overstreet1-0/+1
2023-04-08kernel/hung_task.c: set some hung_task.c variables storage-class-specifier to...Tom Rix1-5/+5
2023-02-10hung_task: print message when hung_task_warnings gets down to zero.fuyuanli1-0/+2
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-30kernel/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/...Linus Torvalds1-1/+1
2022-04-30lib/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 ...Guilherme 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-08kernel/hung_task.c: Use continuously blocked time when reporting.Tetsuo Handa1-1/+1
2019-03-08kernel/hung_task.c - fix sparse warningsValdis Kletnieks1-0/+1
2019-01-05kernel/hung_task.c: break RCU locks based on jiffiesTetsuo Handa1-4/+4
2019-01-05kernel/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-08kernel/hung_task.c: show all hung tasks before panicTetsuo Handa1-4/+7
2017-05-09kernel/hung_task.c: defer showing held locksTetsuo Handa1-1/+7
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+2
2016-12-13hung_task: decrement sysctl_hung_task_warnings only if it is positiveTetsuo Handa1-1/+2
2016-10-12hung_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-23kernel/hung_task.c: use timeout diff when timeout is updatedTetsuo Handa1-8/+13
2015-04-16kernel/hung_task.c: change hung_task.c to use for_each_process_thread()Aaron Tomlin1-2/+2
2014-06-05kernel/hung_task.c: convert simple_strtoul to kstrtouintFabian Frederick1-1/+3
2014-04-04kernel: 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-06hung_task: fix the broken rcu_lock_break() logicOleg Nesterov1-4/+7
2012-01-04hung_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