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