Age | Commit message (Expand) | Author |
2013-06-16 | Add IPL_MPSAFE for some architectures that I missed in the first round. | Mark Kettenis |
2013-06-01 | add missing license (PD) block | Jasper Lievisse Adriaanse |
2013-05-23 | TOD clock support for AngelFire boards | Miod Vallat |
2013-05-17 | Preliminary support for MVME180 and MVME181 boards. On-board serial ports | Miod Vallat |
2013-05-17 | Replace the bunch of md_* function pointers with a `struct board' containing | Miod Vallat |
2013-05-17 | Move interrupt-related defines from <machine/cpu.h> to <machine/intr.h>. | Miod Vallat |
2013-05-14 | Older BUG version do not implement the `out cr/lf' BUG system call, and, worse, | Miod Vallat |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2013-02-17 | Replace assembly statement triggering 88410 commands with a proper volatile | Miod Vallat |
2013-01-05 | Switch m88k ports to ELF. | Miod Vallat |
2012-12-04 | Remove the gcc 2 m88k varargs logic. You gave me a lot of trouble and no pony, | Miod Vallat |
2012-12-03 | avoid depending on gcc cast as lvalue extension which | Jonathan Gray |
2012-11-25 | Recognize a wrong network configuration which would cause tftpboot to | Miod Vallat |
2012-11-05 | unifdef -D __HAVE_TIMECOUNTER | Miod Vallat |
2012-06-26 | create new machine/_float.h which is namespace clean. create a new | Theo de Raadt |
2011-10-27 | Specify the TLS variant for each platform. | Philip Guenthe |
2011-10-25 | Replace the naive 88110 tlb update code, which would always invalidate the | Miod Vallat |
2011-09-27 | Make bus_addr_t and bus_size_t u_long types, instead of either uint32_t or | Miod Vallat |
2011-04-28 | - enable fenv | Martynas Venckus |
2011-03-23 | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | Paul Irofti |
2011-01-02 | Figure out how much L2 cache is available on 88410-blessed designs, and | 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 | Standardize cache handling functions and defines to use wb/wbinv/inv instead | Miod Vallat |
2010-12-23 | The exception vector page on m88k systems has always been the same page as | Miod Vallat |
2009-07-30 | Make sure the BUS_SPACE_BARRIER_xxx constants are all non-zero and can be | Miod Vallat |
2009-07-26 | Make sure all platforms understand the flags argument of bus_space_map() and | Miod Vallat |
2009-05-31 | Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent with | Miod Vallat |
2009-04-20 | Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory. | Owain Ainsworth |
2009-03-15 | Generic softinterrupt support for m88k based platforms, adapted from arm | Miod Vallat |
2009-03-09 | Switch mvme88k to timecounters. | Miod Vallat |
2009-03-08 | Move more z8536 defines from MVME188 specific code to the MI header and use it. | Miod Vallat |
2009-02-27 | Rework nmi handling to handle ``complex'' NMI faster, and return as fast as | Miod Vallat |
2009-02-21 | Move part of the mp lock logic into per-cpu callbacks; on MVME197DP we need | 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-13 | Make delay() a per-board function pointer. | Miod Vallat |
2008-09-19 | Perform the mvme197 latency timer reprogramming in the boot blocks, in | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-03-31 | Switch bootloaders to mi loadfile(). | Miod Vallat |
2008-01-13 | Remove unused cpumod variable. | Miod Vallat |
2007-12-27 | Make the mvme188 interrupt handling closer to the aviion interrupt handling: | Miod Vallat |
2007-12-15 | All MVME BUG manuals concur on SR3 being the only register needing to be | Miod Vallat |
2007-12-15 | Since the 88110 can not invalidate a particular tlb entry, do not stack | Miod Vallat |
2007-12-08 | Better siginfo fault codes for floating point exceptions on 88110, with | Miod Vallat |
2007-12-04 | Work in progress SMP code for 88110 processor using the BusSwitch chip as | Miod Vallat |
2007-12-02 | Remove 88110 control registers accessors which are never used anywhere. | Miod Vallat |
2007-12-02 | Rework the __mp_lock code to not spin at spllock(), kinda similar to the | Miod Vallat |
2007-11-26 | Move the implementation of __mp_lock (biglock) into machine dependent | Artur Grabowski |
2007-11-22 | Split the cmmu code routines into single 88110 (MVME197LE) and 88110+88410 | Miod Vallat |