summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* The previous revision, updating vm_object_page_remove() for the new pagealc2007-10-181-1/+2
* Fix cosmetic bug in stale copy of msync_args. 'len' is size_t, not int.peter2007-10-181-1/+1
* Fix CTL_VM_NAMES.ru2007-10-161-8/+8
* Allow recursion on the 'zones' internal UMA zone.jhb2007-10-111-1/+1
* Do not dereference NULL pointer.kib2007-10-081-3/+2
* In the rare case that vm_page_cache() actually frees the given page,alc2007-10-081-10/+3
* Correct a lock assertion failure in sparc64's pmap_page_is_mapped() that isalc2007-10-071-1/+1
* Correct an error of omission in the reimplementation of the pagealc2007-09-273-18/+48
* Correct an error in the previous revision, specifically,alc2007-09-251-1/+2
* Change the management of cached pages (PQ_CACHE) in two fundamentalalc2007-09-2511-252/+449
* - Redefine p_swtime and td_slptime as p_swtick and td_slptick. Thisjeff2007-09-211-9/+14
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-172-67/+89
* Correct an assertion in vm_pageout_flush(). Specifically, if a page'salc2007-09-151-1/+2
* Do not drop vm_map lock between doing vm_map_remove() and vm_map_insert().kib2007-08-203-18/+40
* Remove comment that is no longer quite true.kib2007-08-181-3/+0
* Fix the phys_pager in the way similar to the rev. 1.83 of thekib2007-08-181-22/+25
* Protect the creation of the device pager with the dev_pager_mtx. Lookupkib2007-08-071-12/+24
* Consider a scenario in which one processor, call it Pt, is performingalc2007-08-054-18/+20
* Do not acquire Giant unconditionally around the calls to the cdevswkib2007-08-051-5/+0
* Add a counter for the total number of pages cached and support foralc2007-07-272-0/+3
* When we do open, we should lock the vnode exclusively. This fixes few races:pjd2007-07-261-3/+3
* Two changes to vm_fault_additional_pages():alc2007-07-201-19/+11
* Eliminate two unused functions: vm_phys_alloc_pages() andalc2007-07-143-40/+17
* Eliminate dead code, specifically, an unused sysctl: "vm.idlezero_maxrun".alc2007-07-141-4/+0
* Update a comment describing the page queues.alc2007-07-131-6/+7
* Eliminate dead code.alc2007-07-121-10/+0
* Correct a problem in the ZERO_COPY_SOCKETS option, specifically, inalc2007-07-101-2/+22
* Eliminate the special case handling of OBJT_DEVICE objects inalc2007-07-081-10/+0
* When a cached page is reactivated in vm_fault(), update the counter thatalc2007-07-061-8/+10
* Add freebsd6_ wrappers for mmap/lseek/pread/pwrite/truncate/ftruncatepeter2007-07-041-0/+14
* In the previous revision, when I replaced the unconditional acquisitionalc2007-07-021-11/+10
* Eliminate the use of Giant from vm_daemon(). Replace the unconditionalalc2007-06-261-21/+27
* Eliminate GIANT_REQUIRED from swap_pager_putpages().alc2007-06-241-1/+0
* Eliminate unnecessary checks from vm_pageout_clean(): The page that isalc2007-06-181-7/+4
* Don't declare inline a function which isn't.mjacob2007-06-171-1/+1
* Make sure object is NULL- there is a possible case where you couldmjacob2007-06-171-1/+2
* Initialize reqpage to zero.mjacob2007-06-171-1/+1
* If attempting to cache a "busy", panic instead of printing a diagnosticalc2007-06-161-2/+1
* Update a comment.alc2007-06-161-7/+7
* Enable the new physical memory allocator.alc2007-06-167-727/+120
* Eliminate dead code: We have not performed pageouts on the kernel objectalc2007-06-131-3/+1
* Conditionally acquire Giant in vm_contig_launder_page().alc2007-06-111-0/+4
* Optimize vmmeter locking.attilio2007-06-104-20/+10
* Add a new physical memory allocator. However, do not yet connect italc2007-06-102-0/+741
* Commit 14/14 of sched_lock decomposition.jeff2007-06-054-41/+63
* Do proper "locking" for missing vmmeters part.attilio2007-06-045-23/+33
* Rework the PCPU_* (MD) interface:attilio2007-06-041-6/+6
* - Move rusage from being per-process in struct pstats to per-thread injeff2007-06-012-11/+6
* Revert VMCNT_* operations introduction.attilio2007-05-3114-184/+177
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-1/+1
OpenPOWER on IntegriCloud