summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the special case handling of OBJT_DEVICE objects inalc2007-07-081-10/+0
* When a cached page is reactivated in vm_fault(), update the counter thatalc2007-07-061-8/+10
* Add freebsd6_ wrappers for mmap/lseek/pread/pwrite/truncate/ftruncatepeter2007-07-041-0/+14
* In the previous revision, when I replaced the unconditional acquisitionalc2007-07-021-11/+10
* Eliminate the use of Giant from vm_daemon(). Replace the unconditionalalc2007-06-261-21/+27
* Eliminate GIANT_REQUIRED from swap_pager_putpages().alc2007-06-241-1/+0
* Eliminate unnecessary checks from vm_pageout_clean(): The page that isalc2007-06-181-7/+4
* Don't declare inline a function which isn't.mjacob2007-06-171-1/+1
* Make sure object is NULL- there is a possible case where you couldmjacob2007-06-171-1/+2
* Initialize reqpage to zero.mjacob2007-06-171-1/+1
* If attempting to cache a "busy", panic instead of printing a diagnosticalc2007-06-161-2/+1
* Update a comment.alc2007-06-161-7/+7
* Enable the new physical memory allocator.alc2007-06-167-727/+120
* Eliminate dead code: We have not performed pageouts on the kernel objectalc2007-06-131-3/+1
* Conditionally acquire Giant in vm_contig_launder_page().alc2007-06-111-0/+4
* Optimize vmmeter locking.attilio2007-06-104-20/+10
* Add a new physical memory allocator. However, do not yet connect italc2007-06-102-0/+741
* Commit 14/14 of sched_lock decomposition.jeff2007-06-054-41/+63
* Do proper "locking" for missing vmmeters part.attilio2007-06-045-23/+33
* Rework the PCPU_* (MD) interface:attilio2007-06-041-6/+6
* - Move rusage from being per-process in struct pstats to per-thread injeff2007-06-012-11/+6
* Revert VMCNT_* operations introduction.attilio2007-05-3114-184/+177
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-1/+1
* Add functions sx_xlock_sig() and sx_slock_sig().attilio2007-05-311-2/+2
* Eliminate the reactivation of cached pages in vm_fault_prefault() andalc2007-05-222-8/+16
* - rename VMCNT_DEC to VMCNT_SUB to reflect the count argument.jeff2007-05-201-1/+1
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-1814-177/+184
* Update stale comment on protecting UMA per-CPU caches: we now userwatson2007-05-091-7/+7
* Define every architecture as either VM_PHYSSEG_DENSE oralc2007-05-052-2/+28
* Remove some code from vmspace_fork() that became redundant afteralc2007-04-261-4/+0
* Audit pathnames looked up in swapon(2) and swapoff(2).rwatson2007-04-231-2/+4
* Correct contigmalloc2()'s implementation of M_ZERO. Specifically,alc2007-04-191-1/+1
* Correct two comments.alc2007-04-191-2/+2
* Minor typo fix, noticed while I was going through *_pager.c files.keramida2007-04-101-1/+1
* When KVA is exhausted, try the vm_lowmem event for the last time beforepjd2007-04-051-4/+14
* Fix a problem for file systems that don't implement VOP_BMAP() operation.pjd2007-04-051-0/+2
* Prevent a race between vm_object_collapse() and vm_object_split() fromalc2007-03-271-0/+8
* Two small changes to vm_map_pmap_enter():alc2007-03-251-4/+3
* vm_page_busy() no longer requires the page queues lock to be held. Reducealc2007-03-231-2/+2
* Change the order of lock reacquisition in vm_object_split() in order toalc2007-03-221-2/+5
* Use PCPU_LAZY_INC() to update page fault statistics.alc2007-03-051-6/+6
* Use pause() in vm_object_deallocate() to yield the CPU to the lock holderjhb2007-02-271-1/+1
* Use pause() rather than tsleep() on stack variables and function pointers.jhb2007-02-271-2/+1
* Change the way that unmanaged pages are created. Specifically,alc2007-02-256-48/+11
* Change the page's CLEANCHK flag from being a page queue mutex synchronizedalc2007-02-222-16/+16
* Enable vm_page_free() and vm_page_free_zero() to be called on some pagesalc2007-02-181-2/+4
* Remove a stale comment. Add punctuation to a nearby comment.alc2007-02-171-6/+1
* Relax the page queue lock assertions in vm_page_remove() andalc2007-02-151-2/+3
* Avoid the unnecessary acquisition of the free page queues lock when a pagealc2007-02-141-4/+5
* Add uma_set_align() interface, which will be called at most once duringrwatson2007-02-112-2/+26
OpenPOWER on IntegriCloud