aboutsummaryrefslogtreecommitdiff
path: root/vm/vm_object.c
Commit message (Expand)AuthorAgeFilesLines
* vm: Make vm_object_coalesce return new object and offsetSergey Bugaev2023-07-051-13/+40
* vm: Allow coalescing null object with an internal objectSergey Bugaev2023-07-031-26/+49
* vm: Allow coalescing a VM object with itselfSergey Bugaev2023-07-031-5/+17
* slock: Fix initialization of statically-allocated slocksSamuel Thibault2023-02-081-2/+2
* Include mig generated headers to avoid warnings with -Wmissing-prototypes.Flavio Cruz2023-01-191-0/+1
* Fix some warnings with -Wmissing-prototypes.Flavio Cruz2022-12-271-3/+3
* vm_object: Fix vm_object_page_map map function prototypeSamuel Thibault2022-02-161-2/+2
* Fix rejecting the mapping of some pagesSamuel Thibault2021-11-281-1/+4
* vm_object_copy_call: Make sure vm_object_enter succeedsSamuel Thibault2020-03-151-0/+1
* Drop the register qualifier.Justus Winter2017-10-231-1/+1
* vm: Remove old memory manager remnants.Justus Winter2017-09-211-5/+0
* Remove deprecated external memory management interface.Justus Winter2016-10-031-1/+0
* Change page cache statisticsRichard Braun2016-06-171-5/+11
* Fix pageout deadlockRichard Braun2016-05-161-0/+2
* Merge remote-tracking branch 'remotes/origin/rbraun/vm_cache_policy'Richard Braun2016-03-111-140/+92
|\
| * Fix page cache accountingRichard Braun2016-02-071-30/+40
| * VM cache policy changeRichard Braun2013-10-091-116/+49
* | Stack the slab allocator directly on top of the physical allocatorRichard Braun2016-02-021-1/+1
* | Use vm_page as the physical memory allocatorRichard Braun2016-01-231-1/+2
* | Slightly improve map debugging readabilityRichard Braun2016-01-011-1/+2
* | Improve map debugging readabilityRichard Braun2015-12-291-7/+7
* | Nicer out of memory condition reportingSamuel Thibault2015-11-291-0/+4
* | vm: collapse unreachable branch into assertionJustus Winter2015-08-181-28/+3
* | vm: drop debugging remnantsJustus Winter2015-07-101-10/+0
* | vm: gracefully handle resource shortageJustus Winter2015-05-201-14/+12
* | vm: Fix typo in comment (found by codespell)Stefan Weil2015-01-021-1/+1
* | vm/vm_object.c: remove unused variableMarin Ramesa2013-12-091-2/+0
* | vm: move forward declarations into a header fileMarin Ramesa2013-11-241-10/+0
* | vm/vm_object.c: remove register qualifiersMarin Ramesa2013-11-151-42/+35
* | Remove lint codeMarin Ramesa2013-11-091-12/+0
|/
* vm: organize vm print function prototypesMarin Ramesa2013-07-181-0/+1
* Fix compilation warning implicit function declaration kdbprintfDavid Höppner2013-01-041-0/+4
* Provide basic page cache statisticsRichard Braun2012-09-231-0/+14
* Use unsigned long for addresses and sizesSamuel Thibault2012-03-091-1/+1
* Adjust VM initializationRichard Braun2011-12-171-41/+46
* Adjust the kernel to use the slab allocatorRichard Braun2011-12-171-10/+8
* Add a SoftDebugger functionSamuel Thibault2009-12-211-1/+1
* Update constants to nowadays standardsSamuel Thibault2009-10-141-1/+1
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+1
* 2007-03-01 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-18/+6
* 2006-12-30 Richard Braun <syn@hurdfr.org>Samuel Thibault2009-06-181-1/+1
* 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-1/+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-6/+2
* 2006-03-20 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-64/+0
* 2006-01-31 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-1/+1
* prerelease workThomas Bushnell1997-03-241-1/+1
* Initial sourceThomas Bushnell1997-02-251-0/+3090