summaryrefslogtreecommitdiff
path: root/sys/arch/m88k
AgeCommit message (Expand)Author
2011-01-05Pass pmap_bootstrap() the memory range used by the PROM/BUG/firmware/whatever,Miod Vallat
2011-01-05Minor optimizations:Miod Vallat
2011-01-05Make copypage() and zeropage() per-cpu function pointers, and use aMiod Vallat
2011-01-05Now that pmap_copy_page() no longer needs to flush a couple contiguous tlbMiod Vallat
2011-01-03Rework backtrace code, and try to cope with variadic functions betterMiod Vallat
2011-01-02Kill pmap_table_t typedef.Miod Vallat
2011-01-01Now that we __HAVE_PMAP_DIRECT, it gets easy to simply save partial cacheMiod Vallat
2010-12-31Massive overhauling of the m88k pmap, though I can't pretend it's a new pmapMiod Vallat
2010-12-31Handle writethrough mappings (as opposed to writeback) better:Miod Vallat
2010-12-31Yet another rework of the cache flushing routines. Fixes some bugs, probablyMiod Vallat
2010-12-31Introduce a new cmmu routine, for page writebacks without invalidate. Will beMiod Vallat
2010-12-31Standardize cache handling functions and defines to use wb/wbinv/inv insteadMiod Vallat
2010-12-31In db_write_bytes(), cope with memory addresses mapped by the two hardwiredMiod Vallat
2010-12-31Provide a lint-friendly __va_copy(), as done on all other platforms.Miod Vallat
2010-12-27Do not issue a cache maintainance operation until the last one is notMiod Vallat
2010-12-26Misplaced splx() in pmap_unsetbit().Miod Vallat
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnMiod Vallat
2010-12-23The exception vector page on m88k systems has always been the same page asMiod Vallat
2010-12-23Check for pcb_onfault being set for genuine kernel data faults, copyout()Miod Vallat
2010-12-23Make the pte created by pmap_map() wired, and count them in pmap_kernel()'sMiod Vallat
2010-12-21Convert netisr to a normal soft interrupt instead of hanving MD codeClaudio Jeker
2010-12-20KNFMiod Vallat
2010-12-20mvme88k kernels running on 88110 systems have been prone to panicing forMiod Vallat
2010-12-15oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinksTed Unangst
2010-11-27Remove ddb single-step load and store counters. Most platforms do notMiod Vallat
2010-11-18Declare pmap_proc_iflush() in <uvm/uvm_pmap.h> unless <machine/pmap.h>Miod Vallat
2010-09-28Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms,Miod Vallat
2010-06-27Bunch of include adjustements to restore compilability.Miod Vallat
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2010-06-22Don't play with cacheability in vmapbuf() - pmap_enter() knows what it does.Miod Vallat
2010-06-22Since our caches are snooping, we only need to broadcast cache invalidatesMiod Vallat
2010-05-09hander -> handlerJasper Lievisse Adriaanse
2010-05-02Precompute the userland process apr cache bits into a global variable.Miod Vallat
2010-04-25Update various comments.Miod Vallat
2010-04-21<sys/systm.h> required now.Miod Vallat
2010-04-20destintation -> destinationMiod Vallat
2010-04-18Work in progress support for AViiON models 4600 and 530.Miod Vallat
2009-12-16zap two more handrolled equivalents of nitems().Jasper Lievisse Adriaanse
2009-11-27Move MB_LEN_MAX into the machine-independent sys/limits.h header,Philip Guenthe
2009-11-04Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.Mark Kettenis
2009-09-27In pmap_proc_iflush(), do not bother checking for pmap being curpmap on anyMiod Vallat
2009-08-13A new(er) mtx_enter_try().Tobias Weingartner
2009-05-02Drop the pm_cpus bitmask field from struct pmap, and instead remember theMiod Vallat
2009-04-27Revert mtx_enter_try. It didn't compile on hppa, it doesn't compile onMark Kettenis
2009-04-25Enter mtx_enter_try. In part for completeness, things may startTobias Weingartner
2009-04-19Rename max_cpus to ncpusfound and compute it regardless of optionMiod Vallat
2009-03-26Remove cpu_wait(). It's original use was to be called from the reaper soOwain Ainsworth
2009-03-15Generic softinterrupt support for m88k based platforms, adapted from armMiod Vallat
2009-03-15Introduce splsoftassert(), similar to splassert() but for soft interruptMiod Vallat
2009-03-04Since 88110 processors can not flush individual TLB entries, instead ofMiod Vallat