summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/booke/trap.c
Commit message (Expand)AuthorAgeFilesLines
* 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