summaryrefslogtreecommitdiff
path: root/kernel/hung_task.c
Commit message (Expand)AuthorAge
* kernel/hung_task.c: defer showing held locksTetsuo Handa2017-05-08
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* hung_task: decrement sysctl_hung_task_warnings only if it is positiveTetsuo Handa2016-12-12
* hung_task: allow hung_task_panic when hung_task_warnings is 0John Siddle2016-10-11
* locking/hung_task: Show all locksVegard Nossum2016-08-24
* kernel/hung_task.c: use timeout diff when timeout is updatedTetsuo Handa2016-03-22
* kernel/hung_task.c: change hung_task.c to use for_each_process_thread()Aaron Tomlin2015-04-15
* kernel/hung_task.c: convert simple_strtoul to kstrtouintFabian Frederick2014-06-04
* kernel: audit/fix non-modular users of module_init in core codePaul Gortmaker2014-04-03
* hung_task: Display every hung task warningAaron Tomlin2014-01-25
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-11-15
|\
| * hung_task: add method to reset detectorMarcelo Tosatti2013-11-06
* | hung_task debugging: Add tracepoint to report the hangOleg Nesterov2013-10-31
* | hung_task: Change sysctl_hung_task_check_count to 'int'Li Zefan2013-09-23
|/
* hung_task debugging: Print more info when reporting the problemOleg Nesterov2013-08-02
* hung task debugging: Inject NMI when hung and going to panicSasha Levin2012-04-25
* hung_task: fix the broken rcu_lock_break() logicOleg Nesterov2012-03-05
* hung_task: fix false positive during vforkMandeep Singh Baines2012-01-03
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-31
* watchdog, hung_task_timeout: Add Kconfig configurable defaultJeff Mahoney2011-04-28
* lockup detector: Fix grammar by adding a missing "to" in the commentsJohn Kacur2010-08-17
* lockdep: Remove __debug_show_held_locksJohn Kacur2010-08-17
* softlockup: Fix hung_task_check_count sysctlAnton Blanchard2009-11-27
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-24
* softlockup: ensure the task has been switched out onceFrederic Weisbecker2009-02-11
* softlockup: remove timestamp checking from hung_taskMandeep Singh Baines2009-02-09
* softlockup: convert read_lock in hung_task to rcu_read_lockMandeep Singh Baines2009-02-05
* softlockup: check all tasks in hung_taskMandeep Singh Baines2009-02-05
* softlockup: fix potential race in hung_task when resetting timeoutMandeep Singh Baines2009-01-18
* softlockup: decouple hung tasks check from softlockup detectionMandeep Singh Baines2009-01-16