| Commit message (Expand) | Author | Age | Files | Lines |
* | All the racct_*() calls need to happen with the proc locked. Fixing this | trasz | 2011-07-06 | 6 | -0/+42 |
* | Handle a race between device_pager and devsw in a more graceful manner: | attilio | 2011-07-06 | 1 | -2/+4 |
* | Initialize marker pages as held rather than fictitious/wired. Marking the | alc | 2011-07-02 | 1 | -2/+8 |
* | Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing this | alc | 2011-06-29 | 4 | -61/+83 |
* | Revert to using the page queues lock in vm_page_clear_dirty_mask() on | alc | 2011-06-23 | 2 | -4/+2 |
* | Precisely document the synchronization rules for the page's dirty field. | alc | 2011-06-19 | 3 | -10/+68 |
* | Assert that page is VPO_BUSY or page owner object is locked in | kib | 2011-06-11 | 2 | -0/+26 |
* | Fix a bug in r222586. Lock the page owner object around the modification | kib | 2011-06-11 | 1 | -0/+6 |
* | In the VOP_PUTPAGES() implementations, change the default error from | kib | 2011-06-01 | 3 | -1/+36 |
* | Correct an error in r222163. Unless UMA_MD_SMALL_ALLOC is defined, | alc | 2011-05-22 | 1 | -1/+5 |
* | 1. Prior to r214782, UMA did not support multipage allocations before | alc | 2011-05-21 | 2 | -8/+9 |
* | Fix spelling errors. | alc | 2011-05-20 | 1 | -3/+3 |
* | Eliminate a redundant #include. ("vm/vm_param.h" already includes | alc | 2011-05-20 | 1 | -2/+0 |
* | Move the ZERO_REGION_SIZE to a machine-dependent file, as on many | mdf | 2011-05-13 | 1 | -9/+6 |
* | Usa a globally visible region of zeros for both /dev/zero and the md | mdf | 2011-05-13 | 1 | -0/+34 |
* | Another long standing vm bug found at Isilon: | mlaier | 2011-05-09 | 1 | -0/+18 |
* | Reap old SPL comments. | obrien | 2011-04-26 | 1 | -35/+2 |
* | Fix two bugs in r218670. | kib | 2011-04-23 | 1 | -4/+11 |
* | Fix several places to ignore processes that are not yet fully constructed. | jhb | 2011-04-06 | 1 | -1/+2 |
* | In vm_daemon(), do not skip processes stopped with SIGSTOP. | trasz | 2011-04-06 | 1 | -2/+4 |
* | Add RACCT_RSS. | trasz | 2011-04-06 | 1 | -1/+41 |
* | Add accounting for most of the memory-related resources. | trasz | 2011-04-05 | 5 | -7/+160 |
* | Handle the corner case in vm_fault_quick_hold_pages(). | kib | 2011-03-25 | 1 | -0/+2 |
* | Fix some locking nits with the p_state field of struct proc: | jhb | 2011-03-24 | 2 | -9/+4 |
* | - Merge changes to the base system to support OFED. These include | jeff | 2011-03-21 | 3 | -14/+17 |
* | In vm_daemon(), when iterating over all processes in the system, skip those | trasz | 2011-03-18 | 1 | -0/+4 |
* | Eliminate duplication of the fake page code and zone by the device and sg | alc | 2011-03-11 | 4 | -110/+75 |
* | Change the return type of vmspace_swap_count to a long to match the other | brucec | 2011-03-01 | 2 | -3/+3 |
* | Remove sysctl vm.max_proc_mmap used to protect from KVA space exhaustion. | pluknet | 2011-02-24 | 1 | -39/+0 |
* | Calculate and return the count in vmspace_swap_count as a vm_offset_t | brucec | 2011-02-23 | 2 | -8/+9 |
* | Remove pmap fields that are either unused or not fully implemented. | alc | 2011-02-17 | 1 | -13/+1 |
* | Since r218070 reenabled the call to vm_map_simplify_entry() from | kib | 2011-02-15 | 1 | -9/+23 |
* | Lock the vnode around clearing of VV_TEXT flag. Remove mp_fixme() note | kib | 2011-02-13 | 1 | -9/+14 |
* | Use CPU_FOREACH rather than expecting CPUs 0 through mp_ncpus-1 to be present. | jmallett | 2011-02-12 | 1 | -5/+1 |
* | Retire VFS_BIO_DEBUG. Convert those checks that were still valid into | alc | 2011-02-12 | 1 | -0/+1 |
* | Unless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit() and nfsvno_fsync() are | alc | 2011-02-05 | 2 | -10/+9 |
* | Since the last parameter to vm_object_shadow() is a vm_size_t and not a | alc | 2011-02-04 | 2 | -8/+6 |
* | Release the free page queues lock earlier in vm_page_alloc(). | alc | 2011-01-30 | 1 | -2/+7 |
* | Reenable the call to vm_map_simplify_entry() from vm_map_insert() for non- | alc | 2011-01-29 | 1 | -9/+5 |
* | Explicitly wire the user buffer rather than doing it implicitly in | mdf | 2011-01-27 | 3 | -1/+16 |
* | Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize. | pluknet | 2011-01-21 | 1 | -2/+1 |
* | Move the definition of M_VMPGDATA to the swap pager, where the only | alc | 2011-01-18 | 3 | -5/+1 |
* | Explicitly initialize the page's queue field to PQ_NONE instead of relying | alc | 2011-01-17 | 4 | -5/+8 |
* | Sort function prototypes. | alc | 2011-01-16 | 1 | -4/+4 |
* | Update a lock annotation on the page structure. | alc | 2011-01-16 | 1 | -1/+1 |
* | Shift responsibility for synchronizing access to the page's act_count | alc | 2011-01-16 | 3 | -6/+7 |
* | Clean up the start of vm_page_alloc(). In particular, eliminate an | alc | 2011-01-16 | 1 | -7/+3 |
* | For consistency, use kernel_object instead of &kernel_object_store | kib | 2011-01-15 | 1 | -2/+2 |
* | For some time now, the kernel and kmem objects have been ordinary | alc | 2011-01-15 | 1 | -4/+1 |
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | jhb | 2011-01-11 | 2 | -2/+0 |