summaryrefslogtreecommitdiff
path: root/vm
AgeCommit message (Expand)Author
2020-04-18device/intr: WIP interrupts in userspace as a deviceDamien Zammit
2020-04-13TESTDamien Zammit
2020-03-2964bit: Fix vm_size_t sizeSamuel Thibault
2020-03-15vm_object_copy_call: Make sure vm_object_enter succeedsSamuel 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-10-23Drop the register qualifier.Justus Winter
2017-09-21vm: Remove old memory manager remnants.Justus Winter
2017-08-14vm: Improve error handling.Justus Winter
2017-08-14Fix typo.Justus Winter
2017-08-12vm: Mute paging error message.Justus Winter
2017-03-04Rewrite gsync so that it works with remote tasks v2Agustina Arzille
2016-12-27VM: really fix pageout of external objects backed by the default pagerRichard Braun
2016-12-24VM: add the vm_wire_all callRichard Braun
2016-12-24VM: rework map entry wiringRichard Braun
2016-12-24VM: fix pageout of external objects backed by the default pagerRichard Braun
2016-12-24VM: fix pageability checkRichard Braun
2016-12-21VM: fix pageout timeoutRichard Braun
2016-12-11VM: make vm_wire more POSIX-friendlyRichard Braun
0 min.VM: fix pageout throttling to external pagersRichard Braun
2016-11-30VM: fix pageout on low memoryRichard Braun
2016-11-30VM: fix eviction logic errorRichard Braun
2016-11-30VM: fix pageout stop conditionRichard Braun
2016-11-04vm: Print names of maps in the debugger.Justus Winter
2016-10-21Gracefully handle pmap allocation failures.Justus Winter
2016-10-21vm: Print map names in case of failures.Justus Winter
2016-10-03Remove deprecated external memory management interface.Justus Winter
2016-09-21Enable high memoryRichard Braun
2016-09-21Rework pageout to handle multiple segmentsRichard Braun
2016-09-21Redefine what an external page isRichard Braun
2016-09-21Replace vm_offset_t with phys_addr_t where appropriateRichard Braun
2016-09-21Remove phys_first_addr and phys_last_addr global variablesRichard Braun
2016-09-20VM: remove commented out codeRichard Braun
2016-09-16VM: improve pageout deadlock workaroundRichard Braun
2016-09-07Remove map entry pageability property.Richard Braun
2016-09-03Fix early physical page allocationRichard 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-17Change page cache statisticsRichard 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-05-18Fix gcc-6 warningsSamuel Thibault
2016-05-16Fix pageout deadlockRichard Braun