summaryrefslogtreecommitdiff
path: root/vm/vm_map.c
AgeCommit message (Expand)Author
2021-01-04vm_map: Avoid linking gaps for vm_copy_tSamuel Thibault
2021-01-04vm_map: print warning when max_size gets smaller than sizeSamuel Thibault
2020-12-20vm_map: Fix taking into account high bits in maskSamuel Thibault
2019-08-31satisfy 'werror=parantheses'.guy fleury iteriteka
2019-08-31Fix the pointer comparison of different type.guy fleury iteriteka
2019-08-30fix return KERN_INVALID_ARGUMENT when the map is NULL.guy fleury iteriteka
2019-08-11Fix allocation testSamuel Thibault
2018-11-03Add vm_object_sync supportSamuel Thibault
2018-04-22vm_map: Fix bugs on huge masks parametersSamuel Thibault
2018-01-28Fix warningSamuel Thibault
2017-08-14vm: Improve error handling.Justus Winter
2017-08-14Fix typo.Justus Winter
2016-12-24VM: add the vm_wire_all callRichard Braun
2016-12-24VM: rework map entry wiringRichard Braun
2016-12-11VM: make vm_wire more POSIX-friendlyRichard Braun
2016-11-04vm: Print names of maps in the debugger.Justus Winter
2016-10-21Gracefully handle pmap allocation failures.Justus Winter
2016-09-21Redefine what an external page isRichard Braun
2016-09-16VM: improve pageout deadlock workaroundRichard Braun
2016-09-07Remove map entry pageability property.Richard Braun
2016-08-29vm: fix boot on xenRichard Braun
2016-08-07VM: fix pageout-related deadlockRichard Braun
2016-08-06Augment VM maps with task namesRichard Braun
2016-06-09Fix overflow checking on VM map copyinRichard Braun
2016-06-07Fix deadlockRichard Braun
2016-05-20vm_map: back allocations with a red-black treeRichard Braun
2016-02-22Fix slab allocator option handlingRichard Braun
2016-02-20Avoid slab allocation failures caused by memory fragmentationRichard Braun
2016-02-02Stack the slab allocator directly on top of the physical allocatorRichard Braun
2015-12-29Improve map debugging readabilityRichard Braun
2015-12-29Improve VM map debuggingRichard Braun
2015-12-29Fix vm_map_copyoutRichard Braun
2015-11-27Fix wired accountingSamuel Thibault
2015-07-09Allow non-privileged tasks to wire 64KiB task memorySamuel Thibault
2014-04-04Convert from K&R to ANSIMarin Ramesa
2013-12-17vm: qualify pointers whose dereferenced values are constant with constMarin Ramesa
2013-12-09vm/vm_map.c: use boolean instead of an intMarin Ramesa
2013-12-05vm/vm_map.c: remove forward declarationsMarin Ramesa
2013-11-24vm: move forward declarations into a header fileMarin Ramesa
2013-11-15vm/vm_map.c: remove register qualifiersMarin Ramesa
2013-11-15vm/vm_map.c: trivial stylistic fix for consistencyMarin Ramesa
2013-07-18vm: organize vm print function prototypesMarin Ramesa
2013-01-04Fix compilation warning implicit function declaration kdbprintfDavid Höppner
2012-11-20Fix calls to vm_map when size is 0Richard Braun
2012-04-27Augment VM maps with a red-black treeRichard Braun
2012-03-09Use unsigned long for addresses and sizesSamuel Thibault
2012-03-08Move kentry_data_size initial value to headerSamuel Thibault
2011-12-17Fix kern/kalloc.h includesRichard Braun
2011-12-17Adjust VM initializationRichard Braun
2011-12-17Adjust the kernel to use the slab allocatorRichard Braun