aboutsummaryrefslogtreecommitdiff
path: root/kernel/hung_task.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-31kernel: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-04-28watchdog, hung_task_timeout: Add Kconfig configurable defaultGravatar Jeff Mahoney 1-1/+1
2010-08-17lockup detector: Fix grammar by adding a missing "to" in the commentsGravatar John Kacur 1-1/+1
2010-08-17lockdep: Remove __debug_show_held_locksGravatar John Kacur 1-1/+1
2009-11-27softlockup: Fix hung_task_check_count sysctlGravatar Anton Blanchard 1-1/+1
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerGravatar Alexey Dobriyan 1-2/+2
2009-02-11softlockup: ensure the task has been switched out onceGravatar Frederic Weisbecker 1-1/+7
2009-02-09softlockup: remove timestamp checking from hung_taskGravatar Mandeep Singh Baines 1-39/+9
2009-02-05softlockup: convert read_lock in hung_task to rcu_read_lockGravatar Mandeep Singh Baines 1-2/+2
2009-02-05softlockup: check all tasks in hung_taskGravatar Mandeep Singh Baines 1-2/+37
2009-01-18softlockup: fix potential race in hung_task when resetting timeoutGravatar Mandeep Singh Baines 1-8/+16
2009-01-16softlockup: decouple hung tasks check from softlockup detectionGravatar Mandeep Singh Baines 1-0/+198