summaryrefslogtreecommitdiffstats
path: root/kernel/hung_task.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* softlockup: Fix hung_task_check_count sysctlAnton Blanchard2009-11-271-1/+1
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-2/+2
* softlockup: ensure the task has been switched out onceFrederic Weisbecker2009-02-111-1/+7
* softlockup: remove timestamp checking from hung_taskMandeep Singh Baines2009-02-091-39/+9
* softlockup: convert read_lock in hung_task to rcu_read_lockMandeep Singh Baines2009-02-051-2/+2
* softlockup: check all tasks in hung_taskMandeep Singh Baines2009-02-051-2/+37
* softlockup: fix potential race in hung_task when resetting timeoutMandeep Singh Baines2009-01-181-8/+16
* softlockup: decouple hung tasks check from softlockup detectionMandeep Singh Baines2009-01-161-0/+198
OpenPOWER on IntegriCloud