aboutsummaryrefslogtreecommitdiff
path: root/vm/vm_resident.c
Commit message (Expand)AuthorAgeFilesLines
* vm_page_print: Fix typoHEADmasterSamuel Thibault2025-02-051-1/+1
* vm_page_bootalloc: Return a phys_addr_tSamuel Thibault2023-08-291-1/+2
* vm: Fix ordering of addresses between DMA32 and DIRECTMAPSamuel Thibault2023-08-141-0/+6
* Shrink struct vm_page sizeSergey Bugaev2023-07-031-1/+1
* slock: Fix initialization of statically-allocated slocksSamuel Thibault2023-02-081-2/+2
* Remove existing old style definitions and use -Wold-style-definition.Flavio Cruz2023-01-191-2/+1
* Fix some warnings with -Wmissing-prototypes.Flavio Cruz2022-12-271-0/+1
* vm_page_grab: allow allocating in high memorySamuel Thibault2021-08-271-5/+18
* VM: fix pageout throttling to external pagersRichard Braun0 min.1-11/+12
* Enable high memoryRichard Braun2016-09-211-0/+9
* Rework pageout to handle multiple segmentsRichard Braun2016-09-211-266/+50
* Redefine what an external page isRichard Braun2016-09-211-36/+30
* Replace vm_offset_t with phys_addr_t where appropriateRichard Braun2016-09-211-2/+2
* Remove phys_first_addr and phys_last_addr global variablesRichard Braun2016-09-211-3/+3
* Change page cache statisticsRichard Braun2016-06-171-10/+15
* Avoid panics on physical memory exhaustionRichard Braun2016-03-131-2/+4
* Merge remote-tracking branch 'remotes/origin/rbraun/vm_cache_policy'Richard Braun2016-03-111-2/+2
|\
| * VM cache policy changeRichard Braun2013-10-091-2/+2
* | Avoid panics on physical memory exhaustionRichard Braun2016-02-161-2/+4
* | Fix various memory managment errorsRichard Braun2016-02-021-26/+19
* | Stack the slab allocator directly on top of the physical allocatorRichard Braun2016-02-021-7/+1
* | Use vm_page as the physical memory allocatorRichard Braun2016-01-231-387/+159
* | vm: fix typoJustus Winter2015-02-181-1/+1
* | Declare void argument lists (part 2)Marin Ramesa2013-12-201-1/+1
* | vm: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-171-1/+1
* | vm/vm_resident.c (vm_page_print): remove unnecessary castsMarin Ramesa2013-12-151-2/+2
* | vm/vm_resident.c: correct commentMarin Ramesa2013-12-051-1/+1
* | vm/vm_resident.c: remove register qualifiersMarin Ramesa2013-11-151-43/+43
|/
* vm: organize vm print function prototypesMarin Ramesa2013-07-181-0/+1
* Fix format warningsMiguel Figueiredo2013-06-041-1/+1
* Fix compilation warning implicit function declaration kdbprintfDavid Höppner2013-01-041-0/+5
* Provide basic page cache statisticsRichard Braun2012-09-231-0/+15
* Adjust VM initializationRichard Braun2011-12-171-1/+0
* Adjust the kernel to use the slab allocatorRichard Braun2011-12-171-15/+7
* Free memory used by boot modulesSamuel Thibault2011-09-051-0/+5
* Warn once when part of the kernel is lacking memorySamuel Thibault2011-04-201-0/+2
* Add missing castsGuillem Jover2009-12-181-2/+2
* Fix a bug in vm_page_grab_contiguous_pages.Zheng Da2009-11-111-5/+4
* Fix warningsSamuel Thibault2009-10-201-2/+0
* 2006-12-30 Richard Braun <syn@hurdfr.org>Samuel Thibault2009-06-181-1/+1
* 2006-12-03 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-4/+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-1/+2
* 2006-11-07 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2006-11-05 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+3
* 2006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-3/+1
* 2006-01-31 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-1/+1
* 1999-09-04 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-09-041-3/+4
* 1999-06-29 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-06-291-1/+2
* 1999-06-29 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-06-291-1/+1