| Commit message (Expand) | Author | Age | Files | Lines |
* | Extend the struct vm_page wire_count to u_int to avoid the overflow | kib | 2009-01-03 | 1 | -1/+5 |
* | Support kernel crash mini dumps on ARM architecture. | raj | 2008-11-06 | 1 | -1/+1 |
* | Move CTASSERT from header file to source file, per implementation note now | emaste | 2008-09-26 | 1 | -0/+7 |
* | Work around differences in page allocation for initial page tables on xen | kmacy | 2008-08-17 | 1 | -0/+4 |
* | Essentially, neither madvise(..., MADV_DONTNEED) nor madvise(..., MADV_FREE) | alc | 2008-06-06 | 1 | -0/+7 |
* | Don't call vm_reserv_alloc_page() on device-backed objects. Otherwise, the | alc | 2008-05-15 | 1 | -1/+1 |
* | Introduce vm_reserv_reclaim_contig(). This function is used by | alc | 2008-04-06 | 1 | -1/+1 |
* | Rename vm_pageq_requeue() to vm_page_requeue() on account of its recent | alc | 2008-03-19 | 1 | -2/+2 |
* | Almost seven years ago, vm/vm_page.c was split into three parts: | alc | 2008-03-18 | 1 | -5/+74 |
* | Defer setting either PG_CACHED or PG_FREE until after the free page | alc | 2008-01-02 | 1 | -2/+2 |
* | Add the superpage reservation system. This is "part 2 of 2" of the | alc | 2007-12-29 | 1 | -4/+49 |
* | Modify vm_phys_unfree_page() so that it no longer requires the given | alc | 2007-12-20 | 1 | -2/+5 |
* | Eliminate redundant code from vm_page_startup(). | alc | 2007-12-19 | 1 | -17/+0 |
* | Simplify vm_page_free_toq(). | alc | 2007-12-11 | 1 | -5/+3 |
* | Correct a comment. | alc | 2007-12-02 | 1 | -1/+1 |
* | When reactivating a cached page, reset the page's pool to the default | alc | 2007-11-21 | 1 | -0/+1 |
* | The intent of the freeing the (zeroed) page in vm_page_cache() for | kib | 2007-11-05 | 1 | -2/+5 |
* | Change vm_page_cache_transfer() such that it does not transfer pages | alc | 2007-10-27 | 1 | -10/+20 |
* | In the rare case that vm_page_cache() actually frees the given page, | alc | 2007-10-08 | 1 | -10/+3 |
* | Correct a lock assertion failure in sparc64's pmap_page_is_mapped() that is | alc | 2007-10-07 | 1 | -1/+1 |
* | Correct an error of omission in the reimplementation of the page | alc | 2007-09-27 | 1 | -15/+43 |
* | Change the management of cached pages (PQ_CACHE) in two fundamental | alc | 2007-09-25 | 1 | -86/+271 |
* | Add a counter for the total number of pages cached and support for | alc | 2007-07-27 | 1 | -0/+1 |
* | Eliminate two unused functions: vm_phys_alloc_pages() and | alc | 2007-07-14 | 1 | -4/+4 |
* | Correct a problem in the ZERO_COPY_SOCKETS option, specifically, in | alc | 2007-07-10 | 1 | -2/+22 |
* | Don't declare inline a function which isn't. | mjacob | 2007-06-17 | 1 | -1/+1 |
* | If attempting to cache a "busy", panic instead of printing a diagnostic | alc | 2007-06-16 | 1 | -2/+1 |
* | Enable the new physical memory allocator. | alc | 2007-06-16 | 1 | -54/+43 |
* | Optimize vmmeter locking. | attilio | 2007-06-10 | 1 | -7/+2 |
* | Do proper "locking" for missing vmmeters part. | attilio | 2007-06-04 | 1 | -3/+8 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 1 | -36/+34 |
* | - rename VMCNT_DEC to VMCNT_SUB to reflect the count argument. | jeff | 2007-05-20 | 1 | -1/+1 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 1 | -34/+36 |
* | Define every architecture as either VM_PHYSSEG_DENSE or | alc | 2007-05-05 | 1 | -0/+8 |
* | Change the way that unmanaged pages are created. Specifically, | alc | 2007-02-25 | 1 | -30/+2 |
* | Enable vm_page_free() and vm_page_free_zero() to be called on some pages | alc | 2007-02-18 | 1 | -2/+4 |
* | Remove a stale comment. Add punctuation to a nearby comment. | alc | 2007-02-17 | 1 | -6/+1 |
* | Relax the page queue lock assertions in vm_page_remove() and | alc | 2007-02-15 | 1 | -2/+3 |
* | Avoid the unnecessary acquisition of the free page queues lock when a page | alc | 2007-02-14 | 1 | -4/+5 |
* | Use the free page queue mutex instead of the page queue mutex to | alc | 2007-02-11 | 1 | -1/+1 |
* | Change the pagedaemon, vm_wait(), and vm_waitpfault() to sleep on the | alc | 2007-02-07 | 1 | -7/+9 |
* | Change the free page queue lock from a spin mutex to a default (blocking) | alc | 2007-02-05 | 1 | -9/+9 |
* | Remove the requirement that phys_avail be sorted in ascending order | kmacy | 2006-12-08 | 1 | -2/+10 |
* | I misplaced the assertion that was added to vm_page_startup() in the | alc | 2006-11-08 | 1 | -6/+6 |
* | Simplify the construction of the free queues in vm_page_startup(). Add | alc | 2006-11-08 | 1 | -2/+12 |
* | The page queues lock is no longer required by vm_page_busy() or | alc | 2006-10-22 | 1 | -3/+4 |
* | Replace PG_BUSY with VPO_BUSY. In other words, changes to the page's | alc | 2006-10-22 | 1 | -18/+19 |
* | Fix two minor style(9) nits in v1.313 which were noticed during an | kensmith | 2006-09-29 | 1 | -2/+2 |
* | Refactor vm_page_sleep_if_busy() so that the test for a busy page is | alc | 2006-08-27 | 1 | -24/+19 |
* | Page flags are reset on (re)allocation. There is no need to clear any | alc | 2006-08-21 | 1 | -8/+0 |