summaryrefslogtreecommitdiff
path: root/sys/arch/mips
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-28check if curproc is invalid, and do panic.shin
2001-12-27add #ifdef DEBUG around VCED_count etc.shin
2001-12-27split VCED and VCEI.shin
2001-12-27simplify VCED processing.shin
2001-12-23Added Vr4131 support.takemura
2001-12-09Add support for dumping ELF-cormat core files.thorpej
2001-12-09Roll the rest of the ports over to the new MI kernel build machinery.atatat
2001-12-08Added IRIX signal trampolinemanu
2001-12-02TX39, R5900 cache configuration.uch
2001-12-02Added twomissing SYSCALL_SHIFT for indirect syscall through SYS_syscallmanu
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-28- convert usage of "defopt" to "defflag" where the relevant option doeslukem
2001-11-28Fix a small typo in comment.nisimura
2001-11-26Added COMPAT_IRIX (being developped, not functionnal at that time)manu
2001-11-26fix pasteo.shin
2001-11-23add #ifndef _LOCORE.uch
2001-11-23Add 32B/l L1 D/I-cache ops for newer ARC machines.tsutsui
2001-11-22KNF, ANSIfy.simonb
2001-11-22Update the CP0 register names.simonb
2001-11-20Fixed the Linux signal trampoline and linux_sys_sigreturn(). Linux signalmanu
2001-11-20cleanup:lukem
2001-11-20improve r4k_sdcache_XXX_generic().shin
2001-11-19Add mips_dcache_align and mips_dcache_align_mask variables thatthorpej
2001-11-18r4k_sdcache_wbinv_range_index_32(): fix a typo (16 -> 32).thorpej
2001-11-18Add 128b/l L2 cache ops.thorpej
2001-11-18White space nit.simonb
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-12Fix pasto in a comment.simonb
2001-11-09Remove unneeded declarations of the db_machine_init() function. Thethorpej
2001-11-04Cast pa values to u_long in DEBUG printfs for _MIPS_PADDR_T_64BIT ports.tsutsui
2001-11-01in pmap_extract(), detect unmapped users addresses too.chs
2001-10-30- Add a new vnode flag VEXECMAP, which indicates that a vnode hasthorpej
2001-10-27fix virtual alias problem in pmap_copy_page().shin
2001-10-26remove " in assignment of ENDIAN.shin
2001-10-26Change defaults for kernel compiles. Default all to USETOOLS?=no and havejmc
2001-10-23For MIPS kernel Makefiles, don't set ENDIAN in std.${MACHINE}. Instead,thorpej
2001-10-23Use MACHINE, not TARGET_MACHINE.thorpej
2001-10-16R5900 support.uch
2001-10-08Use a separate variable (${KERNLDSCRIPT}) for the name of the kernelsimonb
2001-10-05This Makefile.inc is used for building LKMS - add the standard MIPSsimonb
2001-10-05Use ".-include" instead of the ".if exists(...) ..." dance.simonb
2001-10-05Use a single ldscript instead of separate scripts for either endianness;simonb
2001-09-23Moved COMPAT_LINUX config stuff from arch/sgimips to arch/mips, so that it'smanu
2001-09-22Added Linux emulation support to Mips portmanu