Age | Commit message (Expand) | Author |
2004-07-29 | proper condition for freeing a page and fix a comment appropriately; art@ ted... | Michael Shalayeff |
2004-07-20 | ifdef DDB a few functions only used (or usable) from DDB. | Artur Grabowski |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-06-02 | rearrange the allocators we provide for general use. | Ted Unangst |
2004-05-27 | change uvm_km_getpage to take waitok argument and sleep if appropriate. | Ted Unangst |
2003-11-18 | faster pools. split pagelist into full, partial, and empty so we find what | Ted Unangst |
2002-12-20 | - Clean up the defines in pool.h | Artur Grabowski |
2002-12-11 | - Call uvm_km_alloc_poolpage1 directly, no need to go through the macro. | Artur Grabowski |
2002-10-27 | Reduce diff to NetBSD. | Artur Grabowski |
2002-10-14 | - Do not try to drain other pools if PR_NOWAIT and the allocator can't | Artur Grabowski |
2002-10-13 | Remove more '\n's from panic() statements. From Chris Kuethe. | Kenneth R Westerback |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-07-23 | Fix yet another braino. | Artur Grabowski |
2002-07-23 | Please tell me what crack I've been smoking when I did that. | Artur Grabowski |
2002-06-09 | different magics for malloc and pool, art@ ok | Niklas Hallqvist |
2002-03-14 | Whoops. missing simple_unlock. | Artur Grabowski |
2002-02-25 | Make pool_sethardlimit() check that it doesn't decrease the limit below | Daniel Hartmeier |
2002-02-23 | Move out draining of the allocator to an own function and | Artur Grabowski |
2002-02-23 | If the allocator has the PA_WANT flag set, return whole pages immediately. | Artur Grabowski |
2002-02-23 | Fix up some functions. Don't have static all over the place | Artur Grabowski |
2002-01-29 | Honor the printf-like function argument in pool_printit(), instead of | Miod Vallat |
2002-01-28 | GC PR_STATIC and PR_MALLOCOK. | Artur Grabowski |
2002-01-25 | Add a drain hook to each pool. This hook is called in three cases. | Artur Grabowski |
2002-01-23 | Kill PR_FREEHEADER, not used anymore and confusing. | Artur Grabowski |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2002-01-10 | Fix a locking error in pool_drain. Misc cleanup. | Artur Grabowski |
2002-01-10 | - unbreak POOL_DIAGNOSTIC. | Artur Grabowski |
2002-01-10 | No more need for local define of LOCK_ASSERT. | Artur Grabowski |
2002-01-10 | Protect the pool cache magazine pool with splvm. | Artur Grabowski |
2002-01-10 | Convert some for-loops into TAILQ_FOREACH. | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff |
2001-08-07 | We now have predict_{true,false} | Artur Grabowski |
2001-07-15 | (define simple_lock_only_held): add dummy nop macro | assar |
2001-06-27 | remove old vm | Artur Grabowski |
2001-06-24 | No need to define splvm() here anymore. | Miod Vallat |
2001-06-24 | Add a sysctl for getting pool information out of the kernel. | Artur Grabowski |
2001-06-23 | ooops. remove unfinished work in progress. | Artur Grabowski |
2001-06-23 | Bring in a bunch of improvements from NetBSD. | Artur Grabowski |
2001-03-21 | Ok, I'm breaking my promise. I promised to not do anything with the | Artur Grabowski |
2001-02-19 | Fix LOCKDEBUG compile. | Artur Grabowski |
2000-12-05 | Bring in fresh pool from NetBSD. Some improvements and fixes. | Artur Grabowski |
1999-11-11 | Pool will not work with old vm and is only used by uvm. Remove non-uvm code. | Artur Grabowski |
1999-02-26 | pool allocator from NetBSD (stays until uvm is ready) | Artur Grabowski |