| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Align and pad the page queue and free page queue locks so that the linker | alc | 2009-10-04 | 2 | -4/+14 |
* | Back out the functional parts from r197537. After r197711, affecting all | bz | 2009-10-02 | 1 | -15/+0 |
* | Move the annotation for vm_map_startup() immediately before the function. | kib | 2009-10-01 | 1 | -16/+16 |
* | Do not allow mmap with the MAP_FIXED argument to map at address zero. | simon | 2009-09-27 | 1 | -1/+18 |
* | Old (a.out) rtld attempts to mmap zero-length region, e.g. when bss | kib | 2009-09-20 | 1 | -1/+3 |
* | Reintroduce the r196640, after fixing the problem with my testing. | kib | 2009-09-01 | 2 | -45/+95 |
* | Reverse r196640 and r196644 for now. | kib | 2009-08-29 | 2 | -95/+45 |
* | Remove the altkstacks, instead instantiate threads with kernel stack | kib | 2009-08-29 | 2 | -45/+95 |
* | Mark the fake pages constructed by the OBJT_SG pager valid. This was | jhb | 2009-08-29 | 1 | -0/+1 |
* | Extend the device pager to support different memory attributes on different | jhb | 2009-08-28 | 2 | -11/+21 |
* | Remove debugging that crept in with previous commit. | jhb | 2009-07-24 | 1 | -5/+1 |
* | Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to | jhb | 2009-07-24 | 11 | -11/+293 |
* | Change the handling of fictitious pages by pmap_page_set_memattr() on | alc | 2009-07-19 | 1 | -12/+4 |
* | An addendum to r195649, "Add support to the virtual memory system for | alc | 2009-07-18 | 1 | -1/+3 |
* | - Change mmap() to fail requests with EINVAL that pass a length of 0. This | jhb | 2009-07-14 | 1 | -1/+1 |
* | Add support to the virtual memory system for configuring machine- | alc | 2009-07-12 | 10 | -43/+125 |
* | When VM_MAP_WIRE_HOLESOK is not specified and vm_map_wire(9) encounters | kib | 2009-07-12 | 1 | -1/+1 |
* | When forking a vm space that has wired map entries, do not forget to | kib | 2009-07-03 | 3 | -12/+16 |
* | Eliminiate code duplication by calling vm_object_destroy() | kib | 2009-06-28 | 1 | -18/+4 |
* | This change is the next step in implementing the cache control functionality | alc | 2009-06-26 | 5 | -6/+16 |
* | Change the type of uio_resid member of struct uio from int to ssize_t. | kib | 2009-06-25 | 1 | -1/+1 |
* | Initialize the uip to silence gcc warning that seems to sneak in in some | kib | 2009-06-24 | 1 | -0/+1 |
* | The bits set in a page's dirty mask are a subset of the bits set in its | alc | 2009-06-24 | 2 | -10/+8 |
* | Implement global and per-uid accounting of the anonymous memory. Add | kib | 2009-06-23 | 16 | -61/+575 |
* | Validate the page in one place, dev_pager_getpages(), rather than doing it | alc | 2009-06-22 | 1 | -7/+6 |
* | Implement a mechanism within vm_phys_alloc_contig() to defer all necessary | alc | 2009-06-21 | 1 | -9/+20 |
* | Strive for greater consistency among the places that implement real, | alc | 2009-06-21 | 3 | -13/+18 |
* | Track the kernel mapping of a physical page by a new entry in vm_page | thompsa | 2009-06-18 | 1 | -2/+1 |
* | Add support for UMA_SLAB_KERNEL to page_free(). (While I'm here remove an | alc | 2009-06-18 | 1 | -2/+4 |
* | Eliminate unnecessary forward declarations. | alc | 2009-06-17 | 1 | -3/+0 |
* | Refactor contigmalloc() into two functions: a simple front-end that deals | alc | 2009-06-17 | 2 | -8/+22 |
* | Pass the size of the mapping to contigmapping() as a "vm_size_t" rather | alc | 2009-06-17 | 1 | -16/+13 |
* | Make the maintenance of a page's valid bits by contigmalloc() more like | alc | 2009-06-17 | 2 | -3/+6 |
* | Long, long ago in r27464 special case code for mapping device-backed | alc | 2009-06-14 | 2 | -0/+50 |
* | Eliminate an unnecessary clearing of a page's dirty bits in | alc | 2009-06-13 | 1 | -1/+2 |
* | Eliminate an unnecessary restriction on the vm object type from | alc | 2009-06-09 | 1 | -4/+2 |
* | Eliminate unnecessary obfuscation when testing a page's valid bits. | alc | 2009-06-07 | 3 | -6/+5 |
* | Eliminate an unneeded forward declaration. (This should have been removed | alc | 2009-06-06 | 1 | -2/+0 |
* | If vm_pager_get_pages() returns VM_PAGER_OK, then there is no need to check | alc | 2009-06-06 | 1 | -1/+1 |
* | vm_thread_swapin() needn't validate any pages. The pages are already | alc | 2009-06-05 | 1 | -1/+0 |
* | Simplify contigfree(). | alc | 2009-06-05 | 1 | -3/+1 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 2 | -2/+0 |
* | Correct a boundary case error in the management of a page's dirty bits by | alc | 2009-06-02 | 1 | -10/+16 |
* | Add an extension to the character device interface that allows character | jhb | 2009-06-01 | 1 | -58/+47 |
* | Eliminate a stale comment and the two remaining uses of the "register" | alc | 2009-05-30 | 1 | -6/+2 |
* | Add assertions in two places where a page's valid or dirty bits are changed. | alc | 2009-05-30 | 1 | -0/+10 |
* | Change vm_object_page_remove() such that it clears the page's dirty bits | alc | 2009-05-28 | 1 | -1/+3 |
* | Revise vm_pageout_scan()'s handling of partially dirty pages. Specifically, | alc | 2009-05-28 | 1 | -8/+9 |
* | - back out direct map hack | kmacy | 2009-05-19 | 1 | -6/+1 |
* | Eliminate a pointless call to pmap_clear_reference() from vm_pageout_scan(). | alc | 2009-05-17 | 1 | -1/+2 |