summaryrefslogtreecommitdiff
path: root/sys/arch/mips/include
AgeCommit message (Expand)Author
2002-01-02_intr_suspend and _intr_resume declarations are moved to intr.h.uch
2001-12-28R4000/R4400 always detects virtual alias as ifshin
2001-12-23Added Vr4131 support.takemura
2001-12-09Add support for dumping ELF-cormat core files.thorpej
2001-12-02TX39, R5900 cache configuration.uch
2001-11-28Back out the copy of theses files to userlandmanu
2001-11-28We need to copy new SVR4 header files to /usr/include/sys...manu
2001-11-28Added support for COMPAT_IRIXmanu
2001-11-23add #ifndef _LOCORE.uch
2001-11-23Add 32B/l L1 D/I-cache ops for newer ARC machines.tsutsui
2001-11-19Add mips_dcache_align and mips_dcache_align_mask variables thatthorpej
2001-11-18Add 128b/l L2 cache ops.thorpej
2001-11-15MAXSLP is defined to be a machine-independent scheduling parameter,soren
2001-11-14Merge the thorpej-mips-cache branch onto the trunk. This is anthorpej
2001-11-14Merge the thorpej-mips-cache branch onto the trunk. This is anthorpej
2001-11-09Remove unneeded declarations of the db_machine_init() function. Thethorpej
2001-10-16R5900 support.uch
2001-10-05This Makefile.inc is used for building LKMS - add the standard MIPSsimonb
2001-09-10Update pmap_update to now take the updated pmap as an argument.chris
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-08-18Reorder some function prototypes more logically.simonb
2001-08-18Fix lint problem introduced in last change - if `lint' is defined,simonb
2001-08-17Describe the widths of various coprocessor 0 registers (for mips1,simonb
2001-08-17Fix va_arg() problem when adjusting argument pointer when a structure issimonb
2001-08-15_Never_ make a cosmetic change to a comment without test-compiling...simonb
2001-08-15Add some MIPS, Alchemy and SiByte CPU PRIDs (from oss.sgi.com).simonb
2001-08-15Add Alchemy and SiByte company IDs (from oss.sgi.com).simonb
2001-08-15Remove parameter names from function prototypes.simonb
2001-08-13OP_BLTZAL was defined twice.soda
2001-08-04remove the uncached idle-loop page zeroing.chs
2001-07-18Modernise data and stack size limits.simonb
2001-06-14Don't need to prototype child_return() here, it's in <sys/proc.h>.thorpej
2001-06-11Always indirect through the "locoresw" to get the cache ops, sincethorpej
2001-06-11Fix various misspellings of compatible/compatibility.wiz
2001-05-31PRiD 0x18 is shared by RC32334, 332 and 355. These SoCs arenisimura
2001-05-30Pasto.soren
2001-05-30Add PRiD 0x18 for IDT RC32332/RC32334 processors.nisimura
2001-05-26replace vm_page_t with struct vm_page *.chs
2001-05-26replace {simple_,}lock{_data,}_t with struct {simple,}lock {,*}.chs
2001-05-15Add the processor IDs for the 4Kc and 5Kc CPUs and some MIPS32/64simonb
2001-05-04Be consistent with limit constants:simonb
2001-05-01Per discussion w/ chuck and chuck, restructure the md page stuffthorpej
2001-04-29Add a VM_MDPAGE_MEMBERS macro that defines pmap-specific data forthorpej
2001-04-28* Move definitions of exact-width integer types from <machine/types.h>kleink
2001-04-26Add definitions for C99 fastest minimum-width integer types.kleink
2001-04-24Add PRiD register imp value 0x2d for Toshiba TX4900 family.nisimura
2001-04-22Undo a misguided previous change to the pmap_update() API.thorpej
2001-04-22Give pmap_update() an argument (a pmap_t) so that it knows whichthorpej