summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Fix mis-spelling of bits and types names in thekib2014-11-042-10/+10
* Eliminate a stale, i386-specific comment.alc2014-11-041-2/+0
* This is the much-discussed major upgrade to the random(4) device, known to yo...markm2014-10-301-0/+35
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-212-4/+4
* Retire the unimplemented MAP_RENAME and MAP_NORESERVE flags to mmap(2).jhb2014-10-181-3/+9
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-161-1/+1
* Make MAP_NOSYNC handling in the vm_fault() read-locked object pathkib2014-10-101-41/+67
* Change the UMA mutex into a rwlockbryanv2014-10-051-20/+20
* Remove stray uma_mtx lock/unlock in zone_drain_wait()bryanv2014-10-051-2/+0
* Add kernel option KSTACK_USAGE_PROF to sample the stack depth onkib2014-10-041-0/+49
* Refactor ZFS ARC reclaim checks and limitssmh2014-10-031-0/+8
* 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
OpenPOWER on IntegriCloud