| Commit message (Expand) | Author | Age | Files | Lines |
* | In sysctl_vm_zone, do not calculate per-cpu cache stats on | bmilekic | 2003-08-20 | 1 | -20/+17 |
* | - When deciding whether to init the zone with small_init or large_init, | bmilekic | 2003-08-11 | 1 | -5/+24 |
* | Revise obj_alloc(). Most notably, use the object's lock to prevent two | alc | 2003-08-03 | 1 | -17/+30 |
* | When INVARIANTS is on and we're in uma_zalloc_free(), we need to make | bmilekic | 2003-08-02 | 1 | -0/+15 |
* | Only free the pcpu cache buckets if they are non-NULL. | bmilekic | 2003-08-01 | 1 | -4/+6 |
* | Plug a race and a leak in UMA. | bmilekic | 2003-07-30 | 1 | -13/+29 |
* | When generating the zone stats make sure to handle the master zone | bmilekic | 2003-07-30 | 1 | -0/+7 |
* | Remove the disabling of buckets workaround. | phk | 2003-07-30 | 1 | -1/+0 |
* | - Get rid of the ill-conceived uz_cachefree member of uma_zone. | jeff | 2003-07-30 | 1 | -15/+24 |
* | - Check to see if we need a slab prior to allocating one. Failure to do | jeff | 2003-07-30 | 1 | -2/+2 |
* | Temporary workaround: Always disable buckets, there is a bug there | phk | 2003-07-29 | 1 | -0/+1 |
* | None of the "alloc" functions used by UMA assume that Giant is held any | alc | 2003-07-28 | 1 | -9/+2 |
* | Gulp ... call kmem_malloc() without Giant. | alc | 2003-07-26 | 1 | -7/+1 |
* | When INVARIANTS is defined make sure that uma_zalloc_arg (and hence | harti | 2003-07-18 | 1 | -0/+20 |
* | Move the pcpu lock out of the uma_cache and instead have a single set | bmilekic | 2003-06-25 | 1 | -28/+18 |
* | Make sure that the zone destructor doesn't get called twice in | bmilekic | 2003-06-25 | 1 | -2/+6 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -4/+3 |
* | Revert last commit, I have no idea what happened. | phk | 2003-06-09 | 1 | -1/+1 |
* | A white-space nit I noticed. | phk | 2003-06-09 | 1 | -1/+1 |
* | uma_zone_set_obj() must perform VM_OBJECT_LOCK_INIT() if the caller | alc | 2003-04-28 | 1 | -2/+3 |
* | Remove an XXX comment. It is no longer a problem. | alc | 2003-04-26 | 1 | -4/+1 |
* | Lock the vm_object in obj_alloc(). | alc | 2003-04-19 | 1 | -0/+2 |
* | Don't grab Giant in slab_zalloc() if M_NOWAIT is specified. This | gallatin | 2003-04-18 | 1 | -4/+9 |
* | Obtain Giant before calling kmem_alloc without M_NOWAIT and before calling | tegge | 2003-03-26 | 1 | -2/+21 |
* | Replace calls to WITNESS_SLEEP() and witness_list() with equivalent calls | jhb | 2003-03-04 | 1 | -1/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -6/+6 |
* | Change a printf to also tell how many items were left in the zone. | phk | 2003-02-04 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -6/+6 |
* | - M_WAITOK is 0 and not a real flag. Test for this properly. | jeff | 2003-01-20 | 1 | -5/+4 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -1/+1 |
* | - Wakeup the correct address when a zone is no longer full. | jeff | 2002-11-18 | 1 | -1/+1 |
* | - Don't forget the flags value when using boot pages. | jeff | 2002-11-16 | 1 | -0/+1 |
* | atomic_set_8 isn't MI. Instead, follow Jake's suggestions about | mjacob | 2002-11-11 | 1 | -0/+4 |
* | - Add support for machine dependant page allocation routines. MD code | jeff | 2002-11-01 | 1 | -2/+20 |
* | - Now that uma_zalloc_internal is not the fast path don't be so fussy about | jeff | 2002-10-24 | 1 | -179/+198 |
* | - Move the destructor calls so that they are not called with the zone lock | jeff | 2002-10-24 | 1 | -5/+6 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 1 | -1/+1 |
* | - Use my freebsd email alias in the copyright. | jeff | 2002-09-19 | 1 | -1/+1 |
* | - Split UMA_ZFLAG_OFFPAGE into UMA_ZFLAG_OFFPAGE and UMA_ZFLAG_HASH. | jeff | 2002-09-18 | 1 | -78/+49 |
* | Don't use "NULL" when "0" is really meant. | archie | 2002-08-21 | 1 | -2/+2 |
* | Fix a lock order reversal in uma_zdestroy. The uma_mtx needs to be held across | jeff | 2002-07-05 | 1 | -4/+4 |
* | Remove unnecessary includes. | jeff | 2002-07-05 | 1 | -2/+0 |
* | Actually use the fini callback. | jeff | 2002-07-03 | 1 | -0/+1 |
* | Reduce the amount of code that runs with the zone lock held in slab_zalloc(). | jeff | 2002-06-25 | 1 | -6/+8 |
* | - Remove bogus use of kmem_alloc that was inherited from the old zone | jeff | 2002-06-19 | 1 | -16/+18 |
* | Honor the BUCKETCACHE flag on free as well. | jeff | 2002-06-17 | 1 | -4/+9 |
* | - Introduce the new M_NOVM option which tells uma to only check the currently | jeff | 2002-06-17 | 1 | -3/+17 |
* | Correct the logic for determining whether the per-CPU locks need | iedowse | 2002-06-10 | 1 | -1/+1 |
* | Add a comment describing a resource leak that occurs during a failure case | jeff | 2002-06-03 | 1 | -0/+3 |
* | In uma_zalloc_arg(), if we are performing a M_WAITOK allocation, ensure | jhb | 2002-05-20 | 1 | -0/+7 |