summaryrefslogtreecommitdiffstats
path: root/sys/arch/mips64/conf
AgeCommit message (Expand)AuthorFilesLines
2018-01-25Move common mutex implementations to a MI place.mpi1-2/+1
2017-10-21Use MI mplock on mips64.visa1-2/+1
2017-05-21Enable radeondrm(4) on loongson to get accelerated graphicsvisa1-1/+2
2015-09-09The mplock implementations on MP-enabled mips64 platforms, octeon andvisa1-1/+2
2015-08-15Some bits for Loongson 3A support.miod1-1/+4
2015-07-17remove obsolete INET kernel optiontedu1-3/+3
2015-07-08unify the mutex implementations on all the mips64 platforms.dlg1-1/+2
2014-03-22Second draft of my attempt to workaround the infamous R4000 end-of-page errata,miod1-1/+2
2012-09-29Basic R8000 processor support. R8000 processors require MMU-specific code,miod1-5/+9
2012-06-23Replace R5000 and R10000 family assembly cache routines with C equivalents,miod1-3/+3
2012-05-27Replace Loongson2F assembly cache routines with equivalent C code. This willmiod1-2/+2
2012-03-28Work in progress support for the SGI Indigo, Indigo 2 and Indy systemsmiod1-1/+2
2010-10-24Move build_trampoline() and setregs() to a common location for all mips ports.miod1-1/+2
2010-09-21Replace the old floating point completion code with a C interface to themiod1-2/+4
2010-09-20cache operations for octeon. ok miod@syuu1-1/+2
2009-12-12Introduce various CPU_### options to enable cpu-specific code or workarounds;miod1-3/+3
2009-11-25IP30 IPI implementation.syuu1-1/+3
2009-08-06Work in progress support for Loongson2E/2F processors; need option CPU_LOONGSON2miod1-1/+2
2009-06-13Enumerate all available nodes for hardware on IP27/IP35 systems; works to somemiod1-2/+1
2009-03-20Switch sgi to __HAVE_GENERIC_SOFT_INTERRUPTS.miod1-6/+6
2007-06-21Extent sgi bus_dma to cope with different views of memory: non-contiguousmiod1-2/+1
2007-06-18this is the sgi disksubr, not some mythical "all mips64 architectures can use it" balonyderaadt1-2/+1
2005-07-14More netccitt and netns removals; OK henning, brad, mickeyuwe1-2/+1
2005-05-02obvious typo, designed to break the tree, brad, hmm?deraadt1-4/+4
2005-05-01To allow for MD override of in4_cksum()...brad1-1/+4
2004-10-08disksubr.c should depend on disk.grange1-2/+2
2004-09-20Add support for R10K cpu classpefo1-1/+2
2004-08-09Big cleanup. Removed some unused obsolete stuff and fixed copyrightspefo1-2/+2
2004-08-06initial mips64pefo1-0/+31