aboutsummaryrefslogtreecommitdiff
path: root/sys/sun4v/sun4v/trap.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* MFC r208453:Konstantin Belousov2010-11-031-106/+51
* MFC r199135:Konstantin Belousov2009-12-121-36/+4
* - There's no need to wrap kdb_active and kdb_trap() in #ifdef KDB asMarius Strobl2009-03-191-13/+3
* Modularize the Open Firmware client interface to allow run-time switchingNathan Whitehorn2008-12-201-1/+1
* Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson2007-12-251-1/+1
* generally we are interested in what thread did something asJulian Elischer2007-11-141-1/+1
* - Restore the machine independency of sys/dev/ofw/openfirm.{c,h} byMarius Strobl2007-06-161-2/+28
* - Change comments and asserts to reflect the removal of the globalJeff Roberson2007-06-041-1/+0
* Rework the PCPU_* (MD) interface:Attilio Rao2007-06-041-2/+2
* move trap table initialization for cpu0 into sparc64_initKip Macy2007-05-251-16/+2
* replace PCPU_GET(cpuid) with curcpu and PCPU_GET(curthread) with curthreadKip Macy2006-12-171-4/+4
* don't return directly to copyin and friends when we hit certain types of faultsKip Macy2006-12-161-3/+17
* KTR entry contained invalid context reference - ifdef outKip Macy2006-12-101-1/+2
* remove more uses of trap_conversion to get more meaningful trap messagesKip Macy2006-12-101-11/+14
* We no longer need to remap hardware trap numbers to sparc64 trap numbersKip Macy2006-11-291-5/+6
* Implement mmu functions and cpu_mondo_sendKip Macy2006-11-241-1/+1
* - Comment most of the remaining hypercalls in hcall.SKip Macy2006-11-241-1/+1
* Enable syscall auditing for sun4v the arch by implementing theChristian S.J. Peron2006-11-131-0/+4
* - map hardware trap numbers to those used by by sparc64 for inter-compatibilityKip Macy2006-11-031-11/+16
* Comment out a debug entry which doesn't compile. Needed to fix LINT.John Birrell2006-10-171-1/+1
* placate Grim Reaper with sun4v supportKip Macy2006-10-051-0/+703