| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs | cvs2svn | 2008-02-24 | 1 | -1/+1 |
| * | MFC revision 1.360 | Alan Cox | 2007-11-28 | 1 | -0/+1 |
| * | MFC rev. 1.359: | Konstantin Belousov | 2007-11-08 | 1 | -2/+5 |
| * | MFC revision 1.358 | Alan Cox | 2007-10-31 | 1 | -10/+20 |
| * | In the rare case that vm_page_cache() actually frees the given page, | Alan Cox | 2007-10-08 | 1 | -10/+3 |
| * | Correct a lock assertion failure in sparc64's pmap_page_is_mapped() that is | Alan Cox | 2007-10-07 | 1 | -1/+1 |
| * | Correct an error of omission in the reimplementation of the page | Alan Cox | 2007-09-27 | 1 | -15/+43 |
| * | Change the management of cached pages (PQ_CACHE) in two fundamental | Alan Cox | 2007-09-25 | 1 | -86/+271 |
| * | Add a counter for the total number of pages cached and support for | Alan Cox | 2007-07-27 | 1 | -0/+1 |
| * | Eliminate two unused functions: vm_phys_alloc_pages() and | Alan Cox | 2007-07-14 | 1 | -4/+4 |
| * | Correct a problem in the ZERO_COPY_SOCKETS option, specifically, in | Alan Cox | 2007-07-10 | 1 | -2/+22 |
| * | Don't declare inline a function which isn't. | Matt Jacob | 2007-06-17 | 1 | -1/+1 |
| * | If attempting to cache a "busy", panic instead of printing a diagnostic | Alan Cox | 2007-06-16 | 1 | -2/+1 |
| * | Enable the new physical memory allocator. | Alan Cox | 2007-06-16 | 1 | -54/+43 |
| * | Optimize vmmeter locking. | Attilio Rao | 2007-06-10 | 1 | -7/+2 |
| * | Do proper "locking" for missing vmmeters part. | Attilio Rao | 2007-06-04 | 1 | -3/+8 |
| * | Revert VMCNT_* operations introduction. | Attilio Rao | 2007-05-31 | 1 | -36/+34 |
| * | - rename VMCNT_DEC to VMCNT_SUB to reflect the count argument. | Jeff Roberson | 2007-05-20 | 1 | -1/+1 |
| * | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | Jeff Roberson | 2007-05-18 | 1 | -34/+36 |
| * | Define every architecture as either VM_PHYSSEG_DENSE or | Alan Cox | 2007-05-05 | 1 | -0/+8 |
| * | Change the way that unmanaged pages are created. Specifically, | Alan Cox | 2007-02-25 | 1 | -30/+2 |
| * | Enable vm_page_free() and vm_page_free_zero() to be called on some pages | Alan Cox | 2007-02-18 | 1 | -2/+4 |
| * | Remove a stale comment. Add punctuation to a nearby comment. | Alan Cox | 2007-02-17 | 1 | -6/+1 |
| * | Relax the page queue lock assertions in vm_page_remove() and | Alan Cox | 2007-02-15 | 1 | -2/+3 |
| * | Avoid the unnecessary acquisition of the free page queues lock when a page | Alan Cox | 2007-02-14 | 1 | -4/+5 |
| * | Use the free page queue mutex instead of the page queue mutex to | Alan Cox | 2007-02-11 | 1 | -1/+1 |
| * | Change the pagedaemon, vm_wait(), and vm_waitpfault() to sleep on the | Alan Cox | 2007-02-07 | 1 | -7/+9 |
| * | Change the free page queue lock from a spin mutex to a default (blocking) | Alan Cox | 2007-02-05 | 1 | -9/+9 |
| * | Remove the requirement that phys_avail be sorted in ascending order | Kip Macy | 2006-12-08 | 1 | -2/+10 |
| * | I misplaced the assertion that was added to vm_page_startup() in the | Alan Cox | 2006-11-08 | 1 | -6/+6 |
| * | Simplify the construction of the free queues in vm_page_startup(). Add | Alan Cox | 2006-11-08 | 1 | -2/+12 |
| * | The page queues lock is no longer required by vm_page_busy() or | Alan Cox | 2006-10-22 | 1 | -3/+4 |
| * | Replace PG_BUSY with VPO_BUSY. In other words, changes to the page's | Alan Cox | 2006-10-22 | 1 | -18/+19 |
| * | Fix two minor style(9) nits in v1.313 which were noticed during an | Ken Smith | 2006-09-29 | 1 | -2/+2 |
| * | Refactor vm_page_sleep_if_busy() so that the test for a busy page is | Alan Cox | 2006-08-27 | 1 | -24/+19 |
| * | Page flags are reset on (re)allocation. There is no need to clear any | Alan Cox | 2006-08-21 | 1 | -8/+0 |
| * | Reimplement the page's NOSYNC flag as an object-synchronized instead of a | Alan Cox | 2006-08-13 | 1 | -2/+2 |
| * | Ensure that the page's new field for object-synchronized flags is always | Alan Cox | 2006-08-11 | 1 | -6/+3 |
| * | Change vm_page_cowfault() so that it doesn't allocate a pre-busied page. | Alan Cox | 2006-08-10 | 1 | -2/+1 |
| * | Introduce a field to struct vm_page for storing flags that are | Alan Cox | 2006-08-09 | 1 | -5/+6 |
| * | Change vm_page_sleep_if_busy() so that it no longer requires the caller to | Alan Cox | 2006-08-06 | 1 | -1/+2 |
| * | When sleeping on a busy page, use the lock from the containing object | Alan Cox | 2006-08-03 | 1 | -8/+5 |
| * | Complete the transition from pmap_page_protect() to pmap_remove_write(). | Alan Cox | 2006-08-01 | 1 | -1/+1 |
| * | Eliminate OBJ_WRITEABLE. It hasn't been used in a long time. | Alan Cox | 2006-07-21 | 1 | -1/+1 |
| * | Move the code to handle the vm.blacklist tunable up a layer into | John Baldwin | 2006-06-23 | 1 | -1/+39 |
| * | Fix minidumps to include pages allocated via pmap_map on amd64. | Paul Saab | 2006-05-31 | 1 | -0/+9 |
| * | Introduce minidumps. Full physical memory crash dumps are still available | Peter Wemm | 2006-04-21 | 1 | -0/+21 |
| * | Remove leading __ from __(inline|const|signed|volatile). They are | Warner Losh | 2006-03-08 | 1 | -3/+3 |
| * | When the VM needs to allocated physical memory pages (for non interrupt use) | Stephan Uphoff | 2006-02-15 | 1 | -3/+13 |
| * | Change #if defined(DIAGNOSTIC) to KASSERT. | Alan Cox | 2006-01-31 | 1 | -4/+3 |