summaryrefslogtreecommitdiffstats
path: root/kernel/softlockup.c
Commit message (Expand)AuthorAgeFilesLines
* Make the taint flags reliableAndi Kleen2008-10-161-1/+1
* softlockup: minor cleanup, don't check task->state twiceOleg Nesterov2008-09-021-5/+2
* Don't trigger softlockup detector on network fs blocked tasksAndi Kleen2008-08-291-0/+4
* Full conversion to early_initcall() interface, remove old interfaceEduard - Gabriel Munteanu2008-07-261-3/+22
* softlockup: fix watchdog task wakeup frequencyJohannes Weiner2008-07-011-4/+1
* softlockup: fix watchdog task wakeup frequencyJohannes Weiner2008-06-301-2/+5
* softlockup: show irqtraceVegard Nossum2008-06-251-0/+2
* softlockup: print a module list on being stuckArjan van de Ven2008-06-181-0/+1
* softlockup: fix NMI hangs due to lock race - 2.6.26-rc regressionJason Wessel2008-06-021-5/+10
* softlockup: fix softlockup_thresh unaligned access and disable detection at r...Dimitri Sivanich2008-05-251-2/+10
* softlockup: allow panic on lockupIngo Molnar2008-05-251-0/+21
* softlockup: fix task state settingDmitry Adamushko2008-02-291-6/+7
* debug: softlockup looping fixPeter Zijlstra2008-02-021-10/+20
* softlockup: fix signednessIngo Molnar2008-01-251-5/+5
* softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasksIngo Molnar2008-01-251-10/+104
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-1/+1
* softlockup: add a /proc tuning parameterRavikiran G Thirumalai2007-10-171-2/+5
* softlockup watchdog: style cleanupsIngo Molnar2007-10-171-7/+7
* softlockup: improve debug outputIngo Molnar2007-10-171-7/+13
* fix the softlockup watchdog to actually workIngo Molnar2007-10-171-3/+4
* softlockup: use cpu_clock() instead of sched_clock()Ingo Molnar2007-10-171-4/+6
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-1/+1
* Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-091-0/+4
* add touch_all_softlockup_watchdogs()Jeremy Fitzhardinge2007-05-081-2/+13
* Ignore stolen time in the softlockup watchdogJeremy Fitzhardinge2007-05-081-6/+29
* softlockup: s/99/MAX_RT_PRIO/Oleg Nesterov2007-05-081-1/+1
* [PATCH] check return value of cpu_callbackAkinobu Mita2006-09-291-1/+2
* [PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notificationsChandra Seetharaman2006-07-311-2/+2
* [PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17Chandra Seetharaman2006-06-271-1/+1
* [PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman2006-06-271-1/+1
* [PATCH] cpu hotplug: fix CPU_UP_CANCEL handlingHeiko Carstens2006-06-251-0/+2
* [PATCH] Define __raw_get_cpu_var and use itPaul Mackerras2006-06-251-1/+1
* [PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman2006-04-261-1/+1
* [PATCH] Remove __devinitdata from notifier block definitionsChandra Seetharaman2006-04-261-1/+1
* [PATCH] Notifier chain update: API changesAlan Stern2006-03-271-1/+1
* [PATCH] timer irq driven soft watchdog fixAndrew Morton2006-03-251-0/+1
* [PATCH] timer-irq-driven soft-watchdog, cleanupsIngo Molnar2006-03-241-24/+30
* [PATCH] quieten softlockup at bootAnton Blanchard2005-11-091-3/+0
* [PATCH] cpu hoptlug: avoid usage of smp_processor_id() in preemptible codeHeiko Carstens2005-11-071-1/+2
* [PATCH] detect soft lockupsIngo Molnar2005-09-071-0/+151