| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r310182: | kib | 2016-12-23 | 1 | -9/+9 |
* | MFC r305056, r305367: | markj | 2016-10-02 | 1 | -79/+104 |
* | MFC r305129: | kib | 2016-09-14 | 1 | -9/+22 |
* | MFC r303448: | kib | 2016-08-10 | 1 | -40/+30 |
* | MFC r303446: | kib | 2016-08-04 | 1 | -4/+4 |
* | Fix inconsistent locking of the swap pager named objects list. | kib | 2016-06-13 | 1 | -63/+56 |
* | Explicitely initialize sw_alloc_sx. Currently it is not initialized | kib | 2016-06-13 | 1 | -0/+1 |
* | Remove Giant around allocation of the swap pager with non-NULL handle. | kib | 2016-05-24 | 1 | -3/+0 |
* | Mark swap-related proc sysctls as not requiring Giant. | kib | 2016-05-22 | 1 | -3/+5 |
* | Replace hand-made exclusive lock, protecting against parallel | kib | 2016-05-22 | 1 | -24/+10 |
* | sys/vm: minor spelling fixes in comments. | pfg | 2016-05-02 | 1 | -2/+2 |
* | A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES(). | glebius | 2015-12-16 | 1 | -128/+38 |
* | Mark swap_pager_putpages static at its definition. It was already | imp | 2015-10-05 | 1 | -3/+1 |
* | The swap pager is compatible with direct dispatch. It does its own | imp | 2015-09-08 | 1 | -11/+42 |
* | Eliminate pointless assignments to rtvals[] in swap_pager_putpages(). | alc | 2015-08-21 | 1 | -12/+12 |
* | Refactor unmapped buffer address handling. | jeff | 2015-07-23 | 1 | -9/+4 |
* | o Un-inline vm_pager_get_pages(), vm_pager_get_pages_async(). | glebius | 2015-06-17 | 1 | -4/+0 |
* | Implement lockless resource limits. | mjg | 2015-06-10 | 1 | -3/+1 |
* | Place VM objects on the object list when created and never remove them. | jhb | 2015-05-08 | 1 | -0/+2 |
* | Instead of reading, validating and adjusting value of the vm.swap_async_max | glebius | 2015-05-02 | 1 | -38/+41 |
* | Add kern.racct.enable tunable and RACCT_DISABLED config option. | trasz | 2015-04-29 | 1 | -5/+7 |
* | Remove sleeps from geom_up thread on device destruction. | mav | 2015-04-09 | 1 | -7/+5 |
* | Make swapper release orphaned (lost) GEOM provider. | mav | 2015-03-26 | 1 | -14/+50 |
* | \n at end of panicstr is redundant. | glebius | 2014-11-23 | 1 | -1/+1 |
* | Merge from projects/sendfile: | glebius | 2014-11-23 | 1 | -0/+36 |
* | Fix mis-spelling of bits and types names in the | kib | 2014-11-04 | 1 | -3/+6 |
* | Add sysctl OIDs showing the actual size and capacity of the swap zone. | des | 2014-04-26 | 1 | -3/+11 |
* | Rename global cnt to vm_cnt to avoid shadowing. | bdrewery | 2014-03-22 | 1 | -3/+3 |
* | vm_page_grab() and vm_pager_get_pages() can drop the vm_object lock, | attilio | 2014-03-19 | 1 | -2/+2 |
* | Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9). | kib | 2013-08-22 | 1 | -1/+1 |
* | The soft and hard busy mechanism rely on the vm object lock to work. | attilio | 2013-08-09 | 1 | -18/+22 |
* | When swap pager allocates metadata in the pagedaemon context, allow it | kib | 2013-07-11 | 1 | -1/+2 |
* | Fix typo in comment. | kib | 2013-07-09 | 1 | -1/+1 |
* | Complete r251452: | attilio | 2013-06-06 | 1 | -2/+3 |
* | o Change the locking scheme for swp_bcount. | attilio | 2013-05-28 | 1 | -5/+7 |
* | Do not map the swap i/o pbufs if the geom provider for the swap | kib | 2013-03-19 | 1 | -13/+33 |
* | MFC | attilio | 2013-02-26 | 1 | -2/+1 |
* | As VM_OBJECT_SLEEP() is a vm_object_t specific function, make | attilio | 2013-02-26 | 1 | -1/+1 |
* | Hide the details for the assertion for VM_OBJECT_LOCK operations. | attilio | 2013-02-21 | 1 | -11/+11 |
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 1 | -25/+25 |
* | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -12/+13 |
* | - Don't pass geom and provider names as format strings. | jh | 2012-11-20 | 1 | -1/+1 |
* | Whitespace cleanup. | des | 2012-09-05 | 1 | -76/+76 |
* | No memory barrier is required. This was pointed out by kib@ a while ago, | des | 2012-09-04 | 1 | -2/+2 |
* | Revert previous commit, which was performed in the wrong tree. | des | 2012-09-04 | 1 | -89/+82 |
* | No memory barrier is required. This was pointed out by kib@ a while ago, | des | 2012-09-04 | 1 | -82/+89 |
* | Typo in previous change: print half the theoretical maximum as maximum | pluknet | 2012-08-27 | 1 | -1/+1 |
* | - When running out of swzone, instead of spewing an error message every | des | 2012-08-16 | 1 | -1/+33 |
* | The page flag PGA_WRITEABLE is set and cleared exclusively by the pmap | alc | 2012-06-16 | 1 | -1/+1 |
* | Revert r236380 | eadler | 2012-06-01 | 1 | -15/+0 |