index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
hppa
/
include
/
pmap.h
Age
Commit message (
Expand
)
Author
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