aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64/ia64/mca.c
Commit message (Expand)AuthorAgeFilesLines
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Provide more examples for error injection.Marcel Moolenaar2010-07-061-1/+6
* Allocate and setup an interrupt vector for corrected machine checks.Marcel Moolenaar2010-07-031-0/+34
* Populate the sysctl tree with any MCA records we collected.Marcel Moolenaar2010-04-131-46/+89
* Tweak the ia64 machine check handling code to not register new sysctl nodesJohn Baldwin2009-02-041-26/+44
* Account for the fact that contigmalloc(9) can return a NULL pointer.Marcel Moolenaar2007-05-191-3/+6
* Allocate memory for the MCA state information with M_NOWAIT. We canMarcel Moolenaar2006-02-071-1/+1
* s/descr/oid_descr/Marcel Moolenaar2005-02-091-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* Remove special casing for running in the simulator from the kernelMarcel Moolenaar2003-02-011-8/+9
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Fix comparison that caused a 1-off bug. This appeared harmless forMarcel Moolenaar2002-11-241-1/+1
* Fixed printf format errors.Jake Burkholder2002-08-291-1/+1
* Remove the definition of struct mca_guid and use the genericMarcel Moolenaar2002-05-291-0/+1
* Make ia64_mca_save_state MP safe. Protect access to the info block,Marcel Moolenaar2002-05-011-9/+57
* Machine Check Architecture (MCA) support code. Error records areMarcel Moolenaar2002-04-261-0/+178