| Commit message (Expand) | Author | Age | Files | Lines |
* | - Add a general purpose resource allocator, vmem, from NetBSD. It was | jeff | 2013-06-28 | 1 | -2/+0 |
* | Implement the concept of the unmapped VMIO buffers, i.e. buffers which | kib | 2013-03-19 | 1 | -0/+1 |
* | Remove excessive and inconsistent initializers for the various kernel | kib | 2013-03-14 | 1 | -4/+4 |
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 1 | -15/+15 |
* | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -1/+1 |
* | On arm, like sparc64, the end of the kernel map varies from one type of | alc | 2013-02-18 | 1 | -1/+1 |
* | Try to improve r242655 take III: move these SYSCTLs describing the kernel | marius | 2013-02-04 | 1 | -0/+11 |
* | Flip the semantic of M_NOWAIT to only require the allocation to not | kib | 2012-11-14 | 1 | -23/+3 |
* | Move what remains of vm/vm_contig.c into vm/vm_pageout.c, where similar | alc | 2012-07-18 | 1 | -2/+2 |
* | Move kmem_alloc_{attr,contig}() to vm/vm_kern.c, where similarly named | alc | 2012-07-14 | 1 | -0/+142 |
* | Simplify kmem_alloc() by eliminating code that existed on account of | alc | 2012-02-29 | 1 | -30/+0 |
* | exclude kmem_alloc'ed ARC data buffers from kernel minidumps on amd64 | kmacy | 2012-01-27 | 1 | -0/+2 |
* | Eliminate vestiges of page coloring in VM_ALLOC_NOOBJ calls to | alc | 2011-10-27 | 1 | -1/+1 |
* | - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flag | kib | 2011-08-09 | 1 | -2/+2 |
* | Move the ZERO_REGION_SIZE to a machine-dependent file, as on many | mdf | 2011-05-13 | 1 | -9/+6 |
* | Usa a globally visible region of zeros for both /dev/zero and the md | mdf | 2011-05-13 | 1 | -0/+34 |
* | Since r218070 reenabled the call to vm_map_simplify_entry() from | kib | 2011-02-15 | 1 | -9/+23 |
* | Replace an XXX comment with the appropriate code. | mdf | 2010-09-20 | 1 | -5/+1 |
* | Rework memguard(9) to reserve significantly more KVA to detect | mdf | 2010-08-11 | 1 | -8/+27 |
* | The pages allocated by kmem_alloc_attr() and kmem_malloc() are unmanaged. | alc | 2010-05-03 | 1 | -4/+0 |
* | On Alan's advice, rather than do a wholesale conversion on a single | kmacy | 2010-04-30 | 1 | -0/+2 |
* | o) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE, which searches the | jmallett | 2010-04-18 | 1 | -0/+29 |
* | Implement global and per-uid accounting of the anonymous memory. Add | kib | 2009-06-23 | 1 | -2/+7 |
* | Revert the addition of the freelist argument for the vm_map_delete() | kib | 2009-02-24 | 1 | -9/+3 |
* | Put debug.vm_lowmem sysctl under DIAGNOSTIC. | rwatson | 2009-02-23 | 1 | -0/+2 |
* | Add a debugging sysctl, debug.vm_lowmem, that when assigned a value of | rwatson | 2009-02-23 | 1 | -0/+22 |
* | Do not call vm_object_deallocate() from vm_map_delete(), because we | kib | 2009-02-08 | 1 | -3/+9 |
* | Eliminate stale comments from kmem_malloc(). | alc | 2008-07-18 | 1 | -12/+0 |
* | Make preparations for increasing the size of the kernel virtual address space | alc | 2008-06-22 | 1 | -2/+6 |
* | Introduce a new parameter "superpage_align" to kmem_suballoc() that is | alc | 2008-05-10 | 1 | -11/+7 |
* | Eliminate pointless casts from kmem_suballoc(). | alc | 2008-04-28 | 1 | -2/+2 |
* | Eliminate an unnecessary printf() from kmem_suballoc(). The subsequent | alc | 2008-03-30 | 1 | -4/+2 |
* | When one tries to allocate memory with the M_WAITOK flag and we are short in | pjd | 2008-01-10 | 1 | -6/+13 |
* | Add an access type parameter to pmap_enter(). It will be used to implement | alc | 2008-01-03 | 1 | -1/+2 |
* | Change unused 'user_wait' argument to 'timo' argument, which will be | pjd | 2007-11-07 | 1 | -1/+1 |
* | When KVA is exhausted, try the vm_lowmem event for the last time before | pjd | 2007-04-05 | 1 | -4/+14 |
* | Change the way that unmanaged pages are created. Specifically, | alc | 2007-02-25 | 1 | -6/+4 |
* | Declare the map entry created by kmem_init() for the range from | alc | 2007-01-07 | 1 | -1/+2 |
* | There is no point in setting PG_REFERENCED on kmem_object pages because | alc | 2006-11-13 | 1 | -6/+1 |
* | Make pmap_enter() responsible for setting PG_WRITEABLE instead | alc | 2006-11-12 | 1 | -1/+1 |
* | The page queues lock is no longer required by vm_page_wakeup(). | alc | 2006-10-23 | 1 | -1/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Use VM_ALLOC_NOBUSY instead of calling vm_page_wakeup(). | alc | 2004-10-24 | 1 | -2/+1 |
* | Back out all behavioral chnages. | green | 2004-08-10 | 1 | -4/+0 |
* | Revamp VM map wiring. | green | 2004-08-09 | 1 | -0/+4 |
* | For years, kmem_alloc_pageable() has been misused. Now that the last of | alc | 2004-07-25 | 1 | -24/+0 |
* | Bring in mbuma to replace mballoc. | bmilekic | 2004-05-31 | 1 | -10/+0 |
* | Push down the responsibility for zeroing a physical page from the | alc | 2004-04-24 | 1 | -2/+0 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-06 | 1 | -4/+0 |
* | Back out previous commit due to objections. | des | 2004-02-16 | 1 | -2/+0 |