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
/
i386
/
include
/
pmap.h
Age
Commit message (
Expand
)
Author
2004-12-14
fix a comment.
Hans-Joerg Hoexer
2004-08-06
rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubs
Theo de Raadt
2004-06-13
debranch SMP, have fun
Niklas Hallqvist
2004-05-20
Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpc
Mark Kettenis
2003-05-26
pmap_protect strikes again.
Artur Grabowski
2003-05-13
The current solution to handle the protection fault trap is not
Artur Grabowski
2003-04-09
Correct commentary describing page table layouts
Niklas Hallqvist
2003-04-07
Spring cleaning: remove unused code.
Niklas Hallqvist
2002-11-24
also no opt_user_ldt.h
Philipp Buehler
2002-09-12
Change the PMAP_PAGEIDLEZERO api to take the struct vm_page instead of the pa.
Artur Grabowski
2002-07-31
support for changing stack execution protection through mprotect()
Michael Shalayeff
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-12-19
UBC was a disaster. It worked very good when it worked, but on some
Artur Grabowski
2001-12-11
More sync to NetBSD.
Artur Grabowski
2001-12-11
Merge in some pmap improvements from NetBSD.
Artur Grabowski
2001-12-08
Sprinkle pmap_update calls where relevant and some other
Artur Grabowski
2001-12-04
Yet another sync to NetBSD uvm.
Artur Grabowski
2001-11-28
zap some typedefs.
Artur Grabowski
2001-11-28
Don't use pmap_update when we mean tlbflush. make pmap_update into a noop.
Artur Grabowski
2001-11-07
Another sync of uvm to NetBSD. Just minor fiddling, no major changes.
Artur Grabowski
2001-08-18
Move pmap_{de,}activate to vm/pmap.h, it's same on all archs.
Artur Grabowski
2001-08-12
moce pglisth into uvm_pglist.h
Michael Shalayeff
2001-08-11
Some fixes from NetBSD.
Artur Grabowski
2001-05-05
PMAP_NEW and UVM are no longer optional on i386.
Artur Grabowski
2001-03-22
Merge in NetBSD's PMAP_NEW, still disabled
Niklas Hallqvist
1999-09-20
permit config file overriding of NKPDE
Theo de Raadt
1999-09-17
grown i386 kvm to 512MB
Theo de Raadt
1999-02-26
change pmap_{de,}activate to take a struct proc *.
Artur Grabowski
1998-04-25
convert i386 to MNN
Michael Shalayeff
1997-01-07
Fix for final ptdi panic on i386
Thorsten Lockert
1996-10-25
grow kvm space; fix an over-agressive pmap optimization
Theo de Raadt
1996-05-26
force NKPDE to 31 on all machines until a better fix is available
Theo de Raadt
1996-05-09
allow config file to override NKPDE (yuck)
Theo de Raadt
1996-05-07
sync with 0504; prototype changes
Theo de Raadt
1996-03-19
Merging w/ NetBSD 021796.
Michael Shalayeff
1996-02-28
From NetBSD:
Michael Shalayeff
1995-10-18
initial import of NetBSD tree
Theo de Raadt