| Commit message (Expand) | Author | Age | Files | Lines |
* | Place VM objects on the object list when created and never remove them. | jhb | 2015-05-08 | 1 | -0/+2 |
* | Eliminate an unused variable. | alc | 2015-04-19 | 1 | -2/+0 |
* | Initialize paddr to handle the case of zero size. | kib | 2014-03-12 | 1 | -0/+1 |
* | Correct assertion to assert that the existing device VM object uses the | jhb | 2014-02-11 | 1 | -2/+4 |
* | Different consumers of the struct vm_page abuse pageq member to keep | kib | 2013-08-10 | 1 | -2/+2 |
* | On all the architectures, avoid to preallocate the physical memory | attilio | 2013-08-09 | 1 | -1/+2 |
* | Hide the details for the assertion for VM_OBJECT_LOCK operations. | attilio | 2013-02-21 | 1 | -4/+4 |
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 1 | -7/+7 |
* | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -4/+5 |
* | Fix a bug in the device pager code that can trigger an assertion | ken | 2013-01-09 | 1 | -1/+2 |
* | Move the declaration of vm_phys_paddr_to_vm_page() from vm/vm_page.h | kib | 2012-11-16 | 1 | -0/+1 |
* | After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason | kib | 2012-08-05 | 1 | -0/+1 |
* | Do not double-reference the found vm object in cdev_pager_lookup(). | kib | 2012-05-18 | 1 | -1/+0 |
* | Add new pager type, OBJT_MGTDEVICE. It provides the device pager | kib | 2012-05-12 | 1 | -8/+46 |
* | Update the device pager interface, while keeping the compatibility | kib | 2011-11-15 | 1 | -75/+160 |
* | Fix a race in the device pager allocation. If another thread won and | kib | 2011-07-30 | 1 | -2/+9 |
* | Handle a race between device_pager and devsw in a more graceful manner: | attilio | 2011-07-06 | 1 | -2/+4 |
* | Eliminate duplication of the fake page code and zone by the device and sg | alc | 2011-03-11 | 1 | -61/+3 |
* | Explicitly initialize the page's queue field to PQ_NONE instead of relying | alc | 2011-01-17 | 1 | -0/+1 |
* | Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that created | kib | 2010-08-06 | 1 | -6/+7 |
* | Eliminate page queues locking around most calls to vm_page_free(). | alc | 2010-05-06 | 1 | -4/+0 |
* | On Alan's advice, rather than do a wholesale conversion on a single | kmacy | 2010-04-30 | 1 | -6/+13 |
* | Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. | rnoland | 2009-12-29 | 1 | -14/+3 |
* | Extend the device pager to support different memory attributes on different | jhb | 2009-08-28 | 1 | -5/+15 |
* | Change the handling of fictitious pages by pmap_page_set_memattr() on | alc | 2009-07-19 | 1 | -12/+4 |
* | Add support to the virtual memory system for configuring machine- | alc | 2009-07-12 | 1 | -26/+43 |
* | Implement global and per-uid accounting of the anonymous memory. Add | kib | 2009-06-23 | 1 | -2/+3 |
* | Validate the page in one place, dev_pager_getpages(), rather than doing it | alc | 2009-06-22 | 1 | -7/+6 |
* | Strive for greater consistency among the places that implement real, | alc | 2009-06-21 | 1 | -0/+1 |
* | Save previous content of the td_fpop before storing the current | kib | 2008-09-26 | 1 | -0/+6 |
* | Preset a device object's alignment ("pg_color") based upon the | alc | 2008-05-17 | 1 | -1/+5 |
* | Remove comment that is no longer quite true. | kib | 2007-08-18 | 1 | -3/+0 |
* | Protect the creation of the device pager with the dev_pager_mtx. Lookup | kib | 2007-08-07 | 1 | -12/+24 |
* | Consider a scenario in which one processor, call it Pt, is performing | alc | 2007-08-05 | 1 | -4/+0 |
* | Do not acquire Giant unconditionally around the calls to the cdevsw | kib | 2007-08-05 | 1 | -5/+0 |
* | Replace PG_BUSY with VPO_BUSY. In other words, changes to the page's | alc | 2006-10-22 | 1 | -2/+2 |
* | Ensure that the page's new field for object-synchronized flags is always | alc | 2006-08-11 | 1 | -0/+1 |
* | Add a comment to the effect that fictitious pages do not require the | alc | 2005-06-10 | 1 | -0/+4 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Use dev_re[fl]thread() to maintain a ref on the device driver while | phk | 2004-09-24 | 1 | -14/+13 |
* | In dev_pager_updatefake, m->valid is typically 0 on entry. It | dfr | 2004-08-04 | 1 | -1/+2 |
* | Fix a memory leak in the device pager which is exposed by the NVIDIA | dfr | 2004-07-30 | 1 | -13/+41 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -2/+2 |
* | Push down Giant into vm_pager_get_pages(). The only get pages methods that | alc | 2004-04-23 | 1 | -0/+3 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-06 | 1 | -4/+0 |
* | Simplify the various pager allocation routines by computing the desired | alc | 2004-01-04 | 1 | -4/+5 |
* | The addition of a locking assertion to vm_page_zero_invalid() has revealed | alc | 2003-10-05 | 1 | -0/+1 |
* | - Use the UMA_ZONE_VM flag on the fakepg and object zones to prevent | jeff | 2003-10-04 | 1 | -1/+2 |
* | Use sparse struct initializations for struct pagerops. | phk | 2003-08-05 | 1 | -7/+6 |
* | Assert that the vm object is locked on entry to dev_pager_getpages(). | alc | 2003-06-24 | 1 | -0/+1 |