| Age | Commit message (Expand) | Author |
| 2010-01-23 | rename pridtab{}::cpu_name to cpu_displayname. | mrg |
| 2009-12-14 | Merge from matt-nb5-mips64 | matt |
| 2009-11-27 | - Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr. | rmind |
| 2009-11-21 | Use lwp_getpcb() on mips, powerpc and sh3, clean from struct user usage. | rmind |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2008-05-26 | Remove all initialization of obsolete ci_divisor_recip in | tsutsui |
| 2008-02-27 | Remove CTL_MACHDEP_NAMES, it's not used anywhere. | xtraeme |
| 2008-01-09 | Fix typo in macro name and comments. | wiz |
| 2007-12-04 | Define the various MIPS* CPU macros also for _STANDALONE in addition | he |
| 2007-12-03 | Interrupt handling changes, in discussion since February: | ad |
| 2007-10-19 | Merge from vmlocking: add CPU_INFO_ITERATOR. | ad |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-08-04 | Add ci_cpuid where it's missing. | ad |
| 2007-05-17 | merge yamt-idlelwp branch. asked by core@. some ports still needs work. | yamt |
| 2007-02-21 | Fix a tyop. | simonb |
| 2007-02-16 | Fix typo from newlock2 merge, allowing MIPS64 to build again. | oster |
| 2007-02-16 | Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch callouts | ad |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-03-23 | include/cpu.h: make sure MIPS3_PLUS properly defined even if _LOCORE is defined | tsutsui |
| 2005-12-24 | bare asm -> __asm | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-05 | Make MIPS3_PG_SHIFT a variable and initialize it accordingly | tsutsui |
| 2004-09-22 | move some per-cpu data definitions to MI place so that they can be modified | yamt |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-01-17 | Merge the nathanw_sa branch. | thorpej |
| 2002-12-17 | Add support for caches where the data cache is fully coherent, and | simonb |
| 2002-11-24 | Move the curpcb and segbase extern decls to cpu.h to better group together | simonb |
| 2002-08-05 | ++CPU_MAXID for CPU_LLSC. | shin |
| 2002-08-04 | Add sysctl variable to represent native CPU support for LL/SC instructions. | gmcgarry |
| 2002-06-23 | Typo | manu |
| 2002-06-04 | 3 ports are now using the reciprocal count divisor code now, move it | simonb |
| 2002-06-01 | Add two new cpu capability flags: CPU_MIPS_USE_WAIT for CPUs that use a | simonb |
| 2002-04-05 | Add a "CPU_MIPS_DOUBLE_COUNT" flag for CPUs where the cp0 count register | simonb |
| 2002-04-03 | Add prototype for badaddr64(). | simonb |
| 2002-03-19 | Define all CPU types if _LKM is defined; fixes problems building LKM's | simonb |
| 2002-03-06 | Add a field for the reciprocal of the divisor delay for use by microtime. | simonb |
| 2002-03-05 | Add support for MIPS32 and MIPS64 architectures: | simonb |
| 2001-11-14 | Merge the thorpej-mips-cache branch onto the trunk. This is an | thorpej |
| 2001-10-16 | R5900 support. | uch |
| 2001-09-04 | Oops, <sys/sched.h> isn't asm safe, move inside an "#ifndef LOCORE" block. | simonb |
| 2001-09-04 | May as well include <mips/cpuregs.h> in <mips/cpu.h> once rather than | simonb |
| 2001-09-04 | Centralise struct cpu_info declaration and related info to <mips/cpu.h>. | simonb |
| 2001-06-14 | Don't need to prototype child_return() here, it's in <sys/proc.h>. | thorpej |
| 2001-06-11 | Fix various misspellings of compatible/compatibility. | wiz |
| 2001-01-14 | Make the astpending flag per-process. | thorpej |
| 2001-01-14 | - Make ast() loop around astpending; it's possible for a new | thorpej |
| 2001-01-11 | Mmm, dependency problems. Add a cast to make PROC_PC() actually | thorpej |
| 2001-01-11 | Modeled after mycroft's changes to the Alpha port, add PROC_PC() to | thorpej |
| 2000-10-05 | always have to declare cpu_arch and the related constants (since setting | cgd |