summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/booke/trap.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r275616:kib2014-12-151-0/+1
* MFC r258268, r258271, r258272, r258274, r258275, r258427, r258694, r258696,ian2014-05-141-60/+0
* MFC r258259, r258798, r259010ian2014-05-141-16/+1
* MFC r258247, r258250, r258257ian2014-05-141-0/+5
* userret() already checks for td_locks when INVARIANTS is enabled, soattilio2012-09-081-1/+0
* Handle traps from the debugger. We need to catch them and re-entermarcel2012-07-021-0/+7
* Inline the syscallenter() and syscallret(). This reduces the time measuredkib2011-09-111-0/+2
* Use the ABI-mandated thread pointer register (r2 for ppc32, r13 for ppc64)nwhitehorn2011-06-231-3/+3
* Remove unused KTRACE includes.jhb2010-08-191-4/+0
* Reorganize syscall entry and leave handling.kib2010-05-231-85/+33
* Simplify the invocation of vm_fault(). Specifically, eliminate the flagalc2009-11-271-2/+1
* Extract the code that records syscall results in the frame into MDkib2009-11-101-36/+1
* Make Book-E debug register state part of the PCB context.raj2009-02-271-0/+1
* Remove unused declarations (interrupt_vector_{base|top}).marcel2008-10-271-3/+0
* Remove kernel support for M:N threading.jeff2008-03-121-5/+0
* Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family.raj2008-03-031-0/+679
OpenPOWER on IntegriCloud