summaryrefslogtreecommitdiff
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.1 to release/7.1.0 for the 7.1-RELEASE.release/7.1.0_cvsKen Smith2008-12-3143-43/+43
* MFC r185012:Konstantin Belousov2008-11-231-2/+1
* MFC r183383:Konstantin Belousov2008-09-291-0/+6
* MFC r183216:Konstantin Belousov2008-09-291-0/+2
* MFC r183236Alan Cox2008-09-251-1/+2
* MFC: 176526,176596John Baldwin2008-09-241-6/+25
* MFC: 179296John Baldwin2008-09-231-7/+0
* MFC: 179623John Baldwin2008-09-231-0/+7
* MFC: 173901,173918John Baldwin2008-09-173-23/+31
* MFC: Fix a spin lock LOR when waking up a thread from a process that isJohn Baldwin2008-09-121-37/+14
* In anticipation of MFCing physically contiguous jumbo frames MFC r177921:Kip Macy2008-08-192-0/+5
* MFC addition of malloc flag to blist so that it can be used in ithread contextKip Macy2008-07-311-1/+1
* yyMFC: Allow VM object creation in ufs_lookup().John Baldwin2008-07-303-14/+35
* MFC r180446:Konstantin Belousov2008-07-291-7/+5
* Merge r177253, r177255 from head to stable/7:Robert Watson2008-07-225-7/+9
* MFC revision 1.293Alan Cox2008-05-251-0/+2
* Merge Makefile:1.320, stack.9:1.4, kern_lock.c:1.114, subr_stack.c:1.4,Robert Watson2008-04-101-4/+4
* MFCKonstantin Belousov2008-03-241-4/+16
* MFC fix for the panic("vm_thread_new: kstack allocation failed") andKonstantin Belousov2008-01-184-23/+51
* MFC: sys/vm/vm_kern.c 1.131Pawel Jakub Dawidek2008-01-171-6/+13
* MFC rev. 1.392:Konstantin Belousov2008-01-091-1/+3
* MFC revision 1.360Alan Cox2007-11-281-0/+1
* MFC rev 1.29 phys_pager.cRemko Lodder2007-11-101-1/+1
* MFC rev. 1.359:Konstantin Belousov2007-11-081-2/+5
* MFC revision 1.389Alan Cox2007-10-311-2/+4
* MFC revision 1.358Alan Cox2007-10-311-10/+20
* MFC revision 1.237Alan Cox2007-10-261-0/+4
* MFC revision 1.386Alan Cox2007-10-191-1/+2
* MFC: Allow recursion on the 'zones' internal UMA zone.John Baldwin2007-10-181-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
* - Move all of the PS_ flags into either p_flag or td_flags.Jeff Roberson2007-09-172-67/+89
* Correct an assertion in vm_pageout_flush(). Specifically, if a page'sAlan Cox2007-09-151-1/+2
* Do not drop vm_map lock between doing vm_map_remove() and vm_map_insert().Konstantin Belousov2007-08-203-18/+40
* Remove comment that is no longer quite true.Konstantin Belousov2007-08-181-3/+0
* Fix the phys_pager in the way similar to the rev. 1.83 of theKonstantin Belousov2007-08-181-22/+25
* Protect the creation of the device pager with the dev_pager_mtx. LookupKonstantin Belousov2007-08-071-12/+24
* Consider a scenario in which one processor, call it Pt, is performingAlan Cox2007-08-054-18/+20
* Do not acquire Giant unconditionally around the calls to the cdevswKonstantin Belousov2007-08-051-5/+0
* Add a counter for the total number of pages cached and support forAlan Cox2007-07-272-0/+3
* When we do open, we should lock the vnode exclusively. This fixes few races:Pawel Jakub Dawidek2007-07-261-3/+3
* Two changes to vm_fault_additional_pages():Alan Cox2007-07-201-19/+11
* Eliminate two unused functions: vm_phys_alloc_pages() andAlan Cox2007-07-143-40/+17
* Eliminate dead code, specifically, an unused sysctl: "vm.idlezero_maxrun".Alan Cox2007-07-141-4/+0
* Update a comment describing the page queues.Alan Cox2007-07-131-6/+7