summaryrefslogtreecommitdiff
path: root/kernel/softlockup.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-26Full conversion to early_initcall() interface, remove old interfaceEduard - Gabriel Munteanu1-3/+22
2008-07-01softlockup: fix watchdog task wakeup frequencyJohannes Weiner1-4/+1
2008-06-30softlockup: fix watchdog task wakeup frequencyJohannes Weiner1-2/+5
2008-06-25softlockup: show irqtraceVegard Nossum1-0/+2
2008-06-18softlockup: print a module list on being stuckArjan van de Ven1-0/+1
2008-06-02softlockup: fix NMI hangs due to lock race - 2.6.26-rc regressionJason Wessel1-5/+10
2008-05-25softlockup: fix softlockup_thresh unaligned access and disable detection at r...Dimitri Sivanich1-2/+10
2008-05-25softlockup: allow panic on lockupIngo Molnar1-0/+21
2008-02-29softlockup: fix task state settingDmitry Adamushko1-6/+7
2008-02-02debug: softlockup looping fixPeter Zijlstra1-10/+20
2008-01-25softlockup: fix signednessIngo Molnar1-5/+5
2008-01-25softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasksIngo Molnar1-10/+104
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-17softlockup: add a /proc tuning parameterRavikiran G Thirumalai1-2/+5
2007-10-17softlockup watchdog: style cleanupsIngo Molnar1-7/+7
2007-10-17softlockup: improve debug outputIngo Molnar1-7/+13
2007-10-17fix the softlockup watchdog to actually workIngo Molnar1-3/+4
2007-10-17softlockup: use cpu_clock() instead of sched_clock()Ingo Molnar1-4/+6
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-1/+1
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+4
2007-05-08add touch_all_softlockup_watchdogs()Jeremy Fitzhardinge1-2/+13
2007-05-08Ignore stolen time in the softlockup watchdogJeremy Fitzhardinge1-6/+29
2007-05-08softlockup: s/99/MAX_RT_PRIO/Oleg Nesterov1-1/+1
2006-09-29[PATCH] check return value of cpu_callbackAkinobu Mita1-1/+2
2006-07-31[PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notificationsChandra Seetharaman1-2/+2
2006-06-27[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17Chandra Seetharaman1-1/+1
2006-06-27[PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman1-1/+1
2006-06-25[PATCH] cpu hotplug: fix CPU_UP_CANCEL handlingHeiko Carstens1-0/+2
2006-06-25[PATCH] Define __raw_get_cpu_var and use itPaul Mackerras1-1/+1
2006-04-26[PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman1-1/+1
2006-04-26[PATCH] Remove __devinitdata from notifier block definitionsChandra Seetharaman1-1/+1
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-1/+1
2006-03-25[PATCH] timer irq driven soft watchdog fixAndrew Morton1-0/+1
2006-03-24[PATCH] timer-irq-driven soft-watchdog, cleanupsIngo Molnar1-24/+30
2005-11-09[PATCH] quieten softlockup at bootAnton Blanchard1-3/+0
2005-11-07[PATCH] cpu hoptlug: avoid usage of smp_processor_id() in preemptible codeHeiko Carstens1-1/+2
2005-09-07[PATCH] detect soft lockupsIngo Molnar1-0/+151