summaryrefslogtreecommitdiff
path: root/sys/vm/vm_map.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r272036:Konstantin Belousov2014-09-271-1/+8
* Fix a leak of the wired pages when unwiring of the PROT_NONE-mappedKonstantin Belousov2014-09-011-44/+84
* MFC r267213 (by alc):Konstantin Belousov2014-07-241-13/+26
* MFC r267664:Konstantin Belousov2014-06-271-0/+9
* MFC r267630:Konstantin Belousov2014-06-261-1/+2
* MFC r267766:Konstantin Belousov2014-06-261-1/+1
* MFC r267254:Konstantin Belousov2014-06-231-34/+59
* MFC r266780:Konstantin Belousov2014-06-041-4/+1
* MFC r265886, r265948Alan Cox2014-05-231-7/+14
* MFC r266464:Konstantin Belousov2014-05-231-1/+3
* MFC r265850Alan Cox2014-05-171-1/+2
* MFC r265825:Konstantin Belousov2014-05-171-1/+1
* 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
* Both the vm_map and vmspace zones are defined as "no free". So, there is noAlan Cox2013-09-221-23/+2
* Merge the following changes from projects/bhyve_npt_pmap:Neel Natu2013-09-201-5/+12
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping useJohn Baldwin2013-09-091-3/+4
* Significantly reduce the cost, i.e., run time, of calls to madvise(...,Alan Cox2013-08-291-2/+19
* Revert r254501. Instead, reuse the type stability of the struct pmapKonstantin Belousov2013-08-221-0/+1
* Add new mmap(2) flags to permit applications to request specific virtualJohn Baldwin2013-08-161-5/+16
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-24/+7
* Clear entire map structure including locks so that theTim Kientzle2013-07-251-2/+1
* Be more aggressive in using superpages in all mappings of objects:John Baldwin2013-07-191-5/+15
* The mlockall() or VM_MAP_WIRE_HOLESOK does not interact properly withKonstantin Belousov2013-07-111-11/+51
* Fix a bug that allowed a tracing process (e.g. gdb) to writeDag-Erling Smørgrav2013-06-181-0/+6
* o Relax locking assertions for vm_page_find_least()Attilio Rao2013-05-211-7/+15
* Fix the assertions for the state of the object under the map entryKonstantin Belousov2013-04-091-6/+16
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-091-22/+23
* Merge from vmc-playground branch:Attilio Rao2013-02-261-2/+1
* - Get rid of unused function vmspace_wired_count().Andrey Zonov2013-01-141-6/+0
* - Reduce kernel size by removing unnecessary pointer indirections.Andrey Zonov2013-01-101-6/+4
* - Fix locked memory accounting for maps with MAP_WIREFUTURE flag.Andrey Zonov2012-12-181-6/+39
* In the past four years, we've added two new vm object types. Each time,Alan Cox2012-12-091-8/+7
* Make a few small changes to vm_map_pmap_enter():Alan Cox2012-11-251-9/+10
* Fix DDB command "show map XXX":Attilio Rao2012-11-121-24/+14
* - After r240026 sgrowsiz should be used in a safer maner.Andrey Zonov2012-09-031-4/+7
* Add new pmap layer locks to the predefined lock order. Change the namesAlan Cox2012-06-271-2/+2
* Move the per-thread deferred user map entries list into a private listJohn Baldwin2012-06-201-3/+6
* Use the previous stack entry protection and max protection to correctlyKonstantin Belousov2012-06-101-1/+1
* Give vm_fault()'s sequential access optimization a makeover.Alan Cox2012-05-101-0/+2
* Fix madvise(MADV_WILLNEED) to properly handle individual mappings largerJohn Baldwin2012-03-191-12/+10
* In vm_object_page_clean(), do not clean OBJ_MIGHTBEDIRTY object flagKonstantin Belousov2012-03-171-2/+5
* Simplify vmspace_fork()'s control flow by copying immutable data beforeAlan Cox2012-02-251-14/+10
* Account the writeable shared mappings backed by file in the vnodeKonstantin Belousov2012-02-231-4/+73
* Close a race due to dropping of the map lock between creating map entryKonstantin Belousov2012-02-111-2/+7
* Introduce the same mutex-wise fix in r227758 for sx locks.Attilio Rao2011-11-211-29/+13
* Introduce macro stubs in the mutex implementation that will be alwaysAttilio Rao2011-11-201-15/+12