summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Remove mpte optimization from pmap_enter_quick().ups2006-06-152-6/+4
* Correct an error in the previous revision that could lead to a panic:alc2006-06-141-0/+1
* Enable debug.mpsafevm on arm by default.alc2006-06-101-1/+1
* Introduce the function pmap_enter_object(). It maps a sequence of residentalc2006-06-052-5/+17
* Fix minidumps to include pages allocated via pmap_map on amd64.ps2006-05-311-0/+9
* Close race between vmspace_exitfree() and exit1() and races betweentegge2006-05-295-24/+102
* When allocating a bucket to hold a free'd item in UMA fails, don'trwatson2006-05-211-2/+1
* Simplify the implementation of vm_fault_additional_pages() based upon thealc2006-05-131-12/+5
* Use better order here.pjd2006-05-101-1/+1
* Add synchronization to vm_pageq_add_new_page() so that it can be calledalc2006-04-251-3/+3
* It seems that POSIX would rather ENODEV returned in place of EINVAL whentrhodes2006-04-211-1/+1
* Introduce minidumps. Full physical memory crash dumps are still availablepeter2006-04-211-0/+21
* Change msleep() and tsleep() to not alter the calling thread's priorityjhb2006-04-171-3/+1
* On shutdown try to turn off all swap devices. This way GEOM providers arepjd2006-04-102-19/+63
* Remove the unused sva and eva arguments from pmap_remove_pages().peter2006-04-031-1/+1
* MFP4: Support for profiling dynamically loaded objects.jkoshy2006-03-261-0/+41
* Remove leading __ from __(inline|const|signed|volatile). They areimp2006-03-085-10/+10
* Ignore dirty pages owned by "dead" objects.tegge2006-03-081-0/+4
* Eliminate a deadlock when creating snapshots. Blocking vn_start_write() musttegge2006-03-023-2/+6
* Hold extra reference to vm object while cleaning pages.tegge2006-03-021-0/+2
* Lock the vm_object while checking its type to see if it is a vnode-backedjhb2006-02-211-11/+25
* Expand scope of marker to reduce the number of page queue scan restarts.tegge2006-02-171-12/+19
* Check return value from nonblocking call to vn_start_write().tegge2006-02-171-2/+8
* When the VM needs to allocated physical memory pages (for non interrupt use)ups2006-02-151-3/+13
* Skip per-cpu caches associated with absent CPUs when generating arwatson2006-02-111-0/+2
* - Fix silly VI locking that is used to check a single flag. The vnodejeff2006-02-061-14/+6
* Remove an unnecessary call to pmap_remove_all(). The given page is notalc2006-02-041-1/+0
* Adjust old comment (present in rev 1.1) to match changes in rev 1.82.tegge2006-02-021-1/+1
* Use off_t for file size passed to vnode_create_vobject().yar2006-02-011-1/+1
* - Install a temporary bandaid in vm_object_reference() that will stopjeff2006-02-011-5/+5
* Change #if defined(DIAGNOSTIC) to KASSERT.alc2006-01-311-4/+3
* Add buffer corruption protection (RedZone) for kernel's malloc(9).pjd2006-01-312-0/+219
* The change a few years ago of having contigmalloc start its scan at the topscottl2006-01-291-2/+19
* Add a new macro wrapper WITNESS_CHECK() around the witness_warn() function.jhb2006-01-271-1/+1
* Make sure b_vp and b_bufobj are NULL before calling relpbuf(), as it assertscognet2006-01-271-0/+9
* Style: Add blank line after local variable declarations.alc2006-01-271-0/+1
* Use the new macros abstracting the page coloring/queues implementation.alc2006-01-271-2/+2
* Use the new macros abstracting the page coloring/queues implementation.alc2006-01-274-8/+8
* Plug a leak in the newer contigmalloc() implementation. Specifically, ifalc2006-01-261-10/+5
* - Avoid calling vm_object_backing_scan() when collapsing an object whenjeff2006-01-251-1/+3
* The previous revision incorrectly changed a switch statement into an ifalc2006-01-251-3/+3
* With the recent changes to the implementation of page coloring, thealc2006-01-242-4/+2
* In vm_page_set_invalid() invalidate all of the page's mappings as soon asalc2006-01-241-0/+2
* Make vm_object_vndeallocate() static. The external calls to it werealc2006-01-222-2/+2
* Reduce the scope of one #ifdef to avoid duplicating a SYSCTL_INT() macrojhb2006-01-061-5/+1
* Convert the PAGE_SIZE check into a CTASSERT.netchild2006-01-041-1/+3
* Prevent divide by zero, use default values in case one of the divisor'snetchild2006-01-041-1/+1
* MI changes:netchild2005-12-318-145/+213
* Improve memguard a bit:pjd2005-12-302-0/+93
* Don't access fs->first_object after dropping reference to it.tegge2005-12-201-1/+3
OpenPOWER on IntegriCloud