| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add sysctl to query amount of swap space free | eadler | 2012-06-01 | 1 | -0/+15 |
* | Remove direct access to si_name. | ed | 2012-02-10 | 1 | -3/+3 |
* | Fix NULL dereference panic on attempt to turn off (on system shutdown) | mav | 2012-02-01 | 1 | -1/+1 |
* | Fix printf. | kib | 2011-12-12 | 1 | -1/+1 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -2/+2 |
* | Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomic | kib | 2011-09-06 | 1 | -1/+1 |
* | Update some comments in swap_pager.c. | kib | 2011-08-22 | 1 | -30/+17 |
* | Apply the limit to avoid the overflows in the radix tree subr_blist.c | kib | 2011-08-22 | 1 | -10/+12 |
* | Implement the linprocfs swaps file, providing information about the | kib | 2011-08-01 | 1 | -20/+38 |
* | All the racct_*() calls need to happen with the proc locked. Fixing this | trasz | 2011-07-06 | 1 | -0/+6 |
* | Reap old SPL comments. | obrien | 2011-04-26 | 1 | -35/+2 |
* | Add accounting for most of the memory-related resources. | trasz | 2011-04-05 | 1 | -0/+19 |
* | Change the return type of vmspace_swap_count to a long to match the other | brucec | 2011-03-01 | 1 | -2/+2 |
* | Calculate and return the count in vmspace_swap_count as a vm_offset_t | brucec | 2011-02-23 | 1 | -7/+8 |
* | Move the definition of M_VMPGDATA to the swap pager, where the only | alc | 2011-01-18 | 1 | -0/+1 |
* | There can be more than 0x20000000 swap meta blocks allocated if a swap-backed | brucec | 2011-01-01 | 1 | -4/+0 |
* | Replace pointer to "struct uidinfo" with pointer to "struct ucred" | trasz | 2010-12-02 | 1 | -16/+18 |
* | PG_BUSY -> VPO_BUSY, PG_WANTED -> VPO_WANTED in manual pages and comments | avg | 2010-10-20 | 1 | -2/+2 |
* | Call vm_page_deactivate() rather than vm_page_dontneed() in | alc | 2010-05-09 | 1 | -4/+2 |
* | Remove the page queues lock around a call to vm_page_activate(). Make the | alc | 2010-05-09 | 1 | -3/+1 |
* | Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), and | alc | 2010-05-08 | 1 | -16/+13 |
* | Eliminate unnecessary page queues locking. | alc | 2010-05-07 | 1 | -4/+0 |
* | On Alan's advice, rather than do a wholesale conversion on a single | kmacy | 2010-04-30 | 1 | -6/+22 |
* | In swap pager, do not free the non-requested pages from the run if they are | kib | 2010-04-29 | 1 | -3/+11 |
* | Setting PG_REFERENCED on the requested page in swap_pager_getpages() is | alc | 2010-04-17 | 1 | -5/+1 |
* | Add sysctl documentation strings. The descriptions are derived | ivoras | 2009-11-02 | 1 | -3/+7 |
* | Remove spurious call to priv_check(PRIV_VM_SWAP_NOQUOTA). | kib | 2009-10-18 | 1 | -6/+4 |
* | Initialize the uip to silence gcc warning that seems to sneak in in some | kib | 2009-06-24 | 1 | -0/+1 |
* | Implement global and per-uid accounting of the anonymous memory. Add | kib | 2009-06-23 | 1 | -7/+152 |