Age | Commit message (Expand) | Author |
2010-10-02 | Added octeon specific cop0 registers. ok miod@ | Takuya ASADA |
2010-10-01 | Provide a WEAK_ALIAS macro in <machine/asm.h> for the few platforms | Philip Guenthe |
2010-09-28 | Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms, | Miod Vallat |
2010-09-21 | Better not panic in MipsEmulateBranch() if the instruction is an unspecified | Miod Vallat |
2010-09-21 | Replace the old floating point completion code with a C interface to the | Miod Vallat |
2010-09-20 | Make md_printins() get the printf-like function as an extra parameter, and | Miod Vallat |
2010-09-20 | cache operations for octeon. ok miod@ | Takuya ASADA |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-09-19 | Overhaul ddb disassembler to recognize all MIPS IV instructions, as well as | Miod Vallat |
2010-09-17 | Recognize MIPS IV extra FPU condition codes in MipsEmulateBranch(). | Miod Vallat |
2010-09-17 | Protect a few more defines with _KERNEL checks, and also allow some of them | Miod Vallat |
2010-09-17 | FPU control/status register defines, and upcoming userland function | Miod Vallat |
2010-09-17 | Correctly disassemble `branch likely' instructions. | Miod Vallat |
2010-09-17 | There is only one code for coprocessor BC opcodes, so don't bother to handle | Miod Vallat |
2010-09-14 | Recognize the new sequence gcc4 uses to trap on divide by zero. | Miod Vallat |
2010-09-13 | Added OCTEON in cpu type. ok miod@ | Takuya ASADA |
2010-09-12 | Stricter types in MipsEmulateBranch(), and related cleanups. | Miod Vallat |
2010-09-12 | Use __dead instead of volatile to mark functions that don't return. Makes | Mark Kettenis |
2010-09-12 | Avoid machine-check exception on OCTEON. ok miod@ | Takuya ASADA |
2010-09-11 | move machine dependent GET_CPU_INFO(), getcurcpu(), setcurcpu() to arch/sgi. ... | Takuya ASADA |
2010-09-09 | Move cache settings into hw_cpu_init_secondary() ok miod@ | Takuya ASADA |
2010-09-09 | Fix compile error on option DEBUG ok miod@ | Takuya ASADA |
2010-08-30 | ddbcpu for sgi. ok miod@ | Takuya ASADA |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-07-17 | Correct value of DBL_MIN and DBL_MAX to match <sys/limits.h> | Miod Vallat |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-05-23 | #ifdef arc is just too common, but I don't know how to extract this correctly | Theo de Raadt |
2010-05-10 | Don't postincrement a casted pointer; split into multiple statements instead. | Mark Kettenis |
2010-05-08 | Huge work-in-progress commit to support Loongson 2E-based evaluation boards | Miod Vallat |
2010-04-28 | Storeing current cpu_info address into LLAddr register, for curcpu(). | Takuya ASADA |
2010-04-21 | two more proc.h needed | Theo de Raadt |
2010-04-21 | more cleanup to cope with the change that tries to make proc.h not act | Theo de Raadt |
2010-03-28 | Correctly report the R16010 version. | Miod Vallat |
2010-03-07 | Correct layout of arc_config{,64} and order of items in enum arc_config_type. | Miod Vallat |
2010-03-03 | Store ARCBios variables before machine specific setup is performed and | Joel Sing |
2010-03-02 | Add support for the Lemote Lynloong all-in-one PC (basically a Fuloong without | Miod Vallat |
2010-03-01 | - properly spell 'exception' in comments | Jasper Lievisse Adriaanse |
2010-02-28 | Pass L2 cache size in struct cpu_hwinfo, so that bootstrap of secondary | Miod Vallat |
2010-02-28 | Add an explicit `delay constant' member to struct cpu_info, so that it can | Miod Vallat |
2010-02-13 | Since the TLB handler exception code is now always a trampoline to branch | Miod Vallat |
2010-02-13 | Since we don't use the saved ipl in pcb anymore, remove it from the struct | Miod Vallat |
2010-02-11 | fuloong model define | Otto Moerbeek |
2010-02-08 | Minimal completion support for .l.s and .l.d routines, necessary for at | Miod Vallat |
2010-02-05 | Blind support for the EMTEC Gdium Liberty netbook. Per-platform configuration | Miod Vallat |
2010-02-02 | Skip calling smp_rendezvous if it's not necessary. | Takuya ASADA |
2010-02-02 | lazy FP saving on uniprocessor, just like macppc. | Takuya ASADA |
2010-02-01 | On Loongson 2 processors, clear the branch target buffer on userland->kernel | Miod Vallat |
2010-01-31 | Remove !__LP64__ bits and __LP64__ tests. | Miod Vallat |
2010-01-28 | The RA stack control bit on the loongson2 diagnostic register is not a clear | Miod Vallat |
2010-01-28 | Make sure we also cause an iTLB and BTB flush on loongson processors during | Miod Vallat |