| Age | Commit message (Expand) | Author |
| 2020-03-14 | pmap_remove_all(): Return a boolean value to indicate the behaviour. If | ad |
| 2016-09-03 | Fix pmap_prefer for topdown and turn topdown on. | christos |
| 2010-11-14 | Move struct vm_page_md definition from vmparam.h to pmap.h, because | uebayasi |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2008-12-09 | Make pmap_kernel() a MI macro for struct pmap *kernel_pmap_ptr, | pooka |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-03-21 | There are only 32 bits in a VA, not 33 - sync comment with this harsh reality. | uwe |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2006-09-24 | Allow shared PV mappings in pmap_enter(9) even on SH4 if VAs of shared pages | tsutsui |
| 2006-04-10 | Decorate pmap_remove_all() with /* ARGSUSED */ | uwe |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2002-09-22 | it really helps to get the stub right before cutting + pasting it 27 times. | chs |
| 2002-09-22 | add pmap_remove_all() hook (empty on most platforms so far). | chs |
| 2002-05-09 | new pmap designed for SH3/SH4. | uch |
| 2002-04-28 | Use "#define<tab>", white space nits. | uch |
| 2002-04-04 | remove obsolete functions, decralations and structure. | uch |
| 2002-04-03 | sync with i386/include/pmap.h rev. 1.45: | msaitoh |
| 2002-03-03 | SR related parts moved to psl.h. cpufunc.h segments.h are removed. | uch |
| 2002-02-28 | Remove #if 0 #endif | uch |
| 2002-02-17 | Add new MMU API. for detail, see sh3/mmu.h's comment. | uch |
| 2002-02-12 | ANSIfy KNF. | uch |
| 2002-02-11 | clean up redundant PTE PG_* defines. | uch |
| 2001-09-10 | Update pmap_update to now take the updated pmap as an argument. | chris |
| 2001-05-26 | replace {simple_,}lock{_data,}_t with struct {simple,}lock {,*}. | chs |
| 2001-04-22 | Undo a misguided previous change to the pmap_update() API. | thorpej |
| 2001-04-22 | make this compile again under SH4 | uch |
| 2001-04-22 | Give pmap_update() an argument (a pmap_t) so that it knows which | thorpej |
| 2001-04-21 | pmap_update() should not be equated with "flush entire TLB", it is | thorpej |
| 2001-02-19 | temporary fix a serious pmap problem with dummy PMAP_{MAP,UNMAP}_POOLPAGE(). | msaitoh |
| 2001-02-02 | Rewrite how mod/ref emulation is done. In particular, make | thorpej |
| 2000-09-28 | We do wired page accounting. Tell UVM about this. | is |
| 2000-04-25 | Use P1SEG to map pool pages. | tsubai |
| 2000-02-24 | SH4! | msaitoh |
| 2000-01-14 | remove SH3_PHYS_TO_P1SEG macro | msaitoh |
| 1999-09-14 | Catch up with -current. | tsubai |
| 1999-09-13 | Merge in NetBSD/sh3 from cvs.kame.net repository. | itojun |