summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_map.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r320316:kib2017-07-011-4/+4
* MFC r320202:kib2017-06-281-3/+4
* MFC r320201:kib2017-06-281-0/+2
* MFC r320121:kib2017-06-261-3/+1
* MFC r315272, r315370delphij2017-05-311-0/+29
* MFC r308474, r308691, r309203, r309365, r309703, r309898, r310720,markj2017-05-231-3/+1
* MFC r316686, r316687, r316689markj2017-04-171-9/+18
* MFC r315281:kib2017-03-281-2/+2
* MFC r313690:kib2017-03-191-2/+2
* MFC 310028: Use db_lookup_proc() in the DDB 'show procvm' command.jhb2017-01-181-1/+1
* MFC r311014:kib2017-01-081-31/+27
* MFC r310821:kib2017-01-061-16/+22
* Change the type of the map entry's next_read field from a vm_pindex_t to aalc2016-07-071-1/+1
* sys/vm: minor spelling fixes in comments.pfg2016-05-021-1/+1
* Trim redundant message.jhb2016-04-271-1/+1
* Typo in comment.kib2016-01-241-1/+1
* Various cleanups to the main function for AIO kernel processes:jhb2016-01-191-0/+45
* Remove a check which caused spurious SIGSEGV on usermode access to thekib2015-09-091-10/+4
* Do not pretend that vm_fault(9) supports unwiring the address. Renamekib2015-07-301-1/+1
* Account for the main process stack being one page below the highestkib2015-07-021-1/+2
* Implement lockless resource limits.mjg2015-06-101-9/+5
* Add kern.racct.enable tunable and RACCT_DISABLED config option.trasz2015-04-291-23/+32
* vmspace_release() may sleep if the last reference is being released,rstone2015-01-241-0/+3
* vm_map_pmap_enter() and pmap_enter_object() are currently not aware ofkib2014-09-231-1/+8
* Oops. vm_map_simplify_entry() is used by mac_proc_vm_revoke_recurse(), soalc2014-09-081-2/+1
* Make two functions static and eliminate an unused #define.alc2014-09-081-2/+5
* Rewrite a loop in vm_map_wire() so that gcc doesn't think that the variablealc2014-08-021-3/+3
* Handle wiring failures in vm_map_wire() with the new functionsalc2014-08-021-19/+67
* When unwiring a region of an address space, do not assume that thealc2014-07-261-25/+17
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-2/+1
* Revert r267961, r267973:gjb2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-2/+1
* Delay the call to crhold() in vm_map_insert() until we know that we won'talc2014-06-261-9/+4
* Now that vm_map_insert() sets MAP_ENTRY_GROWS_{DOWN,UP} on the stack entriesalc2014-06-251-6/+7
* Use correct names for the flags. MAP_ENTRY_GROWS_* have the samekib2014-06-231-1/+1
* Assert that the new entry is inserted into the right location in thekib2014-06-201-0/+9
* Eliminate a pointless call to vm_map_clip_start() from vm_map_growstack().alc2014-06-191-3/+0
* When MAP_STACK_GROWS_{DOWN,UP} are passed to vm_map_insert() set thealc2014-06-191-10/+14
* Add MAP_EXCL flag for mmap(2). It should be combined with MAP_FIXED,kib2014-06-191-1/+2
* Tidy up the early parts of vm_map_insert(), in particular, simplify onealc2014-06-161-24/+10
* One of the intentions behind r267254 was that the global variable "sgrowsiz"alc2014-06-151-1/+1
* Make mmap(MAP_STACK) search for the available address space, similarkib2014-06-091-34/+59
* Add a page size field to struct vm_page. Increase the page size field whenalc2014-06-071-13/+26
* Remove the assert which can be triggered by the userspace. Thekib2014-05-281-4/+1
* When exec_new_vmspace() decides that current vmspace cannot be reusedkib2014-05-201-1/+3
* On a fork allow read-only wired pages to be copy-on-write shared between thealc2014-05-131-5/+5
* With the new-and-improved vm_fault_copy_entry() (r265843), we can alwaysalc2014-05-111-2/+9
* About 9% of the pmap_protect() calls being performed by vm_map_copy_entry()alc2014-05-101-1/+2
* When printing the map with the ddb 'show procvm' command, do not dumpkib2014-05-101-1/+1
* Print the entry address in addition to the object. The variable iskib2014-05-101-1/+2
OpenPOWER on IntegriCloud