| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the new macros abstracting the page coloring/queues implementation. | alc | 2006-01-27 | 1 | -2/+2 |
* | Use the new macros abstracting the page coloring/queues implementation. | alc | 2006-01-27 | 4 | -8/+8 |
* | Plug a leak in the newer contigmalloc() implementation. Specifically, if | alc | 2006-01-26 | 1 | -10/+5 |
* | - Avoid calling vm_object_backing_scan() when collapsing an object when | jeff | 2006-01-25 | 1 | -1/+3 |
* | The previous revision incorrectly changed a switch statement into an if | alc | 2006-01-25 | 1 | -3/+3 |
* | With the recent changes to the implementation of page coloring, the | alc | 2006-01-24 | 2 | -4/+2 |
* | In vm_page_set_invalid() invalidate all of the page's mappings as soon as | alc | 2006-01-24 | 1 | -0/+2 |
* | Make vm_object_vndeallocate() static. The external calls to it were | alc | 2006-01-22 | 2 | -2/+2 |
* | Reduce the scope of one #ifdef to avoid duplicating a SYSCTL_INT() macro | jhb | 2006-01-06 | 1 | -5/+1 |
* | Convert the PAGE_SIZE check into a CTASSERT. | netchild | 2006-01-04 | 1 | -1/+3 |
* | Prevent divide by zero, use default values in case one of the divisor's | netchild | 2006-01-04 | 1 | -1/+1 |
* | MI changes: | netchild | 2005-12-31 | 8 | -145/+213 |
* | Improve memguard a bit: | pjd | 2005-12-30 | 2 | -0/+93 |
* | Don't access fs->first_object after dropping reference to it. | tegge | 2005-12-20 | 1 | -1/+3 |
* | Use sf_buf_alloc() instead of vm_map_find() on exec_map to create the | alc | 2005-12-16 | 2 | -0/+74 |
* | Assert that the page that is given to vm_page_free_toq() does not have any | alc | 2005-12-13 | 1 | -0/+2 |
* | Remove unneeded calls to pmap_remove_all(). The given page is not mapped. | alc | 2005-12-11 | 1 | -1/+0 |
* | Simplify vmspace_dofree(). | alc | 2005-12-04 | 1 | -3/+1 |
* | Eliminate unneeded preallocation at initialization. | alc | 2005-12-03 | 2 | -2/+0 |
* | Eliminate unneeded preallocation at initialization. | alc | 2005-12-03 | 1 | -2/+0 |
* | Eliminate pmap_init2(). It's no longer used. | alc | 2005-11-20 | 2 | -2/+0 |
* | Reimplement the reclamation of PV entries. Specifically, perform | alc | 2005-11-09 | 2 | -36/+0 |
* | If a physical page is mapped by two or more virtual addresses, transmitted | alc | 2005-11-08 | 1 | -0/+1 |
* | Rate limit vnode_pager_putpages printfs to once a second. | ps | 2005-11-01 | 1 | -3/+8 |
* | Consider the zero-copy transmission of a page that was wired by mlock(2). | alc | 2005-11-01 | 1 | -0/+2 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -1/+1 |
* | Use of the ZERO_COPY_SOCKETS options can result in an unusual state that | alc | 2005-10-22 | 1 | -4/+12 |
* | Change format string for u_int64_t to %ju from %llu, in order to use the | rwatson | 2005-10-20 | 1 | -1/+1 |
* | Add a "show uma" command to DDB, which prints out the current stats for | rwatson | 2005-10-20 | 1 | -0/+36 |
* | Move execve's access time update functionality into a new | dds | 2005-10-12 | 1 | -11/+1 |
* | As alc pointed out to me, vm_page.c 1.305 was incomplete: uma_startup() | des | 2005-10-08 | 3 | -8/+8 |
* | Update the vnode's access time after an mmap operation on it. | dds | 2005-10-04 | 1 | -0/+12 |
* | Trim a couple of unneeded includes. | jhb | 2005-09-29 | 1 | -1/+0 |
* | Make sure we have a bufobj before calling bstrategy(). | cognet | 2005-09-21 | 1 | -1/+3 |
* | Remove unused (but initialized) variable 'objsize' from vm_mmap() | peter | 2005-09-20 | 1 | -2/+1 |
* | Introduce a new lock for the purpose of synchronizing access to the | alc | 2005-09-09 | 1 | -22/+9 |
* | Eliminate an incorrect cast. | alc | 2005-09-07 | 1 | -1/+1 |
* | Pass a value of type vm_prot_t to pmap_enter_quick() so that it determine | alc | 2005-09-03 | 3 | -4/+5 |
* | Do not use vm_pager_init() to initialize vnode_pbuf_freecnt variable. | kan | 2005-08-13 | 2 | -9/+1 |
* | Check for marker pages when scanning active and inactive page queues. | tegge | 2005-08-12 | 1 | -0/+5 |
* | Introduce the vm.boot_pages tunable and sysctl, which controls the number | des | 2005-08-12 | 1 | -3/+8 |
* | Don't allow pagedaemon to skip pages while scanning PQ_ACTIVE or PQ_INACTIVE | tegge | 2005-08-10 | 2 | -5/+75 |
* | Use atomic operations on runningbufspace. | ssouhlal | 2005-08-08 | 1 | -2/+4 |
* | Don't perform a nested include of opt_vmpage.h if LIBMEMSTAT is defined, | rwatson | 2005-08-04 | 1 | -1/+1 |
* | Wrap inlines in uma_int.h in #ifdef _KERNEL so that uma_int.h can be | rwatson | 2005-08-04 | 1 | -0/+2 |
* | Rename UMA_MAX_NAME to UTH_MAX_NAME, since it's a maximum in the | rwatson | 2005-07-25 | 2 | -5/+14 |
* | Eliminate inconsistency in the setting of the B_DONE flag. Specifically, | alc | 2005-07-20 | 1 | -2/+0 |
* | Further UMA statistics related changes: | rwatson | 2005-07-20 | 1 | -14/+27 |
* | Eliminate an incorrect (and unnecessary) cast. | alc | 2005-07-20 | 1 | -1/+1 |
* | Use mp_maxid in preference to MAXCPU when creating exports of UMA | rwatson | 2005-07-16 | 1 | -3/+3 |