summaryrefslogtreecommitdiff
path: root/sys/arch/mips64/conf
AgeCommit message (Expand)Author
2021-07-20Remove unneeded __sync_* library functions from the kernel.Visa Hankala
2021-05-01Retire OpenBSD/sgi.Visa Hankala
2018-01-25Move common mutex implementations to a MI place.Martin Pieuchot
2017-10-21Use MI mplock on mips64.Visa Hankala
2017-05-21Enable radeondrm(4) on loongson to get accelerated graphicsVisa Hankala
2015-09-09The mplock implementations on MP-enabled mips64 platforms, octeon andVisa Hankala
2015-08-15Some bits for Loongson 3A support.Miod Vallat
2015-07-17remove obsolete INET kernel optionTed Unangst
2015-07-08unify the mutex implementations on all the mips64 platforms.David Gwynne
2014-03-22Second draft of my attempt to workaround the infamous R4000 end-of-page errata,Miod Vallat
2012-09-29Basic R8000 processor support. R8000 processors require MMU-specific code,Miod Vallat
2012-06-23Replace R5000 and R10000 family assembly cache routines with C equivalents,Miod Vallat
2012-05-27Replace Loongson2F assembly cache routines with equivalent C code. This willMiod Vallat
2012-03-28Work in progress support for the SGI Indigo, Indigo 2 and Indy systemsMiod Vallat
2010-10-24Move build_trampoline() and setregs() to a common location for all mips ports.Miod Vallat
2010-09-21Replace the old floating point completion code with a C interface to theMiod Vallat
2010-09-20cache operations for octeon. ok miod@Takuya ASADA
2009-12-12Introduce various CPU_### options to enable cpu-specific code or workarounds;Miod Vallat
2009-11-25IP30 IPI implementation.Takuya ASADA
2009-08-06Work in progress support for Loongson2E/2F processors; need option CPU_LOONGSON2Miod Vallat
2009-06-13Enumerate all available nodes for hardware on IP27/IP35 systems; works to someMiod Vallat
2009-03-20Switch sgi to __HAVE_GENERIC_SOFT_INTERRUPTS.Miod Vallat
2007-06-21Extent sgi bus_dma to cope with different views of memory: non-contiguousMiod Vallat
2007-06-18this is the sgi disksubr, not some mythical "all mips64 architectures can use...Theo de Raadt
2005-07-14More netccitt and netns removals; OK henning, brad, mickeyUwe Stuehler
2005-05-02obvious typo, designed to break the tree, brad, hmm?Theo de Raadt
2005-05-01To allow for MD override of in4_cksum()...Brad Smith
2004-10-08disksubr.c should depend on disk.Alexander Yurchenko
2004-09-20Add support for R10K cpu classPer Fogelstrom
2004-08-09Big cleanup. Removed some unused obsolete stuff and fixed copyrightsPer Fogelstrom
2004-08-06initial mips64Per Fogelstrom