| Commit message (Expand) | Author | Age | Files | Lines |
* | Change uma_zone_set_max to return the effective value of "nitems" after | lstewart | 2010-10-16 | 2 | -4/+7 |
* | - Simplify implementation of uma_zone_get_max. | lstewart | 2010-10-16 | 2 | -4/+35 |
* | If vm_map_find() is asked to allocate a superpage-aligned region of virtual | alc | 2010-10-04 | 1 | -14/+8 |
* | Replace an XXX comment with the appropriate code. | mdf | 2010-09-20 | 1 | -5/+1 |
* | Allow a POSIX shared memory object that is opened for read but not for | alc | 2010-09-19 | 1 | -1/+2 |
* | Make refinements to r212824. In particular, don't make | alc | 2010-09-19 | 2 | -20/+27 |
* | Adopt the deferring of object deallocation for the deleted map entries | kib | 2010-09-18 | 2 | -21/+48 |
* | Re-add r212370 now that the LOR in powerpc64 has been resolved: | mdf | 2010-09-16 | 3 | -73/+17 |
* | Revert r212370, as it causes a LOR on powerpc. powerpc does a few | mdf | 2010-09-13 | 3 | -17/+73 |
* | Add a drain function for struct sysctl_req, and use it for a variety of | mdf | 2010-09-09 | 3 | -73/+17 |
* | On architectures with non-tree-based page tables like PowerPC, every page | nwhitehorn | 2010-09-09 | 1 | -2/+5 |
* | Fix a typo in r212281. uintptr -> uintptr_t | rstone | 2010-09-07 | 1 | -1/+1 |
* | In munmap() downgrade the vm_map_lock to a read lock before taking a read | rstone | 2010-09-07 | 1 | -3/+11 |
* | vm_page.c: include opt_msgbuf.h for MSGBUF_SIZE use in vm_page_startup | avg | 2010-09-03 | 1 | -0/+1 |
* | Have memguard(9) crash with an easier-to-debug message on double-free. | mdf | 2010-08-31 | 1 | -1/+5 |
* | The realloc case for memguard(9) will copy too many bytes when | mdf | 2010-08-31 | 2 | -0/+27 |
* | Add the MAP_PREFAULT_READ option to mmap(2). | alc | 2010-08-28 | 1 | -2/+3 |
* | Add uma_zone_get_max() to obtain the effective limit after a call | andre | 2010-08-16 | 2 | -0/+30 |
* | Fix compile. It seemed better to have memguard.c include opt_vm.h in | mdf | 2010-08-12 | 2 | -0/+10 |
* | Rework memguard(9) to reserve significantly more KVA to detect | mdf | 2010-08-11 | 4 | -270/+333 |
* | Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that created | kib | 2010-08-06 | 2 | -13/+14 |
* | Very rough first cut at NUMA support for the physical page allocator. For | jhb | 2010-07-27 | 2 | -7/+149 |
* | Fix commented out resource limit check in mlockall(2). It's still racy, | trasz | 2010-07-27 | 1 | -2/+1 |
* | Introduce exec_alloc_args(). The objective being to encapsulate the | alc | 2010-07-27 | 1 | -3/+1 |
* | Change the order in which the file name, arguments, environment, and | alc | 2010-07-25 | 1 | -1/+3 |
* | Redo the page table page allocation on MIPS, as suggested by | jchandra | 2010-07-21 | 4 | -74/+154 |
* | Add support for the VM_ALLOC_COUNT() hint to vm_page_alloc(). Consequently, | alc | 2010-07-09 | 2 | -7/+3 |
* | Make VM_ALLOC_RETRY flag mandatory for vm_page_grab(). Assert that the | kib | 2010-07-08 | 2 | -14/+13 |
* | Add the ability for the allocflag argument of the vm_page_grab() to | kib | 2010-07-05 | 2 | -2/+13 |
* | Several cleanups for the r209686: | kib | 2010-07-04 | 1 | -13/+6 |
* | Reimplement vm_object_page_clean(), using the fact that vm object memq | kib | 2010-07-04 | 3 | -191/+73 |
* | Introduce a helper function vm_page_find_least(). Use it in several places, | kib | 2010-07-04 | 4 | -21/+29 |
* | Improve the comment and man page for vm_page_alloc(). Specifically, | alc | 2010-07-03 | 1 | -2/+7 |
* | Push down the acquisition of the page queues lock into | alc | 2010-07-02 | 1 | -3/+2 |
* | Use vm_page_prev() instead of vm_page_lookup() in the implementation of | alc | 2010-07-02 | 1 | -10/+12 |
* | With the demise of page coloring, the page queue macros no longer serve any | alc | 2010-07-02 | 4 | -29/+16 |
* | Simplify entry to vm_pageout_clean(). Expect the page to be locked. | alc | 2010-06-30 | 1 | -8/+4 |
* | Introduce vm_page_next() and vm_page_prev(), and use them in | alc | 2010-06-21 | 3 | -13/+46 |
* | Add a new column to the output of vmstat -z to indicate the number | sbruno | 2010-06-15 | 3 | -10/+19 |
* | Eliminate checks for a page having a NULL object in vm_pageout_scan() | alc | 2010-06-14 | 2 | -42/+53 |
* | Update several places that iterate over CPUs to use CPU_FOREACH(). | jhb | 2010-06-11 | 1 | -9/+3 |
* | Reduce the scope of the page queues lock and the number of | alc | 2010-06-10 | 3 | -45/+42 |
* | Make vm_contig_grow_cache() extern, and use it when vm_phys_alloc_contig() | jchandra | 2010-06-04 | 2 | -9/+13 |
* | Do not leak vm page lock in vm_contig_launder(), vm_pageout_page_lock() | kib | 2010-06-03 | 1 | -1/+3 |
* | Add assertion and comment in vm_page_flag_set() describing the expectations | kib | 2010-06-03 | 1 | -0/+8 |
* | Maintain the pretense that we support 32KB pages for the sake of the ia64 | alc | 2010-06-03 | 1 | -1/+1 |
* | Minimize the use of the page queues lock for synchronizing access to the | alc | 2010-06-02 | 2 | -12/+47 |
* | When I pushed down the page queues lock into pmap_is_modified(), I created | alc | 2010-05-29 | 1 | -2/+2 |
* | Push down page queues lock acquisition in pmap_enter_object() and | alc | 2010-05-26 | 4 | -38/+45 |
* | Eliminate the acquisition and release of the page queues lock from | alc | 2010-05-25 | 1 | -1/+0 |