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