aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/x86/mca.c
Commit message (Expand)AuthorAgeFilesLines
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+0
* Revert r267961, r267973:Glen Barber2014-06-271-0/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+0
* Correct type for malloc().John Baldwin2014-03-131-2/+2
* Move <machine/apicvar.h> to <x86/apicvar.h>.John Baldwin2014-01-231-1/+1
* The changes in r233781 attempted to make logging during a machine checkJohn Baldwin2014-01-081-5/+19
* Further tweak the changes made in r233709. The kernel doesn't permitJohn Baldwin2012-04-021-14/+25
* Make machine check exception logging more readable. On newer Intel systems,John Baldwin2012-04-021-8/+7
* Attempt to make machine check handling a bit more robust:John Baldwin2012-03-301-28/+72
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* Use a dedicated taskqueue with a thread that runs at a software-interruptJohn Baldwin2011-02-031-3/+7
* Move the <machine/mca.h> header to <x86/mca.h>.John Baldwin2010-11-011-1/+1
* The corrected error count field is dependent on CMCI, not TES.John Baldwin2010-07-281-1/+1
* Restore the machine check register banks on resume. For banks beingJohn Baldwin2010-06-151-19/+66
* Update several places that iterate over CPUs to use CPU_FOREACH().John Baldwin2010-06-111-4/+2
* Move the machine check support code to the x86 tree since it is identicalJohn Baldwin2010-06-081-0/+889