summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-112-2/+0
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.kib2011-01-092-11/+7
* Eliminate a redundant alignment directive on the page locks array.alc2011-01-091-1/+1
* Eliminate the counting of vm_page_pa_tryrelock calls. We really don'talc2011-01-081-21/+10
* Release the page lock early in vm_pageout_clean(). There is no reason toalc2011-01-032-5/+4
* Make a couple refinements to r216799 and r216810. In particular, revisealc2011-01-011-10/+8
* There can be more than 0x20000000 swap meta blocks allocated if a swap-backedbrucec2011-01-011-4/+0
* Remove OBJ_CLEANING flag. The vfs_setdirty_locked_object() is the onlykib2010-12-292-4/+0
* There is no point in vm_contig_launder{,_page}() flushing held pages,alc2010-12-291-5/+4
* Move the increment of vm object generation count intokib2010-12-292-32/+34
* Correct a typo in vm_fault_quick_hold_pages().alc2010-12-281-1/+1
* Move vm_object_print()'s prototype to the expected place.alc2010-12-272-2/+1
* Retire vm_fault_quick(). It's no longer used.alc2010-12-252-19/+0
* Introduce and use a new VM interface for temporarily pinning pages. Thisalc2010-12-252-0/+77
* Introduce vm_fault_hold() and use it to (1) eliminate a long-standing racealc2010-12-203-5/+21
* Implement and use a single optimized function for unholding a set of pages.alc2010-12-172-0/+30
* Change memguard_fudge() so that it can handle km_max being zero. Notalc2010-12-141-2/+3
* Fix a long standing (from the original 4.4BSD lite sources) race betweenmlaier2010-12-092-1/+46
* Revert the vm/vm_page.c change in r216317.jchandra2010-12-091-1/+1
* swi_vm() for mips.jchandra2010-12-091-1/+1
* Fix comment intentation.trasz2010-12-041-8/+8
* To make minidumps work properly on mips for memory that's directimp2010-12-031-4/+5
* Replace pointer to "struct uidinfo" with pointer to "struct ucred"trasz2010-12-028-153/+153
* Correct an error in the allocation of the vm_page_dump array inalc2010-12-011-4/+5
* Fix issue noted by alc while reviewing r215938:jchandra2010-11-282-4/+4
* After the sleep caused by encountering a busy page, relookup the page.kib2010-11-241-1/+3
* Eliminate the mab, maf arrays and related variables.kib2010-11-211-32/+15
* Optimize vm_object_terminate().alc2010-11-201-9/+28
* The runlen returned from vm_pageout_flush() might be zero legitimately,kib2010-11-201-1/+0
* Reduce the amount of detail printed by vm_page_free_toq() when it panics.alc2010-11-191-17/+6
* Off by one page in vm_reserv_reclaim_contig(): Also reclaim reservationsmlaier2010-11-191-1/+2
* vm_pageout_flush() might cache the pages that finished write to thekib2010-11-184-29/+16
* Only increment object generation count when inserting the page intokib2010-11-182-10/+0
* Do not use __FreeBSD_version prefix for the special osrel version.kib2010-11-141-1/+1
* Use symbolic names instead of hardcoding values for magic p_osrel constants.kib2010-11-141-1/+1
* Implement a (soft) stack guard page for auto-growing stack mappings.kib2010-11-141-1/+13
* Enable reservation-based physical memory allocation. Even without thealc2010-11-101-1/+1
* In case the stack size reaches its limit and its growth must be restricted,alc2010-11-071-1/+2
* - Add minidump support for FreeBSD/mipsgonzo2010-11-071-1/+2
* Update startup_alloc() to support multi-page allocations and allow internaljhb2010-11-041-8/+29
* Correct some format strings used by sysctls.alc2010-10-302-3/+3
* - Make 'vm_refcnt' volatile so that compilers won't be tempted to treatjhb2010-10-212-6/+2
* PG_BUSY -> VPO_BUSY, PG_WANTED -> VPO_WANTED in manual pages and commentsavg2010-10-201-2/+2
* uma_zfree(zone, NULL) should do nothing, to match free(9).mdf2010-10-191-0/+4
* Change uma_zone_set_max to return the effective value of "nitems" afterlstewart2010-10-162-4/+7
* - Simplify implementation of uma_zone_get_max.lstewart2010-10-162-4/+35
* If vm_map_find() is asked to allocate a superpage-aligned region of virtualalc2010-10-041-14/+8
* Replace an XXX comment with the appropriate code.mdf2010-09-201-5/+1
* Allow a POSIX shared memory object that is opened for read but not foralc2010-09-191-1/+2
* Make refinements to r212824. In particular, don't makealc2010-09-192-20/+27
OpenPOWER on IntegriCloud