| Commit message (Expand) | Author | Age | Files | Lines |
* | When doing kstack swapin, read as much pages in one run as possible. | kib | 2010-04-29 | 1 | -11/+25 |
* | In swap pager, do not free the non-requested pages from the run if they are | kib | 2010-04-29 | 1 | -3/+11 |
* | Setting PG_REFERENCED on a page at the end of vm_fault() is redundant since | alc | 2010-04-28 | 1 | -1/+0 |
* | Change vm_object_madvise() so that it checks whether the page is invalid | alc | 2010-04-28 | 1 | -10/+6 |
* | Resurrect pmap_is_referenced() and use it in mincore(). Essentially, | alc | 2010-04-24 | 2 | -3/+2 |
* | Eliminate an unnecessary call to pmap_remove_all(). If a page belongs to | alc | 2010-04-20 | 1 | -1/+2 |
* | vm_thread_swapout() can safely dirty the page before rather than after | alc | 2010-04-19 | 1 | -1/+1 |
* | o) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE, which searches the | jmallett | 2010-04-18 | 6 | -1/+57 |
* | Remove a nonsensical test from vm_pageout_clean(). A page can't be in the | alc | 2010-04-18 | 1 | -2/+0 |
* | There is no justification for vm_object_split() setting PG_REFERENCED on a | alc | 2010-04-18 | 1 | -1/+0 |
* | In vm_object_madvise() setting PG_REFERENCED on a page before sleeping on | alc | 2010-04-17 | 1 | -2/+9 |
* | In vm_object_backing_scan(), setting PG_REFERENCED on a page before | alc | 2010-04-17 | 1 | -3/+0 |
* | Setting PG_REFERENCED on the requested page in swap_pager_getpages() is | alc | 2010-04-17 | 1 | -5/+1 |
* | Simplify vm_thread_swapin(). | alc | 2010-04-13 | 1 | -4/+2 |
* | Initialize the virtual memory-related resource limits in a single place. | alc | 2010-04-11 | 2 | -42/+6 |
* | Introduce the function kmem_alloc_attr(), which allocates kernel virtual | alc | 2010-04-09 | 2 | -19/+100 |
* | Start copyright notice with /*- | joel | 2010-04-07 | 2 | -2/+2 |
* | When OOM searches for a process to kill, ignore the processes already | kib | 2010-04-06 | 2 | -8/+17 |
* | vm_reserv_alloc_page() should never be called on an OBJT_SG object, just as | alc | 2010-04-05 | 1 | -0/+1 |
* | Make _vm_map_init() the one place where the vm map's pmap field is | alc | 2010-04-03 | 2 | -10/+10 |
* | Re-enable the call to pmap_release() by vmspace_dofree(). The accounting | alc | 2010-04-03 | 1 | -6/+3 |
* | Reject attempts to create a MAP_ANON mapping with a non-zero offset. | jhb | 2010-03-23 | 1 | -2/+1 |
* | - enable alignment on amd64 only | kmacy | 2010-03-22 | 1 | -2/+6 |
* | turn 205266 in to a no-op until the problem can be properly diagnosed | kmacy | 2010-03-18 | 1 | -1/+1 |
* | Cache line align various structures and move volatile counters to | kmacy | 2010-03-17 | 1 | -6/+14 |
* | Update comment for vm_page_alloc(9), listing all acceptable flags [1]. | kib | 2010-02-27 | 1 | -1/+6 |
* | Remove write-only variable. | kib | 2010-02-22 | 1 | -3/+0 |
* | Align the start of the clean submap to a superpage boundary. Although | alc | 2010-02-21 | 1 | -1/+1 |
* | The MAP_ENTRY_NEEDS_COPY flag belongs to protoeflags, cow variable | kib | 2010-01-29 | 1 | -1/+1 |
* | When a vnode-backed vm object is referenced, it increments the vnode | kib | 2010-01-17 | 2 | -1/+8 |
* | Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. | rnoland | 2009-12-29 | 1 | -14/+3 |
* | (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. | antoine | 2009-12-28 | 1 | -2/+2 |
* | VI_OBJDIRTY vnode flag mirrors the state of OBJ_MIGHTBEDIRTY vm object | kib | 2009-12-21 | 2 | -22/+6 |
* | Remove trailing ";" in UMA_HASH_INSERT and UMA_HASH_REMOVE macros. | antoine | 2009-12-05 | 1 | -2/+2 |
* | Properly synchronize the previous change. | alc | 2009-11-28 | 1 | -0/+2 |
* | Support the new VM_PROT_COPY option on wired pages. The effect of which | alc | 2009-11-27 | 1 | -3/+6 |
* | Simplify the invocation of vm_fault(). Specifically, eliminate the flag | alc | 2009-11-27 | 2 | -9/+11 |
* | Replace VM_PROT_OVERRIDE_WRITE by VM_PROT_COPY. VM_PROT_OVERRIDE_WRITE has | alc | 2009-11-26 | 3 | -23/+10 |
* | Simplify both the invocation and the implementation of vm_fault() for wiring | alc | 2009-11-18 | 4 | -37/+16 |
* | Eliminate an unnecessary #include. (This #include should have been removed | alc | 2009-11-04 | 1 | -1/+0 |
* | Eliminate a bit of hackery from vm_fault(). The operations that this | alc | 2009-11-03 | 1 | -11/+0 |
* | Split P_NOLOAD into a per-thread flag (TDF_NOLOAD). | attilio | 2009-11-03 | 1 | -11/+6 |
* | Avoid pointless calls to pmap_protect(). | alc | 2009-11-02 | 1 | -3/+3 |
* | Add sysctl documentation strings. The descriptions are derived | ivoras | 2009-11-02 | 1 | -3/+7 |
* | Correct an error in vm_fault_copy_entry() that has existed since the first | alc | 2009-10-31 | 1 | -1/+1 |
* | When protection of wired read-only mapping is changed to read-write, | kib | 2009-10-27 | 2 | -20/+56 |
* | Simplify the inner loop of vm_fault_copy_entry(). | alc | 2009-10-26 | 1 | -13/+12 |
* | Eliminate an unnecessary check from vm_fault_prefault(). | alc | 2009-10-25 | 1 | -2/+2 |
* | o Introduce vm_sync_icache() for making the I-cache coherent with | marcel | 2009-10-21 | 3 | -0/+9 |
* | Remove spurious call to priv_check(PRIV_VM_SWAP_NOQUOTA). | kib | 2009-10-18 | 1 | -6/+4 |