summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/trap_subr.S
Commit message (Expand)AuthorAgeFilesLines
* Remove some code made obsolete by the powerpc64 import.nwhitehorn2010-08-311-677/+0
* Do not map the trap vectors into the kernel's address space. They arenwhitehorn2009-10-231-2/+7
* Correct a typo here and actually save DSISR instead of overwriting it.nwhitehorn2009-10-111-1/+1
* Changing the overflow trap to use bla to branch to dbtrap in r190946 wasnwhitehorn2009-04-141-1/+1
* Fix recognition of kernel-mode traps that pass through the KDB trap handlernwhitehorn2009-04-111-4/+2
* Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge modenwhitehorn2009-04-041-0/+72
* Fix comment: we write the trap vector to SPRG3, not SPRG0.nwhitehorn2009-02-231-3/+3
* Add Altivec support for supported CPUs. This is derived from the FPU supportnwhitehorn2009-02-201-35/+78
* Remove the tracing from the AP startup. The AP is knownmarcel2008-09-161-32/+4
* MFp4: SMP supportmarcel2008-04-271-12/+59
* Unify and generalize PowerPC headers, adjust AIM code accordingly.raj2008-03-021-12/+12
* Forced commit to record that this file was repocopied frommarcel2007-12-141-1/+1
* Mark the return address of the call to ast() in the generic trapgrehan2005-12-231-0/+2
* Temporary band-aid to fix hang when a process exec's Altivec instructions.grehan2005-07-301-0/+8
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Save DAR/DSISR in DDB regsave area when stack overflow detected. It'sgrehan2004-07-271-0/+4
* Detect kernel stack excursion into guard pages. Drop into KDBgrehan2004-07-231-5/+36
* Rename low-level code ddb -> db. Use KDB instead of DDB.grehan2004-07-121-36/+36
* Major overhaul of common trap codegrehan2004-02-041-808/+355
* - Catch up with panic __LINE__/__FILE__ changes by moving panic callsgrehan2004-01-211-1/+1
* Register typo and incorrect 32-bit constant load in previous commit.grehan2003-02-261-2/+2
* Catch up to latest KSE changesgrehan2003-02-201-3/+4
* - make sure recoverable interrupts are re-enabled in the trap handlergrehan2002-09-191-7/+3
* Many fixes to low-level trap and interrupt handling:benno2002-06-291-203/+22
* The stack is not at the top of the user struct.benno2002-05-281-3/+0
* - Rename the _C_LABEL macro to CNAME.benno2002-05-171-85/+85
* Add an assertion that we have a current pmap set before we try and return.benno2002-05-091-1/+8
* Commit of stuff that's been sitting in my tree for a while.benno2002-04-291-0/+1128
OpenPOWER on IntegriCloud