Age | Commit message (Expand) | Author |
2009-12-16 | zap two more handrolled equivalents of nitems(). | Jasper Lievisse Adriaanse |
2009-11-27 | Move MB_LEN_MAX into the machine-independent sys/limits.h header, | Philip Guenthe |
2009-11-04 | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. | Mark Kettenis |
2009-09-27 | In pmap_proc_iflush(), do not bother checking for pmap being curpmap on any | Miod Vallat |
2009-08-13 | A new(er) mtx_enter_try(). | Tobias Weingartner |
2009-05-02 | Drop the pm_cpus bitmask field from struct pmap, and instead remember the | Miod Vallat |
2009-04-27 | Revert mtx_enter_try. It didn't compile on hppa, it doesn't compile on | Mark Kettenis |
2009-04-25 | Enter mtx_enter_try. In part for completeness, things may start | Tobias Weingartner |
2009-04-19 | Rename max_cpus to ncpusfound and compute it regardless of option | Miod Vallat |
2009-03-26 | Remove cpu_wait(). It's original use was to be called from the reaper so | Owain Ainsworth |
2009-03-15 | Generic softinterrupt support for m88k based platforms, adapted from arm | Miod Vallat |
2009-03-15 | Introduce splsoftassert(), similar to splassert() but for soft interrupt | Miod Vallat |
2009-03-04 | Since 88110 processors can not flush individual TLB entries, instead of | Miod Vallat |
2009-03-04 | Introduce atomic_clear_int() as an MD atomic operation to perform atomic | Miod Vallat |
2009-03-04 | Fix stupid logic bug in rw_cas_m88k(), makes NFS much happier on SMP kernels. | Miod Vallat |
2009-03-01 | Files forgotten during last commit: | Miod Vallat |
2009-02-21 | Move part of the mp lock logic into per-cpu callbacks; on MVME197DP we need | Miod Vallat |
2009-02-21 | Get rid of 88110 nmi stacks. This was a good idea, but I outsmarted myself | Miod Vallat |
2009-02-20 | This should get me nominated for the ``stupidest bug of the year'' award. | Miod Vallat |
2009-02-20 | atomic_{set,clear}bits_int were not safe enough on 88110 systems, as they | Miod Vallat |
2009-02-18 | In __cpu_simple_lock(), do not hog the bus with exclusive accesses; if | Miod Vallat |
2009-02-18 | typo | Miod Vallat |
2009-02-17 | Pass a cpu_info * to setsoftipi() so it does not need to curcpu(), which | Miod Vallat |
2009-02-16 | More 88110 SMP work. Contains, horribly entangled: | Miod Vallat |
2009-02-16 | Since NMI are now handled separately, remove the ``interrupt type'' argument | Miod Vallat |
2009-02-16 | Rewrite the way the initial processing of exceptions is done on 88110 - we | Miod Vallat |
2009-02-15 | If we are on the NMI stack, do not switch to the curpcb stack moments later, | Miod Vallat |
2009-02-13 | Use a different dispatcher for the NMI traps on 88110, these are too | Miod Vallat |
2009-02-13 | When switching processes, do not reenable interrupts until pmap_activate() | Miod Vallat |
2009-02-08 | On 88110 processors, use a separate stack to handle NMI; these can occur | Miod Vallat |
2009-02-08 | Don't bother trying to recover from DSR_WE data faults in kernel mode, | Miod Vallat |
2009-02-01 | Remove dma_cachectl() and rename dma_cachectl_pa() to dma_cachectl() now that | Miod Vallat |
2008-12-21 | Proper cpu_unidle() function for MP kernels. ok art@ long ago | Miod Vallat |
2008-11-27 | On 88100 cpus, make sure userland processes start with SNIP and SFIP valid | Miod Vallat |
2008-10-30 | In cpu_switchto(), always pmap_deactivate() the process being switched out, | Miod Vallat |
2008-10-27 | Rename "machine cpu" to "machine ddbcpu" in MP kernels, for consistency with | Miod Vallat |
2008-10-23 | Move the va_copy define to <sys/stdrag.h> making sure it is uniformaly | Mark Kettenis |
2008-10-15 | make random(9) return per-cpu values (by saving the seed in the cpuinfo), | Theo de Raadt |
2008-10-10 | Add empty cpu_unidle() macros for architectures that currently don't do | Artur Grabowski |
2008-10-10 | Define MAXCPUS on all architectures. | Artur Grabowski |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-07-28 | Remove dead code. | Miod Vallat |
2008-07-28 | In process_write_regs() and sigreturn(), be more strict about the bits | Miod Vallat |
2008-07-28 | According to the manual, delay slot kill the benefits of being superscalar, | Miod Vallat |
2008-07-21 | - add proper double_t and float_t definitions for each arch | Martynas Venckus |
2008-07-18 | Add a macro that clears the want_resched flag that need_resched sets. | Artur Grabowski |
2008-06-14 | A bunch of pool_get() + bzero() -> pool_get(..., .. | PR_ZERO) | Michael Knudsen |
2008-06-10 | Rename pmap_remove_all() to pmap_remove_page(). | Miod Vallat |
2008-05-02 | Check for a disabled FPU before attempting to emulate the instruction. | Miod Vallat |
2008-05-02 | Grab the biglock unconditionnaly when system calls go through systrace; | Miod Vallat |