summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Fix a witness warning when expanding a hash table. We were allocating the newjeff2002-04-141-38/+79
* Protect the initial list traversal in sysctl_vm_zone() with the uma_mtx.jeff2002-04-141-0/+2
* Fix the calculation that determines uz_maxpages. It was off for large zones.jeff2002-04-142-28/+53
* Remember to unlock the zone if the fill count is too high.jeff2002-04-101-3/+4
* Quiet witness warnings about acquiring several zone locks. In the case thatjeff2002-04-081-1/+2
* Add a mechanism to disable buckets when the v_free_count drops belowjeff2002-04-081-6/+29
* Don't release the zone lock until after the dtor has been called. As far as Ijeff2002-04-081-3/+3
* Implement uma_zdestroy(). It's prototype changed slightly. I decided that Ijeff2002-04-082-30/+78
* Rework most of the bucket allocation and free code so that per cpu locks arejeff2002-04-082-215/+193
* Spelling correction; s/seperate/separate/gjeff2002-04-072-2/+2
* There should be no remaining references to these two files in the tree. Ifjeff2002-04-072-631/+0
* This fixes a bug where isitem never got set to 1 if a certain chain of eventsjeff2002-04-071-0/+2
* o Eliminate the use of grow_stack() and useracc() from sendsig(), osendsig(),alc2002-04-051-1/+0
* Embed a struct vmmeter in the per-cpu structure and add a macro,dillon2002-04-041-96/+129
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-0410-13/+16
* Fix a long standing 32bit-ism. Don't assume that the size of a chunk ofjake2002-04-031-1/+1
* fix comment typo, s/neccisary/necessary/galfred2002-04-021-2/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-012-4/+4
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksjeff2002-03-271-1/+1
* Remove an unused prototype.alc2002-03-261-1/+0
* Reset the cachefree statistics after draining the cache. This fixes a bugjeff2002-03-241-0/+4
* Add uma_zone_set_max() to add enforced limits to non vm obj backed zones.jeff2002-03-202-10/+25
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-2010-39/+30
* Remove __P.alfred2002-03-1917-213/+209
* Quit a warning introduced by UMA. This only occurs on machines wherejeff2002-03-191-1/+1
* Fix a gcc-3.1+ warning.peter2002-03-191-0/+1
* This is the first part of the new kernel memory allocator. This replacesjeff2002-03-1912-94/+2865
* Back out the modification of vm_map locks from lockmgr to sx locks. Thegreen2002-03-186-104/+89
* Remove vm_object_count: It's unused, incorrectly maintained and duplicatesalc2002-03-171-4/+1
* Undo part of revision 1.57: Now that (o)sendsig() doesn't call useracc(),alc2002-03-171-13/+3
* Acquire a read lock on the map inside of vm_map_check_protection() ratheralc2002-03-172-4/+7
* Convert all pmap_kenter/pmap_kremove pairs in MI code to use pmap_qenter/jake2002-03-172-3/+4
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-151-2/+2
* Document faultstate.lookup_still_valid more than none.green2002-03-141-10/+14
* Rename SI_SUB_MUTEX to SI_SUB_MTX_POOL to make the name at all accurate.green2002-03-136-84/+95
* - Remove a number of extra newlines that do not belong here according toeivind2002-03-1024-427/+102
* Revert change in revision 1.53 and add a small comment to protecttegge2002-03-091-0/+12
* Fix a bug in the vm_map_clean() procedure. msync()ing an area of memorydillon2002-03-071-1/+4
* Add a sequential iteration optimization to vm_object_page_clean(). Thisdillon2002-03-061-75/+194
* * Move bswlist declaration and initialization from kern/vfs_bio.c toeivind2002-03-051-1/+6
* o Create vm_pageq_enqueue() to encapsulate code that is duplicated timealc2002-03-043-30/+24
* Call vm_pageq_remove_nowakeup() rather than duplicating it.alc2002-03-031-8/+2
* Remove some long dead code.alc2002-03-021-9/+0
* Use thread0.td_ucred instead of proc0.p_ucred. This change is cosmeticjhb2002-02-271-6/+6
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-273-15/+14
* Fix a horribly suboptimal algorithm in the vm_daemon.silby2002-02-272-2/+2
* Back out all the pmap related stuff I've touched over the last few days.peter2002-02-272-3/+3
* Jake further reduced IPI shootdowns on sparc64 in loops by using rangedpeter2002-02-272-3/+3
* Remove unused variable (td)peter2002-02-261-1/+0
* GC: BIO_ORDERED, various infrastructure dealing with BIO_ORDERED.phk2002-02-221-1/+1
OpenPOWER on IntegriCloud