aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel/mce.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-11x86_64: prepare shared kernel/mce.cThomas Gleixner1-875/+0
2007-07-22x86: Stop MCEs and NMIs during code patchingAndi Kleen1-0/+14
2007-07-21x86: round_jiffies() for i386 and x86-64 non-critical/corrected MCE pollingVenki Pallipadi1-3/+6
2007-07-21x86_64: mcelog tolerant level cleanupTim Hockin1-34/+67
2007-07-21x86_64: support poll() on /dev/mcelogTim Hockin1-37/+68
2007-07-21x86_64: O_EXCL on /dev/mcelogTim Hockin1-0/+36
2007-07-18usermodehelper: Tidy up waitingJeremy Fitzhardinge1-1/+1
2007-06-24x86_64: fix misplaced `continue' in mce.cJoshua Wise1-2/+4
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+2
2007-05-08move die notifier handling to common codeChristoph Hellwig1-1/+1
2007-05-02[PATCH] x86-64: Dynamically adjust machine check intervalTim Hockin1-8/+24
2007-02-13[PATCH] x86-64: Allow to run a program when a machine check event is detectedAndi Kleen1-12/+54
2007-02-12[PATCH] mark struct file_operations const 2Arjan van de Ven1-1/+1
2006-12-07Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-0/+1
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar1-2/+0
2006-12-07[PATCH] x86-64: Fix kobject_init() WARN_ON on resume from diskRafael J. Wysocki1-0/+1
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-3/+3
2006-11-22WorkStruct: Separate delayable and non-delayable events.David Howells1-1/+1
2006-09-26[PATCH] x86: Refactor thermal throttle processingDmitriy Zavin1-0/+27
2006-09-26[PATCH] Remove safe_smp_processor_id()Andi Kleen1-1/+1
2006-07-31[PATCH] cpu hotplug: use hotplug version of registration in late initsChandra Seetharaman1-7/+5
2006-06-27[PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit onlyChandra Seetharaman1-1/+1
2006-06-27[PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman1-1/+1
2006-06-26[PATCH] x86_64: mce_amd relocate sysfs filesJacob Shin1-1/+1
2006-04-26[PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman1-1/+1
2006-04-09[PATCH] x86_64: Don't run NMI watchdog during machine checksAndi Kleen1-1/+7
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi1-2/+2
2006-03-24[PATCH] x86_64: {set,clear,test}_bit() related cleanup and pci_mmcfg_init() fixAkinobu Mita1-2/+1
2006-02-04[PATCH] x86_64: data/functions wrongly marked as __init with cpu hotplug.Ashok Raj1-1/+1
2006-01-11[PATCH] x86_64: Use safe_smp_processor_id in MCE handlerAndi Kleen1-1/+2
2006-01-11[PATCH] x86_64: Make it clear in machine checks that it's an hardware problemAndi Kleen1-0/+4
2006-01-11[PATCH] x86_64: increase MCE bank countsShaohua Li1-11/+14
2006-01-11[PATCH] x86_64: make trap information available to die notification handlersJan Beulich1-1/+1
2006-01-11[PATCH] capable/capability.h (arch/)Randy Dunlap1-0/+1
2005-11-14[PATCH] x86_64: Log machine checks from boot on Intel systemsAndi Kleen1-5/+9
2005-11-14[PATCH] x86_64: Support for AMD specific MCE Threshold.Jacob Shin1-0/+3
2005-09-29[PATCH] x86_64: Fix mce_logMike Waychison1-3/+7
2005-09-13[PATCH] use add_taint() for setting tainted bit flagsRandy Dunlap1-1/+1
2005-09-12[PATCH] x86-64: Remove code to resume machine check state of other CPUs.Andi Kleen1-2/+4
2005-09-12[PATCH] x86-64: Add command line option to set machine check tolerance levelAndi Kleen1-0/+4
2005-09-12[PATCH] x86-64: Make lockless machine check record passing a bit more robust.Andi Kleen1-11/+21
2005-08-07[PATCH] x86_64: ignore machine checks from boot timeAndi Kleen1-4/+12
2005-07-28[PATCH] x86_64: Create per CPU machine check sysfs directoriesAndi Kleen1-19/+74
2005-06-25[PATCH] RCU: clean up a few remaining synchronize_kernel() callsPaul E. McKenney1-1/+1
2005-06-25[PATCH] x86_64: Change init sections for CPU hotplug supportAshok Raj1-4/+4
2005-04-16[PATCH] x86_64: Remove excessive stack allocation in MCE code with large NR_CPUSAndi Kleen1-1/+7
2005-04-16[PATCH] x86_64: Use the extended RIP MSR for machine check reporting if available.Andi Kleen1-8/+22
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+548