Age | Commit message (Expand) | Author |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2004-08-06 | rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubs | Theo de Raadt |
2004-07-13 | #define __HAVE_PMAP_DIRECT and use it. requested by art | Ted Unangst |
2004-06-09 | rename POOLPAGE macros to pmap_map_direct | Ted Unangst |
2004-05-20 | Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpc | Mark Kettenis |
2004-04-21 | put some volatile on volatiles | Michael Shalayeff |
2004-04-07 | update copyright; miod@ is fine w/ files where he holds it too | Michael Shalayeff |
2003-01-22 | consistantly use uvm_prot_* vs vm_prot_* evewrhere | Michael Shalayeff |
2002-11-07 | pmap_[de]activate() are not nops; w/ art@'s help | Michael Shalayeff |
2002-10-28 | do not use asm for accessing the page tables since they are mapped now. | Michael Shalayeff |
2002-10-17 | convert to use vm_page_md instead of pmap_physseg, make code smaller and simp... | Michael Shalayeff |
2002-09-12 | Change the PMAP_{MAP,UNMAP}_POOLPAGE api to take a vm_page as argument | Artur Grabowski |
2002-09-05 | move the kernel virtual away from the physical addresses | Michael Shalayeff |
2002-05-09 | sid max should be such that after conversion into prot-id it will not overflow | Michael Shalayeff |
2002-04-22 | forgot this, no steal anymore | Michael Shalayeff |
2002-03-15 | rewrite a pmap to use multilevel page tables. | Michael Shalayeff |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-21 | pmap.pmap_pd is redundant -- no more | Michael Shalayeff |
2002-01-10 | cache_align is not used | Michael Shalayeff |
2001-12-04 | Yet another sync to NetBSD uvm. | Artur Grabowski |
2001-05-09 | More sync to NetBSD. | Artur Grabowski |
2001-01-12 | move pmap_physseg back to vmparam.h where it belongs. | Michael Shalayeff |
1999-12-12 | do homebrew pmap_changebit pmap_new way | Michael Shalayeff |
1999-12-09 | first arg to pmap_changebit is paddr_t | Michael Shalayeff |
1999-11-16 | hpt_hashsize no more, using cr24 instead | Michael Shalayeff |
1999-07-21 | better fields order for pv_entry | Michael Shalayeff |
1999-04-20 | uvm names and definitions | Michael Shalayeff |
1999-01-20 | s/MAX_PID/HPPA_MAX_PID/g | Michael Shalayeff |
1999-01-20 | cleanup some rudimentaries | Michael Shalayeff |
1999-01-03 | add pmap_changebit(); fix pmap_enter() so it handles mapping's PA changes | Michael Shalayeff |
1998-11-23 | proper m-include protection, some minor cleanups | Michael Shalayeff |
1998-09-12 | typos, thinkos, brainos, buritos and amigos | Michael Shalayeff |
1998-08-20 | some pmap definitions | Michael Shalayeff |
1998-07-07 | more includes | Michael Shalayeff |