| Age | Commit message (Expand) | Author |
| 2023-04-17 | Trailing whitespace | skrll |
| 2022-10-26 | MI PMAP hardware page table walker support. | skrll |
| 2022-09-25 | Rename pmap_segtab_t *stp to stb for consistency with a future | skrll |
| 2021-03-06 | For booke and ibm4xx, switch to software-based single-stepping for PT_STEP | rin |
| 2021-01-06 | Sort headers. Also, use <ddb/ddb.h> instead of db_interface.h and | rin |
| 2020-09-10 | Fix build with UVMHIST; stop passing string literal to UVMHIST_LOG(), | rin |
| 2020-07-15 | For booke and ibm4xx, emulate m[ft]msr in user mode, in the same | rin |
| 2020-07-15 | Do not use curlwp twice. No functional changes. | rin |
| 2020-07-07 | For booke, fix signo and other siginfo returned for userland by | rin |
| 2020-07-07 | Do not clear pcb_onfault for error path of setfault(). | rin |
| 2020-07-07 | For booke, restore callee saved registers when recovery for page fault | rin |
| 2020-07-06 | Include missing opt_altivec.h for PPC_HAVE_SPE. | rin |
| 2020-07-06 | Style and cosmetic changes. No binary changes intended. | rin |
| 2018-01-27 | Fix more printf format strings for mfspr() (hi mrg). | flxd |
| 2014-07-31 | Fix macro spelling. | joerg |
| 2014-07-31 | Don't use numeric constants for SPR. Use the symbolic name (SPR_PIR). | matt |
| 2014-07-30 | Replace mfpir with mfspr r, 286. The Power ISA and GAS disagree on the | joerg |
| 2013-08-23 | Get rid of MDLWP_USED{FPU,VEC} | matt |
| 2012-08-02 | Also supprese printing fatal traps if the process is being debugged. | matt |
| 2012-08-02 | Only print fatal trap info if the resulting signal would be uncaught. | matt |
| 2012-08-01 | Add a machine splhist command to give (a incomplete) spl history. | matt |
| 2012-08-01 | Export dump_trapframe. | matt |
| 2012-07-23 | Add support for PPC FP emulation to BookE. | matt |
| 2012-07-09 | More cleanup. Use a union (pmap_segtab) and a typedef (pmap_segtab_t). Add | matt |
| 2012-07-05 | s/seg_tab/seg_ptr/ | matt |
| 2012-05-17 | Allow user addresses >= 0x80000000 | matt |
| 2012-02-19 | Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! | rmind |
| 2011-09-27 | Modify *ASSERTMSG() so they are now used as variadic macros. The main goal | jym |
| 2011-06-21 | Switch to use new common cpu_ast routine. | matt |
| 2011-06-20 | PowerPC now exports a common view of cpu.h, vmparam.h and pmap.h | matt |
| 2011-06-14 | Make startlwp and upcallret common instead of having 3 mostly identical copies. | matt |
| 2011-06-13 | If uvm_fault returns EACCES, convert it to EFAULT. | matt |
| 2011-06-12 | For debugging, use UVMHIST to create kernel histories pmaphist and | matt |
| 2011-06-05 | Remove <machine/atomic.h>; use <sys/atomic.h> instead. | matt |
| 2011-05-02 | Move powerpc to use pcu to manage FPU/AltiVec/SPE. | matt |
| 2011-02-17 | add begging of single step support. Since BookE doesn't support PSL_SE, if | matt |
| 2011-02-08 | If we get a PGM exception for a trap, use SIGTRAP/TRAP_BRKPT instead of | matt |
| 2011-02-07 | Fix inverted test. cpu_setmcontext should return success. :) | matt |
| 2011-01-18 | Add support for BookE Freescale MPC85xx (e500 core) processors. | matt |