summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reintroduce the r196640, after fixing the problem with my testing.kib2009-09-012-45/+95
* Reverse r196640 and r196644 for now.kib2009-08-292-95/+45
* Remove the altkstacks, instead instantiate threads with kernel stackkib2009-08-292-45/+95
* Mark the fake pages constructed by the OBJT_SG pager valid. This wasjhb2009-08-291-0/+1
* Extend the device pager to support different memory attributes on differentjhb2009-08-282-11/+21
* Remove debugging that crept in with previous commit.jhb2009-07-241-5/+1
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-2411-11/+293
* Change the handling of fictitious pages by pmap_page_set_memattr() onalc2009-07-191-12/+4
* An addendum to r195649, "Add support to the virtual memory system foralc2009-07-181-1/+3
* - Change mmap() to fail requests with EINVAL that pass a length of 0. Thisjhb2009-07-141-1/+1
OpenPOWER on IntegriCloud