| Commit message (Expand) | Author | Age | Files | Lines |
* | sysctl node vm.stats can not be static (for ia64 reasons). | Poul-Henning Kamp | 2005-02-11 | 1 | -1/+1 |
* | Implement support for buffers larger than PAGE_SIZE in MemGuard. Adds | Bosko Milekic | 2005-02-10 | 1 | -32/+129 |
* | Make three SYSCTL_NODEs static | Poul-Henning Kamp | 2005-02-10 | 1 | -3/+5 |
* | Make npages static and const. | Poul-Henning Kamp | 2005-02-10 | 1 | -1/+1 |
* | Set the scheduling class of the zeroidle thread to PRI_IDLE. | Suleiman Souhlal | 2005-02-04 | 1 | -2/+5 |
* | Update the text of an assertion to reflect changes made in revision 1.148. | Alan Cox | 2005-01-30 | 1 | -5/+1 |
* | Move the contents of vop_stddestroyvobject() to the new vnode_pager | Poul-Henning Kamp | 2005-01-28 | 1 | -0/+33 |
* | Don't use VOP_GETVOBJECT, use vp->v_object directly. | Poul-Henning Kamp | 2005-01-25 | 1 | -1/+2 |
* | Move the body of vop_stdcreatevobject() over to the vnode_pager under | Poul-Henning Kamp | 2005-01-24 | 2 | -1/+50 |
* | Kill the VV_OBJBUF and test the v_object for NULL instead. | Poul-Henning Kamp | 2005-01-24 | 1 | -1/+1 |
* | - Remove GIANT_REQUIRED where giant is no longer required. | Jeff Roberson | 2005-01-24 | 4 | -22/+29 |
* | Guard against address wrap in kernacc(). Otherwise, a program accessing a | Alan Cox | 2005-01-22 | 1 | -0/+5 |
* | s/round_page/trunc_page/g | Bosko Milekic | 2005-01-22 | 1 | -4/+4 |
* | Bring in MemGuard, a very simple and small replacement allocator | Bosko Milekic | 2005-01-21 | 2 | -0/+253 |
* | Add checks to vm_map_findspace() to test for address wrap. The conditions | Alan Cox | 2005-01-18 | 1 | -4/+8 |
* | Consider three objects, O, BO, and BBO, where BO is O's backing object | Alan Cox | 2005-01-15 | 1 | -1/+8 |
* | Eliminate unused and unnecessary "cred" argument from vinvalbuf() | Poul-Henning Kamp | 2005-01-14 | 1 | -1/+1 |
* | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | Poul-Henning Kamp | 2005-01-11 | 1 | -1/+1 |
* | While we want the recursion protection for the bucket zones so that | Bosko Milekic | 2005-01-11 | 1 | -1/+11 |
* | ISO C requires at least one element in an initialiser list. | Stefan Farfeleder | 2005-01-10 | 1 | -1/+1 |
* | Move the acquisition and release of the page queues lock outside of a loop | Alan Cox | 2005-01-08 | 1 | -2/+3 |
* | Transfer responsibility for freeing the page taken from the cache | Alan Cox | 2005-01-07 | 1 | -19/+17 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 34 | -36/+36 |
* | Revise the part of vm_pageout_scan() that moves pages from the cache | Alan Cox | 2005-01-06 | 1 | -12/+31 |
* | When allocating bio's in the swap_pager use M_WAITOK since the | Poul-Henning Kamp | 2005-01-03 | 1 | -6/+7 |
* | Assert that page allocations during an interrupt specify | Alan Cox | 2004-12-31 | 1 | -2/+6 |
* | Access to the page's busy field is (now) synchronized by the containing | Alan Cox | 2004-12-29 | 1 | -1/+0 |
* | Note that access to the page's busy count is synchronized by the containing | Alan Cox | 2004-12-27 | 1 | -1/+1 |
* | Assert that the vm object is locked on entry to vm_page_sleep_if_busy(); | Alan Cox | 2004-12-26 | 1 | -8/+3 |
* | Add my copyright and update Jeff's copyright on UMA source files, | Bosko Milekic | 2004-12-26 | 5 | -10/+20 |
* | fix comment | Poul-Henning Kamp | 2004-12-25 | 1 | -1/+1 |
* | Continue the transition from synchronizing access to the page's PG_BUSY | Alan Cox | 2004-12-24 | 1 | -11/+29 |
* | Modify pmap_enter_quick() so that it expects the page queues to be locked | Alan Cox | 2004-12-23 | 2 | -7/+11 |
* | Eliminate another unnecessary call to vm_page_busy(). (See revision 1.333 | Alan Cox | 2004-12-17 | 1 | -5/+0 |
* | Enable debug.mpsafevm by default on alpha. | Alan Cox | 2004-12-17 | 1 | -1/+1 |
* | In the common case, pmap_enter_quick() completes without sleeping. | Alan Cox | 2004-12-15 | 2 | -17/+6 |
* | With the removal of kern/uipc_jumbo.c and sys/jumbo.h, | Alan Cox | 2004-12-08 | 2 | -22/+5 |
* | Almost nine years ago, when support for 1TB files was introduced in | Alan Cox | 2004-12-07 | 1 | -1/+1 |
* | Correct a sanity check in vnode_pager_generic_putpages(). The cast used | Alan Cox | 2004-12-05 | 1 | -1/+1 |
* | Don't include sys/user.h merely for its side-effect of recursively | David Schultz | 2004-11-27 | 1 | -2/+0 |
* | Remove useless casts. | Olivier Houchard | 2004-11-26 | 1 | -2/+2 |
* | Try to close a potential, but serious race in our VM subsystem. | Xin LI | 2004-11-24 | 1 | -2/+15 |
* | Disable U area swapping and remove the routines that create, destroy, | David Schultz | 2004-11-20 | 4 | -206/+0 |
* | Make VOP_BMAP return a struct bufobj for the underlying storage device | Poul-Henning Kamp | 2004-11-15 | 1 | -10/+13 |
* | Add pbgetbo()/pbrelbo() lighter weight versions of pbgetvp()/pbrelvp(). | Poul-Henning Kamp | 2004-11-15 | 1 | -0/+42 |
* | More kasserts. | Poul-Henning Kamp | 2004-11-15 | 1 | -1/+6 |
* | style polishing. | Poul-Henning Kamp | 2004-11-15 | 1 | -7/+3 |
* | Move pbgetvp() and pbrelvp() to vm_pager.c with the rest of the pbuf stuff. | Poul-Henning Kamp | 2004-11-15 | 1 | -0/+44 |
* | expect the caller to have called pbrelvp() if necessary. | Poul-Henning Kamp | 2004-11-15 | 1 | -3/+0 |
* | Explicitly call pbrelvp() | Poul-Henning Kamp | 2004-11-15 | 1 | -0/+2 |