| Age | Commit message (Expand) | Author |
| 2020-07-06 | Style and cosmetic changes. No binary changes intended. | rin |
| 2015-07-06 | Don't clear PSL_FP/PSL_VEC | matt |
| 2015-07-06 | Add a check to make sure that if PSL_FP is set, we own the FPU. | matt |
| 2014-03-10 | same typo | matt |
| 2014-03-10 | Typo | matt |
| 2014-03-09 | Make sure to clear PSL_SE before going to usermode on BOOKE | matt |
| 2014-03-09 | Don't test for PSL_SE in tf_srr1 since will be cleared on the next exception. | matt |
| 2012-05-26 | Add __HAVE_RAS support. Do it in userret. | matt |
| 2012-05-17 | Add an KASSERT to check that PSL_PR is always set. | matt |
| 2011-09-27 | Modify *ASSERTMSG() so they are now used as variadic macros. The main goal | jym |
| 2011-06-20 | Explicitly include <powerpc/psl.h> | matt |
| 2011-05-02 | Move powerpc to use pcu to manage FPU/AltiVec/SPE. | matt |
| 2011-02-19 | Compare ci_veclwp against &lwp0, not NULL. | matt |
| 2011-02-17 | add begging of single step support. Since BookE doesn't support PSL_SE, if | matt |
| 2011-01-18 | Add support for BookE Freescale MPC85xx (e500 core) processors. | matt |
| 2009-11-21 | Use lwp_getpcb() on mips, powerpc and sh3, clean from struct user usage. | rmind |
| 2007-11-06 | Fix unused variable warning for the non-FPU/altivec case. | simonb |
| 2007-11-05 | Don't set l_usrpri / spc_curpriority here. mi_userret() does it. | ad |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2004-04-16 | Make it compile when PPC_HAVE_FPU is not defined. | hannken |
| 2004-04-15 | Revamp how user MSR/SRR1 are dealt with. | matt |
| 2004-04-06 | When seeing if the FP or VEC unit has been stolen by another process, check | matt |
| 2004-04-04 | When returning back to user mode, if the lwp has lost the FPU, not only | matt |
| 2004-02-13 | Uppercase CPU, plural is CPUs. | wiz |
| 2003-10-31 | Reduce code duplication by adding mi_userret() in sys/userret.h | cl |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-08-08 | it's PPC_HAVE_FPU, not PPC_HAS_FPU. | chs |
| 2002-08-06 | actually we shouldn't hold kernel_lock while calling postsig(). | chs |
| 2002-08-02 | use a completely separate trap handler for syscall traps. | chs |