Age | Commit message (Expand) | Author | Files | Lines |
2007-05-02 | [PATCH] i386: i386 make NMI use PERFCTR1 for architectural perfmon (take 2) | Stephane Eranian | 1 | -4/+4 |
2007-04-24 | [PATCH] i386: Fix some warnings added by earlier patch | Andi Kleen | 1 | -4/+4 |
2007-04-16 | [PATCH] x86: Fix potential overflow in perfctr reservation | Andi Kleen | 1 | -4/+5 |
2007-04-02 | [PATCH] x86-64: Increase NMI watchdog probing timeout | Andi Kleen | 1 | -1/+1 |
2007-04-02 | [PATCH] x86-64: Let oprofile reserve MSR on all CPUs | Andi Kleen | 1 | -31/+96 |
2007-03-15 | Disable NMI watchdog by default properly | Linus Torvalds | 1 | -8/+0 |
2007-02-16 | [PATCH] i386 prepare nmi watchdog for dynticks | Thomas Gleixner | 1 | -2/+7 |
2007-02-13 | [PATCH] x86: Enable NMI watchdog for AMD Family 0x10 CPUs | Andi Kleen | 1 | -2/+4 |
2007-02-13 | [PATCH] x86: fix laptop bootup hang in init_acpi() | Ingo Molnar | 1 | -0/+28 |
2007-02-13 | [PATCH] i386: Handle 32 bit PerfMon Counter writes cleanly in i386 nmi_watchdog | Venkatesh Pallipadi | 1 | -16/+48 |
2007-01-23 | [PATCH] Revert nmi_known_cpu() check during boot option parsing | Venkatesh Pallipadi | 1 | -7/+1 |
2006-12-09 | [PATCH] x86: Fix boot hang due to nmi watchdog init code | Ravikiran G Thirumalai | 1 | -4/+4 |
2006-12-07 | [PATCH] i386: Don't touch per cpu memory of offline CPUs in touch_nmi_watchdog | Jan Beulich | 1 | -7/+9 |
2006-12-07 | [PATCH] x86: all cpu backtrace | Andrew Morton | 1 | -0/+26 |
2006-10-21 | [PATCH] i386: Disable nmi watchdog on all ThinkPads | Andi Kleen | 1 | -5/+5 |
2006-10-01 | [PATCH] Some config.h removals | Zachary Amsden | 1 | -1/+0 |
2006-09-30 | [PATCH] x86: Clean up x86 NMI sysctls | Andi Kleen | 1 | -0/+3 |
2006-09-26 | [PATCH] i386: Disallow kprobes on NMI handlers | Fernando Luis V�zquez Cao | 1 | -3/+3 |
2006-09-26 | [PATCH] x86: i386/x86-64 Add nmi watchdog support for new Intel CPUs | Venkatesh Pallipadi | 1 | -5/+121 |
2006-09-26 | [PATCH] i386: Enable NMI watchdog by default | Andi Kleen | 1 | -0/+9 |
2006-09-26 | [PATCH] i386/x86-64: Fix NMI watchdog suspend/resume | Shaohua Li | 1 | -7/+26 |
2006-09-26 | [PATCH] x86: Add abilty to enable/disable nmi watchdog from procfs (update) | Don Zickus | 1 | -17/+4 |
2006-09-26 | [PATCH] x86: Add abilty to enable/disable nmi watchdog with sysctl | Don Zickus | 1 | -0/+52 |
2006-09-26 | [PATCH] i386/x86-64: Remove un/set_nmi_callback and reserve/release_lapic_nmi... | Don Zickus | 1 | -74/+11 |
2006-09-26 | [PATCH] x86: Cleanup NMI interrupt path | Don Zickus | 1 | -3/+13 |
2006-09-26 | [PATCH] i386: Add SMP support on i386 to reservation framework | Don Zickus | 1 | -183/+354 |
2006-09-26 | [PATCH] x86: Add performance counter reservation framework for UP kernels | Don Zickus | 1 | -32/+156 |
2006-09-26 | [PATCH] x86: Temporarily revert parts of the Core 2 nmi nmi watchdog support | Andi Kleen | 1 | -64/+1 |
2006-08-01 | [PATCH] IDE: Touch NMI watchdog during resume from STR | Michal Schmidt | 1 | -0/+1 |
2006-07-04 | [PATCH] lockdep: annotate enable_in_hardirq() | Ingo Molnar | 1 | -1/+1 |
2006-06-26 | [PATCH] x86_64: i386/x86-64 Add nmi watchdog support for new Intel CPUs | Venkatesh Pallipadi | 1 | -1/+64 |
2006-06-26 | [PATCH] x86_64: nmi watchdog header cleanup | Don Zickus | 1 | -6/+1 |
2006-03-28 | [PATCH] fix signed vs unsigned in nmi watchdog | Jesper Juhl | 1 | -1/+2 |
2006-03-28 | [PATCH] for_each_possible_cpu: i386 | KAMEZAWA Hiroyuki | 1 | -3/+3 |
2006-03-23 | [PATCH] more for_each_cpu() conversions | Andrew Morton | 1 | -2/+2 |
2006-03-23 | [PATCH] make bug messages more consistent | Ingo Molnar | 1 | -1/+1 |
2006-03-09 | [PATCH] x86: Fix i386 nmi_watchdog that does not trigger die_nmi | GOTO Masanori | 1 | -2/+2 |
2006-02-05 | [PATCH] percpu data: only iterate over possible CPUs | Eric Dumazet | 1 | -1/+1 |
2005-10-31 | [PATCH] i386 nmi_watchdog: Merge check_nmi_watchdog fixes from x86_64 | Eric W. Biederman | 1 | -2/+37 |
2005-09-27 | [PATCH] useless includes of linux/irq.h in arch/i386 | Al Viro | 1 | -1/+0 |
2005-09-08 | [PATCH] detect soft lockups | Ingo Molnar | 1 | -0/+5 |
2005-09-05 | [PATCH] x86 NMI: better support for debuggers | George Anzinger | 1 | -1/+4 |
2005-08-20 | [PATCH] Mobil Pentium 4 HT and the NMI | Steven Rostedt | 1 | -2/+2 |
2005-06-23 | [PATCH] adjust i386 watchdog tick calculation | Jan Beulich | 1 | -9/+15 |
2005-05-01 | [PATCH] check nmi watchdog is broken | Jack F Vogel | 1 | -4/+7 |
2005-04-17 | [PATCH] pm_message_t: more fixes in common and i386 | Pavel Machek | 1 | -1/+1 |
2005-04-17 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+570 |