summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_init.c
Commit message (Expand)AuthorAgeFilesLines
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-1/+1
* - Use an arbitrary but reasonably large import size for kva on architecturesjeff2013-08-191-1/+2
* Add new mmap(2) flags to permit applications to request specific virtualjhb2013-08-161-1/+1
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-13/+64
* - Add a general purpose resource allocator, vmem, from NetBSD. It wasjeff2013-06-281-17/+21
* Only size and create the bio_transient_map when unmapped buffers arekib2013-03-211-4/+6
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichkib2013-03-191-1/+6
* MFCattilio2013-03-091-7/+0
* Switch vm_object lock to be a rwlock.attilio2013-02-201-1/+1
* Introduce exec_alloc_args(). The objective being to encapsulate thealc2010-07-271-3/+1
* Change the order in which the file name, arguments, environment, andalc2010-07-251-1/+3
* Align the start of the clean submap to a superpage boundary. Althoughalc2010-02-211-1/+1
* Adjust some variables (mostly related to the buffer cache) that holdjhb2009-03-091-3/+3
* Introduce a new parameter "superpage_align" to kmem_suballoc() that isalc2008-05-101-5/+6
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* Add the vm.exec_map_entries tunable and read-only sysctl, which controlskris2005-04-251-1/+7
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Remove dead code. A vm_map's first_free is never NULL (even if the map isalc2004-08-071-7/+2
* The demise of vm_pager_map_page() in revision 1.93 of vm/vm_pager.c permitsalc2004-04-081-2/+2
* Remove advertising clause from University of California Regent's license,imp2004-04-061-4/+0
* Remove unused arguments from pmap_init().alc2004-04-051-1/+1
* Eliminate unused arguments from vm_page_startup().alc2004-04-041-1/+1
* Change clean_map from a global to an auto variableeivind2003-09-011-0/+1
* More pipe changes:silby2003-08-111-0/+3
* Avoid an unnecessary calculation: there is no need to subtractrobert2003-07-131-1/+1
* Use __FBSDID().obrien2003-06-111-2/+3
* Move the definitions of the hw.physmem, hw.usermem and hw.availpagestmm2002-11-071-0/+2
* Change hw.physmem and hw.usermem to unsigned long like they used to bepeter2002-08-301-2/+2
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-1/+0
* Remove __P.alfred2002-03-191-1/+1
* This is the first part of the new kernel memory allocator. This replacesjeff2002-03-191-1/+0
* - Remove a number of extra newlines that do not belong here according toeivind2002-03-101-2/+0
* Move most of the kernel submap initialization code, including thedillon2001-08-221-0/+89
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-6/+0
* Sort includes from previous commit.jhb2001-05-221-1/+1
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-1/+7
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-1/+2
* Add missing include.jhb2001-01-241-0/+1
* Call vm_zone_init() at the appropriate time.des2001-01-221-0/+2
* Revert spelling mistake I made in the previous commitcharnier2000-03-271-1/+1
* Spellingcharnier2000-03-261-1/+1
* useracc() the prequel:phk1999-10-291-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Removed unused #includes.bde1997-08-021-4/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-111-2/+2
OpenPOWER on IntegriCloud