summaryrefslogtreecommitdiff
path: root/sys/vm/vm_map.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r266464:Konstantin Belousov2014-05-231-1/+3
* MFC r265824:Konstantin Belousov2014-05-171-1/+2
* MFC r263471:Konstantin Belousov2014-03-241-0/+1
* MFC r259951:Konstantin Belousov2013-12-301-1/+1
* MFC r258367:Konstantin Belousov2013-12-131-0/+15
* MFC r258366:Konstantin Belousov2013-12-131-1/+9
* MFC 253471,253620,254430,254538:John Baldwin2013-12-031-8/+26
* MFC r253190:Konstantin Belousov2013-08-081-11/+51
* Fix a bug that allowed a tracing process (e.g. gdb) to writeDag-Erling Smørgrav2013-06-181-0/+6
* MFC r249303:Konstantin Belousov2013-04-161-6/+16
* MFC r240145:Andrey Zonov2013-01-221-12/+4
* MFC r244384:Andrey Zonov2013-01-141-6/+39
* MFC r240026:Andrey Zonov2012-09-141-4/+7
* MFC r233122,r237086,r237228,r237264,r237290,r237404,r237414,r237513,r237551,Konstantin Belousov2012-09-051-2/+2
* MFC 233191:John Baldwin2012-06-291-12/+10
* MFC 237334:John Baldwin2012-06-291-3/+6
* MFC r236848:Konstantin Belousov2012-06-171-1/+1
* MFC r232160Alan Cox2012-05-241-14/+10
* MFC r235230Alan Cox2012-05-241-0/+2
* MFC r233100:Konstantin Belousov2012-03-311-2/+5
* MFC r232071:Konstantin Belousov2012-03-151-4/+73
* MFC r231526:Konstantin Belousov2012-02-181-2/+7
* MFC r227758,227759,227788:Attilio Rao2012-01-311-42/+23
* All the racct_*() calls need to happen with the proc locked. Fixing thisEdward Tomasz Napierala2011-07-061-0/+10
* Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing thisAlan Cox2011-06-291-1/+9
* Add accounting for most of the memory-related resources.Edward Tomasz Napierala2011-04-051-1/+54
* - Merge changes to the base system to support OFED. These includeJeff Roberson2011-03-211-13/+14
* Since the last parameter to vm_object_shadow() is a vm_size_t and not aAlan Cox2011-02-041-7/+5
* Reenable the call to vm_map_simplify_entry() from vm_map_insert() for non-Alan Cox2011-01-291-9/+5
* Fix a long standing (from the original 4.4BSD lite sources) race betweenMax Laier2010-12-091-1/+41
* Replace pointer to "struct uidinfo" with pointer to "struct ucred"Edward Tomasz Napierala2010-12-021-106/+106
* Implement a (soft) stack guard page for auto-growing stack mappings.Konstantin Belousov2010-11-141-1/+13
* In case the stack size reaches its limit and its growth must be restricted,Alan Cox2010-11-071-1/+2
* - Make 'vm_refcnt' volatile so that compilers won't be tempted to treatJohn Baldwin2010-10-211-5/+1
* If vm_map_find() is asked to allocate a superpage-aligned region of virtualAlan Cox2010-10-041-14/+8
* Make refinements to r212824. In particular, don't makeAlan Cox2010-09-191-16/+24
* Adopt the deferring of object deallocation for the deleted map entriesKonstantin Belousov2010-09-181-20/+45
* Introduce a helper function vm_page_find_least(). Use it in several places,Konstantin Belousov2010-07-041-7/+1
* Push down page queues lock acquisition in pmap_enter_object() andAlan Cox2010-05-261-14/+1
* Correct an error of omission in r206819. If VMFS_TLB_ALIGNED_SPACE isAlan Cox2010-05-021-1/+5
* o) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE, which searches theJuli Mallett2010-04-181-1/+12
* Make _vm_map_init() the one place where the vm map's pmap field isAlan Cox2010-04-031-9/+9
* Re-enable the call to pmap_release() by vmspace_dofree(). The accountingAlan Cox2010-04-031-6/+3
* The MAP_ENTRY_NEEDS_COPY flag belongs to protoeflags, cow variableKonstantin Belousov2010-01-291-1/+1
* Replace VM_PROT_OVERRIDE_WRITE by VM_PROT_COPY. VM_PROT_OVERRIDE_WRITE hasAlan Cox2009-11-261-21/+8
* Simplify both the invocation and the implementation of vm_fault() for wiringAlan Cox2009-11-181-2/+2
* Avoid pointless calls to pmap_protect().Alan Cox2009-11-021-3/+3
* When protection of wired read-only mapping is changed to read-write,Konstantin Belousov2009-10-271-4/+10
* Move the annotation for vm_map_startup() immediately before the function.Konstantin Belousov2009-10-011-16/+16
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar toJohn Baldwin2009-07-241-5/+9