Age | Commit message (Expand) | Author |
2010-08-26 | make the comment explaining the kernel submaps a bit better. | Thordur I. Bjornsson |
2010-07-22 | Remove the VM_KMPAGESFREE sysctl. After the pmemrange | Thordur I. Bjornsson |
2010-07-15 | the uvm_km_putpage is calling into tangly uvm guts again on not pmap direct. | Ted Unangst |
2010-07-02 | no need to call uvm_km_free_wakup for the kernel map, uvm_km_free is | Thordur I. Bjornsson |
2010-07-02 | add an align argument to uvm_km_kmemalloc_pla. | Artur Grabowski |
2010-07-02 | Drop the uvm_km_pages.mtx mutex in uvm_km_putpage before we free va's, | Thordur I. Bjornsson |
2010-06-29 | Add a no_constraint uvm_constraint_range; use it in the pool code. | Thordur I. Bjornsson |
2010-06-28 | Move uvm_km_pages struct declaration and watermark bounds to uvm_km.h, so | Miod Vallat |
2010-06-27 | doh! Use pmap_kenter/pmap_kremove in the backend page allocator to prevent | Thordur I. Bjornsson |
2010-06-27 | uvm constraints. Add two mandatory MD symbols, uvm_md_constraints | Thordur I. Bjornsson |
2010-02-12 | introduce a uvm_km_valloc_try function that won't get a lower level lock | Ted Unangst |
2009-07-25 | Add an extra argument to uvm_unmap_remove(), for the caller to tell it | Miod Vallat |
2009-07-22 | Put the PG_RELEASED changes diff back in. | Owain Ainsworth |
2009-06-17 | date based reversion of uvm to the 4th May. | Owain Ainsworth |
2009-06-16 | Backout all the PG_RELEASED changes. | Owain Ainsworth |
2009-05-05 | Second step of PG_RELEASED cleanup. | Owain Ainsworth |
2009-02-22 | On machines with less than 16MB of physical memory, reduce the lower bound | Miod Vallat |
2009-02-11 | Remove uvm_km_alloc_poolpage1 as it serves no particular purpose | Mike Belopuhov |
2008-10-23 | a better fix for the "uvm_km thread runs out of memory" problem. | Ted Unangst |
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 |