Age | Commit message (Expand) | Author |
2007-12-02 | Provide a specific rw_cas() function for MP kernels, simulating a really | Miod Vallat |
2007-12-02 | Rework the __mp_lock code to not spin at spllock(), kinda similar to the | Miod Vallat |
2007-12-02 | Change DAE processing so that the C code no longer needs the EF_xxx defines | Miod Vallat |
2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" | Theo de Raadt |
2007-11-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre |
2007-11-24 | Do not mark any page as global on monoprocessor kernels if running on a | Miod Vallat |
2007-11-24 | Slightly faster cache flushing operations on MP systems. | Miod Vallat |
2007-11-22 | Introduce an inline function to skip an instruction on 88110 and use it | Miod Vallat |
2007-11-22 | A decent workaround for errata #16. I have verified it gets triggered, the | Miod Vallat |
2007-11-22 | Do not reenable interrupts for netsted interrupts if interrupts were | Miod Vallat |
2007-11-22 | Do not bother saving the fault address registers if the fault status | Miod Vallat |
2007-11-22 | Do not redirect exception occuring when enabling the fpu to the error handler, | Miod Vallat |
2007-11-22 | Do not save a copy of the previous exception frame in a fixed memory location. | Miod Vallat |
2007-11-22 | On 88110, skip the faulting instruction in double_reg_fixup() if it can | Miod Vallat |
2007-11-22 | Quote a few errata to explain why odd things are done in oddly ways on 88110. | Miod Vallat |
2007-11-22 | Remove the cpu parameter from cmmu_set_sapr(), since it is only invoked | Miod Vallat |
2007-11-22 | Remove explicit tlb flush from vmapbuf(), since pmap_enter() will take | Miod Vallat |
2007-11-22 | Add an extra parameter to pmap_remove_pte() to control whether it will | Miod Vallat |
2007-11-22 | Move the cmmu lock to 88200-specific code. 88110 MP code will use ipis | Miod Vallat |
2007-11-21 | Typo | Miod Vallat |
2007-11-21 | Don't bother flushing caches in pmap_{copy,zero}_page(), since our caches | Miod Vallat |
2007-11-21 | Move pmap_set_modify() prototype to a header file | Miod Vallat |
2007-11-21 | Move external interrupt and ast handling from m881[01]0_trap() to their | Miod Vallat |
2007-11-21 | A really horrible fix for sigreturn on 88110. This will probably be replaced | Miod Vallat |
2007-11-20 | A line got lost while hand-editing diffs... | Miod Vallat |
2007-11-20 | On 88110, use a shorter path in pmap_is_modified(), since we perform | Miod Vallat |
2007-11-20 | Move 88110 trap-on-write processing from two duplicated sections in trap.c to | Miod Vallat |
2007-11-20 | Fix MP locking issues when processing data access faults on 88110, similar | Miod Vallat |
2007-11-20 | Overhaul of the pmap debug messages. They now provide slightly better | Miod Vallat |
2007-11-20 | Fix setregs() on 88110, so that binaries do not skip their first instruction. | Miod Vallat |
2007-11-20 | In data_access_emulation(), make sure that if we want the pipeline replay | Miod Vallat |
2007-11-17 | Replace many ``unsigned'' variables with ``unsigned int'', ``u_int'' or other | Miod Vallat |
2007-11-17 | Rework {get,set,raise}ipl() to minimize psr modification, especially on | Miod Vallat |
2007-11-15 | Check for curcpu()->ci_softintr being nonzero before invoking dosoftint(), | Miod Vallat |
2007-11-15 | Make a few end-of-trap-handling symbols global, to get better ddb traces. | Miod Vallat |
2007-11-15 | Resolve the struct trapframe tf_mode/tf_flags duality by getting rid of | Miod Vallat |
2007-11-15 | Stop referring the initial kernel stack as the ``interrupt stack''. It's | Miod Vallat |
2007-11-14 | Cache curcpu() value into a local variable when it is used more than once in | Miod Vallat |
2007-11-14 | Merge the ci_alive and ci_primary boolean values of struct cpu_info into | Miod Vallat |
2007-11-14 | When processing a data access fault, keep the kernel lock while invoking | Miod Vallat |
2007-11-14 | When servicing an exception, do not enable interrupts if they were not | Miod Vallat |
2007-11-14 | Let ``machine cpu #'' hop to the given cpu. | Miod Vallat |
2007-11-11 | Give more information in ``machine cpu'' under ddb. | Miod Vallat |
2007-11-11 | In dma_cachectl(), flush unconditionnaly on all processors, regardless of the | Miod Vallat |
2007-11-09 | In dma_cachectl*(), try and perform fewer remote processor operations whenever | Miod Vallat |
2007-11-09 | Do not bother checking for curproc != NULL if we know a trap comes from | Miod Vallat |
2007-11-09 | On MULTIPROCESSOR kernels, don't forget to grab the kernel lock when | Miod Vallat |
2007-11-06 | Keep a pending software interrupts mask per processor, instead of having it | Miod Vallat |
2007-11-06 | Comment out the pmap fine grained locking stuff, it is not necessary for now | Miod Vallat |
2007-11-06 | Be sure to pmap_deactivate() a process during context switches, so that | Miod Vallat |