summaryrefslogtreecommitdiff
path: root/vm
AgeCommit message (Expand)Author
2021-08-09memory_object_proxy: Deliver no-sender notifications on a separate portv1.8+git202108091.8+git20210809Samuel Thibault
2021-08-09memory_object_proxy: Fix send port right leakSamuel Thibault
2021-08-09memory_object_proxy: Fix checking proxy lengthSamuel Thibault
2021-08-09Memory object proxy: add support for ranges and nestingJoan Lledó
2021-08-09memory_object_proxy: release resources on no-send notificationSamuel Thibault
2021-06-06vm_map: Allow exagerated max_prot for nowSamuel Thibault
2021-05-24Revert "vm_map: Allow passing the name of a memory object"Samuel Thibault
2021-05-24vm_map: Fix proxy object protection checkSergey Bugaev
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
2020-08-12vm_kern: Add kmem_alloc_aligned_tableAlmudena Garcia
2020-07-09Add vm_allocate_contiguous RPCSamuel Thibault
2020-06-20vm_map: Allow passing the name of a memory objectSamuel Thibault
2020-05-01kmem_alloc_wired: factorize with kmem_vallocSamuel Thibault
2020-05-01Add kmem_vallocSamuel Thibault
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