aboutsummaryrefslogtreecommitdiff
path: root/vm/vm_kern.c
Commit message (Expand)AuthorAgeFilesLines
* Use -Wstrict-prototypes and fix warningsFlavio Cruz2022-12-211-1/+1
* projected_buffer_*: Fix storing physical addressSamuel Thibault2022-02-171-3/+5
* vm_map: Avoid linking gaps for vm_copy_tSamuel Thibault2021-01-041-2/+2
* vm_kern: Add kmem_alloc_aligned_tableAlmudena Garcia2020-08-121-0/+39
* kmem_alloc_wired: factorize with kmem_vallocSamuel Thibault2020-05-011-49/+3
* Add kmem_vallocSamuel Thibault2020-05-011-0/+76
* vm: Print map names in case of failures.Justus Winter2016-10-211-4/+8
* Remove map entry pageability property.Richard Braun2016-09-071-5/+3
* vm: fix panic messageJustus Winter2015-07-091-2/+1
* Fix typoFlávio Cruz2015-06-051-1/+1
* vm: drop unused `kmem_realloc'Justus Winter2015-05-231-101/+1
* Convert from K&R to ANSIMarin Ramesa2014-04-041-87/+93
* vm: trigger garbage collection on kernel memory pressureRichard Braun2014-02-061-3/+48
* Fix potential NULL dereferenceSamuel Thibault2014-02-041-2/+4
* vm/vm_kern.c (kmem_submap): remove unnecessary castMarin Ramesa2013-12-151-1/+1
* vm/vm_kern.c: remove forward declarationsMarin Ramesa2013-12-051-3/+0
* vm/vm_kern.c: remove register qualifiersMarin Ramesa2013-11-151-12/+10
* Adjust VM initializationRichard Braun2011-12-171-17/+13
* Warn once when part of the kernel is lacking memorySamuel Thibault2011-04-201-1/+8
* 2008-11-15 Shakthi Kannan <shakshurd@gmail.com>Samuel Thibault2009-06-181-2/+2
* 2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-0/+1
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2006-11-11 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-1/+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-11-05 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-3/+5
* 2006-01-31 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-1/+1
* Initial sourceThomas Bushnell1997-02-251-0/+1072