summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Eliminate an unnecessary call to pmap_remove_all(). If a page belongs toalc2010-04-201-1/+2
* vm_thread_swapout() can safely dirty the page before rather than afteralc2010-04-191-1/+1
* o) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE, which searches thejmallett2010-04-186-1/+57
* Remove a nonsensical test from vm_pageout_clean(). A page can't be in thealc2010-04-181-2/+0
* There is no justification for vm_object_split() setting PG_REFERENCED on aalc2010-04-181-1/+0
* In vm_object_madvise() setting PG_REFERENCED on a page before sleeping onalc2010-04-171-2/+9
* In vm_object_backing_scan(), setting PG_REFERENCED on a page beforealc2010-04-171-3/+0
* Setting PG_REFERENCED on the requested page in swap_pager_getpages() isalc2010-04-171-5/+1
* Simplify vm_thread_swapin().alc2010-04-131-4/+2
* Initialize the virtual memory-related resource limits in a single place.alc2010-04-112-42/+6
* Introduce the function kmem_alloc_attr(), which allocates kernel virtualalc2010-04-092-19/+100
* Start copyright notice with /*-joel2010-04-072-2/+2
* When OOM searches for a process to kill, ignore the processes alreadykib2010-04-062-8/+17
* vm_reserv_alloc_page() should never be called on an OBJT_SG object, just asalc2010-04-051-0/+1
* Make _vm_map_init() the one place where the vm map's pmap field isalc2010-04-032-10/+10
* Re-enable the call to pmap_release() by vmspace_dofree(). The accountingalc2010-04-031-6/+3
* Reject attempts to create a MAP_ANON mapping with a non-zero offset.jhb2010-03-231-2/+1
* - enable alignment on amd64 onlykmacy2010-03-221-2/+6
* turn 205266 in to a no-op until the problem can be properly diagnosedkmacy2010-03-181-1/+1
* Cache line align various structures and move volatile counters tokmacy2010-03-171-6/+14
* Update comment for vm_page_alloc(9), listing all acceptable flags [1].kib2010-02-271-1/+6
* Remove write-only variable.kib2010-02-221-3/+0
* Align the start of the clean submap to a superpage boundary. Althoughalc2010-02-211-1/+1
* The MAP_ENTRY_NEEDS_COPY flag belongs to protoeflags, cow variablekib2010-01-291-1/+1
* When a vnode-backed vm object is referenced, it increments the vnodekib2010-01-172-1/+8
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-14/+3
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-2/+2
* VI_OBJDIRTY vnode flag mirrors the state of OBJ_MIGHTBEDIRTY vm objectkib2009-12-212-22/+6
* Remove trailing ";" in UMA_HASH_INSERT and UMA_HASH_REMOVE macros.antoine2009-12-051-2/+2
* Properly synchronize the previous change.alc2009-11-281-0/+2
* Support the new VM_PROT_COPY option on wired pages. The effect of whichalc2009-11-271-3/+6
* Simplify the invocation of vm_fault(). Specifically, eliminate the flagalc2009-11-272-9/+11
* Replace VM_PROT_OVERRIDE_WRITE by VM_PROT_COPY. VM_PROT_OVERRIDE_WRITE hasalc2009-11-263-23/+10
* Simplify both the invocation and the implementation of vm_fault() for wiringalc2009-11-184-37/+16
* Eliminate an unnecessary #include. (This #include should have been removedalc2009-11-041-1/+0
* Eliminate a bit of hackery from vm_fault(). The operations that thisalc2009-11-031-11/+0
* Split P_NOLOAD into a per-thread flag (TDF_NOLOAD).attilio2009-11-031-11/+6
* Avoid pointless calls to pmap_protect().alc2009-11-021-3/+3
* Add sysctl documentation strings. The descriptions are derivedivoras2009-11-021-3/+7
* Correct an error in vm_fault_copy_entry() that has existed since the firstalc2009-10-311-1/+1
* When protection of wired read-only mapping is changed to read-write,kib2009-10-272-20/+56
* Simplify the inner loop of vm_fault_copy_entry().alc2009-10-261-13/+12
* Eliminate an unnecessary check from vm_fault_prefault().alc2009-10-251-2/+2
* o Introduce vm_sync_icache() for making the I-cache coherent withmarcel2009-10-213-0/+9
* Remove spurious call to priv_check(PRIV_VM_SWAP_NOQUOTA).kib2009-10-181-6/+4
* Align and pad the page queue and free page queue locks so that the linkeralc2009-10-042-4/+14
* Back out the functional parts from r197537. After r197711, affecting allbz2009-10-021-15/+0
* Move the annotation for vm_map_startup() immediately before the function.kib2009-10-011-16/+16
* Do not allow mmap with the MAP_FIXED argument to map at address zero.simon2009-09-271-1/+18
* Old (a.out) rtld attempts to mmap zero-length region, e.g. when bsskib2009-09-201-1/+3
OpenPOWER on IntegriCloud