summaryrefslogtreecommitdiff
path: root/sys/arch/mips/include
AgeCommit message (Expand)Author
2000-07-25Add option to apply additional mask to the SR at run-time for MIPS3 platforms.jeffs
2000-07-20Make pmap_prefer() use a global setting based on cache sizejeffs
2000-07-18Use spl*_noprof routines to raise and lower spl for kernel profiling.jeffs
2000-07-17if MIPS3_ENABLE_CLOCK_INTR is defined, set MIPS3_[HARD_]INT_MASKjeffs
2000-07-17Move platform db_trap callback from arch/mips into ddb as suggested byjeffs
2000-07-17Pull in geocast mips ddb improvements and start bringing in kgdb support.jeffs
2000-07-13Add comment that overriding the sysctl defines in machine/cpu.hjeffs
2000-07-11Only define machdep sysctls if CPU_MAXID is not defined by machine/cpu.h.jeffs
2000-07-11Add support for 3 QED special2 opcodes.jeffs
2000-07-11For 64b clean 32b compilation, do not bother setting SX And KX.jeffs
2000-07-10use mips3 cache op.uch
2000-06-29un-__P, clean up spacing a little bit, put fwd struct decl(s) near topcgd
2000-06-27G/c _BSD_INTPTR_T_ and _BSD_UINTPTR_T_.kleink
2000-06-27Resolve some formatting nits; add __intptr_t and __uintptr_t.kleink
2000-06-26Add <machine/int_types.h>, which provides namespace-pure definitionskleink
2000-06-26<vm/vm_param.h> -> <uvm/uvm_param.h>mrg
2000-06-26Abandon {mips1,mips3}_TBRPL()s which have little gain. They werenisimura
2000-06-23Add a WEAK_ALIAS() macro.kleink
2000-06-203rd argument of TBRPL() is not paddr_t but PTE.soda
2000-06-20Add mips3_write_config().soren
2000-06-12Profiling fixes from Ethan Solomita <ethan@geocast.com>.castor
2000-06-09Decrease MIPS3_TLB_WIRED_ENTRIES from 8 to 2,soda
2000-06-09renamesoda
2000-06-09make paddr_t 64bit on arc port by introducing _MIPS_PADDR_T_64BIT.soda
2000-06-09this header don't have to include <machine/locore.h>,soda
2000-06-09USRIOSIZE had to be changed from 32 to 128,soda
2000-06-06Typo.soren
2000-06-06Rename RM5200 cache ops to mips3_*_2way in anticipation of using themsoren
2000-06-06Add rnd(4) glue for the MIPS3 cycle counter.soren
2000-05-30savefpregs() and loadfpregs() are defined in mips_machdep.cnisimura
2000-05-26First sweep at scheduler state cleanup. Collect MI schedulerthorpej
2000-05-25Fix kernel profiling so that it actually works:simonb
2000-05-23MachForceCacheUpdate and cacheflush_bug have never been used in NetBSD,soren
2000-05-21Add R12K PRID.soren
2000-05-21Include opt_cputype.h.soren
2000-05-15Remove unused PSL_USERCLR defines for processor status register.nisimura
2000-05-10Have mips_locoresw[] of 3 entry pointer array for differentnisimura
2000-05-06Remove unused mapin(pte, v, pfnum, prot) macro.nisimura
2000-05-02Let each platform typedef the new __cpu_simple_lock_t, which shouldthorpej
2000-04-29Require that each each MACHINE/MACHINE_ARCH supply a lock.h. This filethorpej
2000-04-28Zero free pages in the idle loop.soren
2000-04-15remove following symbols which became unnecessary in recent cpu_intr() change:soda
2000-04-13Typo; user stack only needs to start one page below 0x80000000.soren
2000-04-12- Implement mips3_TBIAP().nisimura
2000-04-11Introduce cpu_intr() whose body is now provided by target ports innisimura
2000-04-07Move the start of the user stack down a little to account for thesoren
2000-04-03Removing trailing comma from enum declaration.simonb
2000-04-02Move dl* function definitions to libc on ELF.minoura
2000-03-28Move fpcurproc declaration to <mips/cpu.h>.simonb
2000-03-28Don't `extern' function declarations. While we're there, remove trailingsimonb