aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Eliminate an unnecessary test from vm_fault's delete-behind heuristic.Alan Cox2008-03-091-1/+1
* Make the vm_pmap field of struct vmspace the last field in theMarcel Moolenaar2008-03-011-1/+6
* Correct a long-standing error in vm_object_page_remove(). Specifically,Alan Cox2008-02-261-6/+25
* Correct a long-standing error in vm_object_deallocate(). Specifically,Alan Cox2008-02-241-1/+4
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-134-6/+6
* When one tries to allocate memory with the M_WAITOK flag and we are short inPawel Jakub Dawidek2008-01-101-6/+13
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-104-6/+6
* Add a new file descriptor type for IPC shared memory objects and use it toJohn Baldwin2008-01-081-3/+53
* When MAC is enabled in the kernel, fix a panic triggered by a lockingChristian S.J. Peron2008-01-081-8/+8
* In the vm_map_stack(), check for the specified stack region wraparound.Konstantin Belousov2008-01-041-1/+3
* Add an access type parameter to pmap_enter(). It will be used to implementAlan Cox2008-01-033-6/+8
* Defer setting either PG_CACHED or PG_FREE until after the free pageAlan Cox2008-01-021-2/+2
* Correct a style error that was introduced in revision 1.77.Alan Cox2008-01-011-1/+1
* Add the superpage reservation system. This is "part 2 of 2" of theAlan Cox2007-12-295-4/+834
* Add a list of reservations to the vm object structure.Alan Cox2007-12-271-0/+2
* Add the superpage reservation type.Alan Cox2007-12-271-0/+3
* Update the comment describing vm_phys_unfree_page().Alan Cox2007-12-211-1/+3
* Modify vm_phys_unfree_page() so that it no longer requires the givenAlan Cox2007-12-203-10/+19
* Correct one half of a loop continuation condition in vm_phys_unfree_page().Alan Cox2007-12-191-3/+1
* Eliminate redundant code from vm_page_startup().Alan Cox2007-12-191-17/+0
* Simplify vm_page_free_toq().Alan Cox2007-12-111-5/+3
* Correct a comment.Alan Cox2007-12-021-1/+1
* Modify stack(9) stack_print() and stack_sbuf_print() routines to use newRobert Watson2007-12-011-4/+4
* Make contigmalloc(9)'s page laundering more robust. Specifically, useAlan Cox2007-11-253-4/+8
* Tidy up: Add comments. Eliminate the pointlessAlan Cox2007-11-251-19/+23
* Add a read/write sysctl for reconfiguring the maximum number of physicalAlan Cox2007-11-231-0/+2
* Remove an unnecessary call to pmap_remove_all() and the associated "XXX"Alan Cox2007-11-221-15/+1
* When reactivating a cached page, reset the page's pool to the defaultAlan Cox2007-11-211-0/+1
* Prevent the leakage of wired pages in the following circumstances:Alan Cox2007-11-172-1/+14
* Change unused 'user_wait' argument to 'timo' argument, which will bePawel Jakub Dawidek2007-11-073-7/+7
* Fix for the panic("vm_thread_new: kstack allocation failed") andKonstantin Belousov2007-11-054-23/+51
* The intent of the freeing the (zeroed) page in vm_page_cache() forKonstantin Belousov2007-11-051-2/+5
* o Fix panic message: it's swap_pager_putpages() not swap_pager_getpages().Maxim Konovalov2007-11-021-1/+1
* Correct a copy and paste'o in phys_pager.c, we are talking about phys hereRemko Lodder2007-10-301-1/+1
* Change vm_page_cache_transfer() such that it does not transfer pagesAlan Cox2007-10-271-10/+20
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-242-3/+3
* Correct an error of omission in the reimplementation of the pageAlan Cox2007-10-221-0/+4
* Correct an error in vm_map_sync(), nee vm_map_clean(), that has existedAlan Cox2007-10-221-2/+4
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-1/+1
* The previous revision, updating vm_object_page_remove() for the new pageAlan Cox2007-10-181-1/+2
* Fix cosmetic bug in stale copy of msync_args. 'len' is size_t, not int.Peter Wemm2007-10-181-1/+1
* Fix CTL_VM_NAMES.Ruslan Ermilov2007-10-161-8/+8
* Allow recursion on the 'zones' internal UMA zone.John Baldwin2007-10-111-1/+1
* Do not dereference NULL pointer.Konstantin Belousov2007-10-081-3/+2
* In the rare case that vm_page_cache() actually frees the given page,Alan Cox2007-10-081-10/+3
* Correct a lock assertion failure in sparc64's pmap_page_is_mapped() that isAlan Cox2007-10-071-1/+1
* Correct an error of omission in the reimplementation of the pageAlan Cox2007-09-273-18/+48
* Correct an error in the previous revision, specifically,Alan Cox2007-09-251-1/+2
* Change the management of cached pages (PQ_CACHE) in two fundamentalAlan Cox2007-09-2511-252/+449
* - Redefine p_swtime and td_slptime as p_swtick and td_slptick. ThisJeff Roberson2007-09-211-9/+14