| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the contents of vop_stddestroyvobject() to the new vnode_pager | phk | 2005-01-28 | 1 | -0/+33 |
* | Don't use VOP_GETVOBJECT, use vp->v_object directly. | phk | 2005-01-25 | 1 | -1/+2 |
* | Move the body of vop_stdcreatevobject() over to the vnode_pager under | phk | 2005-01-24 | 2 | -1/+50 |
* | Kill the VV_OBJBUF and test the v_object for NULL instead. | phk | 2005-01-24 | 1 | -1/+1 |
* | - Remove GIANT_REQUIRED where giant is no longer required. | jeff | 2005-01-24 | 4 | -22/+29 |
* | Guard against address wrap in kernacc(). Otherwise, a program accessing a | alc | 2005-01-22 | 1 | -0/+5 |
* | s/round_page/trunc_page/g | bmilekic | 2005-01-22 | 1 | -4/+4 |
* | Bring in MemGuard, a very simple and small replacement allocator | bmilekic | 2005-01-21 | 2 | -0/+253 |
* | Add checks to vm_map_findspace() to test for address wrap. The conditions | alc | 2005-01-18 | 1 | -4/+8 |
* | Consider three objects, O, BO, and BBO, where BO is O's backing object | alc | 2005-01-15 | 1 | -1/+8 |
* | Eliminate unused and unnecessary "cred" argument from vinvalbuf() | phk | 2005-01-14 | 1 | -1/+1 |
* | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | phk | 2005-01-11 | 1 | -1/+1 |
* | While we want the recursion protection for the bucket zones so that | bmilekic | 2005-01-11 | 1 | -1/+11 |
* | ISO C requires at least one element in an initialiser list. | stefanf | 2005-01-10 | 1 | -1/+1 |
* | Move the acquisition and release of the page queues lock outside of a loop | alc | 2005-01-08 | 1 | -2/+3 |
* | Transfer responsibility for freeing the page taken from the cache | alc | 2005-01-07 | 1 | -19/+17 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 34 | -36/+36 |
* | Revise the part of vm_pageout_scan() that moves pages from the cache | alc | 2005-01-06 | 1 | -12/+31 |
* | When allocating bio's in the swap_pager use M_WAITOK since the | phk | 2005-01-03 | 1 | -6/+7 |
* | Assert that page allocations during an interrupt specify | alc | 2004-12-31 | 1 | -2/+6 |
* | Access to the page's busy field is (now) synchronized by the containing | alc | 2004-12-29 | 1 | -1/+0 |
* | Note that access to the page's busy count is synchronized by the containing | alc | 2004-12-27 | 1 | -1/+1 |
* | Assert that the vm object is locked on entry to vm_page_sleep_if_busy(); | alc | 2004-12-26 | 1 | -8/+3 |
* | Add my copyright and update Jeff's copyright on UMA source files, | bmilekic | 2004-12-26 | 5 | -10/+20 |
* | fix comment | phk | 2004-12-25 | 1 | -1/+1 |
* | Continue the transition from synchronizing access to the page's PG_BUSY | alc | 2004-12-24 | 1 | -11/+29 |
* | Modify pmap_enter_quick() so that it expects the page queues to be locked | alc | 2004-12-23 | 2 | -7/+11 |
* | Eliminate another unnecessary call to vm_page_busy(). (See revision 1.333 | alc | 2004-12-17 | 1 | -5/+0 |
* | Enable debug.mpsafevm by default on alpha. | alc | 2004-12-17 | 1 | -1/+1 |
* | In the common case, pmap_enter_quick() completes without sleeping. | alc | 2004-12-15 | 2 | -17/+6 |
* | With the removal of kern/uipc_jumbo.c and sys/jumbo.h, | alc | 2004-12-08 | 2 | -22/+5 |
* | Almost nine years ago, when support for 1TB files was introduced in | alc | 2004-12-07 | 1 | -1/+1 |
* | Correct a sanity check in vnode_pager_generic_putpages(). The cast used | alc | 2004-12-05 | 1 | -1/+1 |
* | Don't include sys/user.h merely for its side-effect of recursively | das | 2004-11-27 | 1 | -2/+0 |
* | Remove useless casts. | cognet | 2004-11-26 | 1 | -2/+2 |
* | Try to close a potential, but serious race in our VM subsystem. | delphij | 2004-11-24 | 1 | -2/+15 |
* | Disable U area swapping and remove the routines that create, destroy, | das | 2004-11-20 | 4 | -206/+0 |
* | Make VOP_BMAP return a struct bufobj for the underlying storage device | phk | 2004-11-15 | 1 | -10/+13 |
* | Add pbgetbo()/pbrelbo() lighter weight versions of pbgetvp()/pbrelvp(). | phk | 2004-11-15 | 1 | -0/+42 |
* | More kasserts. | phk | 2004-11-15 | 1 | -1/+6 |
* | style polishing. | phk | 2004-11-15 | 1 | -7/+3 |
* | Move pbgetvp() and pbrelvp() to vm_pager.c with the rest of the pbuf stuff. | phk | 2004-11-15 | 1 | -0/+44 |
* | expect the caller to have called pbrelvp() if necessary. | phk | 2004-11-15 | 1 | -3/+0 |
* | Explicitly call pbrelvp() | phk | 2004-11-15 | 1 | -0/+2 |
* | Improve readability with a bunch of typedefs for the pager ops. | phk | 2004-11-09 | 1 | -7/+15 |
* | #include <vm/vm_param.h> instead of <machine/vmparam.h> (the former | des | 2004-11-08 | 1 | -6/+6 |
* | Eliminate an unnecessary atomic operation. Articulate the rationale in | alc | 2004-11-06 | 1 | -4/+11 |
* | Abstract the logic to look up the uma_bucket_zone given a desired | rwatson | 2004-11-06 | 1 | -7/+23 |
* | Remove dangling variable | phk | 2004-11-06 | 1 | -1/+0 |
* | Annotate what bucket_size[] array does; staticize since it's used only | rwatson | 2004-11-06 | 1 | -1/+5 |