summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/mcheck/mce_64.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-28x86, mce: unifyIngo Molnar1-1311/+0
2009-05-28x86, mce: unify, prepare for 32-bit v2Ingo Molnar1-1/+5
2009-05-28x86, mce: unify, prepare codesIngo Molnar1-0/+65
2009-05-28x86, mce: clean up mce_64.cIngo Molnar1-98/+149
2009-05-28x86, mce: Cleanup param parserHidetoshi Seto1-10/+14
2009-04-23x86, mce: fix boot logging logicAndi Kleen1-4/+5
2009-04-23x86, mce: make polling timer interval per CPUAndi Kleen1-12/+12
2009-03-13cpumask: convert arch/x86/kernel/cpu/mcheck/mce_64.cRusty Russell1-4/+6
2009-03-11x86, mce: use round_jiffies() instead round_jiffies_relative()KOSAKI Motohiro1-2/+2
2009-02-25x86, mce, cmci: add CMCI supportAndi Kleen1-3/+13
2009-02-25x86, mce, cmci: use polled banks bitmap in machine check pollerAndi Kleen1-4/+12
2009-02-25x86, mce: replace machine check events logged interval with ratelimitAndi Kleen1-6/+5
2009-02-25x86, mce, cmci: export MAX_NR_BANKSAndi Kleen1-6/+0
2009-02-24Merge branch 'x86/urgent' into x86/mce2H. Peter Anvin1-1/+1
2009-02-24x86, mce: remove invalid __cpuinit/__cpuexit annotationsH. Peter Anvin1-3/+3
2009-02-21x86, mce: remove incorrect __cpuinit for mce_cpu_features()H. Peter Anvin1-1/+1
2009-02-20x86, mce: use %ll instead of %L for 64-bit numbersH. Peter Anvin1-4/+4
2009-02-20x86, mce: separate correct machine check poller and fatal exception handlerAndi Kleen1-21/+108
2009-02-20x86, mce: factor out duplicated struct mce setup into one functionAndi Kleen1-9/+14
2009-02-20x86, mce: implement dynamic machine check banks supportAndi Kleen1-32/+115
2009-02-18x86, mce: fix a race condition in mce_read()Huang Ying1-17/+24
2009-02-18x86, mce: disable machine checks on offlined CPUsAndi Kleen1-0/+23
2009-02-18x86, mce: don't set up mce sysdev devices with mce=offAndi Kleen1-4/+4
2009-02-18x86, mce: switch machine check polling to per CPU timerAndi Kleen1-23/+45
2009-02-18x86, mce: always use separate work queue to run triggerAndi Kleen1-7/+18
2009-02-18x86, mce: don't disable machine checks during code patchingAndi Kleen1-14/+0
2009-02-18x86, mce: disable machine checks on suspendAndi Kleen1-0/+25
2009-02-18x86, mce: use force_sig_info to kill process in machine checkAndi Kleen1-2/+2
2009-02-18x86, mce: reinitialize per cpu features on resumeAndi Kleen1-0/+1
2008-12-17x86: re-enable MCE on secondary CPUS after suspend/resumeAndi Kleen1-3/+0
2008-09-06x86-64: add two __cpuinit annotationsJan Beulich1-1/+1
2008-08-23x86 MCE: Fix CPU hotplug problem with multiple multicore AMD CPUsRafael J. Wysocki1-0/+5
2008-07-24Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2008-07-22sysdev: Convert the x86 mce tolerant sysdev attribute to generic attributeAndi Kleen1-2/+2
2008-07-22sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen1-4/+10
2008-07-20NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/mcheck/mce_64.cMike Travis1-1/+1
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-3/+3
2008-07-15Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-0/+4
2008-07-03x86, mce_64.c: mce_cpu_quirks being ignoredVenki Pallipadi1-1/+5
2008-07-03x86-mce: BKL pushdownArnd Bergmann1-0/+4
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-3/+3
2008-06-18x86: correctly report NR_BANKS in mce_64.cDaniel Rahn1-1/+1
2008-05-12x86: remove 6 bank limitation in 64 bit MCE reporting codeVenki Pallipadi1-8/+12
2008-04-26x86-64: extend MCE CPU quirk handlingJan Beulich1-8/+10
2008-01-30x86: fix section mismatch warning in mcheck/mce_64.cSam Ravnborg1-3/+3
2008-01-30x86: change x86 machine check handler to use unlocked_ioctl insteadNikanth Karthikesan1-3/+2
2008-01-30x86-64: honor notify_die() returning NOTIFY_STOPJan Beulich1-4/+4
2008-01-30mcheck mce_64: mce_read_sem to mutexDaniel Walker1-4/+4
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin1-7/+7
2008-01-30x86: add set/clear_cpu_cap operationsJeremy Fitzhardinge1-1/+1