| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a mechanism to disable buckets when the v_free_count drops below | jeff | 2002-04-08 | 1 | -6/+29 |
* | Don't release the zone lock until after the dtor has been called. As far as I | jeff | 2002-04-08 | 1 | -3/+3 |
* | Implement uma_zdestroy(). It's prototype changed slightly. I decided that I | jeff | 2002-04-08 | 2 | -30/+78 |
* | Rework most of the bucket allocation and free code so that per cpu locks are | jeff | 2002-04-08 | 2 | -215/+193 |
* | Spelling correction; s/seperate/separate/g | jeff | 2002-04-07 | 2 | -2/+2 |
* | There should be no remaining references to these two files in the tree. If | jeff | 2002-04-07 | 2 | -631/+0 |
* | This fixes a bug where isitem never got set to 1 if a certain chain of events | jeff | 2002-04-07 | 1 | -0/+2 |
* | o Eliminate the use of grow_stack() and useracc() from sendsig(), osendsig(), | alc | 2002-04-05 | 1 | -1/+0 |
* | Embed a struct vmmeter in the per-cpu structure and add a macro, | dillon | 2002-04-04 | 1 | -96/+129 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 10 | -13/+16 |
* | Fix a long standing 32bit-ism. Don't assume that the size of a chunk of | jake | 2002-04-03 | 1 | -1/+1 |
* | fix comment typo, s/neccisary/necessary/g | alfred | 2002-04-02 | 1 | -2/+2 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 2 | -4/+4 |
* | Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locks | jeff | 2002-03-27 | 1 | -1/+1 |
* | Remove an unused prototype. | alc | 2002-03-26 | 1 | -1/+0 |
* | Reset the cachefree statistics after draining the cache. This fixes a bug | jeff | 2002-03-24 | 1 | -0/+4 |
* | Add uma_zone_set_max() to add enforced limits to non vm obj backed zones. | jeff | 2002-03-20 | 2 | -10/+25 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 10 | -39/+30 |
* | Remove __P. | alfred | 2002-03-19 | 17 | -213/+209 |
* | Quit a warning introduced by UMA. This only occurs on machines where | jeff | 2002-03-19 | 1 | -1/+1 |
* | Fix a gcc-3.1+ warning. | peter | 2002-03-19 | 1 | -0/+1 |
* | This is the first part of the new kernel memory allocator. This replaces | jeff | 2002-03-19 | 12 | -94/+2865 |
* | Back out the modification of vm_map locks from lockmgr to sx locks. The | green | 2002-03-18 | 6 | -104/+89 |
* | Remove vm_object_count: It's unused, incorrectly maintained and duplicates | alc | 2002-03-17 | 1 | -4/+1 |
* | Undo part of revision 1.57: Now that (o)sendsig() doesn't call useracc(), | alc | 2002-03-17 | 1 | -13/+3 |
* | Acquire a read lock on the map inside of vm_map_check_protection() rather | alc | 2002-03-17 | 2 | -4/+7 |
* | Convert all pmap_kenter/pmap_kremove pairs in MI code to use pmap_qenter/ | jake | 2002-03-17 | 2 | -3/+4 |
* | Introduce the new 64-bit size disk block, daddr64_t. Change | mckusick | 2002-03-15 | 1 | -2/+2 |
* | Document faultstate.lookup_still_valid more than none. | green | 2002-03-14 | 1 | -10/+14 |
* | Rename SI_SUB_MUTEX to SI_SUB_MTX_POOL to make the name at all accurate. | green | 2002-03-13 | 6 | -84/+95 |
* | - Remove a number of extra newlines that do not belong here according to | eivind | 2002-03-10 | 24 | -427/+102 |
* | Revert change in revision 1.53 and add a small comment to protect | tegge | 2002-03-09 | 1 | -0/+12 |
* | Fix a bug in the vm_map_clean() procedure. msync()ing an area of memory | dillon | 2002-03-07 | 1 | -1/+4 |
* | Add a sequential iteration optimization to vm_object_page_clean(). This | dillon | 2002-03-06 | 1 | -75/+194 |
* | * Move bswlist declaration and initialization from kern/vfs_bio.c to | eivind | 2002-03-05 | 1 | -1/+6 |
* | o Create vm_pageq_enqueue() to encapsulate code that is duplicated time | alc | 2002-03-04 | 3 | -30/+24 |
* | Call vm_pageq_remove_nowakeup() rather than duplicating it. | alc | 2002-03-03 | 1 | -8/+2 |
* | Remove some long dead code. | alc | 2002-03-02 | 1 | -9/+0 |
* | Use thread0.td_ucred instead of proc0.p_ucred. This change is cosmetic | jhb | 2002-02-27 | 1 | -6/+6 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 3 | -15/+14 |
* | Fix a horribly suboptimal algorithm in the vm_daemon. | silby | 2002-02-27 | 2 | -2/+2 |
* | Back out all the pmap related stuff I've touched over the last few days. | peter | 2002-02-27 | 2 | -3/+3 |
* | Jake further reduced IPI shootdowns on sparc64 in loops by using ranged | peter | 2002-02-27 | 2 | -3/+3 |
* | Remove unused variable (td) | peter | 2002-02-26 | 1 | -1/+0 |
* | GC: BIO_ORDERED, various infrastructure dealing with BIO_ORDERED. | phk | 2002-02-22 | 1 | -1/+1 |
* | Add a page queue, PQ_HOLD, that temporarily owns pages with nonzero hold | tegge | 2002-02-19 | 3 | -4/+11 |
* | Add one more comment to the OOM changes so that future readers of | silby | 2002-02-19 | 1 | -0/+3 |
* | Changes to make the OOM killer much more effective: | silby | 2002-02-19 | 4 | -4/+28 |
* | Garbage-collect options ACPI_NO_ENABLE_ON_BOOT, AML_DEBUG, BLEED, | bde | 2002-02-15 | 2 | -2/+0 |
* | In a threaded world, differnt priorirites become properties of | julian | 2002-02-11 | 3 | -4/+6 |