| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use | John Baldwin | 2013-09-09 | 1 | -1/+1 |
| * | - Use an arbitrary but reasonably large import size for kva on architectures | Jeff Roberson | 2013-08-19 | 1 | -1/+2 |
| * | Add new mmap(2) flags to permit applications to request specific virtual | John Baldwin | 2013-08-16 | 1 | -1/+1 |
| * | Replace kernel virtual address space allocation with vmem. This provides | Jeff Roberson | 2013-08-07 | 1 | -13/+64 |
| * | - Add a general purpose resource allocator, vmem, from NetBSD. It was | Jeff Roberson | 2013-06-28 | 1 | -17/+21 |
| * | Only size and create the bio_transient_map when unmapped buffers are | Konstantin Belousov | 2013-03-21 | 1 | -4/+6 |
| * | Implement the concept of the unmapped VMIO buffers, i.e. buffers which | Konstantin Belousov | 2013-03-19 | 1 | -1/+6 |
| * | Switch the vm_object mutex to be a rwlock. This will enable in the | Attilio Rao | 2013-03-09 | 1 | -1/+1 |
| * | Move the callout subsystem initialization to its own SYSINIT() | Andre Oppermann | 2013-03-08 | 1 | -7/+0 |
| * | Introduce exec_alloc_args(). The objective being to encapsulate the | Alan Cox | 2010-07-27 | 1 | -3/+1 |
| * | Change the order in which the file name, arguments, environment, and | Alan Cox | 2010-07-25 | 1 | -1/+3 |
| * | Align the start of the clean submap to a superpage boundary. Although | Alan Cox | 2010-02-21 | 1 | -1/+1 |
| * | Adjust some variables (mostly related to the buffer cache) that hold | John Baldwin | 2009-03-09 | 1 | -3/+3 |
| * | Introduce a new parameter "superpage_align" to kmem_suballoc() that is | Alan Cox | 2008-05-10 | 1 | -5/+6 |
| * | In keeping with style(9)'s recommendations on macros, use a ';' | Robert Watson | 2008-03-16 | 1 | -1/+1 |
| * | Add the vm.exec_map_entries tunable and read-only sysctl, which controls | Kris Kennaway | 2005-04-25 | 1 | -1/+7 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Remove dead code. A vm_map's first_free is never NULL (even if the map is | Alan Cox | 2004-08-07 | 1 | -7/+2 |
| * | The demise of vm_pager_map_page() in revision 1.93 of vm/vm_pager.c permits | Alan Cox | 2004-04-08 | 1 | -2/+2 |
| * | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-06 | 1 | -4/+0 |
| * | Remove unused arguments from pmap_init(). | Alan Cox | 2004-04-05 | 1 | -1/+1 |
| * | Eliminate unused arguments from vm_page_startup(). | Alan Cox | 2004-04-04 | 1 | -1/+1 |
| * | Change clean_map from a global to an auto variable | Eivind Eklund | 2003-09-01 | 1 | -0/+1 |
| * | More pipe changes: | Mike Silbersack | 2003-08-11 | 1 | -0/+3 |
| * | Avoid an unnecessary calculation: there is no need to subtract | Robert Drehmel | 2003-07-13 | 1 | -1/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -2/+3 |
| * | Move the definitions of the hw.physmem, hw.usermem and hw.availpages | Thomas Moestl | 2002-11-07 | 1 | -0/+2 |
| * | Change hw.physmem and hw.usermem to unsigned long like they used to be | Peter Wemm | 2002-08-30 | 1 | -2/+2 |
| * | Remove references to vm_zone.h and switch over to the new uma API. | Jeff Roberson | 2002-03-20 | 1 | -1/+0 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -1/+1 |
| * | This is the first part of the new kernel memory allocator. This replaces | Jeff Roberson | 2002-03-19 | 1 | -1/+0 |
| * | - Remove a number of extra newlines that do not belong here according to | Eivind Eklund | 2002-03-10 | 1 | -2/+0 |
| * | Move most of the kernel submap initialization code, including the | Matthew Dillon | 2001-08-22 | 1 | -0/+89 |
| * | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | Matthew Dillon | 2001-07-04 | 1 | -6/+0 |
| * | Sort includes from previous commit. | John Baldwin | 2001-05-22 | 1 | -1/+1 |
| * | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein | 2001-05-19 | 1 | -1/+7 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -1/+2 |
| * | Add missing include. | John Baldwin | 2001-01-24 | 1 | -0/+1 |
| * | Call vm_zone_init() at the appropriate time. | Dag-Erling Smørgrav | 2001-01-22 | 1 | -0/+2 |
| * | Revert spelling mistake I made in the previous commit | Philippe Charnier | 2000-03-27 | 1 | -1/+1 |
| * | Spelling | Philippe Charnier | 2000-03-26 | 1 | -1/+1 |
| * | useracc() the prequel: | Poul-Henning Kamp | 1999-10-29 | 1 | -1/+0 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Back out DIAGNOSTIC changes. | Eivind Eklund | 1998-02-06 | 1 | -3/+1 |
| * | Turn DIAGNOSTIC into a new-style option. | Eivind Eklund | 1998-02-04 | 1 | -1/+3 |
| * | Removed unused #includes. | Bruce Evans | 1997-08-02 | 1 | -4/+1 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | This is the kernel Lite/2 commit. There are some requisite userland | John Dyson | 1997-02-10 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Changes to support 1Tb filesizes. Pages are now named by an | John Dyson | 1995-12-11 | 1 | -2/+2 |