aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-012-4/+4
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksJeff Roberson2002-03-271-1/+1
* Remove an unused prototype.Alan Cox2002-03-261-1/+0
* Reset the cachefree statistics after draining the cache. This fixes a bugJeff Roberson2002-03-241-0/+4
* Add uma_zone_set_max() to add enforced limits to non vm obj backed zones.Jeff Roberson2002-03-202-10/+25
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-2010-39/+30
* Remove __P.Alfred Perlstein2002-03-1917-213/+209
* Quit a warning introduced by UMA. This only occurs on machines whereJeff Roberson2002-03-191-1/+1
* Fix a gcc-3.1+ warning.Peter Wemm2002-03-191-0/+1
* This is the first part of the new kernel memory allocator. This replacesJeff Roberson2002-03-1912-94/+2865
* Back out the modification of vm_map locks from lockmgr to sx locks. TheBrian Feldman2002-03-186-104/+89
* Remove vm_object_count: It's unused, incorrectly maintained and duplicatesAlan Cox2002-03-171-4/+1
* Undo part of revision 1.57: Now that (o)sendsig() doesn't call useracc(),Alan Cox2002-03-171-13/+3
* Acquire a read lock on the map inside of vm_map_check_protection() ratherAlan Cox2002-03-172-4/+7
* Convert all pmap_kenter/pmap_kremove pairs in MI code to use pmap_qenter/Jake Burkholder2002-03-172-3/+4
* Introduce the new 64-bit size disk block, daddr64_t. ChangeKirk McKusick2002-03-151-2/+2
* Document faultstate.lookup_still_valid more than none.Brian Feldman2002-03-141-10/+14
* Rename SI_SUB_MUTEX to SI_SUB_MTX_POOL to make the name at all accurate.Brian Feldman2002-03-136-84/+95
* - Remove a number of extra newlines that do not belong here according toEivind Eklund2002-03-1024-427/+102
* Revert change in revision 1.53 and add a small comment to protectTor Egge2002-03-091-0/+12
* Fix a bug in the vm_map_clean() procedure. msync()ing an area of memoryMatthew Dillon2002-03-071-1/+4
* Add a sequential iteration optimization to vm_object_page_clean(). ThisMatthew Dillon2002-03-061-75/+194
* * Move bswlist declaration and initialization from kern/vfs_bio.c toEivind Eklund2002-03-051-1/+6
* o Create vm_pageq_enqueue() to encapsulate code that is duplicated timeAlan Cox2002-03-043-30/+24
* Call vm_pageq_remove_nowakeup() rather than duplicating it.Alan Cox2002-03-031-8/+2
* Remove some long dead code.Alan Cox2002-03-021-9/+0
* Use thread0.td_ucred instead of proc0.p_ucred. This change is cosmeticJohn Baldwin2002-02-271-6/+6
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-273-15/+14
* Fix a horribly suboptimal algorithm in the vm_daemon.Mike Silbersack2002-02-272-2/+2
* Back out all the pmap related stuff I've touched over the last few days.Peter Wemm2002-02-272-3/+3
* Jake further reduced IPI shootdowns on sparc64 in loops by using rangedPeter Wemm2002-02-272-3/+3
* Remove unused variable (td)Peter Wemm2002-02-261-1/+0
* GC: BIO_ORDERED, various infrastructure dealing with BIO_ORDERED.Poul-Henning Kamp2002-02-221-1/+1
* Add a page queue, PQ_HOLD, that temporarily owns pages with nonzero holdTor Egge2002-02-193-4/+11
* Add one more comment to the OOM changes so that future readers ofMike Silbersack2002-02-191-0/+3
* Changes to make the OOM killer much more effective:Mike Silbersack2002-02-194-4/+28
* Garbage-collect options ACPI_NO_ENABLE_ON_BOOT, AML_DEBUG, BLEED,Bruce Evans2002-02-152-2/+0
* In a threaded world, differnt priorirites become properties ofJulian Elischer2002-02-113-4/+6
* Pre-KSE/M3 commit.Julian Elischer2002-02-072-5/+6
* Fix a race with free'ing vmspaces at process exit when vmspaces areAlfred Perlstein2002-02-054-17/+33
* GC P_BUFEXHAUST leftovers, we've had a new mechanism to avoid bufferMatthew Dillon2002-01-311-3/+0
* Remove a parameter name from a prototype.David Malone2002-01-251-1/+1
* Don't declare vm_swapout() in the NO_SWAPPING case when it is not defined.Bruce Evans2002-01-171-6/+4
* Replace ffind_* with fget calls.Alfred Perlstein2002-01-141-4/+1
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-131-11/+8
* Change the preemption code for software interrupt thread schedules andJohn Baldwin2002-01-051-1/+1
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()Matthew Dillon2001-12-201-4/+11
* This fixes a large number of bugs in our NFS client side code. A recentMatthew Dillon2001-12-142-2/+41
* vm/vm_kern.c: rate limit (to once per second) diagnostic printf whenLuigi Rizzo2001-12-011-2/+8
* When laying out objects in a ZONE_INTERRUPT zone, allow them to crossJonathan Lemon2001-11-171-2/+4