summaryrefslogtreecommitdiffstats
path: root/kernel/hung_task.c
Commit message (Expand)AuthorAgeFilesLines
* kernel/hung_task.c: export sysctl_hung_task_timeout_secsKent Overstreet2024-03-131-0/+1
* kernel/hung_task.c: set some hung_task.c variables storage-class-specifier to...Tom Rix2023-04-081-5/+5
* hung_task: print message when hung_task_warnings gets down to zero.fuyuanli2023-02-091-0/+2
* sched: Fix more TASK_state comparisonsPeter Zijlstra2022-09-301-3/+7
* sched: Fix TASK_state comparisonsPeter Zijlstra2022-09-281-2/+6
* freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-071-2/+2
* kernel/hung_task: fix address space of proc_dohung_task_timeout_secsBen Dooks2022-07-291-1/+1
* Merge branch 'rework/kthreads' into for-linusPetr Mladek2022-06-231-10/+1
|\
| * Revert "printk: add functions to prefer direct printing"Petr Mladek2022-06-231-10/+1
* | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-271-1/+1
|\ \ | |/ |/|
| * lib/Kconfig.debug: remove more CONFIG_..._VALUE indirectionsRasmus Villemoes2022-04-291-1/+1
* | printk: add functions to prefer direct printingJohn Ogness2022-04-221-1/+10
|/
* hung_task: move hung_task sysctl interface to hung_task.cXiaoming Ni2022-01-221-3/+78
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-0/+1
|\
| * kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
* | sched: Change task_struct::statePeter Zijlstra2021-06-181-1/+1
|/
* kernel/hung_task.c: make type annotations consistentLukas Bulwahn2020-11-021-2/+1
* kernel/hung_task.c: introduce sysctl to print all traces when a hung task is ...Guilherme G. Piccoli2020-06-081-2/+18
* kernel/hung_task convert hung_task_panic boot parameter to sysctlVlastimil Babka2020-06-081-10/+0
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* kernel/hung_task.c: Use continuously blocked time when reporting.Tetsuo Handa2019-03-071-1/+1
* kernel/hung_task.c - fix sparse warningsValdis Kletnieks2019-03-071-0/+1
* kernel/hung_task.c: break RCU locks based on jiffiesTetsuo Handa2019-01-041-4/+4
* kernel/hung_task.c: force console verbose before panicLiu, Chuansheng2019-01-041-7/+5
* kernel: hung_task.c: disable on suspendVitaly Kuznetsov2018-10-251-1/+29
* kernel/hung_task.c: allow to set checking interval separately from timeoutDmitry Vyukov2018-08-221-1/+14
* kernel/hung_task.c: show all hung tasks before panicTetsuo Handa2018-06-071-4/+7
* kernel/hung_task.c: defer showing held locksTetsuo Handa2017-05-081-1/+7
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* hung_task: decrement sysctl_hung_task_warnings only if it is positiveTetsuo Handa2016-12-121-1/+2
* hung_task: allow hung_task_panic when hung_task_warnings is 0John Siddle2016-10-111-14/+14
* locking/hung_task: Show all locksVegard Nossum2016-08-241-1/+1
* kernel/hung_task.c: use timeout diff when timeout is updatedTetsuo Handa2016-03-221-8/+13
* kernel/hung_task.c: change hung_task.c to use for_each_process_thread()Aaron Tomlin2015-04-151-2/+2
* kernel/hung_task.c: convert simple_strtoul to kstrtouintFabian Frederick2014-06-041-1/+3
* kernel: audit/fix non-modular users of module_init in core codePaul Gortmaker2014-04-031-2/+1
* hung_task: Display every hung task warningAaron Tomlin2014-01-251-2/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-11-151-0/+11
|\
| * hung_task: add method to reset detectorMarcelo Tosatti2013-11-061-0/+11
* | hung_task debugging: Add tracepoint to report the hangOleg Nesterov2013-10-311-0/+4
* | hung_task: Change sysctl_hung_task_check_count to 'int'Li Zefan2013-09-231-1/+1
|/
* hung_task debugging: Print more info when reporting the problemOleg Nesterov2013-08-021-4/+9
* hung task debugging: Inject NMI when hung and going to panicSasha Levin2012-04-251-1/+3
* hung_task: fix the broken rcu_lock_break() logicOleg Nesterov2012-03-051-4/+7
* hung_task: fix false positive during vforkMandeep Singh Baines2012-01-031-4/+10
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* watchdog, hung_task_timeout: Add Kconfig configurable defaultJeff Mahoney2011-04-281-1/+1
* lockup detector: Fix grammar by adding a missing "to" in the commentsJohn Kacur2010-08-171-1/+1
* lockdep: Remove __debug_show_held_locksJohn Kacur2010-08-171-1/+1