Age | Commit message (Expand) | Author |
2008-12-04 | Put back the support for pools > PAGE_SIZE. This time the compare function | Artur Grabowski |
2008-11-25 | Back out the large page pools for now. The compare function is | Artur Grabowski |
2008-11-25 | Make sure that equal elements always compare equal. Logic error spotted | Artur Grabowski |
2008-11-24 | Protect kmem_map allocations with splvm. | Artur Grabowski |
2008-11-24 | Allow allocations larger than PAGE_SIZE from pools. | Artur Grabowski |
2008-11-22 | Do deadbeef-style protection in pools too, by default, even though it it | Theo de Raadt |
2008-10-31 | accidental commit ... backout | Theo de Raadt |
2008-10-31 | kern_sysctl.c | Theo de Raadt |
2008-10-24 | yet again i prove unable to commit what i really wanted. spotted by deraadt | Ted Unangst |
2008-10-23 | a better fix for the "uvm_km thread runs out of memory" problem. | Ted Unangst |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-14 | oldnointr pool allocator is no longer used or necessary. | Artur Grabowski |
2008-05-16 | unsigned -> u_int and warnmess -> warnmsg | Thordur I. Bjornsson |
2008-05-06 | Add a PR_ZERO flag for pools, to compliment the M_ZERO | Thordur I. Bjornsson |
2007-12-11 | remove an overlooked simple_lock everybody likes to point out to me. | Ted Unangst |
2007-12-11 | release the pool mutex if we may sleep in the backend | Ted Unangst |
2007-12-09 | big patch to simplify pool code. | Ted Unangst |
2007-08-16 | I don't really know what I was thinking when I wrote this. Not only does the | Artur Grabowski |
2007-05-28 | some remnants of the timestamping code i missed | Ted Unangst |
2007-05-28 | remove time from pool header. it slows us down quite a bit, and it's | Ted Unangst |
2007-05-28 | add a pool_setipl function, which allows setting an appropriate ipl | Ted Unangst |
2007-04-23 | Clean up an obsolete allocator. | Artur Grabowski |
2007-04-12 | Allow machine-dependant overrides for the ``deadbeef'' sentinel values, | Miod Vallat |
2007-04-11 | Instead of managing pages for intrsafe maps in special objects (aka. | Artur Grabowski |
2006-11-17 | typos from bret lambert; | Jason McIntyre |
2006-05-20 | add show all pools command listing all pools as vmstat -m does; miod@ ok | Michael Shalayeff |
2006-05-07 | remove drain hooks from pool. | Ted Unangst |
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 |