| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the management of cached pages (PQ_CACHE) in two fundamental | alc | 2007-09-25 | 1 | -27/+0 |
* | Enable the new physical memory allocator. | alc | 2007-06-16 | 1 | -190/+2 |
* | Optimize vmmeter locking. | attilio | 2007-06-10 | 1 | -1/+1 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 1 | -6/+6 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 1 | -6/+6 |
* | Change the free page queue lock from a spin mutex to a default (blocking) | alc | 2007-02-05 | 1 | -2/+2 |
* | The return value from vm_pageq_add_new_page() is not used. Eliminate it. | alc | 2006-08-25 | 1 | -2/+1 |
* | Add _vm_stats and _vm_stats_misc to the sysctl declarations in sysctl.h and | alc | 2006-08-21 | 1 | -1/+0 |
* | Move the code to handle the vm.blacklist tunable up a layer into | jhb | 2006-06-23 | 1 | -30/+0 |
* | Add synchronization to vm_pageq_add_new_page() so that it can be called | alc | 2006-04-25 | 1 | -3/+3 |
* | Remove leading __ from __(inline|const|signed|volatile). They are | imp | 2006-03-08 | 1 | -1/+1 |
* | Style: Add blank line after local variable declarations. | alc | 2006-01-27 | 1 | -0/+1 |
* | Use the new macros abstracting the page coloring/queues implementation. | alc | 2006-01-27 | 1 | -1/+1 |
* | With the recent changes to the implementation of page coloring, the | alc | 2006-01-24 | 1 | -0/+2 |
* | Convert the PAGE_SIZE check into a CTASSERT. | netchild | 2006-01-04 | 1 | -1/+3 |
* | Prevent divide by zero, use default values in case one of the divisor's | netchild | 2006-01-04 | 1 | -1/+1 |
* | MI changes: | netchild | 2005-12-31 | 1 | -31/+121 |
* | Introduce a procedure, pmap_page_init(), that initializes the | alc | 2005-06-10 | 1 | -0/+1 |
* | Update some comments to reflect the change from spl-based to lock-based | alc | 2005-05-28 | 1 | -4/+3 |
* | Unbreak the build on 64-bit architectures. | des | 2005-04-16 | 1 | -1/+2 |
* | Add a vm.blacklist tunable which can hold a space or comma seperated list | jhb | 2005-04-15 | 1 | -0/+29 |
* | Remove references to L1 in the comments, according to Alan they are | netchild | 2004-06-07 | 1 | -2/+2 |
* | Correct typo, vm_page_list_find() is called vm_pageq_find() for quite a | hmp | 2004-05-30 | 1 | -2/+2 |
* | Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon's | imp | 2003-08-12 | 1 | -3/+25 |
* | Modify vm_pageq_requeue() to handle a PQ_NONE page without dereferencing | alc | 2003-06-26 | 1 | -14/+5 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -3/+3 |
* | - Add vm_paddr_t, a physical address type. This is required for systems | jake | 2003-03-25 | 1 | -1/+1 |
* | Remove GIANT_REQUIRED from vm_pageq_remove(). | alc | 2003-02-16 | 1 | -1/+0 |
* | o Remove dead and/or unused code. | alc | 2002-07-20 | 1 | -15/+1 |
* | o Remove the acquisition and release of Giant from the idle priority thread | alc | 2002-07-18 | 1 | -3/+0 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |
* | - Remove a number of extra newlines that do not belong here according to | eivind | 2002-03-10 | 1 | -10/+5 |
* | o Create vm_pageq_enqueue() to encapsulate code that is duplicated time | alc | 2002-03-04 | 1 | -4/+17 |
* | Add a page queue, PQ_HOLD, that temporarily owns pages with nonzero hold | tegge | 2002-02-19 | 1 | -0/+1 |
* | Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc). | dillon | 2001-07-04 | 1 | -0/+233 |