summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_amap.h
AgeCommit message (Expand)Author
2017-02-05Update a comment that suggested the stack was executable. Nope!Philip Guenther
2016-05-26Make amaps use less kernel memory (2nd try)Stefan Kempf
2016-05-22Revert previous: breaks i386 and powerpc, probably all non-PMAP_DIRECT archsPhilip Guenther
2016-05-22Make amaps use less kernel memoryStefan Kempf
2016-05-08Additional parameter for amap_alloc().Stefan Kempf
2016-05-08Wait for RAM in uvm_fault when allocating uvm structures failsStefan Kempf
2016-04-16Remove am_maxslot from amap.Stefan Kempf
2016-04-04UVM_FLAG_AMAPPAD has no effect anymore, nuke it.Stefan Kempf
2016-03-27amap_extend is never called, remove it.Stefan Kempf
2016-03-06Remove unused amap_share_protect().Stefan Kempf
2014-07-11Chuck Cranor rescinded clauses in his licenseJonathan Gray
2013-05-30remove lots of comments about locking per beck's requestTed Unangst
2009-03-25Move all of the pseudo-inline functions in uvm into C files.Owain Ainsworth
2007-06-18Bring back Mickey's UVM anon change. Testing by thib@, beck@ andPedro Martelletto
2007-05-31zap the vm_amap am_l simplelock, and amap_{lock/unlock} macros forThordur I. Bjornsson
2006-07-13Back out the anon change. Apparently it was tested by a few, but most ofTheo de Raadt
2006-06-21from netbsd: make anons dynamically allocated from pool.Michael Shalayeff
2004-12-30Import M_CANFAIL support from NetBSD, removes a nasty panic during low-mem sc...Niklas Hallqvist
2002-03-15Cosmetic changes only, primarily making comments line up nicely after theTodd C. Miller
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-11-28Sync in more uvm from NetBSD. Mostly just cosmetic stuff.Artur Grabowski
2001-11-11Sync in more stuff from NetBSD.Artur Grabowski
2001-11-07Another sync of uvm to NetBSD. Just minor fiddling, no major changes.Artur Grabowski
2001-05-10More sync to NetBSD.Artur Grabowski
2001-03-09Protect protypes, certain macros, and inlines from userland. Checked userlandsmart
2001-01-29$OpenBSD$Niklas Hallqvist
2000-03-15Fix the NetBSD id strings.Artur Grabowski
1999-02-26add OpenBSD tagsArtur Grabowski
1999-02-26Import of uvm from NetBSD. Some local changes, some code disabledArtur Grabowski