| Commit message (Expand) | Author | Age | Files | Lines |
| * | hwpmc: partially depessimize munmap handling if the module is not loaded | Mateusz Guzik | 2017-01-24 | 1 | -21/+28 |
| * | Avoid unnecessary page lookups in vm_object_madvise(). | Mark Johnston | 2017-01-15 | 2 | -25/+39 |
| * | Fix the contiguity once more. | Gleb Smirnoff | 2017-01-12 | 1 | -1/+1 |
| * | Remove a redundant use of min(). | Mark Johnston | 2017-01-05 | 1 | -2/+1 |
| * | Add a small allocator for exec_map entries. | Mark Johnston | 2017-01-05 | 3 | -8/+19 |
| * | Fix assertion that checks that pages are consecutive to properly | Gleb Smirnoff | 2017-01-04 | 1 | -4/+8 |
| * | Move bogus_page declaration to vm_page.h and initialization to vm_page.c. | Gleb Smirnoff | 2017-01-04 | 3 | -5/+13 |
| * | Add a page queue for holding dirty anonymous unswappable pages. | Mark Johnston | 2017-01-03 | 5 | -20/+111 |
| * | Print flags in hex instead of decimal. | Justin Hibbits | 2017-01-02 | 1 | -1/+1 |
| * | Style fixes for vm_map_insert(). | Konstantin Belousov | 2017-01-01 | 1 | -31/+27 |
| * | Ansify vm/vm_pager.c. Style. | Konstantin Belousov | 2016-12-31 | 1 | -36/+22 |
| * | Use vrefact in vnode_pager_alloc. | Mateusz Guzik | 2016-12-31 | 1 | -1/+1 |
| * | Fix two similar bugs in the populate vm_fault() code. | Konstantin Belousov | 2016-12-30 | 1 | -27/+65 |
| * | Assert that the pages found on the object queue by vm_page_next() and | Konstantin Belousov | 2016-12-30 | 1 | -6/+10 |
| * | Style. | Konstantin Belousov | 2016-12-30 | 1 | -16/+22 |
| * | Remove cpu_spinwait after seq_consistent. | Mateusz Guzik | 2016-12-30 | 1 | -3/+0 |
| * | Relax the object type restrictions on vm_page_alloc_contig(). Specifically, | Alan Cox | 2016-12-28 | 3 | -39/+66 |
| * | Remove redundancy in vmtotal(). | Konstantin Belousov | 2016-12-26 | 1 | -10/+3 |
| * | Fix argument type and microoptimize swp_pager_meta_free(). | Konstantin Belousov | 2016-12-24 | 1 | -28/+28 |
| * | Improve vm_object_scan_all_shadowed() to also check swap backing objects. | Konstantin Belousov | 2016-12-18 | 3 | -20/+63 |
| * | In swp_pager_meta_free_all(), fix type of the index variable. Style. | Konstantin Belousov | 2016-12-16 | 1 | -9/+9 |
| * | Provide introductory description of the default pager. | Konstantin Belousov | 2016-12-14 | 1 | -0/+10 |
| * | Remove locking around accounting initialization of the default object. | Konstantin Belousov | 2016-12-14 | 1 | -2/+0 |
| * | Tidy up. Mostly, remove or replace stale comments. Most of the comments | Alan Cox | 2016-12-14 | 1 | -50/+30 |
| * | Use db_lookup_proc() in the DDB 'show procvm' command. | John Baldwin | 2016-12-13 | 1 | -1/+1 |
| * | Eliminate every mention of PG_CACHED pages from the comments in the machine- | Alan Cox | 2016-12-12 | 6 | -112/+72 |
| * | Allow bogus_page to be passed to pager(s). | Gleb Smirnoff | 2016-12-09 | 1 | -0/+4 |
| * | Conditionalize PG_CACHE sysctls on COMPAT_FREEBSD11. | Mark Johnston | 2016-12-09 | 1 | -1/+3 |
| * | Implement the populate() pager method for phys pager. | Konstantin Belousov | 2016-12-08 | 1 | -11/+84 |
| * | Add a new populate() pager method and extend device pager ops vector | Konstantin Belousov | 2016-12-08 | 4 | -0/+178 |
| * | Move map_generation snapshot value into struct faultstate. | Konstantin Belousov | 2016-12-08 | 1 | -3/+4 |
| * | Style. | Konstantin Belousov | 2016-12-08 | 1 | -10/+4 |
| * | Previously, vm_radix_remove() would panic if the radix trie didn't | Alan Cox | 2016-12-08 | 3 | -14/+15 |
| * | Use the official spelling for NULL arguments to typed sysctl handlers. | Mark Johnston | 2016-12-07 | 1 | -2/+2 |
| * | Provide dummy sysctls for v_cache_count and v_tcached. | Mark Johnston | 2016-12-06 | 1 | -0/+11 |
| * | Eliminate a stale comment; vm_radix_prealloc() was replaced in r254141. | Alan Cox | 2016-12-02 | 1 | -2/+0 |
| * | During vm_page_cache()'s call to vm_radix_insert(), if vm_page_alloc() was | Alan Cox | 2016-12-01 | 3 | -60/+2 |
| * | Recursion on the free page queue mutex occurred when UMA needed to allocate | Alan Cox | 2016-11-27 | 1 | -7/+8 |
| * | Release laundered vnode pages to the head of the inactive queue. | Mark Johnston | 2016-11-23 | 3 | -2/+4 |
| * | Remove PG_CACHED-related fields from struct vmmeter, because they are no | Alan Cox | 2016-11-22 | 4 | -24/+18 |
| * | - If caller specifies readbehind and readahead that together with count | Gleb Smirnoff | 2016-11-17 | 1 | -1/+38 |
| * | Move the fast fault path into the separate function. | Konstantin Belousov | 2016-11-16 | 1 | -30/+50 |
| * | Remove most of the code for implementing PG_CACHED pages. (This change does | Alan Cox | 2016-11-15 | 10 | -447/+31 |
| * | Introduce a new page queue, PQ_LAUNDRY, for storing unreferenced, dirty | Alan Cox | 2016-11-09 | 7 | -318/+664 |
| * | Fix improper use of "its". | Bryan Drewery | 2016-11-08 | 1 | -1/+1 |
| * | Do not sleep in vm_wait() if pagedaemon did not yet started. Panic instead. | Konstantin Belousov | 2016-11-04 | 1 | -0/+2 |
| * | In vm_fault()'s loop over the shadow chain, move a comment describing our | Alan Cox | 2016-11-03 | 1 | -5/+18 |
| * | Move and revise a comment about the relation between the object's paging- | Alan Cox | 2016-11-01 | 1 | -3/+8 |
| * | Add BUF_TRACKING and FULL_BUF_TRACKING buffer debugging | Conrad Meyer | 2016-10-31 | 1 | -0/+2 |
| * | Change remained internal uses of boolean_t to bool in vm/vm_fault.c. | Konstantin Belousov | 2016-10-30 | 1 | -4/+4 |