| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor ZFS ARC reclaim checks and limits | smh | 2014-10-03 | 1 | -0/+8 |
* | Fix ticks wrap issue of lowmem test in vm_pageout_scan | smh | 2014-09-24 | 1 | -1/+1 |
* | vm_map_pmap_enter() and pmap_enter_object() are currently not aware of | kib | 2014-09-23 | 1 | -1/+8 |
* | The vm_mmap_cdev() explicitely converts absence of both MAP_SHARED and | kib | 2014-09-17 | 1 | -2/+6 |
* | Permit MAP_RENAME and MAP_NORESERVE for now. These flags should be removed, ... | jhb | 2014-09-16 | 1 | -4/+3 |
* | Add stricter checking of some mmap() arguments: | jhb | 2014-09-15 | 1 | -3/+20 |
* | Three improvements to vnode_pager_generic_getpages(): | alc | 2014-09-15 | 1 | -11/+13 |
* | Remove redundant declaration. vnode.h should be included before vnode_pager.h. | glebius | 2014-09-15 | 1 | -1/+0 |
* | Provide the unique implementation for the VOP_GETPAGES() method used | kib | 2014-09-15 | 2 | -0/+35 |
* | Avoid an exclusive acquisition of the object lock on the expected execution | alc | 2014-09-14 | 3 | -16/+31 |
* | Fix mis-spelling of bits and types names in the vnode_pager_putpages(). | kib | 2014-09-14 | 1 | -5/+5 |
* | Update a stale comment. | alc | 2014-09-11 | 1 | -1/+1 |
* | Remove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES(). | glebius | 2014-09-10 | 1 | -2/+2 |
* | Fix a boundary case error in vm_reserv_alloc_contig(): If a reservation | alc | 2014-09-10 | 1 | -9/+23 |
* | Oops. vm_map_simplify_entry() is used by mac_proc_vm_revoke_recurse(), so | alc | 2014-09-08 | 2 | -2/+2 |
* | Make two functions static and eliminate an unused #define. | alc | 2014-09-08 | 2 | -7/+6 |
* | Fix a typo. | jhb | 2014-08-29 | 1 | -1/+1 |
* | Refactor ZFS ARC reclaim logic to be more VM cooperative | smh | 2014-08-28 | 1 | -7/+18 |
* | Back in the days when the kernel was single threaded, testing | alc | 2014-08-26 | 1 | -14/+17 |
* | Relax one of the conditions for mapping a page on the fast path. | alc | 2014-08-23 | 1 | -2/+3 |
* | Implement 'fast path' for the vm page fault handler. Or, it could be | kib | 2014-08-15 | 1 | -4/+50 |
* | Avoid pointless (but harmless) actions on unmanaged pages. | alc | 2014-08-14 | 1 | -2/+3 |
* | If vm_page_grab() allocates a new page, the page is not inserted into | kib | 2014-08-13 | 1 | -0/+1 |
* | Adapt vm_page_aflag_set(PGA_WRITEABLE) to the locking of | kib | 2014-08-09 | 2 | -11/+27 |
* | Change pmap_enter(9) interface to take flags parameter and superpage | kib | 2014-08-08 | 3 | -9/+19 |
* | The vm_pager_page_unswapped() pager op is only implemented for the | kib | 2014-08-06 | 1 | -1/+1 |
* | Add wrappers to assert that vm object is unlocked and for try upgrade. | kib | 2014-08-06 | 1 | -0/+4 |
* | vm_phys: improve robustness of fictitious ranges | royger | 2014-08-05 | 1 | -17/+103 |
* | Retire pmap_change_wiring(). We have never used it to wire virtual pages. | alc | 2014-08-03 | 1 | -1/+0 |
* | Rewrite a loop in vm_map_wire() so that gcc doesn't think that the variable | alc | 2014-08-02 | 1 | -3/+3 |
* | Handle wiring failures in vm_map_wire() with the new functions | alc | 2014-08-02 | 3 | -83/+67 |
* | When unwiring a region of an address space, do not assume that the | alc | 2014-07-26 | 5 | -27/+93 |
* | Correct assertion. The shadowing object cannot be tmpfs vm object, | kib | 2014-07-24 | 1 | -2/+4 |
* | The OBJ_TMPFS flag of vm_object means that there is unreclaimed tmpfs | kib | 2014-07-14 | 2 | -4/+5 |
* | vm_phys: remove limitation on number of fictitious regions | royger | 2014-07-09 | 1 | -58/+101 |
* | Remove ia64. | marcel | 2014-07-07 | 3 | -11/+2 |
* | Introduce pmap_unwire(). It will replace pmap_change_wiring(). There are | alc | 2014-07-06 | 1 | -0/+1 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 9 | -20/+11 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 9 | -11/+20 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 9 | -20/+11 |
* | Delay the call to crhold() in vm_map_insert() until we know that we won't | alc | 2014-06-26 | 1 | -9/+4 |
* | Now that vm_map_insert() sets MAP_ENTRY_GROWS_{DOWN,UP} on the stack entries | alc | 2014-06-25 | 1 | -6/+7 |
* | Use correct names for the flags. MAP_ENTRY_GROWS_* have the same | kib | 2014-06-23 | 1 | -1/+1 |
* | Assert that the new entry is inserted into the right location in the | kib | 2014-06-20 | 1 | -0/+9 |
* | Eliminate a pointless call to vm_map_clip_start() from vm_map_growstack(). | alc | 2014-06-19 | 1 | -3/+0 |
* | When MAP_STACK_GROWS_{DOWN,UP} are passed to vm_map_insert() set the | alc | 2014-06-19 | 1 | -10/+14 |
* | Add MAP_EXCL flag for mmap(2). It should be combined with MAP_FIXED, | kib | 2014-06-19 | 3 | -1/+7 |
* | - Modify vm_page_unwire() and vm_page_enqueue() to directly accept | attilio | 2014-06-16 | 6 | -21/+25 |
* | Tidy up the early parts of vm_map_insert(), in particular, simplify one | alc | 2014-06-16 | 1 | -24/+10 |
* | One of the intentions behind r267254 was that the global variable "sgrowsiz" | alc | 2014-06-15 | 1 | -1/+1 |