summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_fault.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r322913:kib2018-02-211-3/+4
* Add MAP_GUARD and use it for stack grow area protection.kib2017-07-071-12/+6
* MFC r308474, r308691, r309203, r309365, r309703, r309898, r310720,markj2017-05-231-8/+4
* MFC r315281:kib2017-03-281-11/+12
* MFC r315552:kib2017-03-261-1/+1
* MFC r314195:kib2017-03-031-4/+5
* MFC r309710:kib2017-01-131-0/+175
* MFC r309709:kib2016-12-151-3/+4
* MFC r308733:kib2016-11-231-30/+50
* MFC r308174, r308261alc2016-11-061-8/+26
* MFC r308114:kib2016-11-061-4/+4
* MFC r308109:kib2016-11-061-5/+2
* MFC r308096, r308098, r308112alc2016-11-061-14/+13
* MFC r308094:kib2016-11-051-15/+15
* MFC r307501:kib2016-10-241-2/+8
* MFC r307236:markj2016-10-211-0/+2
* MFC r303101alc2016-07-231-0/+9
* MFC r302980alc2016-07-211-39/+76
* Change the type of the map entry's next_read field from a vm_pindex_t to aalc2016-07-071-8/+8
* Change type of the 'dead' variable to boolean.kib2016-07-031-2/+2
* If the vm_fault() handler raced with the vm_object_collapse()kib2016-06-271-4/+11
* Use vm_page_replace_checked() instead of vm_page_rename() for implementingalc2016-05-271-17/+10
* Correct an error in a comment: One of the conditions for page allocationalc2016-05-231-9/+8
* When descending a shadow chain of objects, it makes no sense to updatealc2016-05-211-1/+2
* Clean up the handling of errors from vm_pager_get_pages(). Mostly, thisalc2016-05-191-26/+18
* Add four new RCTL resources - readbps, readiops, writebps and writeiops,trasz2016-04-071-0/+16
* A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().glebius2015-12-161-180/+16
* vm_fault_hold: handle vm_page_rename failurecem2015-12-061-1/+5
* Refinements to r281079's sequential access optimization: Prefetched pages,alc2015-08-031-2/+12
* Do not pretend that vm_fault(9) supports unwiring the address. Renamekib2015-07-301-22/+17
* Make KPI of vm_pager_get_pages() more strict: if a pager changes a pageglebius2015-06-121-10/+3
* Do not sleep waiting for the MAP_ENTRY_IN_TRANSITION state ending withkib2015-04-281-0/+4
* Until the lock assertions in vm_page_advise() are properly reevaluated,alc2015-04-051-3/+3
* Replace vm_fault()'s heuristic for automatic cache behind with a heuristicalc2015-04-041-38/+52
* Introduce vm_object_color() and use it in mmap(2) to set the color ofalc2015-03-211-5/+2
* Fix the root cause of the "vm_reserv_populate: reserv <address> is alreadyalc2015-03-191-0/+9
* Update mtime for tmpfs files modified through memory mapping. Similarkib2015-01-281-2/+4
* Revamp the default page clustering strategy that is used by the page faultalc2015-01-161-27/+41
* Revert r263475: TDP_DEVMEMIO no longer needed, since amd64 /dev/kmemkib2015-01-121-4/+0
* Make MAP_NOSYNC handling in the vm_fault() read-locked object pathkib2014-10-101-41/+67
* Relax one of the conditions for mapping a page on the fast path.alc2014-08-231-2/+3
* Implement 'fast path' for the vm page fault handler. Or, it could bekib2014-08-151-4/+50
* Avoid pointless (but harmless) actions on unmanaged pages.alc2014-08-141-2/+3
* Change pmap_enter(9) interface to take flags parameter and superpagekib2014-08-081-2/+4
* Handle wiring failures in vm_map_wire() with the new functionsalc2014-08-021-63/+0
* When unwiring a region of an address space, do not assume that thealc2014-07-261-1/+2
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptattilio2014-06-161-4/+4
* Remove redundand loop. The inner goto restarts the whole pagekib2014-05-211-12/+10
* Fix locking. The dst_object must remain locked on the retry of thekib2014-05-111-0/+1
* For the upgrade case in vm_fault_copy_entry(), when the entry does notkib2014-05-101-40/+67
OpenPOWER on IntegriCloud