| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Improve readability with a bunch of typedefs for the pager ops. | Poul-Henning Kamp | 2004-11-09 | 1 | -7/+15 |
| * | #include <vm/vm_param.h> instead of <machine/vmparam.h> (the former | Dag-Erling Smørgrav | 2004-11-08 | 1 | -6/+6 |
| * | Eliminate an unnecessary atomic operation. Articulate the rationale in | Alan Cox | 2004-11-06 | 1 | -4/+11 |
| * | Abstract the logic to look up the uma_bucket_zone given a desired | Robert Watson | 2004-11-06 | 1 | -7/+23 |
| * | Remove dangling variable | Poul-Henning Kamp | 2004-11-06 | 1 | -1/+0 |
| * | Annotate what bucket_size[] array does; staticize since it's used only | Robert Watson | 2004-11-06 | 1 | -1/+5 |
| * | Fix the last known race in swapoff(), which could lead to a spurious panic: | David Schultz | 2004-11-06 | 1 | -21/+14 |
| * | Move a call to wakeup() from vm_object_terminate() to vnode_pager_dealloc() | Alan Cox | 2004-11-06 | 3 | -2/+6 |
| * | - Set the priority of the page zeroing thread using sched_prio() when the | John Baldwin | 2004-11-05 | 1 | -14/+5 |
| * | During traversal of the inactive queue, try locking the page's containing | Alan Cox | 2004-11-05 | 1 | -4/+9 |
| * | Eliminate another unnecessary call to vm_page_busy() that immediately | Alan Cox | 2004-11-05 | 1 | -1/+0 |