| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r215469: | Konstantin Belousov | 2010-11-26 | 1 | -7/+0 |
| * | MFC r215471: | Konstantin Belousov | 2010-11-26 | 1 | -57/+20 |
| * | MFC r209686,r209702: | Konstantin Belousov | 2010-11-19 | 1 | -196/+76 |
| * | MFC r209685: | Konstantin Belousov | 2010-07-11 | 1 | -14/+2 |
| * | MFC r208159 | Alan Cox | 2010-05-23 | 1 | -1/+2 |
| * | MFC r207306 | Alan Cox | 2010-05-20 | 1 | -10/+6 |
| * | MFC elimination of several settings of PG_REFERENCED bit, that either | Konstantin Belousov | 2010-05-13 | 1 | -6/+9 |
| * | MFC r200770: | Konstantin Belousov | 2010-01-11 | 1 | -21/+5 |
| * | Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar to | John Baldwin | 2009-07-24 | 1 | -0/+1 |
| * | Add support to the virtual memory system for configuring machine- | Alan Cox | 2009-07-12 | 1 | -0/+31 |
| * | Eliminiate code duplication by calling vm_object_destroy() | Konstantin Belousov | 2009-06-28 | 1 | -18/+4 |
| * | The bits set in a page's dirty mask are a subset of the bits set in its | Alan Cox | 2009-06-24 | 1 | -6/+6 |
| * | Implement global and per-uid accounting of the anonymous memory. Add | Konstantin Belousov | 2009-06-23 | 1 | -3/+70 |
| * | Long, long ago in r27464 special case code for mapping device-backed | Alan Cox | 2009-06-14 | 1 | -0/+49 |
| * | Change vm_object_page_remove() such that it clears the page's dirty bits | Alan Cox | 2009-05-28 | 1 | -1/+3 |
| * | Do not call vm_page_lookup() from the ddb routine, namely from "show | Konstantin Belousov | 2009-04-23 | 1 | -19/+13 |
| * | Reduce the scope of the page queues lock in vm_object_page_remove(). | Alan Cox | 2009-02-21 | 1 | -1/+1 |
| * | Eliminate OBJ_NEEDGIANT. After r188331, OBJ_NEEDGIANT's only use is by a | Alan Cox | 2009-02-08 | 1 | -4/+1 |
| * | Fix printing of KASSERT message missed in r163604. | Robert Noland | 2008-12-21 | 1 | -1/+1 |
| * | Remove the struct thread unuseful argument from bufobj interface. | Attilio Rao | 2008-10-10 | 1 | -1/+1 |
| * | Fill in a few sysctl descriptions. | Tom Rhodes | 2008-08-03 | 1 | -2/+2 |
| * | One more whitespace nit. | John Baldwin | 2008-07-30 | 1 | -2/+0 |
| * | A few more whitespace fixes. | John Baldwin | 2008-07-30 | 1 | -1/+0 |
| * | Allow VM object creation in ufs_lookup. (If vfs.vmiodirenable is set) | Stephan Uphoff | 2008-05-20 | 1 | -11/+25 |
| * | - Use vm_object_reference_locked() directly from | Jeff Roberson | 2008-03-29 | 1 | -15/+2 |
| * | Correct a long-standing error in vm_object_page_remove(). Specifically, | Alan Cox | 2008-02-26 | 1 | -6/+25 |
| * | Correct a long-standing error in vm_object_deallocate(). Specifically, | Alan Cox | 2008-02-24 | 1 | -1/+4 |
| * | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 1 | -1/+1 |
| * | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 1 | -1/+1 |
| * | Add the superpage reservation system. This is "part 2 of 2" of the | Alan Cox | 2007-12-29 | 1 | -0/+45 |
| * | Prevent the leakage of wired pages in the following circumstances: | Alan Cox | 2007-11-17 | 1 | -1/+13 |
| * | The previous revision, updating vm_object_page_remove() for the new page | Alan Cox | 2007-10-18 | 1 | -1/+2 |
| * | Correct an error of omission in the reimplementation of the page | Alan Cox | 2007-09-27 | 1 | -2/+4 |
| * | Correct an error in the previous revision, specifically, | Alan Cox | 2007-09-25 | 1 | -1/+2 |
| * | Change the management of cached pages (PQ_CACHE) in two fundamental | Alan Cox | 2007-09-25 | 1 | -14/+30 |
| * | Enable the new physical memory allocator. | Alan Cox | 2007-06-16 | 1 | -33/+3 |
| * | Optimize vmmeter locking. | Attilio Rao | 2007-06-10 | 1 | -1/+1 |
| * | Do proper "locking" for missing vmmeters part. | Attilio Rao | 2007-06-04 | 1 | -1/+1 |
| * | Revert VMCNT_* operations introduction. | Attilio Rao | 2007-05-31 | 1 | -1/+1 |
| * | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | Jeff Roberson | 2007-05-18 | 1 | -1/+1 |
| * | Prevent a race between vm_object_collapse() and vm_object_split() from | Alan Cox | 2007-03-27 | 1 | -0/+8 |
| * | Change the order of lock reacquisition in vm_object_split() in order to | Alan Cox | 2007-03-22 | 1 | -2/+5 |
| * | Use pause() in vm_object_deallocate() to yield the CPU to the lock holder | John Baldwin | 2007-02-27 | 1 | -1/+1 |
| * | Change the way that unmanaged pages are created. Specifically, | Alan Cox | 2007-02-25 | 1 | -3/+4 |
| * | Change the page's CLEANCHK flag from being a page queue mutex synchronized | Alan Cox | 2007-02-22 | 1 | -15/+15 |
| * | Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form. | Xin LI | 2007-01-17 | 1 | -1/+1 |
| * | Optimize vm_object_split(). Specifically, make the number of iterations | Alan Cox | 2006-12-17 | 1 | -9/+14 |
| * | Simplify the computation of the new object's size in vm_object_split(). | Alan Cox | 2006-12-16 | 1 | -3/+2 |
| * | The page queues lock is no longer required by vm_page_busy() or | Alan Cox | 2006-10-22 | 1 | -2/+0 |
| * | Replace PG_BUSY with VPO_BUSY. In other words, changes to the page's | Alan Cox | 2006-10-22 | 1 | -7/+7 |