Age | Commit message (Expand) | Author |
2009-12-07 | If UPAGES would turn out to be 1, instead of using wired TLB entries to map | Miod Vallat |
2009-12-07 | Use a pool to manage pmap pte pages and top level segment table, instead of | Miod Vallat |
2009-12-07 | When converting ARCBios memory spaces from ARCBios page size to the kernel | Miod Vallat |
2009-12-07 | Be sure to always check tlbp return values for strictly negative values | Miod Vallat |
2009-12-07 | When trying to return to ARCBios on a 32 bit ARCBios machine (such as the O2), | Miod Vallat |
2009-12-02 | use kstack for curprocpaddr instead of proc0paddr. | Takuya ASADA |
2009-11-30 | Crank __LDPGSZ from 4KB to 16KB, in preparation for a kernel page size | Miod Vallat |
2009-11-28 | missing #ifdef MULTIPROCESSOR protection around locking code. | Miod Vallat |
2009-11-27 | Move MB_LEN_MAX into the machine-independent sys/limits.h header, | Philip Guenthe |
2009-11-27 | atomic counter increment for SMP. | Takuya ASADA |
2009-11-26 | Now IPI can interrupt to clock interrupt handler. | Takuya ASADA |
2009-11-26 | initialize cpu_info correctly. | Takuya ASADA |
2009-11-25 | IP30 IPI implementation. | Takuya ASADA |
2009-11-24 | smp_malloc() implemented. | Takuya ASADA |
2009-11-22 | removing unnecessary locks. | Takuya ASADA |
2009-11-22 | ncpus, ncpufound values are corrected. | Takuya ASADA |
2009-11-22 | SMP support on MIPS clock. | Takuya ASADA |
2009-11-22 | Fix compile error in uniprocessor kernel. | Takuya ASADA |
2009-11-22 | Correct cording style. | Takuya ASADA |
2009-11-22 | Allow mips ports to override VM_{MIN,MAX}_KERNEL_ADDRESS, and provide the | Miod Vallat |
2009-11-21 | Fix uninitialized variables in db_stack_trace_print(), and honour the | Miod Vallat |
2009-11-21 | mplock, rw_cas implemented | Takuya ASADA |
2009-11-19 | Rename KSEG* defines to CKSEG* to match their names in 64 bit mode; also | Miod Vallat |
2009-11-19 | All callers of updateimask() immediately enable interrupts afterwards, so do | Miod Vallat |
2009-11-19 | Remove code allowing native binaries with O32 ABI to run, there aren't any... | Miod Vallat |
2009-11-19 | Factor triplicated code responsible to add memory information into a | Miod Vallat |
2009-11-18 | Stricter type usage (width and signedness); first step towards 64 bit ptes. | Miod Vallat |
2009-11-12 | typo | Miod Vallat |
2009-11-07 | Replace option TGT_ORIGIN200 and TGT_ORIGIN2000 with a single option, | Miod Vallat |
2009-11-07 | Change sgi system identification from a single system type list, to a smaller | Miod Vallat |
2009-11-04 | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. | Mark Kettenis |
2009-10-30 | Support IP30 secondary cpu bootup. ok miod@ | Takuya ASADA |
2009-10-26 | Rename struct confargs to struct mainbus_attach_args for consistency and also | Miod Vallat |
2009-10-22 | Completely overhaul interrupt handling on sgi. Cpu state now only stores a | Miod Vallat |
2009-10-22 | With the splx() changes, it is no longer necessary to remember which interrupt | Miod Vallat |
2009-10-22 | The recent cleanups make blatantly visible that the pending_int handler | Miod Vallat |
2009-10-22 | unifdef -DIMASK_EXTERNAL to the mips code. Support for interrupt masking at | Miod Vallat |
2009-10-22 | Replace intrmask_t with uint32_t. This types only describes interrupt masks | Miod Vallat |
2009-10-22 | Change the #define controlling use of RM7k/RM9k coprocessor 0 ICR to | Miod Vallat |
2009-10-22 | Remove a never hit debug panic I commited by accident sometime ago. | Miod Vallat |
2009-10-22 | Only play with RM7k coprocessor 0 ICR if IMASK_EXTERNAL is not defined. | Miod Vallat |
2009-10-22 | Do not bother invoking hw_setintrmask() in splinit(), spl0() will do it for | Miod Vallat |
2009-10-22 | At the end of a context switch and in proc_trampoline(), instead of doing the | Miod Vallat |
2009-10-22 | Crank VM_MIN_ADDRESS to prevent userland from being able to mmap zero, | Miod Vallat |
2009-10-07 | ipending, cpl moved into cpu_info | Takuya ASADA |
2009-09-30 | curproc, curprocpaddr moved into cpu_info | Takuya ASADA |
2009-09-27 | Add an implementation of IRIX-compatible cacheflush() routine to mips ports, | Miod Vallat |
2009-09-15 | cpu status flag, cpuid added to cpu_info. | Takuya ASADA |
2009-08-09 | Use the ANSI/ISO token paste operator. Requested by jsg@ | Joel Sing |
2009-08-06 | Make sure <machine/cpu.h> includes <machine/intr.h> when included with _LOCORE | Miod Vallat |