| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Improve canonicalization of copyrights. Order copyrights by order of | rwatson | 2005-07-16 | 5 | -20/+15 |
* | Move the unlocking of the zone mutex in sysctl_vm_zone_stats() so that | rwatson | 2005-07-16 | 1 | -5/+9 |
* | Increase the flags field for kegs from a 16 to a 32 bit value; | silby | 2005-07-16 | 3 | -12/+12 |
* | Track UMA(9) allocation failures by zone, and export via sysctl. | rwatson | 2005-07-15 | 3 | -18/+35 |
* | Convert a remaining !fs.map->system_map to | jhb | 2005-07-14 | 1 | -1/+1 |
* | Introduce a new sysctl, vm.zone_stats, which exports UMA(9) allocator | rwatson | 2005-07-14 | 3 | -17/+240 |
* | In addition to tracking allocs in the zone, also track frees. Add | rwatson | 2005-07-14 | 2 | -0/+7 |
* | In an earlier world order, UMA would flush per-CPU statistics to the | rwatson | 2005-07-14 | 1 | -1/+2 |
* | Change the panic in trash_ctor into just a printf for now. Once the reports | silby | 2005-06-26 | 1 | -2/+4 |
* | Increase UMA_BOOT_PAGES to prevent a crash during initialization. See | alc | 2005-06-16 | 1 | -1/+1 |
* | The new contigmalloc(9) has a bad degenerate case where there were | green | 2005-06-11 | 1 | -11/+23 |
* | Add a comment to the effect that fictitious pages do not require the | alc | 2005-06-10 | 1 | -0/+4 |
* | Introduce a procedure, pmap_page_init(), that initializes the | alc | 2005-06-10 | 2 | -0/+2 |
* | Update some comments to reflect the change from spl-based to lock-based | alc | 2005-05-28 | 1 | -4/+3 |
* | Use low level constructs borrowed from interrupt threads to wait for | ups | 2005-05-23 | 1 | -1/+36 |
* | Swap in can occur safely without Giant. Release Giant on entry to | alc | 2005-05-22 | 1 | -3/+2 |
* | Remove GIANT_REQUIRED from swapout_procs(). | alc | 2005-05-22 | 1 | -2/+0 |
* | Reduce the number of times that we acquire and release locks in | alc | 2005-05-20 | 1 | -8/+6 |
* | Remove calls to spl*(). | alc | 2005-05-19 | 1 | -43/+0 |
* | Remove a stale comment concerning spl* usage. | alc | 2005-05-19 | 1 | -2/+0 |
* | Update some comments to reflect the change from spl-based to lock-based | alc | 2005-05-18 | 1 | -2/+3 |
* | Remove calls to spl*(). | alc | 2005-05-18 | 1 | -11/+0 |
* | Revert revision 1.270: swp_pager_async_iodone() need not perform | alc | 2005-05-18 | 1 | -2/+0 |