2011-03-23 |
Don Zickus | kernel/watchdog.c: always return NOTIFY_OK during cpu... Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2011-03-23 |
Don Zickus | kernel/watchdog.c: allow hardlockup to panic by default Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2011-02-28 |
Don Zickus | x86: Use u32 instead of long to set reset vector back... Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2011-02-10 |
Don Zickus | watchdog, nmi: Lower the severity of error messages Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2011-01-07 |
Don Zickus | x86, NMI: Clean-up default_do_nmi() Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2011-01-07 |
Don Zickus | x86, NMI: Allow NMI reason io port (0x61) to be processed... Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2011-01-07 |
Don Zickus | x86, NMI: Remove DIE_NMI_IPI Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2011-01-07 |
Don Zickus | x86, NMI: Add priorities to handlers Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2011-01-07 |
Don Zickus | x86: Convert some devices to use DIE_NMIUNKNOWN Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2011-01-05 |
Don Zickus | x86: Only call smp_processor_id in non-preempt cases Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-12-22 |
Don Zickus | x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and... Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-12-13 |
Don Zickus | x86, watchdog: Compile fix when CONFIG_LOCAL_APIC not... Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-12-09 |
Don Zickus | x86, NMI: Add back unknown_nmi_panic and nmi_watchdog... Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-12-09 |
Don Zickus | lockup detector: Compile fixes from removing the old... Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-12-01 |
Don Zickus | perf packaging: add memcpy to perf MANIFEST Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-11-26 |
Don Zickus | x86, perf, nmi: Disable perf if counters are not accessible Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-11-18 |
Don Zickus | x86, nmi_watchdog: Remove all stub function calls from... Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-11-18 |
Don Zickus | x86, nmi_watchdog: Remove the old nmi_watchdog Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-09-03 |
Don Zickus | perf, x86: Fix accidentally ack'ing a second event... Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-09-01 |
Don Zickus | lockup_detector: Sync touch_*_watchdog back to old... Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-06-04 |
Don Zickus | Makefile.build: make KBUILD_SYMTYPES work again Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-05-19 |
Don Zickus | lockup_detector: Convert per_cpu to __get_cpu_var for... Signed-off-by: Don Zickus <dzickus@redhat.com> Cc: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-05-16 |
Don Zickus | lockup_detector: Cross arch compile fixes Signed-off-by: Don Zickus <dzickus@redhat.com> Cc: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-05-12 |
Don Zickus | lockup_detector: Separate touch_nmi_watchdog code path... Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-05-12 |
Don Zickus | x86: Cleanup hw_nmi.c cruft Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-05-12 |
Don Zickus | x86: Move trigger_all_cpu_backtrace to its own die_notifier Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-05-12 |
Don Zickus | lockup_detector: Remove nmi_watchdog.c file Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-05-12 |
Don Zickus | lockup_detector: Remove old softlockup code Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-05-12 |
Don Zickus | lockup_detector: Touch_softlockup cleanups and softlockup_ti... Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-05-12 |
Don Zickus | lockup_detector: Combine nmi_watchdog and softlockup... Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-02-25 |
Don Zickus | nmi_watchdog: Clean up various small details Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-02-19 |
Don Zickus | nmi_watchdog: Fix undefined 'apic' build bug Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-02-17 |
Don Zickus | nmi_watchdog: Properly configure for software events Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-02-17 |
Don Zickus | nmi_watchdog: support for oprofile Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-02-14 |
Don Zickus | nmi_watchdog: Fallback to software events when no hardware... Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-02-14 |
Don Zickus | nmi_watchdog: Compile and portability fixes Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-02-14 |
Don Zickus | nmi_watchdog: Use a boolean config flag for compiling Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-02-08 |
Don Zickus | nmi_watchdog: Config option to enable new nmi_watchdog Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-02-08 |
Don Zickus | nmi_watchdog: Add new, generic implementation, using... Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-02-08 |
Don Zickus | x86: Move notify_die from nmi.c to traps.c Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2010-02-02 |
Don Zickus | scripts: change scripts to use system python instead... Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2007-12-04 |
Don Zickus | x86: add the word 'WARNING' in check_nmi_watchdog(... Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2007-04-17 |
Don Zickus | allow vmsplice to work in 32-bit mode on ppc64 Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2006-09-26 |
Don Zickus | [PATCH] x86: x86 clean up nmi panic messages Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2006-09-26 |
Don Zickus | [PATCH] x86: Allow users to force a panic on NMI Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2006-09-26 |
Don Zickus | [PATCH] x86: Add abilty to enable/disable nmi watchdog... Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2006-09-26 |
Don Zickus | [PATCH] x86: Add abilty to enable/disable nmi watchdog... Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2006-09-26 |
Don Zickus | [PATCH] i386/x86-64: Remove un/set_nmi_callback and... Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2006-09-26 |
Don Zickus | [PATCH] x86: Cleanup NMI interrupt path Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2006-09-26 |
Don Zickus | [PATCH] i386: Add SMP support on i386 to reservation... Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2006-09-26 |
Don Zickus | [PATCH] Add SMP support on x86_64 to reservation framework Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2006-09-26 |
Don Zickus | [PATCH] i386: Utilize performance counter reservation... Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2006-09-26 |
Don Zickus | [PATCH] x86: Add performance counter reservation framework... Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
2006-06-26 |
Don Zickus | [PATCH] x86_64: nmi watchdog header cleanup Signed-off-by: Don Zickus <dzickus@redhat.com>
|
commit | commitdiff | tree |
|