| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rename vm_pageq_requeue() to vm_page_requeue() on account of its recent | alc | 2008-03-19 | 3 | -15/+15 |
* | - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice from | jeff | 2008-03-19 | 3 | -22/+8 |
* | Almost seven years ago, vm/vm_page.c was split into three parts: | alc | 2008-03-18 | 3 | -124/+75 |
* | Simplify the inner loop of vm_fault()'s delete-behind heuristic. | alc | 2008-03-16 | 1 | -2/+2 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 5 | -7/+9 |
* | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 2 | -4/+2 |
* | - Pass the priority argument from *sleep() into sleepq and down into | jeff | 2008-03-12 | 2 | -18/+7 |
* | Eliminate an unnecessary test from vm_fault's delete-behind heuristic. | alc | 2008-03-09 | 1 | -1/+1 |
* | Make the vm_pmap field of struct vmspace the last field in the | marcel | 2008-03-01 | 1 | -1/+6 |
* | Correct a long-standing error in vm_object_page_remove(). Specifically, | alc | 2008-02-26 | 1 | -6/+25 |
* | Correct a long-standing error in vm_object_deallocate(). Specifically, | alc | 2008-02-24 | 1 | -1/+4 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 4 | -6/+6 |
* | When one tries to allocate memory with the M_WAITOK flag and we are short in | pjd | 2008-01-10 | 1 | -6/+13 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 4 | -6/+6 |
* | Add a new file descriptor type for IPC shared memory objects and use it to | jhb | 2008-01-08 | 1 | -3/+53 |
* | When MAC is enabled in the kernel, fix a panic triggered by a locking | csjp | 2008-01-08 | 1 | -8/+8 |
* | In the vm_map_stack(), check for the specified stack region wraparound. | kib | 2008-01-04 | 1 | -1/+3 |
* | Add an access type parameter to pmap_enter(). It will be used to implement | alc | 2008-01-03 | 3 | -6/+8 |
* | Defer setting either PG_CACHED or PG_FREE until after the free page | alc | 2008-01-02 | 1 | -2/+2 |
* | Correct a style error that was introduced in revision 1.77. | alc | 2008-01-01 | 1 | -1/+1 |
* | Add the superpage reservation system. This is "part 2 of 2" of the | alc | 2007-12-29 | 5 | -4/+834 |
* | Add a list of reservations to the vm object structure. | alc | 2007-12-27 | 1 | -0/+2 |
* | Add the superpage reservation type. | alc | 2007-12-27 | 1 | -0/+3 |
* | Update the comment describing vm_phys_unfree_page(). | alc | 2007-12-21 | 1 | -1/+3 |
* | Modify vm_phys_unfree_page() so that it no longer requires the given | alc | 2007-12-20 | 3 | -10/+19 |
* | Correct one half of a loop continuation condition in vm_phys_unfree_page(). | alc | 2007-12-19 | 1 | -3/+1 |
* | Eliminate redundant code from vm_page_startup(). | alc | 2007-12-19 | 1 | -17/+0 |
* | 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 |