| Age | Commit message (Expand) | Author |
| 2010-03-18 | Support PowerPC 405EX/EXr. | kiyohara |
| 2010-03-09 | Add BookE modifications to cpu_info | matt |
| 2010-03-09 | Include BookE version of pmap.h | matt |
| 2010-03-09 | Add initial versions of these for BookE. | matt |
| 2010-03-09 | Add BookE variation of MSR. | matt |
| 2010-03-09 | Put ASM RCSIDs into .ident | matt |
| 2010-03-02 | Add missing <powerpc/FOO/spr.h> to a few files missed on the first pass. | matt |
| 2010-02-25 | Adapt to spr.h breakup. | matt |
| 2010-02-25 | Split <powerpc/spr.h> into a common <powerpc/spr.h> and <powerpc/XXX/spr.h> | matt |
| 2010-02-08 | Remove separate mb_map. The nmbclusters is computed at boot time based | joerg |
| 2010-01-28 | New machine commands for PPC OEA: | phx |
| 2009-12-11 | Add PRIx{P,V}{ADDR,SIZE}, PRIu{P,V}SIZE, and PRIxREGISTER{,32,64} for all | matt |
| 2009-12-10 | Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostly | matt |
| 2009-12-10 | Rename L_ADDR to L_PCB and amend some comments accordingly. | rmind |
| 2009-11-27 | - Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr. | rmind |
| 2009-11-26 | Kill proc0paddr. Use lwp0.l_addr instead. | matt |
| 2009-11-21 | Use lwp_getpcb() on mips, powerpc and sh3, clean from struct user usage. | rmind |
| 2009-11-07 | Add a flags argument to pmap_kenter_pa(9). | cegger |
| 2009-10-24 | Provide cpu_lwp_free* stubs in vax and powerpc. | rmind |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-08-20 | Declare genppc_isa_detach_hook(). | dyoung |
| 2009-08-19 | Define genppc_isa_detach_hook() and isa_dmadestroy(). | dyoung |
| 2009-07-21 | protect C constructs from assembler source inclusion. | nisimura |
| 2009-05-30 | Add TLS relocation definitions. | skrll |
| 2009-04-21 | change pmap flags argument from int to u_int. | cegger |
| 2009-03-14 | Remove all the __P() from sys (excluding sys/dist) | dsl |
| 2009-03-06 | Remove SHMMAXPGS from all kernel configs. Dynamically compute the | joerg |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-12-28 | Wrap #include "opt_ppcarch.h" in #ifdef _KERNEL_OPT, to allow | he |
| 2008-12-09 | Make pmap_kernel() a MI macro for struct pmap *kernel_pmap_ptr, | pooka |
| 2008-11-19 | remove duplicate prototype which now conflicts with the prototype in <sys/sig... | cegger |
| 2008-11-19 | Make the emulations, exec formats, coredump, NFS, and the NFS server | ad |
| 2008-10-16 | Bring back saframe. Noted by Robert Swindells. | wrstuden |
| 2008-08-05 | Update <machine/ieeefp.h> to use the C99 FE_* definitions instead of the | matt |
| 2008-06-21 | Add stdargs support for pcc. | gmcgarry |
| 2008-05-29 | remove clause #3 from my license where there are no other | mrg |
| 2008-05-25 | Better call it HID0_BTCD, as in prep, mvmeppc and rs6000 locore. | phx |
| 2008-05-25 | Added HID0[BTAC] bit for the 604. | phx |
| 2008-05-24 | Make oea_init() support systems with high-vector configurations (i.e exception | phx |
| 2008-04-30 | add dummy argument to cpu_did_resched() so kern_synch.c is happy again | macallan |
| 2008-04-29 | Convert to new 2 clause license | martin |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-08 | SMP support for ofppc. (finally) Much thanks to Matt Thomas for help in | garbled |
| 2008-02-27 | Remove CTL_MACHDEP_NAMES, it's not used anywhere. | xtraeme |
| 2008-02-23 | Add some 440 definitions | matt |
| 2008-02-23 | Add BAT_VA2IDX to abstract out the va to index calculation. | matt |
| 2008-02-23 | Add clrr{ptr,long,reg}i, l{ptr,long,reg}arx, st{ptr,long,reg}cx macros | matt |
| 2008-02-23 | Add BAT_WIMG and some XBL aware BAT_BL_{512,1G,2G,4G} macros. | matt |
| 2008-02-23 | Add a XBSEN flag for large BATs | matt |
| 2008-02-14 | Add multiple inclusion protection. | matt |