| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for VM_ALLOC_WIRED and VM_ALLOC_ZERO to vm_page_alloc_freelist() | alc | 2011-11-02 | 1 | -9/+42 |
* | Eliminate vm_phys_bootstrap_alloc(). It was a failed attempt at | alc | 2011-10-30 | 6 | -57/+76 |
* | Use "u_long" instead of "unsigned long". | alc | 2011-10-28 | 2 | -5/+4 |
* | Tidy up the comment at the head of vm_page_alloc, and mention that the | alc | 2011-10-27 | 1 | -6/+8 |
* | Eliminate vestiges of page coloring in VM_ALLOC_NOOBJ calls to | alc | 2011-10-27 | 1 | -1/+1 |
* | contigmalloc(9) and contigfree(9) are now implemented in terms of other | alc | 2011-10-27 | 1 | -28/+0 |
* | Speed up vm_page_cache() and vm_page_remove() by checking for a few | alc | 2011-10-25 | 1 | -18/+72 |
* | VN_NRESERVLEVEL is used in this file but opt_vm is not included | attilio | 2011-10-22 | 1 | -0/+1 |
* | Control the execution permission of the readable segments for | kib | 2011-10-15 | 1 | -1/+1 |
* | Fix a typo in a comment. | jhb | 2011-10-14 | 1 | -1/+1 |
* | In sys_obreak() and when compiling for amd64 or ia64, when the process | marcel | 2011-10-13 | 1 | -2/+12 |
* | Make memguard(9) capable to guard uma(9) allocations. | glebius | 2011-10-12 | 4 | -14/+84 |
* | Style nit. | kib | 2011-09-29 | 1 | -1/+0 |
* | Fix grammar. | kib | 2011-09-28 | 2 | -5/+5 |
* | Use the trick of performing the atomic operation on the contained aligned | kib | 2011-09-28 | 3 | -49/+50 |
* | Use the explicitly-sized types for the dirty and valid masks. | kib | 2011-09-28 | 1 | -8/+8 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 3 | -19/+19 |
* | Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomic | kib | 2011-09-06 | 8 | -89/+106 |
* | 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 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | rwatson | 2011-08-11 | 1 | -4/+22 |
* | - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flag | kib | 2011-08-09 | 4 | -33/+37 |
* | Fix an error in kmem_alloc_attr(). Unless "tries" is updated, | alc | 2011-08-07 | 1 | -0/+1 |
* | Implement the linprocfs swaps file, providing information about the | kib | 2011-08-01 | 2 | -21/+40 |
* | Fix a race in the device pager allocation. If another thread won and | kib | 2011-07-30 | 1 | -2/+9 |
* | Extract the code to translate VM error into errno, into an exported | kib | 2011-07-10 | 2 | -0/+8 |
* | Style. | kib | 2011-07-10 | 1 | -1/+1 |
* | Add a facility to disable processing page faults. When activated, | kib | 2011-07-09 | 2 | -0/+18 |
* | All the racct_*() calls need to happen with the proc locked. Fixing this | trasz | 2011-07-06 | 6 | -0/+42 |
* | Handle a race between device_pager and devsw in a more graceful manner: | attilio | 2011-07-06 | 1 | -2/+4 |
* | Initialize marker pages as held rather than fictitious/wired. Marking the | alc | 2011-07-02 | 1 | -2/+8 |
* | Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing this | alc | 2011-06-29 | 4 | -61/+83 |
* | Revert to using the page queues lock in vm_page_clear_dirty_mask() on | alc | 2011-06-23 | 2 | -4/+2 |
* | Precisely document the synchronization rules for the page's dirty field. | alc | 2011-06-19 | 3 | -10/+68 |
* | Assert that page is VPO_BUSY or page owner object is locked in | kib | 2011-06-11 | 2 | -0/+26 |
* | Fix a bug in r222586. Lock the page owner object around the modification | kib | 2011-06-11 | 1 | -0/+6 |
* | In the VOP_PUTPAGES() implementations, change the default error from | kib | 2011-06-01 | 3 | -1/+36 |
* | Correct an error in r222163. Unless UMA_MD_SMALL_ALLOC is defined, | alc | 2011-05-22 | 1 | -1/+5 |
* | 1. Prior to r214782, UMA did not support multipage allocations before | alc | 2011-05-21 | 2 | -8/+9 |
* | Fix spelling errors. | alc | 2011-05-20 | 1 | -3/+3 |
* | Eliminate a redundant #include. ("vm/vm_param.h" already includes | alc | 2011-05-20 | 1 | -2/+0 |
* | Move the ZERO_REGION_SIZE to a machine-dependent file, as on many | mdf | 2011-05-13 | 1 | -9/+6 |
* | Usa a globally visible region of zeros for both /dev/zero and the md | mdf | 2011-05-13 | 1 | -0/+34 |
* | Another long standing vm bug found at Isilon: | mlaier | 2011-05-09 | 1 | -0/+18 |
* | Reap old SPL comments. | obrien | 2011-04-26 | 1 | -35/+2 |
* | Fix two bugs in r218670. | kib | 2011-04-23 | 1 | -4/+11 |
* | Fix several places to ignore processes that are not yet fully constructed. | jhb | 2011-04-06 | 1 | -1/+2 |
* | In vm_daemon(), do not skip processes stopped with SIGSTOP. | trasz | 2011-04-06 | 1 | -2/+4 |
* | Add RACCT_RSS. | trasz | 2011-04-06 | 1 | -1/+41 |
* | Add accounting for most of the memory-related resources. | trasz | 2011-04-05 | 5 | -7/+160 |