summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a page queue, PQ_HOLD, that temporarily owns pages with nonzero holdtegge2002-02-193-4/+11
* Add one more comment to the OOM changes so that future readers ofsilby2002-02-191-0/+3
* Changes to make the OOM killer much more effective:silby2002-02-194-4/+28
* Garbage-collect options ACPI_NO_ENABLE_ON_BOOT, AML_DEBUG, BLEED,bde2002-02-152-2/+0
* In a threaded world, differnt priorirites become properties ofjulian2002-02-113-4/+6
* Pre-KSE/M3 commit.julian2002-02-072-5/+6
* Fix a race with free'ing vmspaces at process exit when vmspaces arealfred2002-02-054-17/+33
* GC P_BUFEXHAUST leftovers, we've had a new mechanism to avoid bufferdillon2002-01-311-3/+0
* Remove a parameter name from a prototype.dwmalone2002-01-251-1/+1
* Don't declare vm_swapout() in the NO_SWAPPING case when it is not defined.bde2002-01-171-6/+4
* Replace ffind_* with fget calls.alfred2002-01-141-4/+1
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-11/+8
* Change the preemption code for software interrupt thread schedules andjhb2002-01-051-1/+1
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()dillon2001-12-201-4/+11
* This fixes a large number of bugs in our NFS client side code. A recentdillon2001-12-142-2/+41
* vm/vm_kern.c: rate limit (to once per second) diagnostic printf whenluigi2001-12-011-2/+8
* When laying out objects in a ZONE_INTERRUPT zone, allow them to crossjlemon2001-11-171-2/+4
* Fix deadlock introduced in 1.73 (Jan 1998). The paging-in-progress countdillon2001-11-091-1/+5
* Adjust vnode_pager_input_smlfs() to not attempt to BMAP blocks beyond thedillon2001-11-051-2/+7
* Don't let pmap_object_init_pt() exhaust all available free pagesdillon2001-10-312-1/+2
* Move recently added procedure which was incorrectly placed within andillon2001-10-261-17/+16
* Implement kern.maxvnodes. adjusting kern.maxvnodes now actually has adillon2001-10-264-5/+42
* Syntax cleanup and documentation, no operational changes.dillon2001-10-211-5/+9
* Move the code that computes the system load average from vm_meter.ciedowse2001-10-202-56/+0
* contigmalloc1() could cause the vm_page_zero_count to become incorrect.dillon2001-10-171-0/+2
* Don't use an uninitialized field reserved for callers in the bio structuretegge2001-10-151-3/+4
* Don't remove all mappings of a swapped out process if the vm map containedtegge2001-10-141-1/+5
* Fix locking violations during page wiring:tegge2001-10-141-3/+32
* Makes contigalloc[1]() create the vm_map / underlying wired pages in thedillon2001-10-131-4/+12
* Finally fix the VM bug where a file whos EOF occurs in the middle of a pagedillon2001-10-121-3/+21
* Change the kernel's ucred API as follows:jhb2001-10-112-21/+14
* Add missing includes of sys/ktr.h.jhb2001-10-111-0/+1
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-104-11/+15
* Remove the SSLEEP case from the load average computation. This hasiedowse2001-10-041-5/+0
* o Modify access control checks in mmap() to use securelevel_gt() insteadrwatson2001-09-261-1/+1
* KSE Milestone 2julian2001-09-1215-213/+263
* Rip some well duplicated code out of cpu_wait() and cpu_exit() and movepeter2001-09-102-2/+19
OpenPOWER on IntegriCloud