summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_kern.c
Commit message (Expand)AuthorAgeFilesLines
* Move the ZERO_REGION_SIZE to a machine-dependent file, as on manymdf2011-05-131-9/+6
* Usa a globally visible region of zeros for both /dev/zero and the mdmdf2011-05-131-0/+34
* Since r218070 reenabled the call to vm_map_simplify_entry() fromkib2011-02-151-9/+23
* Replace an XXX comment with the appropriate code.mdf2010-09-201-5/+1
* Rework memguard(9) to reserve significantly more KVA to detectmdf2010-08-111-8/+27
* The pages allocated by kmem_alloc_attr() and kmem_malloc() are unmanaged.alc2010-05-031-4/+0
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-0/+2
* o) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE, which searches thejmallett2010-04-181-0/+29
* Implement global and per-uid accounting of the anonymous memory. Addkib2009-06-231-2/+7
* Revert the addition of the freelist argument for the vm_map_delete()kib2009-02-241-9/+3
* Put debug.vm_lowmem sysctl under DIAGNOSTIC.rwatson2009-02-231-0/+2
* Add a debugging sysctl, debug.vm_lowmem, that when assigned a value ofrwatson2009-02-231-0/+22
* Do not call vm_object_deallocate() from vm_map_delete(), because wekib2009-02-081-3/+9
* Eliminate stale comments from kmem_malloc().alc2008-07-181-12/+0
* Make preparations for increasing the size of the kernel virtual address spacealc2008-06-221-2/+6
* Introduce a new parameter "superpage_align" to kmem_suballoc() that isalc2008-05-101-11/+7
* Eliminate pointless casts from kmem_suballoc().alc2008-04-281-2/+2
* Eliminate an unnecessary printf() from kmem_suballoc(). The subsequentalc2008-03-301-4/+2
* When one tries to allocate memory with the M_WAITOK flag and we are short inpjd2008-01-101-6/+13
* Add an access type parameter to pmap_enter(). It will be used to implementalc2008-01-031-1/+2
* Change unused 'user_wait' argument to 'timo' argument, which will bepjd2007-11-071-1/+1
* When KVA is exhausted, try the vm_lowmem event for the last time beforepjd2007-04-051-4/+14
* Change the way that unmanaged pages are created. Specifically,alc2007-02-251-6/+4
* Declare the map entry created by kmem_init() for the range fromalc2007-01-071-1/+2
* There is no point in setting PG_REFERENCED on kmem_object pages becausealc2006-11-131-6/+1
* Make pmap_enter() responsible for setting PG_WRITEABLE insteadalc2006-11-121-1/+1
* The page queues lock is no longer required by vm_page_wakeup().alc2006-10-231-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Use VM_ALLOC_NOBUSY instead of calling vm_page_wakeup().alc2004-10-241-2/+1
* Back out all behavioral chnages.green2004-08-101-4/+0
* Revamp VM map wiring.green2004-08-091-0/+4
* For years, kmem_alloc_pageable() has been misused. Now that the last ofalc2004-07-251-24/+0
* Bring in mbuma to replace mballoc.bmilekic2004-05-311-10/+0
* Push down the responsibility for zeroing a physical page from thealc2004-04-241-2/+0
* Remove advertising clause from University of California Regent's license,imp2004-04-061-4/+0
* Back out previous commit due to objections.des2004-02-161-2/+0
* Don't panic if we fail to satisfy an M_WAITOK request; return 0 instead.des2004-02-161-0/+2
* Unmanage pages allocated by kmem_alloc(). (There is no point in having PValc2004-01-101-0/+1
* Don't bother clearing PG_ZERO in contigmalloc1(), kmem_alloc(), oralc2004-01-061-2/+0
* - Increase the scope of the kmem_object's lock in kmem_malloc(). Add aalc2004-01-011-2/+7
* Remove GIANT_REQUIRED from kmem_suballoc().alc2003-12-281-2/+0
* NFC: Update stale comments.mini2003-11-101-3/+3
* Synchronize access to a vm page's valid field using the containingalc2003-10-041-4/+4
* Call vm_page_unmanage() on pages belonging to the kmem_object. Thisalc2003-09-141-0/+1
* Change clean_map from a global to an auto variableeivind2003-09-011-1/+0
* Add the mlockall() and munlockall() system calls.bms2003-08-111-1/+2
* More pipe changes:silby2003-08-111-0/+1
* Update the comment at the head of kmem_alloc_nofault() to describe itsalc2003-08-011-1/+5
* Remove GIANT_REQUIRED from kmem_alloc().alc2003-07-271-2/+0
* Remove GIANT_REQUIRED from kmem_malloc().alc2003-06-281-3/+0
OpenPOWER on IntegriCloud