Age | Commit message (Expand) | Author |
2011-05-30 | Remove the freelist member from vm_physseg | Owain Ainsworth |
2011-05-25 | Also enclose variable names with external linkage in __BEGIN_DECLS. | Martynas Venckus |
2011-04-28 | fenv improvements and cleanups | Martynas Venckus |
2011-04-07 | Make sure the ALIGN() macro uses u_long on all platforms for consistency, and | Miod Vallat |
2011-03-23 | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | Paul Irofti |
2011-03-11 | Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do. | Paul Irofti |
2011-01-05 | Pass pmap_bootstrap() the memory range used by the PROM/BUG/firmware/whatever, | Miod Vallat |
2011-01-05 | Make copypage() and zeropage() per-cpu function pointers, and use a | Miod Vallat |
2011-01-05 | Now that pmap_copy_page() no longer needs to flush a couple contiguous tlb | Miod Vallat |
2011-01-02 | Kill pmap_table_t typedef. | Miod Vallat |
2010-12-31 | Massive overhauling of the m88k pmap, though I can't pretend it's a new pmap | Miod Vallat |
2010-12-31 | Introduce a new cmmu routine, for page writebacks without invalidate. Will be | Miod Vallat |
2010-12-31 | Standardize cache handling functions and defines to use wb/wbinv/inv instead | Miod Vallat |
2010-12-31 | Provide a lint-friendly __va_copy(), as done on all other platforms. | Miod Vallat |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-12-23 | The exception vector page on m88k systems has always been the same page as | Miod Vallat |
2010-12-21 | Convert netisr to a normal soft interrupt instead of hanving MD code | Claudio Jeker |
2010-12-15 | oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinks | Ted Unangst |
2010-11-27 | Remove ddb single-step load and store counters. Most platforms do not | Miod Vallat |
2010-11-18 | Declare pmap_proc_iflush() in <uvm/uvm_pmap.h> unless <machine/pmap.h> | Miod Vallat |
2010-09-28 | Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms, | Miod Vallat |
2010-06-22 | Since our caches are snooping, we only need to broadcast cache invalidates | Miod Vallat |
2010-05-02 | Precompute the userland process apr cache bits into a global variable. | Miod Vallat |
2010-04-21 | <sys/systm.h> required now. | Miod Vallat |
2010-04-18 | Work in progress support for AViiON models 4600 and 530. | Miod Vallat |
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-05-02 | Drop the pm_cpus bitmask field from struct pmap, and instead remember the | Miod Vallat |
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-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 | 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-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-13 | Use a different dispatcher for the NMI traps on 88110, these are too | Miod Vallat |
2009-02-08 | On 88110 processors, use a separate stack to handle NMI; these can occur | 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-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 |