| Commit message (Expand) | Author | Age | Files | Lines |
* | Collapse three contiguous comment blocks into one. Remove historical | Gleb Smirnoff | 2014-11-18 | 1 | -8/+3 |
* | Enable the use of VM_PHYSSEG_SPARSE on amd64 and i386, making it the default | Alan Cox | 2014-11-15 | 3 | -49/+82 |
* | Even better indent struct pagerops. | Gleb Smirnoff | 2014-11-14 | 1 | -6/+6 |
* | Constantly indent struct pagerops. | Gleb Smirnoff | 2014-11-14 | 1 | -7/+7 |
* | Fix mis-spelling of bits and types names in the | Konstantin Belousov | 2014-11-04 | 2 | -10/+10 |
* | Eliminate a stale, i386-specific comment. | Alan Cox | 2014-11-04 | 1 | -2/+0 |
* | This is the much-discussed major upgrade to the random(4) device, known to yo... | Mark Murray | 2014-10-30 | 1 | -0/+35 |
* | Fix multiple incorrect SYSCTL arguments in the kernel: | Hans Petter Selasky | 2014-10-21 | 2 | -4/+4 |
* | Retire the unimplemented MAP_RENAME and MAP_NORESERVE flags to mmap(2). | John Baldwin | 2014-10-18 | 1 | -3/+9 |
* | Follow up to r225617. In order to maximize the re-usability of kernel code | Davide Italiano | 2014-10-16 | 1 | -1/+1 |
* | Make MAP_NOSYNC handling in the vm_fault() read-locked object path | Konstantin Belousov | 2014-10-10 | 1 | -41/+67 |
* | Change the UMA mutex into a rwlock | Bryan Venteicher | 2014-10-05 | 1 | -20/+20 |
* | Remove stray uma_mtx lock/unlock in zone_drain_wait() | Bryan Venteicher | 2014-10-05 | 1 | -2/+0 |
* | Add kernel option KSTACK_USAGE_PROF to sample the stack depth on | Konstantin Belousov | 2014-10-04 | 1 | -0/+49 |
* | Refactor ZFS ARC reclaim checks and limits | Steven Hartland | 2014-10-03 | 1 | -0/+8 |
* | Fix ticks wrap issue of lowmem test in vm_pageout_scan | Steven Hartland | 2014-09-24 | 1 | -1/+1 |
* | vm_map_pmap_enter() and pmap_enter_object() are currently not aware of | Konstantin Belousov | 2014-09-23 | 1 | -1/+8 |
* | The vm_mmap_cdev() explicitely converts absence of both MAP_SHARED and | Konstantin Belousov | 2014-09-17 | 1 | -2/+6 |
* | Permit MAP_RENAME and MAP_NORESERVE for now. These flags should be removed, ... | John Baldwin | 2014-09-16 | 1 | -4/+3 |
* | Add stricter checking of some mmap() arguments: | John Baldwin | 2014-09-15 | 1 | -3/+20 |
* | Three improvements to vnode_pager_generic_getpages(): | Alan Cox | 2014-09-15 | 1 | -11/+13 |
* | Remove redundant declaration. vnode.h should be included before vnode_pager.h. | Gleb Smirnoff | 2014-09-15 | 1 | -1/+0 |
* | Provide the unique implementation for the VOP_GETPAGES() method used | Konstantin Belousov | 2014-09-15 | 2 | -0/+35 |
* | Avoid an exclusive acquisition of the object lock on the expected execution | Alan Cox | 2014-09-14 | 3 | -16/+31 |
* | Fix mis-spelling of bits and types names in the vnode_pager_putpages(). | Konstantin Belousov | 2014-09-14 | 1 | -5/+5 |
* | Update a stale comment. | Alan Cox | 2014-09-11 | 1 | -1/+1 |
* | Remove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES(). | Gleb Smirnoff | 2014-09-10 | 1 | -2/+2 |
* | Fix a boundary case error in vm_reserv_alloc_contig(): If a reservation | Alan Cox | 2014-09-10 | 1 | -9/+23 |
* | Oops. vm_map_simplify_entry() is used by mac_proc_vm_revoke_recurse(), so | Alan Cox | 2014-09-08 | 2 | -2/+2 |
* | Make two functions static and eliminate an unused #define. | Alan Cox | 2014-09-08 | 2 | -7/+6 |
* | Fix a typo. | John Baldwin | 2014-08-29 | 1 | -1/+1 |
* | Refactor ZFS ARC reclaim logic to be more VM cooperative | Steven Hartland | 2014-08-28 | 1 | -7/+18 |
* | Back in the days when the kernel was single threaded, testing | Alan Cox | 2014-08-26 | 1 | -14/+17 |
* | Relax one of the conditions for mapping a page on the fast path. | Alan Cox | 2014-08-23 | 1 | -2/+3 |
* | Implement 'fast path' for the vm page fault handler. Or, it could be | Konstantin Belousov | 2014-08-15 | 1 | -4/+50 |
* | Avoid pointless (but harmless) actions on unmanaged pages. | Alan Cox | 2014-08-14 | 1 | -2/+3 |
* | If vm_page_grab() allocates a new page, the page is not inserted into | Konstantin Belousov | 2014-08-13 | 1 | -0/+1 |
* | Adapt vm_page_aflag_set(PGA_WRITEABLE) to the locking of | Konstantin Belousov | 2014-08-09 | 2 | -11/+27 |
* | Change pmap_enter(9) interface to take flags parameter and superpage | Konstantin Belousov | 2014-08-08 | 3 | -9/+19 |
* | The vm_pager_page_unswapped() pager op is only implemented for the | Konstantin Belousov | 2014-08-06 | 1 | -1/+1 |
* | Add wrappers to assert that vm object is unlocked and for try upgrade. | Konstantin Belousov | 2014-08-06 | 1 | -0/+4 |
* | vm_phys: improve robustness of fictitious ranges | Roger Pau Monné | 2014-08-05 | 1 | -17/+103 |
* | Retire pmap_change_wiring(). We have never used it to wire virtual pages. | Alan Cox | 2014-08-03 | 1 | -1/+0 |
* | Rewrite a loop in vm_map_wire() so that gcc doesn't think that the variable | Alan Cox | 2014-08-02 | 1 | -3/+3 |
* | Handle wiring failures in vm_map_wire() with the new functions | Alan Cox | 2014-08-02 | 3 | -83/+67 |
* | When unwiring a region of an address space, do not assume that the | Alan Cox | 2014-07-26 | 5 | -27/+93 |
* | Correct assertion. The shadowing object cannot be tmpfs vm object, | Konstantin Belousov | 2014-07-24 | 1 | -2/+4 |
* | The OBJ_TMPFS flag of vm_object means that there is unreclaimed tmpfs | Konstantin Belousov | 2014-07-14 | 2 | -4/+5 |
* | vm_phys: remove limitation on number of fictitious regions | Roger Pau Monné | 2014-07-09 | 1 | -58/+101 |
* | Remove ia64. | Marcel Moolenaar | 2014-07-07 | 3 | -11/+2 |