| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate acquisitions of the page queues lock that are no longer needed. | alc | 2010-05-07 | 1 | -9/+2 |
* | Eliminate page queues locking around most calls to vm_page_free(). | alc | 2010-05-06 | 1 | -2/+0 |
* | Acquire the page lock around all remaining calls to vm_page_free() on | alc | 2010-05-05 | 1 | -4/+0 |
* | Correct an error in r207410: Remove an unlock of a lock that is no longer | alc | 2010-05-02 | 1 | -1/+0 |
* | push up dropping of the page queue lock to avoid holding it in vm_pageout_flush | kmacy | 2010-04-30 | 1 | -29/+17 |
* | don't call vm_pageout_flush with the page queue mutex held | kmacy | 2010-04-30 | 1 | -0/+2 |
* | On Alan's advice, rather than do a wholesale conversion on a single | kmacy | 2010-04-30 | 1 | -12/+77 |
* | Change vm_object_madvise() so that it checks whether the page is invalid | alc | 2010-04-28 | 1 | -10/+6 |
* | There is no justification for vm_object_split() setting PG_REFERENCED on a | alc | 2010-04-18 | 1 | -1/+0 |
* | In vm_object_madvise() setting PG_REFERENCED on a page before sleeping on | alc | 2010-04-17 | 1 | -2/+9 |
* | In vm_object_backing_scan(), setting PG_REFERENCED on a page before | alc | 2010-04-17 | 1 | -3/+0 |
* | VI_OBJDIRTY vnode flag mirrors the state of OBJ_MIGHTBEDIRTY vm object | kib | 2009-12-21 | 1 | -21/+5 |
* | Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to | jhb | 2009-07-24 | 1 | -0/+1 |
* | Add support to the virtual memory system for configuring machine- | alc | 2009-07-12 | 1 | -0/+31 |
* | Eliminiate code duplication by calling vm_object_destroy() | kib | 2009-06-28 | 1 | -18/+4 |
* | The bits set in a page's dirty mask are a subset of the bits set in its | alc | 2009-06-24 | 1 | -6/+6 |
* | Implement global and per-uid accounting of the anonymous memory. Add | kib | 2009-06-23 | 1 | -3/+70 |
* | Long, long ago in r27464 special case code for mapping device-backed | alc | 2009-06-14 | 1 | -0/+49 |
* | Change vm_object_page_remove() such that it clears the page's dirty bits | alc | 2009-05-28 | 1 | -1/+3 |
* | Do not call vm_page_lookup() from the ddb routine, namely from "show | kib | 2009-04-23 | 1 | -19/+13 |
* | Reduce the scope of the page queues lock in vm_object_page_remove(). | alc | 2009-02-21 | 1 | -1/+1 |
* | Eliminate OBJ_NEEDGIANT. After r188331, OBJ_NEEDGIANT's only use is by a | alc | 2009-02-08 | 1 | -4/+1 |
* | Fix printing of KASSERT message missed in r163604. | rnoland | 2008-12-21 | 1 | -1/+1 |
* | Remove the struct thread unuseful argument from bufobj interface. | attilio | 2008-10-10 | 1 | -1/+1 |
* | Fill in a few sysctl descriptions. | trhodes | 2008-08-03 | 1 | -2/+2 |
* | One more whitespace nit. | jhb | 2008-07-30 | 1 | -2/+0 |
* | A few more whitespace fixes. | jhb | 2008-07-30 | 1 | -1/+0 |
* | Allow VM object creation in ufs_lookup. (If vfs.vmiodirenable is set) | ups | 2008-05-20 | 1 | -11/+25 |
* | - Use vm_object_reference_locked() directly from | jeff | 2008-03-29 | 1 | -15/+2 |
* | Correct a long-standing error in vm_object_page_remove(). Specifically, | alc | 2008-02-26 | 1 | -6/+25 |
* | Correct a long-standing error in vm_object_deallocate(). Specifically, | alc | 2008-02-24 | 1 | -1/+4 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -1/+1 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -1/+1 |
* | Add the superpage reservation system. This is "part 2 of 2" of the | alc | 2007-12-29 | 1 | -0/+45 |
* | Prevent the leakage of wired pages in the following circumstances: | alc | 2007-11-17 | 1 | -1/+13 |
* | The previous revision, updating vm_object_page_remove() for the new page | alc | 2007-10-18 | 1 | -1/+2 |
* | Correct an error of omission in the reimplementation of the page | alc | 2007-09-27 | 1 | -2/+4 |
* | Correct an error in the previous revision, specifically, | alc | 2007-09-25 | 1 | -1/+2 |
* | Change the management of cached pages (PQ_CACHE) in two fundamental | alc | 2007-09-25 | 1 | -14/+30 |
* | Enable the new physical memory allocator. | alc | 2007-06-16 | 1 | -33/+3 |
* | Optimize vmmeter locking. | attilio | 2007-06-10 | 1 | -1/+1 |
* | Do proper "locking" for missing vmmeters part. | attilio | 2007-06-04 | 1 | -1/+1 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 1 | -1/+1 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 1 | -1/+1 |
* | Prevent a race between vm_object_collapse() and vm_object_split() from | alc | 2007-03-27 | 1 | -0/+8 |
* | Change the order of lock reacquisition in vm_object_split() in order to | alc | 2007-03-22 | 1 | -2/+5 |
* | Use pause() in vm_object_deallocate() to yield the CPU to the lock holder | jhb | 2007-02-27 | 1 | -1/+1 |
* | Change the way that unmanaged pages are created. Specifically, | alc | 2007-02-25 | 1 | -3/+4 |
* | Change the page's CLEANCHK flag from being a page queue mutex synchronized | alc | 2007-02-22 | 1 | -15/+15 |
* | Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form. | delphij | 2007-01-17 | 1 | -1/+1 |