summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Fix ticks wrap issue of lowmem test in vm_pageout_scansmh2014-09-241-1/+1
* vm_map_pmap_enter() and pmap_enter_object() are currently not aware ofkib2014-09-231-1/+8
* The vm_mmap_cdev() explicitely converts absence of both MAP_SHARED andkib2014-09-171-2/+6
* Permit MAP_RENAME and MAP_NORESERVE for now. These flags should be removed, ...jhb2014-09-161-4/+3
* Add stricter checking of some mmap() arguments:jhb2014-09-151-3/+20
* Three improvements to vnode_pager_generic_getpages():alc2014-09-151-11/+13
* Remove redundant declaration. vnode.h should be included before vnode_pager.h.glebius2014-09-151-1/+0
* Provide the unique implementation for the VOP_GETPAGES() method usedkib2014-09-152-0/+35
* Avoid an exclusive acquisition of the object lock on the expected executionalc2014-09-143-16/+31
* Fix mis-spelling of bits and types names in the vnode_pager_putpages().kib2014-09-141-5/+5
* Update a stale comment.alc2014-09-111-1/+1
* Remove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES().glebius2014-09-101-2/+2
* Fix a boundary case error in vm_reserv_alloc_contig(): If a reservationalc2014-09-101-9/+23
* Oops. vm_map_simplify_entry() is used by mac_proc_vm_revoke_recurse(), soalc2014-09-082-2/+2
* Make two functions static and eliminate an unused #define.alc2014-09-082-7/+6
* Fix a typo.jhb2014-08-291-1/+1
* Refactor ZFS ARC reclaim logic to be more VM cooperativesmh2014-08-281-7/+18
* Back in the days when the kernel was single threaded, testingalc2014-08-261-14/+17
* 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
* If vm_page_grab() allocates a new page, the page is not inserted intokib2014-08-131-0/+1
* Adapt vm_page_aflag_set(PGA_WRITEABLE) to the locking ofkib2014-08-092-11/+27
* Change pmap_enter(9) interface to take flags parameter and superpagekib2014-08-083-9/+19
* The vm_pager_page_unswapped() pager op is only implemented for thekib2014-08-061-1/+1
* Add wrappers to assert that vm object is unlocked and for try upgrade.kib2014-08-061-0/+4
* vm_phys: improve robustness of fictitious rangesroyger2014-08-051-17/+103
* Retire pmap_change_wiring(). We have never used it to wire virtual pages.alc2014-08-031-1/+0
* 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-023-83/+67
* When unwiring a region of an address space, do not assume that thealc2014-07-265-27/+93
* Correct assertion. The shadowing object cannot be tmpfs vm object,kib2014-07-241-2/+4
* The OBJ_TMPFS flag of vm_object means that there is unreclaimed tmpfskib2014-07-142-4/+5
* vm_phys: remove limitation on number of fictitious regionsroyger2014-07-091-58/+101
* Remove ia64.marcel2014-07-073-11/+2
* Introduce pmap_unwire(). It will replace pmap_change_wiring(). There arealc2014-07-061-0/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-289-20/+11
* Revert r267961, r267973:gjb2014-06-279-11/+20
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-279-20/+11
* 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-193-1/+7
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptattilio2014-06-166-21/+25
* 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
* Introduce new "256 Bucket" zone to split requests and reduce congestionmav2014-06-121-1/+2
OpenPOWER on IntegriCloud