aboutsummaryrefslogtreecommitdiff
path: root/vm/vm_pageout.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings with -Wmissing-prototypes.Flavio Cruz2022-12-271-1/+1
* VM: really fix pageout of external objects backed by the default pagerRichard Braun2016-12-271-10/+3
* VM: fix pageout of external objects backed by the default pagerRichard Braun2016-12-241-0/+9
* VM: fix pageout timeoutRichard Braun2016-12-211-1/+1
* VM: fix pageout throttling to external pagersRichard Braun0 min.1-5/+25
* Remove deprecated external memory management interface.Justus Winter2016-10-031-7/+6
* Rework pageout to handle multiple segmentsRichard Braun2016-09-211-548/+101
* Redefine what an external page isRichard Braun2016-09-211-41/+0
* VM: improve pageout deadlock workaroundRichard Braun2016-09-161-1/+1
* Fix pageout deadlockRichard Braun2016-05-161-0/+1
* Merge remote-tracking branch 'remotes/origin/rbraun/vm_cache_policy'Richard Braun2016-03-111-1/+6
|\
| * VM cache policy changeRichard Braun2013-10-091-1/+6
* | Fix various memory managment errorsRichard Braun2016-02-021-10/+10
* | vm: really fix traversing the list of inactive pagesJustus Winter2015-07-121-1/+1
* | vm: fix traversing the list of inactive pagesJustus Winter2015-07-111-1/+1
* | kern: avoid #if 0ing out thread_collect_scanJustus Winter2015-02-181-0/+2
* | Tune pageout parametersSamuel Thibault2014-08-301-5/+5
* | Increate the pageout thread prioritySamuel Thibault2014-08-301-0/+1
* | Convert from K&R to ANSIMarin Ramesa2014-04-041-10/+10
* | Declare void argument listsMarin Ramesa2013-12-151-4/+4
* | vm/vm_pageout.c: remove forward declarationsMarin Ramesa2013-12-091-3/+0
* | i386/i386/vm_tuning.h: remove fileMarin Ramesa2013-11-151-1/+0
* | vm/vm_pageout.c: remove register qualifiersMarin Ramesa2013-11-151-12/+12
|/
* Add statistics for task_events_infoDavid Höppner2013-01-131-0/+1
* Adjust the kernel to use the slab allocatorRichard Braun2011-12-171-3/+4
* Fix warningSamuel Thibault2009-10-201-1/+0
* 2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-0/+3
* 2006-12-03 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-12/+0
* 2006-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-1/+1
* 2006-11-09 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-4/+2
* 2006-03-20 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-9/+0
* 2001-04-04 Roland McGrath <roland@frob.com>Roland McGrath2001-04-051-16/+16
* 1999-06-29 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-06-291-5/+17
* 1999-06-27 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-06-281-0/+2
* 1999-06-27 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-06-281-2/+0
* Oopsies in previous changes.Thomas Bushnell1999-06-281-3/+3
* 1999-06-27 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-06-271-12/+71
* Initial sourceThomas Bushnell1997-02-251-0/+924