summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Since r218070 reenabled the call to vm_map_simplify_entry() fromkib2011-02-151-9/+23
* Lock the vnode around clearing of VV_TEXT flag. Remove mp_fixme() notekib2011-02-131-9/+14
* Use CPU_FOREACH rather than expecting CPUs 0 through mp_ncpus-1 to be present.jmallett2011-02-121-5/+1
* Retire VFS_BIO_DEBUG. Convert those checks that were still valid intoalc2011-02-121-0/+1
* Unless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit() and nfsvno_fsync() arealc2011-02-052-10/+9
* Since the last parameter to vm_object_shadow() is a vm_size_t and not aalc2011-02-042-8/+6
* Release the free page queues lock earlier in vm_page_alloc().alc2011-01-301-2/+7
* Reenable the call to vm_map_simplify_entry() from vm_map_insert() for non-alc2011-01-291-9/+5
* Explicitly wire the user buffer rather than doing it implicitly inmdf2011-01-273-1/+16
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-2/+1
* Move the definition of M_VMPGDATA to the swap pager, where the onlyalc2011-01-183-5/+1
* Explicitly initialize the page's queue field to PQ_NONE instead of relyingalc2011-01-174-5/+8
* Sort function prototypes.alc2011-01-161-4/+4
* Update a lock annotation on the page structure.alc2011-01-161-1/+1
* Shift responsibility for synchronizing access to the page's act_countalc2011-01-163-6/+7
* Clean up the start of vm_page_alloc(). In particular, eliminate analc2011-01-161-7/+3
* For consistency, use kernel_object instead of &kernel_object_storekib2011-01-151-2/+2
* For some time now, the kernel and kmem objects have been ordinaryalc2011-01-151-4/+1
* 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
OpenPOWER on IntegriCloud