| Commit message (Expand) | Author | Age | Files | Lines |
* | Move back #include <sys/mutex.h> outside #ifdef _KERNEL as it was |  landry | 2016-04-20 | 1 | -2/+2 |
* | put mutex.h lower |  deraadt | 2016-02-22 | 1 | -2/+2 |
* | Move #include <sys/mutex.h> from pmap.c to pmap.h, like every other archs |  landry | 2016-02-22 | 1 | -1/+2 |
* | Make the alpha pmap (more) mpsafe by protecting both the pmap itself and the |  kettenis | 2015-10-01 | 1 | -1/+4 |
* | Change pmap_remove_holes() to take a vmspace instead of a map as its argument. |  miod | 2015-02-15 | 1 | -2/+2 |
* | alpha (nor any other arch) uses any types or api provided by sys/lock.h. |  dlg | 2015-02-11 | 1 | -2/+1 |
* | _LKM leftovers |  miod | 2015-02-09 | 1 | -3/+1 |
* | remove simplelocks |  deraadt | 2014-12-17 | 1 | -13/+1 |
* | Move declaration of struct vm_page_md from <machine/vmparam.h> to |  miod | 2014-01-30 | 1 | -1/+15 |
* | Work in progress work towards SMP, heavily based upon NetBSD. The MP kernel |  miod | 2014-01-26 | 1 | -11/+28 |
* | Cleanup some leftovers from previous changes. |  miod | 2014-01-05 | 1 | -10/+1 |
* | Switch alpha to __HAVE_VM_PAGE_MD. From NetBSD. |  miod | 2014-01-01 | 1 | -13/+2 |
* | try to avoid pulling in pte.h and other more crazy things. Checked against |  deraadt | 2013-03-31 | 1 | -4/+4 |
* | PGSHIFT -> PAGE_SHIFT |  deraadt | 2013-03-25 | 1 | -2/+2 |
* | Make userret() MI. On architectures which jammed stuff into it in the |  deraadt | 2011-11-16 | 1 | -3/+3 |
* | Kill pmap_phys_address(), and force every driver's mmap() routine to return |  miod | 2010-12-26 | 1 | -2/+1 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
* | Remove a lot of symbols from the namespace, otherwise sys/sysctl.h and |  deraadt | 2007-12-14 | 1 | -3/+3 |
* | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark |  miod | 2007-09-10 | 1 | -1/+2 |
* | convert pmap_phys_address() to a define, consistent with other archs; |  martin | 2006-02-07 | 1 | -1/+2 |
* | rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubs |  deraadt | 2004-08-06 | 1 | -1/+2 |
* | #define __HAVE_PMAP_DIRECT and use it. requested by art |  tedu | 2004-07-13 | 1 | -1/+2 |
* | debranch SMP, have fun |  niklas | 2004-06-13 | 1 | -2/+2 |
* | rename POOLPAGE macros to pmap_map_direct |  tedu | 2004-06-09 | 1 | -3/+3 |
* | Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpc |  kettenis | 2004-05-20 | 1 | -1/+3 |
* | typos from Jared Yanovich; |  jmc | 2003-10-18 | 1 | -2/+2 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | Change the PMAP_{MAP,UNMAP}_POOLPAGE api to take a vm_page as argument |  art | 2002-09-12 | 1 | -3/+3 |
* | Pretty nasty hack to make non-exec mappings work. |  art | 2002-07-24 | 1 | -3/+2 |
* | Update pmap_update macro for arches Art missed. Still just a noop. |  millert | 2001-12-05 | 1 | -2/+2 |
* | Make pmap_update functions into nops so that we can have a consistent |  art | 2001-11-28 | 1 | -1/+2 |
* | Move pmap_{de,}activate to vm/pmap.h, it's same on all archs. |  art | 2001-08-18 | 1 | -3/+1 |
* | Some more pmap improvements from NetBSD. |  art | 2001-03-16 | 1 | -2/+7 |
* | Implement pmap_growkernel. From NetBSD. |  art | 2001-03-16 | 1 | -1/+2 |
* | tag the rest of alpha tree |  ericj | 2000-11-08 | 1 | -0/+1 |
* | Merge in big portions of the improvements NetBSD did to their alpha port. |  art | 2000-11-08 | 1 | -7/+315 |
* | Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed. |  niklas | 1996-10-30 | 1 | -125/+8 |
* | Add OpenBSD tags. Adapt to OpenBSD *_intr_establish calling convention |  niklas | 1996-07-29 | 1 | -0/+1 |
* | update to netbsd |  deraadt | 1995-12-14 | 1 | -1/+11 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+116 |