aboutsummaryrefslogtreecommitdiff
path: root/vm/vm_map.c
Commit message (Expand)AuthorAgeFilesLines
* vm_wire_all: Fix vm_map_protect caseSamuel Thibault2022-11-271-1/+2
* fix warnings for 32 bit buildsLuca Dariz2022-08-271-1/+1
* vm_region_get_proxy: rename to create_proxySergey Bugaev2021-11-071-4/+4
* Memory proxies: Add support for anonymous mappingsSergey Bugaev2021-11-071-4/+17
* vm: vm_region_get_proxyJoan Lledó2021-11-071-0/+56
* vm_page_grab: allow allocating in high memorySamuel Thibault2021-08-271-1/+1
* vm_map: Avoid linking gaps for vm_copy_tSamuel Thibault2021-01-041-16/+20
* vm_map: print warning when max_size gets smaller than sizeSamuel Thibault2021-01-041-0/+2
* vm_map: Fix taking into account high bits in maskSamuel Thibault2020-12-201-2/+29
* satisfy 'werror=parantheses'.guy fleury iteriteka2019-08-311-1/+1
* Fix the pointer comparison of different type.guy fleury iteriteka2019-08-311-1/+1
* fix return KERN_INVALID_ARGUMENT when the map is NULL.guy fleury iteriteka2019-08-301-2/+2
* Fix allocation testSamuel Thibault2019-08-111-1/+1
* Add vm_object_sync supportSamuel Thibault2018-11-031-0/+31
* vm_map: Fix bugs on huge masks parametersSamuel Thibault2018-04-221-2/+4
* Fix warningSamuel Thibault2018-01-281-1/+1
* vm: Improve error handling.Justus Winter2017-08-141-1/+5
* Fix typo.Justus Winter2017-08-141-1/+1
* VM: add the vm_wire_all callRichard Braun2016-12-241-5/+86
* VM: rework map entry wiringRichard Braun2016-12-241-271/+290
* VM: make vm_wire more POSIX-friendlyRichard Braun2016-12-111-10/+15
* vm: Print names of maps in the debugger.Justus Winter2016-11-041-2/+2
* Gracefully handle pmap allocation failures.Justus Winter2016-10-211-0/+3
* Redefine what an external page isRichard Braun2016-09-211-1/+1
* VM: improve pageout deadlock workaroundRichard Braun2016-09-161-23/+40
* Remove map entry pageability property.Richard Braun2016-09-071-56/+6
* vm: fix boot on xenRichard Braun2016-08-291-3/+10
* VM: fix pageout-related deadlockRichard Braun2016-08-071-0/+18
* Augment VM maps with task namesRichard Braun2016-08-061-1/+2
* Fix overflow checking on VM map copyinRichard Braun2016-06-091-6/+22
* Fix deadlockRichard Braun2016-06-071-1/+1
* vm_map: back allocations with a red-black treeRichard Braun2016-05-201-223/+295
* Fix slab allocator option handlingRichard Braun2016-02-221-1/+1
* Avoid slab allocation failures caused by memory fragmentationRichard Braun2016-02-201-2/+6
* Stack the slab allocator directly on top of the physical allocatorRichard Braun2016-02-021-53/+7
* Improve map debugging readabilityRichard Braun2015-12-291-9/+9
* Improve VM map debuggingRichard Braun2015-12-291-1/+7
* Fix vm_map_copyoutRichard Braun2015-12-291-0/+1
* Fix wired accountingSamuel Thibault2015-11-271-0/+2
* Allow non-privileged tasks to wire 64KiB task memorySamuel Thibault2015-07-091-0/+15
* Convert from K&R to ANSIMarin Ramesa2014-04-041-178/+164
* vm: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-171-4/+4
* vm/vm_map.c: use boolean instead of an intMarin Ramesa2013-12-091-2/+2
* vm/vm_map.c: remove forward declarationsMarin Ramesa2013-12-051-4/+0
* vm: move forward declarations into a header fileMarin Ramesa2013-11-241-16/+0
* vm/vm_map.c: remove register qualifiersMarin Ramesa2013-11-151-111/+87
* vm/vm_map.c: trivial stylistic fix for consistencyMarin Ramesa2013-11-151-1/+1
* vm: organize vm print function prototypesMarin Ramesa2013-07-181-0/+1
* Fix compilation warning implicit function declaration kdbprintfDavid Höppner2013-01-041-0/+5
* Fix calls to vm_map when size is 0Richard Braun2012-11-201-0/+3