aboutsummaryrefslogtreecommitdiff
path: root/kernel/softlockup.c
AgeCommit message (Expand)Author
2009-01-16softlockup: decouple hung tasks check from softlockup detectionMandeep Singh Baines
2009-01-14softlock: fix false panic which can occur if softlockup_thresh is reducedMandeep Singh Baines
2009-01-01cpumask: convert rest of files in kernel/Rusty Russell
2009-01-01cpumask: remove any_online_cpu() users: kernel/Rusty Russell
2008-12-25Merge commit 'v2.6.28' into core/coreIngo Molnar
2008-12-03check_hung_task(): unsigned sysctl_hung_task_warnings cannot be less than 0Roel Kluin
2008-11-24Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'cor...Ingo Molnar
2008-10-16Make the taint flags reliableAndi Kleen
2008-09-10Merge branch 'linus' into core/debugIngo Molnar
2008-09-10softlockup: increase hung tasks check from 2 minutes to 8 minutesIngo Molnar
2008-09-02softlockup: minor cleanup, don't check task->state twiceOleg Nesterov
2008-08-29Don't trigger softlockup detector on network fs blocked tasksAndi Kleen
2008-07-26Full conversion to early_initcall() interface, remove old interfaceEduard - Gabriel Munteanu
2008-07-01softlockup: fix watchdog task wakeup frequencyJohannes Weiner
2008-06-30softlockup: fix watchdog task wakeup frequencyJohannes Weiner
2008-06-25softlockup: show irqtraceVegard Nossum
2008-06-18softlockup: print a module list on being stuckArjan van de Ven
2008-06-02softlockup: fix NMI hangs due to lock race - 2.6.26-rc regressionJason Wessel
2008-05-25softlockup: fix softlockup_thresh unaligned access and disable detection at r...Dimitri Sivanich
2008-05-25softlockup: allow panic on lockupIngo Molnar
2008-02-29softlockup: fix task state settingDmitry Adamushko
2008-02-02debug: softlockup looping fixPeter Zijlstra
2008-01-25softlockup: fix signednessIngo Molnar
2008-01-25softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasksIngo Molnar
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov
2007-10-17softlockup: add a /proc tuning parameterRavikiran G Thirumalai
2007-10-17softlockup watchdog: style cleanupsIngo Molnar
2007-10-17softlockup: improve debug outputIngo Molnar
2007-10-17fix the softlockup watchdog to actually workIngo Molnar
2007-10-17softlockup: use cpu_clock() instead of sched_clock()Ingo Molnar
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki
2007-05-08add touch_all_softlockup_watchdogs()Jeremy Fitzhardinge
2007-05-08Ignore stolen time in the softlockup watchdogJeremy Fitzhardinge
2007-05-08softlockup: s/99/MAX_RT_PRIO/Oleg Nesterov
2006-09-29[PATCH] check return value of cpu_callbackAkinobu Mita
2006-07-31[PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notificationsChandra Seetharaman
2006-06-27[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17Chandra Seetharaman
2006-06-27[PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman
2006-06-25[PATCH] cpu hotplug: fix CPU_UP_CANCEL handlingHeiko Carstens
2006-06-25[PATCH] Define __raw_get_cpu_var and use itPaul Mackerras
2006-04-26[PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman
2006-04-26[PATCH] Remove __devinitdata from notifier block definitionsChandra Seetharaman
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern
2006-03-25[PATCH] timer irq driven soft watchdog fixAndrew Morton
2006-03-24[PATCH] timer-irq-driven soft-watchdog, cleanupsIngo Molnar
2005-11-09[PATCH] quieten softlockup at bootAnton Blanchard
2005-11-07[PATCH] cpu hoptlug: avoid usage of smp_processor_id() in preemptible codeHeiko Carstens
2005-09-07[PATCH] detect soft lockupsIngo Molnar