| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove swblk_t. | Mark Johnston | 2020-02-17 | 1 | -9/+4 |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Make the swap_pager_full variable static. | Konstantin Belousov | 2017-08-30 | 1 | -1/+0 |
* | Remove unused function swap_pager_isswapped(). | Konstantin Belousov | 2017-07-19 | 1 | -1/+0 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | Add a page queue for holding dirty anonymous unswappable pages. | Mark Johnston | 2017-01-03 | 1 | -0/+1 |
* | Improve vm_object_scan_all_shadowed() to also check swap backing objects. | Konstantin Belousov | 2016-12-18 | 1 | -0/+1 |
* | Do not map the swap i/o pbufs if the geom provider for the swap | Konstantin Belousov | 2013-03-19 | 1 | -0/+1 |
* | Implement the linprocfs swaps file, providing information about the | Konstantin Belousov | 2011-08-01 | 1 | -1/+2 |
* | - Move 'struct swdevt' back into swap_pager.h and expose it to userland. | John Baldwin | 2007-02-07 | 1 | -0/+32 |
* | On shutdown try to turn off all swap devices. This way GEOM providers are | Pawel Jakub Dawidek | 2006-04-10 | 1 | -0/+1 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-06 | 1 | -4/+0 |
* | Staticize swap_pager_putpages() | Poul-Henning Kamp | 2003-08-06 | 1 | -6/+0 |
* | Change the layout policy of the swap_pager from a hardcoded width | Poul-Henning Kamp | 2003-08-03 | 1 | -2/+3 |
* | Remove unused stuff. | Poul-Henning Kamp | 2003-07-31 | 1 | -16/+0 |
* | Move the implementation of the vmspace_swap_count() (used only in | Poul-Henning Kamp | 2003-07-18 | 1 | -27/+0 |
* | Add a new function swap_pager_status() which reports the total size of the | Poul-Henning Kamp | 2003-07-18 | 1 | -1/+1 |
* | Merge swap_pager.c and vm_swap.c into swap_pager.c, the separation | Poul-Henning Kamp | 2003-07-18 | 1 | -27/+1 |
* | Make sure that SWP_NPAGES always has the same value in all source | Poul-Henning Kamp | 2003-07-17 | 1 | -1/+5 |
* | Make swap_pager_haspages() static; remove unused function prototypes. | Alan Cox | 2003-06-20 | 1 | -4/+0 |
* | - Move swap_pager_isswapped()'s prototype to a more logical place. | Alan Cox | 2003-04-24 | 1 | -0/+1 |
* | Remove unused declarations. | Alan Cox | 2003-04-22 | 1 | -4/+0 |
* | Make struct swblock kernel only, to make vm/swap_pager.h userland includable. | Poul-Henning Kamp | 2003-01-03 | 1 | -1/+18 |
* | Avoid extern decls in .c files by putting them in the vm/swap_pager.h | Poul-Henning Kamp | 2003-01-03 | 1 | -0/+9 |
* | Use correct _VM_SWAP_PAGER_H_ to check for multiple inclusion. | Poul-Henning Kamp | 2003-01-03 | 1 | -3/+3 |
* | This is David Schultz's swapoff code which I am finally able to commit. | Matthew Dillon | 2002-12-15 | 1 | -0/+2 |
* | Use `struct uma_zone *' instead of uma_zone_t, so that <sys/uma.h> isn't | Bruce Evans | 2002-09-05 | 1 | -1/+1 |
* | Remove references to vm_zone.h and switch over to the new uma API. | Jeff Roberson | 2002-03-20 | 1 | -1/+1 |
* | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -10/+10 |
* | - Remove a number of extra newlines that do not belong here according to | Eivind Eklund | 2002-03-10 | 1 | -4/+1 |
* | - If swap metadata does not fit into the KVM, reduce the number of | Seigo Tanimura | 2000-12-13 | 1 | -0/+1 |
* | The swap bitmap allocator was not calculating the bitmap size properly | Matthew Dillon | 2000-10-13 | 1 | -6/+3 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -1/+1 |
* | Remove the non-functional "swap device" userland front-end to the | Peter Wemm | 1999-11-18 | 1 | -0/+4 |
* | Fix a number of spl bugs related to reserving and freeing swap space. | Matthew Dillon | 1999-09-17 | 1 | -1/+2 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | vm_pager_put_pages() is passed an rcval array to hold per-page return | Matthew Dillon | 1999-01-24 | 1 | -2/+2 |
* | This is a rather large commit that encompasses the new swapper, | Matthew Dillon | 1999-01-21 | 1 | -10/+34 |
* | Removed no longer valid comment about swb_block being int instead of | Alexander Langer | 1998-07-10 | 1 | -2/+2 |
* | Tighten up management of memory and swap space during map allocation, | John Dyson | 1998-04-29 | 1 | -2/+2 |
* | Fix page prezeroing for SMP, and fix some potential paging-in-progress | John Dyson | 1998-02-25 | 1 | -1/+2 |
* | Significantly improve the efficiency of the swap pager, which appears to | John Dyson | 1998-02-23 | 1 | -1/+4 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
* | Initial support for MADV_FREE, support for pages that we don't care | John Dyson | 1996-05-23 | 1 | -1/+2 |
* | In order to fix some concurrency problems with the swap pager early | John Dyson | 1996-03-03 | 1 | -1/+2 |
* | Fix a bunch of spelling errors in the comment fields of | Mike Pritchard | 1996-01-30 | 1 | -2/+2 |
* | Another mega commit to staticize things. | Poul-Henning Kamp | 1995-12-14 | 1 | -3/+1 |
* | Changes to support 1Tb filesizes. Pages are now named by an | John Dyson | 1995-12-11 | 1 | -4/+5 |