aboutsummaryrefslogtreecommitdiff
path: root/vm/vm_map.h
Commit message (Expand)AuthorAgeFilesLines
* Fix various function pointer typesSergey Bugaev2024-12-101-4/+4
* vm_map_lookup: Add parameter for keeping map lockedDamien Zammit2024-02-221-1/+1
* vm: Add vm_map_coalesce_entrySergey Bugaev2023-11-271-0/+2
* Use -Wstrict-prototypes and fix warningsFlavio Cruz2022-12-211-5/+9
* vm_map: Avoid linking gaps for vm_copy_tSamuel Thibault2021-01-041-2/+4
* Add vm_object_sync supportSamuel Thibault2018-11-031-0/+4
* VM: add the vm_wire_all callRichard Braun2016-12-241-1/+4
* VM: rework map entry wiringRichard Braun2016-12-241-12/+7
* VM: improve pageout deadlock workaroundRichard Braun2016-09-161-6/+2
* Remove map entry pageability property.Richard Braun2016-09-071-6/+2
* Augment VM maps with task namesRichard Braun2016-08-061-0/+8
* vm_map: back allocations with a red-black treeRichard Braun2016-05-201-0/+11
* Stack the slab allocator directly on top of the physical allocatorRichard Braun2016-02-021-3/+0
* Allow non-privileged tasks to wire 64KiB task memorySamuel Thibault2015-07-091-0/+1
* kern: import `macros.h' from x15Justus Winter2015-05-191-1/+1
* vm: make struct vm_map fit into a cache lineJustus Winter2014-04-301-2/+5
* vm/vm_map.c: remove forward declarationsMarin Ramesa2013-12-051-1/+4
* vm: move forward declarations into a header fileMarin Ramesa2013-11-241-0/+17
* Increase kernel map entry pool sizeRichard Braun2013-10-101-1/+1
* vm: organize vm print function prototypesMarin Ramesa2013-07-181-3/+0
* Double KENTRY_DATA_SIZESamuel Thibault2013-01-061-1/+2
* Augment VM maps with a red-black treeRichard Braun2012-04-271-3/+8
* Use unsigned long for addresses and sizesSamuel Thibault2012-03-091-1/+1
* Move kentry_data_size initial value to headerSamuel Thibault2012-03-081-0/+2
* Adjust VM initializationRichard Braun2011-12-171-0/+3
* Update constants to nowadays standardsSamuel Thibault2009-10-141-1/+1
* 2008-11-15 Shakthi Kannan <shakshurd@gmail.com>Samuel Thibault2009-06-181-0/+1
* 2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-0/+54
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+6
* 2007-05-05 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-41/+71
* 2006-11-05 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-4/+0
* 2001-04-04 Roland McGrath <roland@frob.com>Roland McGrath2001-04-051-4/+4
* Initial sourceThomas Bushnell1997-02-251-0/+448