summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
AgeCommit message (Expand)Author
2004-10-05some more typesPer Fogelstrom
2004-09-30put back ifdef PMAP_DEBUG on VAC warn. don't confuse ppl.Per Fogelstrom
2004-09-29move cache syncing for now. delayed sync needs more debugPer Fogelstrom
2004-09-29fix typoPer Fogelstrom
2004-09-29Better RM7K cache init dealing with lazy firmwarePer Fogelstrom
2004-09-27R5K seems to have bugs/hazardsPer Fogelstrom
2004-09-27Rewrite parts of the interrupt system to achive:Per Fogelstrom
2004-09-27move ITLBNOPFIX to asm.h and make it conditionalPer Fogelstrom
2004-09-27reorder slightly to avoid asm warningsPer Fogelstrom
2004-09-27cleanPer Fogelstrom
2004-09-27rearrange code to avoid asm warningsPer Fogelstrom
2004-09-27Change busdma to map coherent dmamem memory as uncached if the hostPer Fogelstrom
2004-09-24new style interrupt counters; pefo okTheo de Raadt
2004-09-23Clean clean clean... should be OK nowPer Fogelstrom
2004-09-23More pmap bugs cleaned out. Some old, some new.Per Fogelstrom
2004-09-22Add systrace support.Miod Vallat
2004-09-22Partially revert 1.9, the new mod/ref accounting has issues with mmap().Miod Vallat
2004-09-21trap() should return a 64 bit value now.Miod Vallat
2004-09-21Make RM7K get L3 cache from config reg. cleanupPer Fogelstrom
2004-09-21Previous commit removed proper caching when growing segmaps by mistake;Miod Vallat
2004-09-21Nuke commons.Miod Vallat
2004-09-20Move <machine/pte.h> to mips64 land.Miod Vallat
2004-09-20There was one CF_5_xx constant left in the 52xx code, change it to CF_52_xxMiod Vallat
2004-09-20Some cleanups for RM52x0 cpus.Per Fogelstrom
2004-09-20Add support for R10K cpu classPer Fogelstrom
2004-09-20R10K cpu class cache supportPer Fogelstrom
2004-09-19nop missing in bd slotPer Fogelstrom
2004-09-17In vmapbuf(), pass VM_PROT_READ | VM_PROT_WRITE as flags hints too.Miod Vallat
2004-09-17Now that we can check for pmap_extract() failure properly, do so.Miod Vallat
2004-09-17Long-due mips pmap potpourri:Miod Vallat
2004-09-17Crank MSIZE and NMBCLUSTERS, per other 64bit arches.Miod Vallat
2004-09-17Properly setup register ra in sendsig() in 64bit world.Miod Vallat
2004-09-17Kill an assembler warning.Miod Vallat
2004-09-16typoMiod Vallat
2004-09-16Use preempt() instead of rolling our own version.Miod Vallat
2004-09-16Day of week count 1-7Per Fogelstrom
2004-09-16When copyout() of the signal frame fails, sigexit() the process instead ofMiod Vallat
2004-09-16``viritual'' is a virtual word and this is a real tree.Miod Vallat
2004-09-16Dead meat.Miod Vallat
2004-09-16Superseded by MI <link.h>Miod Vallat
2004-09-15Make trace work better. Don't hope for a good stacktrace without symbolsPer Fogelstrom
2004-09-10Need to sync NLEAF() occurences too.Miod Vallat
2004-09-10typo in SAVE_CPU expansion.Miod Vallat
2004-09-10Use correct register aliases wrt the __mips_n64 regdef.Per Fogelstrom
2004-09-10Fix LEAF usage adding new extra arg. spotted by miod.Per Fogelstrom
2004-09-09these should have gone in with the other 64 bit changesPer Fogelstrom
2004-09-09Kernel moves to 64 bit. A few more tweaks when binutils is updated.Per Fogelstrom
2004-09-09Kill mb_map and related defines, we don't need one.Miod Vallat
2004-08-30fix some types not agreeing with gcc 3Per Fogelstrom
2004-08-23new disklabel for sgiPer Fogelstrom