Age | Commit message (Expand) | Author |
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 |
2011-03-23 | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | Paul Irofti |
2009-03-15 | Generic softinterrupt support for m88k based platforms, adapted from arm | 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 |
2007-05-14 | Work in progress IPI mechanism, currently only implemented on MVME188, to | Miod Vallat |
2007-03-22 | When registering VME interrupts, maintain a direct ipl->vector table, as long | Miod Vallat |
2006-05-13 | Oops, intr_findvec() proto is still necessary. | Miod Vallat |
2006-05-08 | Replace gazillions of badvaddr() or badwordaddr() calls with badaddr() calls. | Miod Vallat |
2006-04-15 | nmihand() is mvme88k only, move it out of m88k common area. | Miod Vallat |
2004-11-09 | Split {get,set,raise}ipl() into per-board implementations. | Miod Vallat |
2004-11-08 | Kill struct md_p, which was really only necessary for mvme88k; on | Miod Vallat |
2004-08-03 | hide more inside _KERNEL; miod ok | Theo de Raadt |
2004-07-30 | Move evcount structures inside struct intrhand, this makes more sense and | Miod Vallat |
2004-07-24 | intr_establish() and related defines are mvme88k-only, so move them back from | Miod Vallat |
2004-04-26 | Fix RCSID | Miod Vallat |
2004-04-26 | Start factorizing luna88k and mvme88k common parts. | Miod Vallat |
2004-04-24 | Preliminary switch to an mvme88k bus_space world. Not all drivers have been | Miod Vallat |
2004-01-12 | Get rid of that ugly m88100_saved_state structure, use trapframe everywhere | Miod Vallat |
2003-11-09 | Typos; Jonathan Gray | Miod Vallat |
2003-10-05 | Kill vm_offset_t and vm_size_t, in favor of the [pv]addr_t and [pv]size_t | Miod Vallat |
2003-09-20 | Cleanup uses of intstack and interrupt_stack[] - also makes time % in top | Miod Vallat |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-06-07 | Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@ | Thomas Nordin |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-14 | volatile police. | Miod Vallat |
2001-12-20 | machine dependant pointer changes. | Steve Murphree |
2001-12-16 | Revert the mvme88k to 20011212. Recent changes had not been merged correctly, | Miod Vallat |
2001-12-13 | Support for MVME197 completed. Fix SPL defs. | Steve Murphree |
2001-11-08 | COPY_SIGCODE serve no purpose nowadays. | Miod Vallat |
2001-09-23 | Declare machdep.conssole_device sysctl. | Miod Vallat |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela |
2001-07-01 | Variable declarations without extern are evil. | Miod Vallat |
2001-03-09 | kernel will compile with -Werror. Added intr.h | Steve Murphree |
2001-03-07 | Strict prototypes for interrupt handlers and a few machine-dependent | Miod Vallat |
2001-01-14 | Complete move to UVM virtual memory system. More header fixes. | Steve Murphree |
1999-09-27 | Adding support for MVME188 and MVME197 | Steve Murphree |
1999-02-09 | Added kernel support for user debugging. Fixed file ID's | Steve Murphree |
1998-12-15 | Commit for the first real OpenBSD mvme88k kernel. | Steve Murphree |
1997-03-03 | Cleanup after import. This also seems to bring up the current version. | Dale S. Rahn |
1997-03-03 | This is a remove to get rid of the old mvme88k port which was incomplete | Dale S. Rahn |
1995-10-18 | initial 88k import; code by nivas and based on mach luna88k | Theo de Raadt |