| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix sendmail improper close-on-exec flag handling. [SA-14:11] | Xin LI | 2014-06-03 | 1 | -1/+3 |
* | MFC r259951: | Konstantin Belousov | 2013-12-31 | 1 | -1/+1 |
* | MFC r258737 | Craig Rodrigues | 2013-12-04 | 1 | -1/+2 |
* | MFC r257680: | Konstantin Belousov | 2013-11-12 | 1 | -2/+3 |
* | Tidy up the output of "sysctl vm.phys_free". | Alan Cox | 2013-10-10 | 1 | -5/+3 |
* | Both the vm_map and vmspace zones are defined as "no free". So, there is no | Alan Cox | 2013-09-22 | 1 | -23/+2 |
* | Merge the following changes from projects/bhyve_npt_pmap: | Neel Natu | 2013-09-20 | 2 | -6/+15 |
* | The pmap function pmap_clear_reference() is no longer used. Remove it. | Alan Cox | 2013-09-20 | 1 | -1/+0 |
* | Extend the support for exempting processes from being killed when swap is | John Baldwin | 2013-09-19 | 1 | -10/+7 |
* | PG_SLAB no longer serves a useful purpose, since m->object is no | Konstantin Belousov | 2013-09-17 | 4 | -15/+4 |
* | Remove zero-copy sockets code. It only worked for anonymous memory, | Konstantin Belousov | 2013-09-16 | 3 | -133/+8 |
* | If the last page of the file is partially full and whole valid | Konstantin Belousov | 2013-09-14 | 1 | -3/+10 |
* | Fix an off-by-one error when populating mincore(2) entries for | John Baldwin | 2013-09-12 | 1 | -2/+2 |
* | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use | John Baldwin | 2013-09-09 | 5 | -12/+32 |
* | Drain for the xbusy state for two places which potentially do | Konstantin Belousov | 2013-09-08 | 1 | -0/+6 |
* | The vm_page_trysbusy() should not fail when shared busy counter or | Konstantin Belousov | 2013-09-05 | 1 | -3/+7 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | Pawel Jakub Dawidek | 2013-09-05 | 1 | -6/+6 |
* | Fix bug introduced in rewrite of keg_free_slab in -r251894. | Kirk McKusick | 2013-08-31 | 1 | -1/+1 |
* | Significantly reduce the cost, i.e., run time, of calls to madvise(..., | Alan Cox | 2013-08-29 | 3 | -11/+21 |
* | Remove comment that is no longer relevant since r254182. | Gleb Smirnoff | 2013-08-26 | 1 | -4/+0 |
* | Addendum to r254141: The call to vm_radix_insert() in vm_page_cache() can | Alan Cox | 2013-08-23 | 3 | -0/+25 |
* | Revert r254501. Instead, reuse the type stability of the struct pmap | Konstantin Belousov | 2013-08-22 | 1 | -0/+1 |
* | Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9). | Konstantin Belousov | 2013-08-22 | 5 | -14/+6 |
* | - Eliminate the vm object lock from the active queue scan. It is not | Jeff Roberson | 2013-08-21 | 1 | -24/+9 |
* | Addendum to r254141: Allow recursion on the free pages queues lock in | Alan Cox | 2013-08-21 | 1 | -1/+1 |
* | - Increase the active lru refresh interval to 10 minutes. This has been | Jeff Roberson | 2013-08-19 | 1 | -4/+12 |
* | - Use an arbitrary but reasonably large import size for kva on architectures | Jeff Roberson | 2013-08-19 | 1 | -1/+2 |
* | Remove the arbitrary binding of the pagedaemon threads to the domains, | Konstantin Belousov | 2013-08-17 | 1 | -23/+4 |
* | Add new mmap(2) flags to permit applications to request specific virtual | John Baldwin | 2013-08-16 | 5 | -17/+44 |
* | - Fix bug in r254304. Use the ACTIVE pq count for the active list | Jeff Roberson | 2013-08-15 | 1 | -2/+2 |
* | On the recovery path for vm_page_alloc(), if a page had been requested | Attilio Rao | 2013-08-15 | 1 | -0/+9 |
* | - Add a statically allocated memguard arena since it is needed very early | Jeff Roberson | 2013-08-13 | 2 | -8/+10 |
* | Improve pageout flow control to wakeup more frequently and do less work while | Jeff Roberson | 2013-08-13 | 3 | -206/+63 |
* | Correct the recovery logic in vm_page_alloc_contig: | Attilio Rao | 2013-08-11 | 1 | -4/+2 |
* | Different consumers of the struct vm_page abuse pageq member to keep | Konstantin Belousov | 2013-08-10 | 9 | -80/+73 |
* | Remove unused definition for CTL_VM_NAMES. | Andrey Zonov | 2013-08-09 | 1 | -15/+0 |
* | Revert the addition of VPO_BUSY and instead update vm_page_replace() to | John Baldwin | 2013-08-09 | 2 | -7/+6 |
* | Add missing 'VPO_BUSY' from r254141 to fix kernel build break. | David E. O'Brien | 2013-08-09 | 1 | -0/+1 |
* | On all the architectures, avoid to preallocate the physical memory | Attilio Rao | 2013-08-09 | 10 | -116/+408 |
* | The soft and hard busy mechanism rely on the vm object lock to work. | Attilio Rao | 2013-08-09 | 10 | -233/+421 |
* | Split the pagequeues per NUMA domains, and split pageademon process | Konstantin Belousov | 2013-08-07 | 6 | -177/+414 |
* | Replace kernel virtual address space allocation with vmem. This provides | Jeff Roberson | 2013-08-07 | 12 | -367/+278 |
* | Fill in the description fields for M_FICT_PAGES. | Mark Johnston | 2013-08-07 | 1 | -1/+1 |
* | Revert r253939: | Attilio Rao | 2013-08-05 | 4 | -18/+16 |
* | The page hold mechanism is fast but it has couple of fallouts: | Attilio Rao | 2013-08-04 | 4 | -16/+18 |
* | Unbreak sysctl ABI changes introduced in r253662 | Andrey Zonov | 2013-07-29 | 1 | -2/+4 |
* | Improve page LRU quality and simplify the logic. | Jeff Roberson | 2013-07-26 | 1 | -71/+57 |
* | Remove define and documentation for vm_pageout_algorithm missed in r253587 | Andrey Zonov | 2013-07-26 | 1 | -4/+2 |
* | Clear entire map structure including locks so that the | Tim Kientzle | 2013-07-25 | 1 | -2/+1 |
* | rename scheduler->swapper and SI_SUB_RUN_SCHEDULER->SI_SUB_LAST | Andriy Gapon | 2013-07-24 | 2 | -18/+4 |