| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify vm_page_free_toq(). | alc | 2007-12-11 | 1 | -5/+3 |
* | Correct a comment. | alc | 2007-12-02 | 1 | -1/+1 |
* | Modify stack(9) stack_print() and stack_sbuf_print() routines to use new | rwatson | 2007-12-01 | 1 | -4/+4 |
* | Make contigmalloc(9)'s page laundering more robust. Specifically, use | alc | 2007-11-25 | 3 | -4/+8 |
* | Tidy up: Add comments. Eliminate the pointless | alc | 2007-11-25 | 1 | -19/+23 |
* | Add a read/write sysctl for reconfiguring the maximum number of physical | alc | 2007-11-23 | 1 | -0/+2 |
* | Remove an unnecessary call to pmap_remove_all() and the associated "XXX" | alc | 2007-11-22 | 1 | -15/+1 |
* | When reactivating a cached page, reset the page's pool to the default | alc | 2007-11-21 | 1 | -0/+1 |
* | Prevent the leakage of wired pages in the following circumstances: | alc | 2007-11-17 | 2 | -1/+14 |
* | Change unused 'user_wait' argument to 'timo' argument, which will be | pjd | 2007-11-07 | 3 | -7/+7 |
* | Fix for the panic("vm_thread_new: kstack allocation failed") and | kib | 2007-11-05 | 4 | -23/+51 |
* | The intent of the freeing the (zeroed) page in vm_page_cache() for | kib | 2007-11-05 | 1 | -2/+5 |
* | o Fix panic message: it's swap_pager_putpages() not swap_pager_getpages(). | maxim | 2007-11-02 | 1 | -1/+1 |
* | Correct a copy and paste'o in phys_pager.c, we are talking about phys here | remko | 2007-10-30 | 1 | -1/+1 |
* | Change vm_page_cache_transfer() such that it does not transfer pages | alc | 2007-10-27 | 1 | -10/+20 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 2 | -3/+3 |
* | Correct an error of omission in the reimplementation of the page | alc | 2007-10-22 | 1 | -0/+4 |
* | Correct an error in vm_map_sync(), nee vm_map_clean(), that has existed | alc | 2007-10-22 | 1 | -2/+4 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -1/+1 |
* | The previous revision, updating vm_object_page_remove() for the new page | alc | 2007-10-18 | 1 | -1/+2 |
* | Fix cosmetic bug in stale copy of msync_args. 'len' is size_t, not int. | peter | 2007-10-18 | 1 | -1/+1 |
* | Fix CTL_VM_NAMES. | ru | 2007-10-16 | 1 | -8/+8 |
* | Allow recursion on the 'zones' internal UMA zone. | jhb | 2007-10-11 | 1 | -1/+1 |
* | Do not dereference NULL pointer. | kib | 2007-10-08 | 1 | -3/+2 |
* | In the rare case that vm_page_cache() actually frees the given page, | alc | 2007-10-08 | 1 | -10/+3 |
* | Correct a lock assertion failure in sparc64's pmap_page_is_mapped() that is | alc | 2007-10-07 | 1 | -1/+1 |
* | Correct an error of omission in the reimplementation of the page | alc | 2007-09-27 | 3 | -18/+48 |
* | Correct an error in the previous revision, specifically, | alc | 2007-09-25 | 1 | -1/+2 |
* | Change the management of cached pages (PQ_CACHE) in two fundamental | alc | 2007-09-25 | 11 | -252/+449 |
* | - Redefine p_swtime and td_slptime as p_swtick and td_slptick. This | jeff | 2007-09-21 | 1 | -9/+14 |
* | - Move all of the PS_ flags into either p_flag or td_flags. | jeff | 2007-09-17 | 2 | -67/+89 |
* | Correct an assertion in vm_pageout_flush(). Specifically, if a page's | alc | 2007-09-15 | 1 | -1/+2 |
* | Do not drop vm_map lock between doing vm_map_remove() and vm_map_insert(). | kib | 2007-08-20 | 3 | -18/+40 |
* | Remove comment that is no longer quite true. | kib | 2007-08-18 | 1 | -3/+0 |
* | Fix the phys_pager in the way similar to the rev. 1.83 of the | kib | 2007-08-18 | 1 | -22/+25 |
* | Protect the creation of the device pager with the dev_pager_mtx. Lookup | kib | 2007-08-07 | 1 | -12/+24 |
* | Consider a scenario in which one processor, call it Pt, is performing | alc | 2007-08-05 | 4 | -18/+20 |
* | Do not acquire Giant unconditionally around the calls to the cdevsw | kib | 2007-08-05 | 1 | -5/+0 |
* | Add a counter for the total number of pages cached and support for | alc | 2007-07-27 | 2 | -0/+3 |
* | When we do open, we should lock the vnode exclusively. This fixes few races: | pjd | 2007-07-26 | 1 | -3/+3 |
* | Two changes to vm_fault_additional_pages(): | alc | 2007-07-20 | 1 | -19/+11 |
* | Eliminate two unused functions: vm_phys_alloc_pages() and | alc | 2007-07-14 | 3 | -40/+17 |
* | Eliminate dead code, specifically, an unused sysctl: "vm.idlezero_maxrun". | alc | 2007-07-14 | 1 | -4/+0 |
* | Update a comment describing the page queues. | alc | 2007-07-13 | 1 | -6/+7 |
* | Eliminate dead code. | alc | 2007-07-12 | 1 | -10/+0 |
* | Correct a problem in the ZERO_COPY_SOCKETS option, specifically, in | alc | 2007-07-10 | 1 | -2/+22 |
* | Eliminate the special case handling of OBJT_DEVICE objects in | alc | 2007-07-08 | 1 | -10/+0 |
* | When a cached page is reactivated in vm_fault(), update the counter that | alc | 2007-07-06 | 1 | -8/+10 |
* | Add freebsd6_ wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate | peter | 2007-07-04 | 1 | -0/+14 |
* | In the previous revision, when I replaced the unconditional acquisition | alc | 2007-07-02 | 1 | -11/+10 |