Age | Commit message (Expand) | Author |
2005-01-18 | Move rm7000.h file from sgi to mips64. | Alexander Yurchenko |
2005-01-04 | SET_PC_REGS, arches tested between me and miod. | Marc Espie |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-12-24 | {e,}intr{cnt,names} bye-bye. | Miod Vallat |
2004-12-06 | Use uvm_grow() to account for stack growth, rather than home-grown code | Miod Vallat |
2004-11-28 | MAXSLP is not really an MD-configurable define so move it to param.h; miod@ t... | Michael Shalayeff |
2004-11-26 | Kill __HAVE_EVCOUNT, now that all architectures provide them. | Miod Vallat |
2004-11-11 | Somewhat improve single-stepping. | Mark Kettenis |
2004-11-11 | say hello to XKSEG0 and XKSEG1! | Per Fogelstrom |
2004-11-11 | up default data size so things doesn't blow up to easy | Per Fogelstrom |
2004-11-09 | Fix single-stepping. | Mark Kettenis |
2004-11-08 | Typo | Miod Vallat |
2004-11-02 | Fix problem with floating point restore at sigreturn. | Per Fogelstrom |
2004-11-02 | missed reg index calc fix | Per Fogelstrom |
2004-10-30 | remove debug | Per Fogelstrom |
2004-10-30 | Make the default boot partition p. | Per Fogelstrom |
2004-10-20 | Fix some 64 bit address problems. | Per Fogelstrom |
2004-10-18 | Move exec.h out from sgi to share it with other mips64 ports; with | Alexander Yurchenko |
2004-10-08 | Fix DDB/DEBUG ifdefs dance. | Alexander Yurchenko |
2004-10-08 | Compile netisr code only for network-capable kernels. | Alexander Yurchenko |
2004-10-08 | trapdebug_enter() really takes 2 args, not 1. | Alexander Yurchenko |
2004-10-08 | disksubr.c should depend on disk. | Alexander Yurchenko |
2004-10-05 | some more types | Per Fogelstrom |
2004-09-30 | put back ifdef PMAP_DEBUG on VAC warn. don't confuse ppl. | Per Fogelstrom |
2004-09-29 | move cache syncing for now. delayed sync needs more debug | Per Fogelstrom |
2004-09-29 | fix typo | Per Fogelstrom |
2004-09-29 | Better RM7K cache init dealing with lazy firmware | Per Fogelstrom |
2004-09-27 | R5K seems to have bugs/hazards | Per Fogelstrom |
2004-09-27 | Rewrite parts of the interrupt system to achive: | Per Fogelstrom |
2004-09-27 | move ITLBNOPFIX to asm.h and make it conditional | Per Fogelstrom |
2004-09-27 | reorder slightly to avoid asm warnings | Per Fogelstrom |
2004-09-27 | clean | Per Fogelstrom |
2004-09-27 | rearrange code to avoid asm warnings | Per Fogelstrom |
2004-09-27 | Change busdma to map coherent dmamem memory as uncached if the host | Per Fogelstrom |
2004-09-24 | new style interrupt counters; pefo ok | Theo de Raadt |
2004-09-23 | Clean clean clean... should be OK now | Per Fogelstrom |
2004-09-23 | More pmap bugs cleaned out. Some old, some new. | Per Fogelstrom |
2004-09-22 | Add systrace support. | Miod Vallat |
2004-09-22 | Partially revert 1.9, the new mod/ref accounting has issues with mmap(). | Miod Vallat |
2004-09-21 | trap() should return a 64 bit value now. | Miod Vallat |
2004-09-21 | Make RM7K get L3 cache from config reg. cleanup | Per Fogelstrom |
2004-09-21 | Previous commit removed proper caching when growing segmaps by mistake; | Miod Vallat |
2004-09-21 | Nuke commons. | Miod Vallat |
2004-09-20 | Move <machine/pte.h> to mips64 land. | Miod Vallat |
2004-09-20 | There was one CF_5_xx constant left in the 52xx code, change it to CF_52_xx | Miod Vallat |
2004-09-20 | Some cleanups for RM52x0 cpus. | Per Fogelstrom |
2004-09-20 | Add support for R10K cpu class | Per Fogelstrom |
2004-09-20 | R10K cpu class cache support | Per Fogelstrom |
2004-09-19 | nop missing in bd slot | Per Fogelstrom |
2004-09-17 | In vmapbuf(), pass VM_PROT_READ | VM_PROT_WRITE as flags hints too. | Miod Vallat |