Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate duplication of the fake page code and zone by the device and sg | alc | 2011-03-11 | 1 | -49/+2 |
* | Explicitly initialize the page's queue field to PQ_NONE instead of relying | alc | 2011-01-17 | 1 | -0/+1 |
* | Eliminate page queues locking around most calls to vm_page_free(). | alc | 2010-05-06 | 1 | -2/+0 |
* | On Alan's advice, rather than do a wholesale conversion on a single | kmacy | 2010-04-30 | 1 | -3/+6 |
* | Mark the fake pages constructed by the OBJT_SG pager valid. This was | jhb | 2009-08-29 | 1 | -0/+1 |
* | 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 | 1 | -0/+263 |