summaryrefslogtreecommitdiff
path: root/sys/arch/m88k
AgeCommit message (Expand)Author
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
2009-03-04Introduce atomic_clear_int() as an MD atomic operation to perform atomicMiod Vallat
2009-03-04Fix stupid logic bug in rw_cas_m88k(), makes NFS much happier on SMP kernels.Miod Vallat
2009-03-01Files forgotten during last commit:Miod Vallat
2009-02-21Move part of the mp lock logic into per-cpu callbacks; on MVME197DP we needMiod Vallat
2009-02-21Get rid of 88110 nmi stacks. This was a good idea, but I outsmarted myselfMiod Vallat
2009-02-20This should get me nominated for the ``stupidest bug of the year'' award.Miod Vallat
2009-02-20atomic_{set,clear}bits_int were not safe enough on 88110 systems, as theyMiod Vallat
2009-02-18In __cpu_simple_lock(), do not hog the bus with exclusive accesses; ifMiod Vallat
2009-02-18typoMiod Vallat
2009-02-17Pass a cpu_info * to setsoftipi() so it does not need to curcpu(), whichMiod Vallat
2009-02-16More 88110 SMP work. Contains, horribly entangled:Miod Vallat
2009-02-16Since NMI are now handled separately, remove the ``interrupt type'' argumentMiod Vallat
2009-02-16Rewrite the way the initial processing of exceptions is done on 88110 - weMiod Vallat
2009-02-15If we are on the NMI stack, do not switch to the curpcb stack moments later,Miod Vallat
2009-02-13Use a different dispatcher for the NMI traps on 88110, these are tooMiod Vallat
2009-02-13When switching processes, do not reenable interrupts until pmap_activate()Miod Vallat
2009-02-08On 88110 processors, use a separate stack to handle NMI; these can occurMiod Vallat
2009-02-08Don't bother trying to recover from DSR_WE data faults in kernel mode,Miod Vallat
2009-02-01Remove dma_cachectl() and rename dma_cachectl_pa() to dma_cachectl() now thatMiod Vallat
2008-12-21Proper cpu_unidle() function for MP kernels. ok art@ long agoMiod Vallat
2008-11-27On 88100 cpus, make sure userland processes start with SNIP and SFIP validMiod Vallat
2008-10-30In cpu_switchto(), always pmap_deactivate() the process being switched out,Miod Vallat
2008-10-27Rename "machine cpu" to "machine ddbcpu" in MP kernels, for consistency withMiod Vallat
2008-10-23Move the va_copy define to <sys/stdrag.h> making sure it is uniformalyMark Kettenis