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