summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_map.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r267213 (by alc):kib2014-07-241-13/+26
* MFC r267664:kib2014-06-271-0/+9
* MFC r267630:kib2014-06-261-1/+2
* MFC r267766:kib2014-06-261-1/+1
* MFC r267254:kib2014-06-231-34/+59
* MFC r266780:kib2014-06-041-4/+1
* MFC r265886, r265948alc2014-05-231-7/+14
* MFC r266464:kib2014-05-231-1/+3
* MFC r265850alc2014-05-171-1/+2
* MFC r265825:kib2014-05-171-1/+1
* MFC r265824:kib2014-05-171-1/+2
* MFC r263471:kib2014-03-241-0/+1
* MFC r259951:kib2013-12-301-1/+1
* MFC r258367:kib2013-12-131-0/+15
* MFC r258366:kib2013-12-131-1/+9
* Both the vm_map and vmspace zones are defined as "no free". So, there is noalc2013-09-221-23/+2
* Merge the following changes from projects/bhyve_npt_pmap:neel2013-09-201-5/+12
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-3/+4
* Significantly reduce the cost, i.e., run time, of calls to madvise(...,alc2013-08-291-2/+19
* Revert r254501. Instead, reuse the type stability of the struct pmapkib2013-08-221-0/+1
* Add new mmap(2) flags to permit applications to request specific virtualjhb2013-08-161-5/+16
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-24/+7
* Clear entire map structure including locks so that thekientzle2013-07-251-2/+1
* Be more aggressive in using superpages in all mappings of objects:jhb2013-07-191-5/+15
* The mlockall() or VM_MAP_WIRE_HOLESOK does not interact properly withkib2013-07-111-11/+51
* Fix a bug that allowed a tracing process (e.g. gdb) to writedes2013-06-181-0/+6
* o Relax locking assertions for vm_page_find_least()attilio2013-05-211-7/+15
* Fix the assertions for the state of the object under the map entrykib2013-04-091-6/+16
* MFCattilio2013-02-261-2/+1
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-22/+22
* Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+1
* - Get rid of unused function vmspace_wired_count().zont2013-01-141-6/+0
* - Reduce kernel size by removing unnecessary pointer indirections.zont2013-01-101-6/+4
* - Fix locked memory accounting for maps with MAP_WIREFUTURE flag.zont2012-12-181-6/+39
* In the past four years, we've added two new vm object types. Each time,alc2012-12-091-8/+7
* Make a few small changes to vm_map_pmap_enter():alc2012-11-251-9/+10
* Fix DDB command "show map XXX":attilio2012-11-121-24/+14
* - After r240026 sgrowsiz should be used in a safer maner.zont2012-09-031-4/+7
* Add new pmap layer locks to the predefined lock order. Change the namesalc2012-06-271-2/+2
* Move the per-thread deferred user map entries list into a private listjhb2012-06-201-3/+6
* Use the previous stack entry protection and max protection to correctlykib2012-06-101-1/+1
* Give vm_fault()'s sequential access optimization a makeover.alc2012-05-101-0/+2
* Fix madvise(MADV_WILLNEED) to properly handle individual mappings largerjhb2012-03-191-12/+10
* In vm_object_page_clean(), do not clean OBJ_MIGHTBEDIRTY object flagkib2012-03-171-2/+5
* Simplify vmspace_fork()'s control flow by copying immutable data beforealc2012-02-251-14/+10
* Account the writeable shared mappings backed by file in the vnodekib2012-02-231-4/+73
* Close a race due to dropping of the map lock between creating map entrykib2012-02-111-2/+7
* Introduce the same mutex-wise fix in r227758 for sx locks.attilio2011-11-211-29/+13
* Introduce macro stubs in the mutex implementation that will be alwaysattilio2011-11-201-15/+12
* All the racct_*() calls need to happen with the proc locked. Fixing thistrasz2011-07-061-0/+10
OpenPOWER on IntegriCloud