summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_km.c
AgeCommit message (Expand)Author
2008-06-14If we have one syscall that consumes large amounts of memory (like forArtur Grabowski
2007-12-15export kernel uvm_km_pages_free as vm.kmpagesfree; ok tedu, tested jsgTheo de Raadt
2007-12-11use a mutex for protection of the uvm_km list. ok artTed Unangst
2007-08-03Don't let pagedaemon wait for pages here. We could trigger this easilyArtur Grabowski
2007-04-29Change the loop test in uvm_km_kmemalloc from '<' to '!='. EverythingArtur Grabowski
2007-04-27Use the right size when we're backing out the allocation inArtur Grabowski
2007-04-15One more voff_t in the right place.Artur Grabowski
2007-04-15Use the right types for calculating the object offset.Artur Grabowski
2007-04-15Clean up prototypes, change vm_map_t to struct vm_map *.Artur Grabowski
2007-04-13While splitting flags and pqflags might have been a good idea in theoryArtur Grabowski
2007-04-11Instead of managing pages for intrsafe maps in special objects (aka.Artur Grabowski
2007-04-04Mechanically rename the "flags" and "version" fields in struct vm_pageArtur Grabowski
2007-03-25remove KERN_SUCCESS and use 0 instead.Artur Grabowski
2006-11-29We don't use mb_map anymore since a long time already. Remove it.Miod Vallat
2006-11-29Add an alignment parameter to uvm_km_alloc1(), and change all callers toMiod Vallat
2006-07-31fix uvmhist #2: args are always u_long so fix missing %d and %x and no %ll; n...Michael Shalayeff
2006-07-26fix fmts for UVMHIST_LOG() entries making it more useful on 64bit archs; miod...Michael Shalayeff
2006-04-25limit pool backend preallocation to 2048 pages max (which only affects >2g ph...Michael Shalayeff
2006-03-06deal w/ uvm_km_alloc() returning null; tedu@ okMichael Shalayeff
2005-10-06typoBrad Smith
2005-09-09typosPedro Martelletto
2005-05-24add a new field to vm_space and use it to track the number of anonTed Unangst
2004-12-30Import M_CANFAIL support from NetBSD, removes a nasty panic during low-mem sc...Niklas Hallqvist
2004-08-24change physmem divisor to 256. divide by page size was wrong. this doesTed Unangst
2004-08-24adapt uvm_km_pages_lowat to physmem. thanks testers. ok deraadt@Ted Unangst
2004-07-13#define __HAVE_PMAP_DIRECT and use it. requested by artTed Unangst
2004-06-09rename POOLPAGE macros to pmap_map_directTed Unangst
2004-05-31explanatory comments for the uvm_km_page functions.Ted Unangst
2004-05-27change uvm_km_getpage to take waitok argument and sleep if appropriate.Ted Unangst
2004-04-28remove mb_object*; ok teduMarkus Friedl
2004-04-20set uvm_km_pages_lowat to 128; unbreaks mbuf allocation;Markus Friedl
2004-04-19introduce a new km_page allocator that gets pages from kernel_map usingTed Unangst
2004-02-23sync of pmap_update() calls with NetBSD. pmap_update is defined away onDale Rahn
2002-10-29Since memory deallocation can't fail, remove the error return fromArtur Grabowski
2002-09-12Change the PMAP_{MAP,UNMAP}_POOLPAGE api to take a vm_page as argumentArtur Grabowski
2002-05-30spelling errors; moritz@jodeit.orgTheo de Raadt
2002-04-25do not map memory for malloc w/ execute perms.Michael Shalayeff
2002-04-22Uncommit. Since this came out of the blue, without anyone else havingTheo de Raadt
2002-04-22do not map malloced memory executable (do avoid possible i-cache prefetch); a...Michael Shalayeff
2002-03-06Some architectures don't allocate any memory out of the kernel_map spaceArtur Grabowski
2001-12-19UBC was a disaster. It worked very good when it worked, but on someArtur Grabowski
2001-12-04Yet another sync to NetBSD uvm.Artur Grabowski
2001-11-28Sync in more uvm from NetBSD. Mostly just cosmetic stuff.Artur Grabowski
2001-11-28more sync to netbsd. some bugfixes in uvm_km_kmemalloc, lots of fixes in uvm_...Artur Grabowski
2001-11-28Sync in more uvm changes from NetBSD.Artur Grabowski
2001-11-11Sync in more stuff from NetBSD.Artur Grabowski
2001-11-09minor sync to NetBSD.Artur Grabowski
2001-11-07Another sync of uvm to NetBSD. Just minor fiddling, no major changes.Artur Grabowski
2001-11-07Add an alignment argument to uvm_map that specifies an alignment hintArtur Grabowski
2001-11-06More sync to NetBSD.Artur Grabowski